@charset "utf-8";
.wrapAll {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 1000px) {
  .wrapAll {
    padding: 0 10px; } }

.wrap {
  max-width: 800px;
  margin: 0 auto; }
  @media only screen and (max-width: 1000px) {
  .wrap {
    padding: 0 10px; } }

.en {
  font-family: "montserrat", sans-serif; }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }

  1% {
    display: block;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

a {
  display: block;
  color: #1f499a;
  text-decoration: none; }
  @media only screen and (max-width: 768px) {
  a:hover {
    text-decoration: none; } }

a:active, a:hover {
  outline-width: 0;
  transition: all 0.3s 0s ease;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  color: #3b3b3b; }

a:link:hover, a[href]:hover, #bt input:hover {
  opacity: 0.6;
  filter: alpha(opacity=0.6);
  -ms-filter: "alpha(opacity=0.6)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1; }

@media only screen and (max-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
      text-decoration: none;
      color: ; } }
  @media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
    color: ; } }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

input[type="submit"], input[type="reset"] {
  cursor: pointer; }

.img100 {
  width: 100%;
  height: auto; }

.onlyPC {
  display: block !important; }
  @media only screen and (max-width: 768px) {
  .onlyPC {
    display: none !important; } }

.onlySP {
  display: none !important; }
  @media only screen and (max-width: 768px) {
  .onlySP {
    display: block !important; } }

.mt0 {
  margin-top: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px !important; } }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 10px !important; } }

.taC {
  text-align: center; }

.centerTitle {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }

.bigTitle {
  display: block;
  margin-bottom: 10px;
  font-size: 44px;
  letter-spacing: 0.15em; }
  .bigTitle .blue {
    color: #1f499a; }
  .bigTitle .lightblue {
    color: #01a8e3; }
  @media only screen and (max-width: 768px) {
  .bigTitle {
    margin-bottom: 0;
    font-size: 8vw; } }

.smallTitle {
  display: block;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
  .smallTitle {
    font-size: 3vw; } }

.secondTitle {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
  .secondTitle {
    font-size: 5vw; } }
  .secondTitle .small {
    font-size: 15px;
    line-height: 26px;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
  .secondTitle .small {
    display: block;
    font-size: 3vw;
    line-height: 2; } }
  .secondTitle-sm {
    line-height: 24px; }

.service-thmbnail {
  max-width: 300px; }

.linkBtn {
  text-align: center; }
  .linkBtn button {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    max-height: 60px;
    padding: 0;
    background-color: #3b3b3b;
    border: 2px solid #3b3b3b;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    text-align: center; }
    .linkBtn button::before, .linkBtn button::after {
      content: "";
      display: block;
      background-color: white;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      transition: 0.2s; }
    .linkBtn button::before {
      left: 0; }
    .linkBtn button::after {
      right: 0; }
    .linkBtn button:hover:before, .linkBtn button:hover:after {
      width: 0;
      background-color: white; }
    .linkBtn button:hover {
      color: white; }
    @media only screen and (max-width: 639px) {
  .linkBtn button {
    width: 80%; } }
    .linkBtn button a, .linkBtn button input {
      appearance: none;
      position: relative;
      display: block;
      width: 300px;
      padding: 20px 0;
      background: transparent;
      border: none;
      font-size: 16px;
      letter-spacing: 0.05em;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 0.05em;
      color: #3b3b3b;
      z-index: 1; }
      .linkBtn button a:hover, .linkBtn button input:hover {
        opacity: 1;
        color: white; }
      @media only screen and (max-width: 639px) {
  .linkBtn button a, .linkBtn button input {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0; } }

.effectFade {
  opacity: 0;
  transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  transition: all 300ms; }

.effectFade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

.effectFade:nth-of-type(2) {
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -ms-transition-delay: 200ms; }

.effectFade:nth-of-type(3) {
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -ms-transition-delay: 400ms; }

.effectFade:nth-of-type(4) {
  transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -ms-transition-delay: 600ms; }

.effectFade:nth-of-type(5) {
  transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -ms-transition-delay: 800ms; }

.effectFade:nth-of-type(6) {
  transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms; }

.effectFade:nth-of-type(7) {
  transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms; }

.effectFade:nth-of-type(8) {
  transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms; }

.effectFade:nth-of-type(9) {
  transition-delay: 1600ms;
  -moz-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms; }

.effectFade:nth-of-type(10) {
  transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms; }

.effectFade:nth-of-type(11) {
  transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms; }

.effectFade:nth-of-type(12) {
  transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -webkit-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms; }

.effectFade:nth-of-type(13) {
  transition-delay: 2400ms;
  -moz-transition-delay: 2400ms;
  -webkit-transition-delay: 2400ms;
  -ms-transition-delay: 2400ms; }

.effectFade:nth-of-type(14) {
  transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -webkit-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms; }

.effectFade:nth-of-type(15) {
  transition-delay: 2800ms;
  -moz-transition-delay: 2800ms;
  -webkit-transition-delay: 2800ms;
  -ms-transition-delay: 2800ms; }

.header {
  position: relative; }
  .header-bace {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    padding: 33px 0; }
    @media only screen and (max-width: 768px) {
  .header-bace {
    padding: 20px 0; } }
  .header__logo {
    max-width: 247px; }
  .header__navi {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center; }
    @media only screen and (max-width: 768px) {
  .header__navi {
    display: none; } }
    .header__navi li {
      margin-left: 20px; }
      .header__navi li a {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.05em;
        color: #3b3b3b; }
  .header--spMenu {
    display: none; }
    @media only screen and (max-width: 768px) {
  .header--spMenu {
    display: block; } }

.header--spMenu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 0 0 100px;
  background-color: #fff;
  overflow-y: scroll; }
  .header--spMenu ul {
    padding-top: 50px;
    text-align: center; }
    .header--spMenu ul a {
      display: inline-block;
      padding: 1rem;
      border-bottom: solid 1px #3b3b3b;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.15em;
      color: #3b3b3b; }

.fixbody {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .fixbody .header--spMenu {
    z-index: 3000; }

.header__spMenu-icon {
  position: absolute;
  right: 10px;
  top: 23px;
  width: 40px;
  height: 60px;
  z-index: 1001;
  cursor: pointer; }
  @media only screen and (min-width: 769px) {
  .header__spMenu-icon {
    display: none; } }
  @media only screen and (max-width: 768px) {
  .header__spMenu-icon {
    display: block; } }
  .header__spMenu-icon span {
    border: 2px solid #3b3b3b;
    height: 2px;
    margin-bottom: 11px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .header__spMenu-icon span:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 1000px) {
  .header__spMenu-icon span {
    margin-bottom: 8px; } }
  .header__spMenu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px; }
    .header__spMenu-icon.active .second {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      position: relative;
      top: -14px; }
      @media only screen and (max-width: 1000px) {
  .header__spMenu-icon.active .second {
    top: -12px; } }
    .header__spMenu-icon.active .third {
      display: none; }

.contents {
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
  .contents {
    padding-bottom: 50px; } }

.Home .contents {
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .Home .contents {
      padding-bottom: 0; } }

footer {
  padding: 60px 0;
  background-color: #3b3b3b;
  text-align: center; }
  @media only screen and (max-width: 768px) {
  footer {
    padding: 10px 0; } }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: white; }
  @media only screen and (max-width: 768px) {
    footer .copyright {
      font-size: 10px; } }

.pageTopContents {
  z-index: 2000; }

.pageTop--icon {
  position: fixed;
  bottom: 50px;
  right: 10%;
  max-width: 65px;
  transition: all 0.6s 0s ease;
  -webkit-transition: all 0.6s 0s ease;
  -moz-transition: all 0.6s 0s ease;
  -o-transition: all 0.6s 0s ease;
  z-index: 2000; }
  @media only screen and (max-width: 768px) {
  .pageTop--icon {
    max-width: 40px;
    bottom: 10px;
    right: 10px;
    width: 16%;
    height: auto; } }

.Home .centerTitle {
  padding-bottom: 20px; }
  .Home .centerTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #1f499a 50%, #01a8e3 50%);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.home {
  background-color: white; }
  .home--fv {
    height: 460px;
    background: url('../img/home/fv.png') no-repeat center center;
    background-size: cover; }
  .home--fv h1 {
    padding-top: 80px;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 768px) {
    .home--fv h1 {
      padding-top: 220px;
      font-size: 6vw; } }
    .home--fv h1 .blue {
      font-size: 44px;
      font-weight: bold;
      color: #1f499a; }
      @media only screen and (max-width: 768px) {
    .home--fv h1 .blue {
      font-size: 8vw; } }
    .home--fv h1 .lightblue {
      font-size: 44px;
      font-weight: bold;
      color: #01a8e3; }
      @media only screen and (max-width: 768px) {
    .home--fv h1 .lightblue {
      font-size: 8vw; } }
  .home-service {
    padding: 45px 0 60px; }
  .home-service .catchcopy {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 768px) {
    .home-service .catchcopy {
      padding: 0 20px;
      font-size: 4vw; } }
  .home-service .lists {
    transition: all 0.3s 0s ease;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1000px) {
    .home-service .lists {
      padding: 0 10px; } }
    .home-service .lists .list {
      width: 30%;
      max-width: 300px;
      margin-bottom: 60px;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      text-align: center; }
      .home-service .lists .list:nth-child(3n) {
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
    .home-service .lists .list {
      width: 48%;
      margin-bottom: 30px;
      margin-right: 1%;
      font-size: 3vw;
      line-height: 1.4; }
      .home-service .lists .list:nth-child(3n) {
        margin-right: 1%; }
      .home-service .lists .list:nth-child(2n) {
        margin-right: 0; } }
      .home-service .lists .list .service-thmbnail {
        margin-bottom: 10px; }
      .home-service .lists .list a {
        color: #3b3b3b; }
  .home-news {
    padding: 90px 0 80px;
    background-color: #f6f6f6; }
  @media only screen and (max-width: 768px) {
    .home-news {
      padding: 50px 0; } }
  .home-news .titleWrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px; }
    .home-news .titleWrap .title {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      align-items: baseline; }
      .home-news .titleWrap .title .bigTitle {
        margin-right: 15px;
        margin-bottom: 0;
        letter-spacing: 0.15em; }
    .home-news .titleWrap .ichiranLink {
      position: relative;
      font-weight: bold;
      line-height: 14px; }
      .home-news .titleWrap .ichiranLink::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 2px;
        width: 6px;
        height: 11px;
        background: url('../img/common/link_icon.png') no-repeat center center;
        background-size: 100% auto; }
  .home-about {
    padding: 70px 0 80px;
    background-color: white; }
  @media only screen and (max-width: 768px) {
    .home-about {
      padding: 50px 10px; } }
  .home-about .aboutTable {
    margin-bottom: 50px;
    border-top: dotted 1px #bfbfbf; }
    .home-about .aboutTable-list {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      padding: 10px 0;
      border-bottom: dotted 1px #bfbfbf; }
      .home-about .aboutTable-list a {
          display: inline;
          color: #3b3b3b;
      }
      @media only screen and (max-width: 768px) {
    .home-about .aboutTable-list {
      display: block; } 
      .home-about .aboutTable-list a {
        display: inline;
          color: #1f499a;
      }
    }
    .home-about .aboutTable dt {
      width: 120px;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
    .home-about .aboutTable dt {
      width: 100%; } }
    .home-about .aboutTable dd {
      width: calc(100% - 120px);
      line-height: 20px; }
      @media only screen and (max-width: 768px) {
    .home-about .aboutTable dd {
      width: 100%; } }
  .home-about .aboutNumberLists {
    margin-bottom: 50px; }
    .home-about .aboutNumberLists .list {
      position: relative;
      margin-bottom: 30px;
      padding-left: 72px;
      font-weight: bold;
      line-height: 24px; }
      @media only screen and (max-width: 768px) {
    .home-about .aboutNumberLists .list {
      padding-left: 60px; } }
      .home-about .aboutNumberLists .list:nth-child(1)::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
        content: "1";
        width: 70px;
        font-size: 50px;
        font-weight: normal;
        font-family: "montserrat", sans-serif;
        text-align: center;
        color: #e5f6fc; }
        @media only screen and (max-width: 768px) {
      .home-about .aboutNumberLists .list:nth-child(1)::before {
        width: 50px; } }
      .home-about .aboutNumberLists .list:nth-child(2)::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
        content: "2";
        width: 70px;
        font-size: 50px;
        font-weight: normal;
        font-family: "montserrat", sans-serif;
        text-align: center;
        color: #e5f6fc; }
        @media only screen and (max-width: 768px) {
      .home-about .aboutNumberLists .list:nth-child(2)::before {
        width: 50px; } }
      .home-about .aboutNumberLists .list:nth-child(3)::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
        content: "3";
        width: 70px;
        font-size: 50px;
        font-weight: normal;
        font-family: "montserrat", sans-serif;
        text-align: center;
        color: #e8ecf5; }
        @media only screen and (max-width: 768px) {
      .home-about .aboutNumberLists .list:nth-child(3)::before {
        width: 50px; } }
      .home-about .aboutNumberLists .list:nth-child(4)::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
        content: "4";
        width: 70px;
        font-size: 50px;
        font-weight: normal;
        font-family: "montserrat", sans-serif;
        text-align: center;
        color: #e8ecf5; }
        @media only screen and (max-width: 768px) {
      .home-about .aboutNumberLists .list:nth-child(4)::before {
        width: 50px; } }
  .home-about .aboutFlowLists {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start; }
    @media only screen and (max-width: 639px) {
    .home-about .aboutFlowLists {
      overflow: hidden;
      display: block;
      width: 80%;
      margin: 0 auto; } }
    .home-about .aboutFlowLists .list {
      position: relative;
      background: #669aff;
      text-align: center; }
      .home-about .aboutFlowLists .list span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) translateX(0);
        -webkit-transform: translateY(-50%) translateX(0);
        width: 100%;
        z-index: 3;
        font-weight: bold; }
      .home-about .aboutFlowLists .list:nth-child(1) {
        background-color: #e8ecf5; }
      .home-about .aboutFlowLists .list:nth-child(2) {
        background-color: #e8ecf5; }
      .home-about .aboutFlowLists .list:nth-child(3) {
        background-color: #e8ecf5; }
      .home-about .aboutFlowLists .list:nth-child(4) {
        background-color: #e5f6fc; }
      .home-about .aboutFlowLists .list:nth-child(5) {
        background-color: #e5f6fc; }
      .home-about .aboutFlowLists .list:nth-child(6) {
        background-color: #e5f6fc; }
      @media only screen and (min-width: 640px) {
    .home-about .aboutFlowLists .list {
      width: calc((100% - 50px) / 6);
      height: 80px;
      margin-right: 10px; }
      .home-about .aboutFlowLists .list::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 40px 0 40px 10px;
        border-color: transparent transparent transparent #e8ecf5; }
      .home-about .aboutFlowLists .list:nth-child(4)::after {
        border-left: 10px solid #e5f6fc; }
      .home-about .aboutFlowLists .list:nth-child(5)::after {
        border-left: 10px solid #e5f6fc; }
      .home-about .aboutFlowLists .list:nth-child(6) {
        margin-right: 0; }
        .home-about .aboutFlowLists .list:nth-child(6)::after {
          border: none; } }
      @media only screen and (max-width: 639px) {
    .home-about .aboutFlowLists .list {
      width: 100%;
      margin-bottom: 25px;
      padding: 40px 0 10px; }
      .home-about .aboutFlowLists .list span {
        top: 65%; }
      .home-about .aboutFlowLists .list::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateY(0) translateX(-50%);
        -webkit-transform: translateY(0) translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 50vw 0 50vw;
        border-color: #e8ecf5 transparent transparent transparent; }
      .home-about .aboutFlowLists .list:nth-child(4)::after {
        border-top: 25px solid #e5f6fc; }
      .home-about .aboutFlowLists .list:nth-child(5)::after {
        border-top: 25px solid #e5f6fc; }
      .home-about .aboutFlowLists .list:nth-child(6) {
        padding: 40px 0 30px; }
        .home-about .aboutFlowLists .list:nth-child(6)::after {
          border: none; }

        .home-about .aboutFlowLists .list:nth-child(6) span {
          top: 50%; } }

.home-contact {
  padding: 70px 0 62px;
  background-color: #f2f2f2; }
  
  .contactBlock .message-box,
  .contactBlock .contanct_message {
      margin-bottom: 40px;
      text-align: center;
  }

.contactBlock--wrap {
  max-width: 400px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .contactBlock--wrap {
      padding: 0 10px; } }
  .contactBlock--list {
    margin-bottom: 25px; }
  .contactBlock--list dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    .contactBlock--list dt .required {
      color: #d20111; }
  .contactBlock--list dd input, .contactBlock--list dd textarea {
    width: 400px;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 24px; }
    .contactBlock--list dd input.form-error, .contactBlock--list dd textarea.form-error {
      background-color: #ffe8eb;}
    @media only screen and (max-width: 768px) {
      .contactBlock--list dd input, .contactBlock--list dd textarea {
        width: 100%; } }
  .contactBlock--confirmTxt {
    margin-left: -8px;
    margin-bottom: 40px;
    font-size: 12px; }
    .contactBlock--list .error-message {
      font-size: 12px;
    color: #d20111; }
  @media only screen and (max-width: 768px) {
    .contactBlock--confirmTxt {
      padding: 0 10px; } }
  .contactBlock--confirmTxt a {
    display: inline;
    padding-bottom: 3px;
    border-bottom: solid 1px #1f499a;
    color: #1f499a; }
  .contactBlock .submit .btn-gray {
    display: none; }
    .contactBlock .submit .btn-orange,
    .contactBlock .btn-orange {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1; }

    .contactBlock--wrap #RowMessageAddressNumber dd > span {
        display: block;
    }
    .contactBlock--wrap #FieldMessageAddressNumber {
        margin-bottom: 10px;
    }
.contactBlock--wrap #FieldMessageAddressNumber input {
    width: 200px;
    margin-left: 10px;
}
.contactBlock--wrap #FieldMessageAddress1 {
    display: block;
}
.contactBlock--wrap #FieldMessageAddress1 select {
    padding: 5px;
    font-size: 14px;
}
.contactBlock--wrap #FieldMessageCategory input {
    display: inline-block;
    width: 20px;
    cursor: pointer;
}
.contactBlock--wrap #FieldMessageCategory label {
    cursor: pointer;
}






.Default .centerTitle, .News .centerTitle {
  margin-bottom: 40px;
  padding: 23px 0 28px;
  background-color: #f6f6f6; }
  .Default .centerTitle .bigTitle, .News .centerTitle .bigTitle {
    margin-bottom: 0; }
  .Default .contents h1, .News .contents h1, .Default .contents .title01, .News .contents .title01 {
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold; }
    .Default .contents h1::after, .News .contents h1::after, .Default .contents .title01::after, .News .contents .title01::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #1f499a 50%, #01a8e3 50%);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    @media only screen and (max-width: 768px) {
    .Default .contents h1, .News .contents h1, .Default .contents .title01, .News .contents .title01 {
      font-size: 5vw; } }
  .Default .contents .title01, .News .contents .title01 {
    margin-bottom: 30px; }
  .Default .contents h1, .News .contents h1 {
    margin-bottom: 25px; }
  .Default .contents h2, .News .contents h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
    .Default .contents h2, .News .contents h2 {
      font-size: 4.5vw; } }
  .Default .contents h3, .News .contents h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
    .Default .contents h3, .News .contents h3 {
      font-size: 4vw; } }
  .Default .contents h4, .News .contents h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
    .Default .contents h4, .News .contents h4 {
      font-size: 3.8vw; } }
  .Default .contents p, .News .contents p {
    margin-bottom: 40px; }
    .Default .contents p a {
        display: inline;
    }
  .Default .contents ol, .News .contents ol {
    margin-bottom: 30px;
    padding-left: 35px;
    list-style-type: decimal; }
  .Default .contents ul, .News .contents ul {
    margin-bottom: 30px;
    padding-left: 20px; }
    .Default .contents ul li, .News .contents ul li {
      position: relative;
      padding-left: 20px; }
    .Default .contents ul li::before, .News .contents ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-radius: 2px;
      background-color: #5d5d5d; }
  .Default .contents .linkBtn, .News .contents .linkBtn {
    margin: 70px auto 0; }

.News .centerTitle {
  margin-bottom: 40px;
  padding: 23px 0 28px;
  background-color: #f6f6f6; }
  .News .centerTitle .bigTitle {
    margin-bottom: 0; }

.newsLists .lists {
  border-top: dotted 1px #bfbfbf; }
  @media only screen and (max-width: 768px) {
    .newsLists .lists {
      margin-bottom: 30px; } }
  .newsLists .list {
    padding: 16px 0;
    border-bottom: dotted 1px #bfbfbf;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; }
  .newsLists .list .date {
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #3b3b3b; }
  .newsLists .list .category {
    min-width: 80px;
    max-width: 120px;
    margin-right: 20px;
    padding: 0 10px;
    background-color: white;
    border: solid 1px #7e7e7e;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #3b3b3b; }
    .newsLists .list .category a {
        color: #3b3b3b;
    }
  .newsLists .list .name {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    width: calc(100% - 240px);
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
    .newsLists .list .name {
      width: 100%;
      margin-top: 10px; } }
    .newsLists .list .name .icon-new {
      padding-left: 13px;
      font-weight: normal;
      color: #d20111; }

.news-date {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 20px; }
  .news-date .date {
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #3b3b3b; }
  .news-date .category {
    width: 80px;
    margin-right: 20px;
    background-color: white;
    border: solid 1px #7e7e7e;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #3b3b3b; }
    .news-date .category a {
      color: #3b3b3b;
    }

.news {
  background-color: white; }

.newsListNavi {
  margin: 56px auto; }
  .newsListNavi--lists {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
   }
    .newsListNavi--list {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 5px 10px;
    background-color: #f6f6f6;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    color: #3b3b3b; }
    .newsListNavi--list a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 35px;
    color: #3b3b3b; }
  .newsListNavi--list img {
    width: 6px;
    height: 11px;
    margin-top: -4px;
    vertical-align: middle; }
  .newsListNavi--list.current {
    background-color: #1f499a;
    color: white; }

    .newsListNavi--lists span:not([class]) {
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center;
      -webkit-justify-content: center;
      flex-wrap: wrap;
    }
    .newsListNavi--list a {
      color: #3b3b3b;
    }

    .newsListNavi--lists > .newsListNavi--list:first-child,
    .newsListNavi--lists > .newsListNavi--list:last-child {
      position: relative;
      font-size: 0;
    }
    .newsListNavi--lists > .newsListNavi--list:first-child::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 11px;
      background: url('../img/common/news_prev.png') no-repeat center center;
      background-size: 100% auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .newsListNavi--lists > .newsListNavi--list:hover:first-child::after {
      opacity: 0.6;
    }
    .newsListNavi--lists > .newsListNavi--list:last-child::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 6px;
      height: 11px;
      background: url('../img/common/news_next.png') no-repeat center center;
      background-size: 100% auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .newsListNavi--lists > .newsListNavi--list:hover:last-child::after {
      opacity: 0.6;
    }

    .newsDetailNavi {
      margin: 56px auto; }
      .newsDetailNavi--lists {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
       }
       .newsDetailNavi--lists a {
         padding: 0 10px;
         text-decoration: underline;
        color: #3b3b3b;
       }
       @media only screen and (max-width: 768px) {
        .newsDetailNavi--lists {
          display: block;
          text-align: center;
        }
        .newsDetailNavi--list {
          width: 100%;
          margin-bottom: 10px;
        }
       }
    





.parts-leftIMG, .parts-rightIMG {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .parts-leftIMG, .parts-rightIMG {
      display: block; } }
  .parts-leftIMG img, .parts-rightIMG img {
    display: block;
    width: 30%;
    max-width: 300px;
    height: auto;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
    .parts-leftIMG img, .parts-rightIMG img {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 10px; } }
  .parts-leftIMG p, .parts-rightIMG p {
    width: calc(100% - 340px); }
    @media only screen and (max-width: 768px) {
    .parts-leftIMG p, .parts-rightIMG p {
      width: 100%; } }
  .parts-2colmn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .parts-2colmn {
      display: block; } }
  .parts-2colmn .colmn {
    width: 48%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
    .parts-2colmn .colmn {
      width: 100%; } }
    .parts-2colmn .colmn img {
      margin-bottom: 10px; }
  .parts-3colmn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .parts-3colmn {
      display: block; } }
  .parts-3colmn .colmn {
    width: 30%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
    .parts-3colmn .colmn {
      width: 100%; } }
    .parts-3colmn .colmn img {
      margin-bottom: 10px; }
  .parts-caption {
    margin-bottom: 0 !important;
    font-size: 13px;
    line-height: 24px; }
  .parts a {
    position: relative;
    clear: both;
    display: inline;
    margin-left: 20px;
    padding-bottom: 3px;
    border-bottom: solid 1px #1f499a;
    color: #1f499a; }
  .parts a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background-color: #1f499a;
    border-radius: 100%;
    z-index: 5; }
  .parts a::after {
    content: '';
    position: absolute;
    left: -13px;
    top: 9px;
    width: 3px;
    height: 5px;
    background: url('../img/common/news_linkicon.png') no-repeat center center;
    background-size: 100% auto;
    z-index: 10; }

.page-service {
  background-color: white; }
  .page-service .service__content {
    padding-top: 40px; }
  .page-service .service__inBlock {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .page-service .service__inBlock {
      display: block; } }
  .page-service .service__inBlock .thmbnail {
    width: 300px; }
    @media only screen and (max-width: 768px) {
    .page-service .service__inBlock .thmbnail {
      width: 100%;
      margin-bottom: 15px; } }
  .page-service .service__inBlock .text {
    width: calc(100% - 340px); }
    @media only screen and (max-width: 768px) {
    .page-service .service__inBlock .text {
      width: 100%; } }
