﻿@charset "utf-8";
:root {
  --width: 100%;
}
html {
  font-family: "Noto Sans", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
.inner {
  max-width: 1080px;
  width: 100%;
}
body {
  background: #fff;
  color: #000;
  min-width: 1024px;
  margin: 0 auto;
}
.small {
  font-size: 0.8em;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.red {
  color: #ff0000;
}
.yellow {
  color: #ffff00;
}
.orange {
  color: #fa6928;
}
a {color:  #00418f;
  text-decoration: none;}

header {
  padding: 1em 0;
  z-index: 2000;
}
header .inner {
  position: relative;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.header_logo {
  max-width: 200px;
}
header .inner > .tel {
  display: inline;
}
header .inner .contact_bloc a {
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 0px 2px 4px 0px rgba(179, 179, 179, 0.5);
  border: 1.3px solid #d0021b;
  background: #ff003c;
  background: -moz-linear-gradient(top, #ff003c 0%, #d0021b 100%);
  background: -webkit-linear-gradient(top, #ff003c 0%,#d0021b 100%);
  background: linear-gradient(to bottom, #ff003c 0%,#d0021b 100%);
  padding: 10px 1.3em;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 0.4em;
  border-radius: 45px;
  text-decoration: none;
}
header .inner .contact_bloc a:hover {
  opacity: 0.6;
}

header .inner .contact_bloc a span {
  font-size: 20px;
  line-height: 1.2em;
  padding-left: 35px;
}

header .inner .contact_bloc a span::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 30px;
  display: block;
  width: 24px;
  height: 30px;
  margin: auto;
  background-image: url(../images/icon_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.fixed-banner {
  padding: 0.5em 1.5em;
  background: rgb(255 255 255 / 75%);
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: auto;
  left: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 60px;
}

.fixed-banner > .header_logo {
  max-width: 120px;
}
.fixed-banner > .tel {
  width: 40%;
}
.fixed-banner > .tel a {
    font-size: 0.8em;
    font-weight: bold;
    color: #00418f;
    text-decoration: none;
}

.btn-link {
  vertical-align: middle;
  width: 230px;
}

.btn-link a {
  font-weight: 500;
  letter-spacing: 1px;
  box-shadow: 0px 2px 4px 0px rgba(179, 179, 179, 0.5);
  border: 1.3px solid #d0021b;
  background: #ff003c;
  background: -moz-linear-gradient(top, #ff003c 0%, #d0021b 100%);
  background: -webkit-linear-gradient(top, #ff003c 0%,#d0021b 100%);
  background: linear-gradient(to bottom, #ff003c 0%,#d0021b 100%);
  padding: 0 10px 4px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.btn-link #btn-fixed {
  padding-left: 40px;
}
.btn-link #btn-fixed::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 14px;
  display: block;
  width: 24px;
  height: 30px;
  margin: auto;
  background-image: url(../images/icon_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.mv {
  background: url(../images/bg_mv.jpg) no-repeat center bottom;
  padding: 0;
  box-sizing: border-box;
  height: 607px;
}

.mv .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(90deg, #4583ce7a 0%, #0608da85 100%);
  -webkit-clip-path: polygon(0 0%, 52% 0, 40% 100%, 0% 100%);
  clip-path: polygon(0 0%, 52% 0, 40% 100%, 0% 100%);
  padding: 105px 50px;
}

.mv .inner {
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.mv_bloc {
  position: relative;
  text-align: left;
  max-width: 340px;
  margin-left: 60px;
}
.mv_bloc .mv_logo {
  width: 150px;
  margin: 0 auto 1.6em;
}

.mv_bloc h1 {
}
.mv_bloc h1 .catchcopy {
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1em;
  font-style: italic;
  color: #fff;
}
.mv_bloc h1 .title {
  font-size: 0.85em;
  line-height: 1em;
  color: #fff;
  border-top: solid 1px #fff;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0.5em;
}
.mv_bloc h1 .item_name {
  font-size: 1em;
  line-height: 0.6em;
  color: #fff;
  margin-top: 0.2em;
}
.mv_bloc h1 .item_name_sub {
  font-size: 0.5em;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  transform: translateY(-13px);
  display: inline-block;
}

footer {
  background: #fff;
}
footer .inner {
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer_logo {
  max-width: 200px;
}
footer .copy {
}
footer .copy small {
  font-size: 13px;
  line-height: 1em;
  color: #000;
}

.cta {
  background: #00418f;
  color: #fff;
  padding: 2em 0 0;
}
.cta .inner {
  align-items: flex-end;
  justify-content: center;
}
.cta .inner > figure {
}
.cta .inner > .detail {
  margin-left: 3em;
  margin-bottom: 3em;
}
.cta .inner > .detail h2 {
  font-size: 33px;
  line-height: 1.4em;
  text-align: left;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cta .inner > .detail .bloc {
}
.cta .inner > .detail .bloc .contact_bloc {
}
.cta .inner > .detail .bloc .contact_bloc a {
  background: #ff003c;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 2.3em;
  margin-right: 0.4em;
  border-radius: 45px;
}
.cta .inner > .detail .bloc .contact_bloc a:hover {
  background: rgba(250, 103, 103, 0.925);
}

.cta .inner > .detail .bloc .contact_bloc a span {
  font-size: 20px;
  line-height: 1.2em;
}
.cta .inner > .detail .bloc .tel_bloc {
  align-items: center;
  justify-content: flex-start;
}
.cta .inner > .detail .bloc .tel_bloc figure {
}
.cta .inner > .detail .bloc .tel_bloc .tel {
  margin-left: 1em;
}
.cta .inner > .detail .bloc .tel_bloc .tel h3 {
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
.cta .inner > .detail .bloc .tel_bloc .tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  font-style: italic;
}

.title_bloc {
  margin-bottom: 2em;
}
.title_bloc h2 {
  display: inline-block;
}

.title_bloc h2 .title {
  font-size: 30px;
  line-height: 1.2em;
  border-top: solid 1px #000;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}
.title_catch {
  margin-bottom: 2em;
}
.title_catch h3 {
  display: inline-block;
  color: #00418f;
  font-size: 30px;
  background: linear-gradient(transparent 60%, #bdd5f2 60%);
  margin-bottom: 0.4em;
}
.title_catch p {
  font-size: 16px;
  line-height: 1.8em;
  color: #313131;
}

.intro {
  margin-top: 2em;
}
.intro_title {
  display: inline-block;
  max-width: 1300px;
}
.intro_title h2 {
  font-size: 30px;
  line-height: 1.2em;
  color: #00418f;
  margin-top: 10px;
  margin-bottom: 2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #00418f;
  display: block;
}
.intro_title h3 {
  font-size: 26px;
  line-height: 1.8em;
  margin-top: 2em;
  margin-bottom: 0.2em;
  display: block;
  text-align: justify;
  background-color: #faf6ea;
  padding: 2em;
}
.intro_title span {
  display: block;
  text-align: right;
}
.intro_title .image {
  margin-top: 1.8em;
  margin-bottom: 4em;
}
.intro_bloc {
  min-height: 500px;
}
.intro_catch {
  margin-bottom: 0.4em;
  display: inline-block;
}
.intro_catch p {
  font-size: 18px;
  line-height: 1.8em;
  color: #313131;
  margin: 0 auto;
}
.intro_box {
  width: 50%;
}
.intro_figure {
  position: relative;
}
.intro_img_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}
.intro_img_fig {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.price {
  padding: 4em 0;
}
.price_bloc {
}
.price_bloc + .price_bloc {
  margin-top: 2em;
}
.price_bloc h3 {
  text-align: center;
  margin-bottom: 0.2em;
}
.price_bloc table {
  width: 100%;
  line-height: 1.4em;
}
.price_bloc table thead {
}
.price_bloc table thead th {
  background: #00418f;
  color: #fff;
  border: solid 1px #00418f;
  padding: 0.5em;
  box-sizing: border-box;
}
.price_bloc table tbody {
}
.price_bloc table tbody th {
  background: #2063b7;
  color: #fff;
  border: solid 1px #00418f;
  width: 150px;
  font-weight: normal;
  padding: 0.5em;
  text-align: center;
  box-sizing: border-box;
}
.price_bloc table tbody td {
  border: solid 1px #00418f;
  padding: 0.5em;
  text-align: left;
  box-sizing: border-box;
}
.price_bloc table tbody td.data {
  width: 240px;
  text-align: center;
}
.price_bloc table tbody td .num {
  color: #00418f;
  font-size: 1.5em;
  font-weight: 900;
}
.price_bloc p {
  font-size: 14px;
  text-align: right;
  line-height: 1.2em;
  margin-top: 0.5em;
}
.price_bloc p.price_att {
  text-align: left;
}

.service {
  padding: 0 0 4em;
  background: #eaf1fa;
}
.service_bloc {
}
.service_bloc ol {
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2em;
}
.service_bloc ol li {
  background: #b7c9df;
  position: relative;
  width: 200px;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.service_bloc ol li + li {
  margin-left: 4em;
}
.service_bloc ol li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 50px;
  border-color: transparent transparent #b7c9df transparent;
  position: absolute;
  top: 0;
  left: -50px;
}
.service_bloc ol li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50px 0 0;
  border-color: #b7c9df transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -50px;
}

.service_bloc ol li .num {
  color: #b7c9df;
  background: #00418f;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 5px;
  left: 5px;
}
.service_bloc ol li h3 {
}
.service_bloc ol li h3 .main {
  display: block;
  color: #00418f;
  font-size: 20px;
  line-height: 1em;
}
.service_bloc ol li h3 .sub {
  display: block;
  color: #00418f;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
}

.merit {
  background: #eaf1fa;
  padding: 4em 0 2em;
}
.merit_bloc {
}
.merit_bloc table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
  max-width: 960px;
  margin: 0 auto;
}
.merit_bloc table th {
  padding: 0.8em;
  font-weight: 900;
  box-sizing: border-box;
  height: 68px;
}
.merit_bloc table td {
  padding: 0.8em;
  box-sizing: border-box;
  height: 68px;
}

.merit_bloc table thead th {
  background: #00418f;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  border: solid 1px #00418f;
}

.merit_bloc table tbody th {
  background: #bdd5f2;
  color: #00418f;
  font-size: 18px;
  line-height: 1.4em;
  border: solid 1px #00418f;
}
.merit_bloc table tbody td {
  background: #fff;
  color: #313131;
  font-size: 15px;
  line-height: 1.4em;
  border: solid 1px #00418f;
}
.merit_extra {
  width: 85%;
  margin: 10px auto;
}
.merit_extra img {
  width: 20%;
  max-width: 146px;
}
.merit_extra span {
  width: 80%;
  display: inline-block;
  text-align: left;
  font-size: 0.85em;
  line-height: 1.4em;
}

.flow {
  padding: 4em 0;
}

.flow_card {
  width: 23%;
  border: 1px solid #00418f;
  padding: 0;
  align-self: stretch;
}
.flow_card::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 45px);
  left: 100%;
  height: 60px;
  width: 40px;
  background-color: #00418f;
  -webkit-clip-path: polygon(0 0, 50% 25%, 0 50%, 0 100%);
  clip-path: polygon(0 0, 50% 25%, 0 50%, 0 100%);
  margin: 0;
}
.flow_card:last-child::after {
  background: none;
}
.flow_card img {
  width: 180px;
  margin: 0 auto;
}
.flow_card .card-top {
  background-color: #bdd5f2;
  width: 100%;
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.flow_card .card-top span {
  color: #fff;
  position: absolute;
  top: 0;
  left: -25px;
  width: 80px;
  height: 85px;
  background: #00418f;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}
.flow_card .card-bottom {
  min-height: 146px;
  padding: 18px;
}
.flow_card p {
  font-size: 0.8em;
  text-align: justify;
}
.flow_att {
  margin-top: 0.4em;
  color: #00418f;
  font-weight: 700;
}

.case {
  padding: 4em 0;
  background: #eaf1fa;
}
.case_card {
  width: 23%;
  padding: 30px 0 0;
  align-self: stretch;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
  margin-top: 20px;
}

.case_card img {
  width: 100px;
  margin: 0 auto;
}
.case_card .card-top {
  width: 100%;
  padding: 18px;
  position: relative;
}

.case_card .card-top span {
  color: #fff;
  position: absolute;
  top: -42px;
  left: -10px;
  width: 85%;
  height: 30px;
  padding: 5px;
  background: #00418f;
}

.case_card .card-bottom {
  min-height: 215px;
  padding: 18px;
  text-align: justify;
}
.case_card p {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    overflow-x: hidden;
  }
  header {
    padding: 10px;
  }
  .header_logo {
    max-width: none;
    width: 40vw;
  }
  header .inner > .tel {
    display: none;
  }
  .mv {
    background: url(../images/bg_mv_sp.jpg) no-repeat right -12vw bottom;
    background-size: cover;
    height: auto;
    padding: 58vw 0 0;
  }
  .mv .hero-inner {
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
  }
  .mv_bloc {
    max-width: none;
    width: 84vw;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
  }
  .mv_bloc .mv_logo {
    width: 70px;
    margin-bottom: 0;
  }
  .mv_bloc h1 {
    display: block;
  }
  .mv_bloc h1 .catchcopy {
    font-size: 0.7em;
  }
  .mv_bloc h1 .title {
    font-size: 0.6em;
    line-height: 1.2em;
    margin-left: 8px;
  }

  .mv_bloc h1 .item_name {
    font-size: 28px;
    line-height: 1.2em;
  }
  .mv_bloc h1 .item_name_sub {
    transform: translateY(5px);
  }

  .title_bloc {
    margin-bottom: 1em;
  }
  .title_bloc h2 .en {
    font-size: 20px;
  }
  .title_bloc h2 .title {
    font-size: 20px;
  }
  .title_catch {
    margin-bottom: 1em;
  }
  .title_catch h3 {
    font-size: 24px;
  }
  .title_catch p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
  }

  .intro_title h2 {
    font-size: 20px;
  }
  .intro_title h3 {
    font-size: 18px;
    margin-top: 0;
    padding: 1em;
  }
  .intro_title span {
    margin-right: 1em;
  }
  .intro_bloc {
    min-height: 400px;
  }

  .intro_catch p {
    font-size: 16px;
    background: linear-gradient(transparent 60%, #ffff00 60%);
  }

  .price {
    padding: 2em 1em;
  }
  .price_bloc + .price_bloc {
    margin-top: 1em;
  }
  .price_bloc table thead {
    display: none;
  }
  .price_bloc table tbody th {
    background: #00418f;
    color: #fff;
    border: solid 1px #00418f;
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .price_bloc table tbody td {
    width: 100%;
    display: block;
    margin-top: -1px;
    font-size: 14px;
  }
  .price_bloc table tbody td.data {
    width: 100%;
    display: block;
  }
  .price_bloc p {
    font-size: 12px;
    text-align: left;
  }

  .service {
    padding: 0 1em 3em;
  }

  .service_bloc ol li + li {
    margin-left: 0;
    margin-top: 1em;
  }
  .service_bloc ol li h3 .main {
    font-size: 16px;
  }
  .service_bloc ol li {
    height: 62px;
  }
  .service_bloc ol li:before {
    border-width: 0 0 62px 30px;
    left: -30px;
  }
  .service_bloc ol li:after {
    border-width: 62px 30px 0 0;
    right: -30px;
  }

  .cta {
    padding: 1em 1em 0;
  }
  .cta .inner > figure {
    width: 16vw;
  }
  .cta .inner > .detail {
    margin-left: 1em;
    margin-bottom: 1em;
    flex: 1 0 0%;
  }
  .cta .inner > .detail h2 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .cta .inner > .detail .bloc .contact_bloc {
    margin-bottom: 10px;
    width: 100%;
  }
  .cta .inner > .detail .bloc .contact_bloc a {
    padding: 10px 1em;
  }
  .cta .inner > .detail .bloc .contact_bloc a span {
    display: block;
    font-size: 16px;
  }
  .cta .inner > .detail .bloc .tel_bloc figure {
    width: 16%;
  }
  .cta .inner > .detail .bloc .tel_bloc .tel {
    margin-left: 0.5em;
  }
  .cta .inner > .detail .bloc .tel_bloc .tel h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .cta .inner > .detail .bloc .tel_bloc .tel a {
    font-size: 8vw;
  }
  .cta .inner > .detail .bloc .tel_bloc {
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .merit {
    padding: 2em 1em 1em;
  }
  .merit_bloc table thead th {
    font-size: 12px;
    font-weight: normal;
  }
  .merit_bloc table tbody th {
    font-size: 12px;
    font-weight: normal;
  }
  .merit_bloc table tbody td {
    font-size: 12px;
    text-align: left;
  }

  .merit_bloc table th {
    padding: 5px;
    height: auto;
  }
  .merit_bloc table td {
    padding: 5px;
    height: auto;
  }

  .flow,
  .case {
    padding: 2em 1em;
  }
  .flow_card,
  .case_card {
    width: var(--width);
    margin-bottom: 30px;
  }
  .flow_card::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: calc(calc(var(--width) / 2) - 15px);
    height: 20px;
    width: 30px;
    background-color: #00418f;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    margin: 0 auto 30px;
  }

  .flow_card:last-child::after {
    background: none;
  }
  .flow_card .card-bottom {
    min-height: 50px;
    margin: 0 auto;
  }

  .case_card .card-bottom {
    min-height: 100px;
  }

  .case_card .card-top span {
    left: 6.2%;
  }

  footer {
    padding: 10px;
  }
  footer .inner {
    display: block;
    text-align: center;
  }
  .footer_logo {
    display: inline-block;
    max-width: none;
    width: 40vw;
  }
  footer .copy small {
    font-size: 10px;
  }
  header .inner .contact_bloc a {
    padding: 6px 0.3em;
  }
  header .inner .contact_bloc a span {
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    padding-left: 20px;
  }
  header .inner .contact_bloc a span::after {
  top: 7px;
  left: 10px;
  display: block;
  width: 15px;
  height: 13px;
  }
  .fixed-banner {
    padding: 0 1.5em 0.5em;
    flex-wrap: wrap;
    justify-content: space-around;
    height: auto;
  }
  .fixed-banner > .header_logo {
    display: none;
  }
  .fixed-banner > .tel {
    width: 100%;
    margin-bottom: 5px;
  }
  .intro_box {
    width: 100%;
    margin-bottom: 1.3em;
  }
  .intro_figure {
    min-height: 500px;
  }
  .intro_img_fig {
    width: 40%;
  }
}

@media screen and (max-width: 425px) {
  .intro_figure {
    min-height: 350px;
  }
  .intro_img_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
  }
  .intro_img_fig {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }

  .merit_extra {
    width: 100%;
  }
  .merit_extra img {
    width: 50%;
    margin-bottom: 0.4em;
  }
  .merit_extra span {
    width: 100%;
    font-size: 0.76em;
  }
}
