@charset "UTF-8";
* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif !important; }

button, input, select, textarea {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif !important; }

h2 {
  font-size: 35px;
  text-align: center; }

h3 {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 10px; }

p {
  font-size: 15px;
  line-height: 22.5px;
  margin-bottom: 10px; }

span.yellow-marker {
  font-size: 120%;
  color: #003d79;
  background: linear-gradient(transparent 60%, #fffeb4 60%); }

.font-20-bold {
  font-size: 20px;
  font-weight: bold; }

div.align {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto; }

.arrow-img {
  width: 100%;
  margin: 0 auto; }

.button-cv {
  background-color: #ea8e00;
  border-color: #cc7f00;
  background-image: -moz-linear-gradient(90deg, #e47600 0%, #ffa441 100%);
  background-image: -webkit-linear-gradient(90deg, #e47600 0%, #ffa441 100%);
  background-image: -ms-linear-gradient(90deg, #e47600 0%, #ffa441 100%);
  width: 240px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  cursor: pointer; }

.button-cv-02 {
  background-color: #ea8e00;
  border-color: #247d00;
  background-image: -moz-linear-gradient(90deg, #30a900 0%, #3ed703 100%);
  background-image: -webkit-linear-gradient(90deg, #30a900 0%, #3ed703 100%);
  background-image: -ms-linear-gradient(90deg, #30a900 0%, #3ed703 100%);
  width: 160px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  cursor: pointer; }

.pc-display-none {
  display: none; }

.sp-on {
  display: none; }

header {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  height: 100px;
  position: fixed;
  z-index: 9999; }
  header .header-left {
    float: left; }
    header .header-left p {
      margin-top: 20px; }
    header .header-left h1 {
      font-size: 25px;
      font-weight: normal;
      line-height: 20px; }
    header .header-left span {
      font-weight: bold; }
  header .header-right {
    float: right; }
    header .header-right a {
      color: #fff; }
    header .header-right nav {
      display: flex;
      justify-content: space-around; }
      header .header-right nav div.left-button {
        margin-right: 10px;
        line-height: 100px; }
      header .header-right nav div.right-button {
        text-align: center;
        margin-top: 11px; }
        header .header-right nav div.right-button .button-cv-02 {
          margin-top: 2px;
          margin-bottom: 2px; }
  header .bottom-cv {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 3px 10px -3px #333333;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    line-height: 70px; }

.header-bk {
  height: 100px; }

section.section01 {
  padding-top: 100px;
  background-image: url(../img/top-img-with-long-width.png);
  background-position: center;
  background-size: cover; }
  section.section01 .left-content {
    float: left;
    width: 60%; }
    section.section01 .left-content p {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 30px;
      color: #333333; }
      section.section01 .left-content p .bold {
        font-weight: bold; }
    section.section01 .left-content p.balloon1 {
      position: relative;
      display: inline-block;
      margin: 1.5em 0;
      padding: 7px 10px;
      min-width: 120px;
      max-width: 100%;
      color: #555;
      font-size: 16px;
      background: #e4f2ff; }
    section.section01 .left-content p.balloon1:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 20%;
      margin-left: -5px;
      border: 15px solid transparent;
      border-top: 15px solid #e4f2ff; }
    section.section01 .left-content h1 {
      font-size: 48px;
      line-height: 70px;
      color: #333333;
      font-weight: normal; }
      section.section01 .left-content h1 span {
        font-weight: bold;
        background: linear-gradient(transparent 60%, #cee8c6 60%); }
  section.section01 .right-content {
    width: 40%;
    float: right;
    text-align: right; }
    section.section01 .right-content img {
      width: 100%;
      max-width: 420px;
      height: auto;
      margin-top: 24px; }
  section.section01 .clear-fix {
    content: "";
    display: block;
    clear: both; }
  section.section01 .button {
    text-align: left;
    padding-bottom: 60px; }
    section.section01 .button button {
      margin-top: 40px;
      width: 600px;
      height: 140px;
      font-size: 35px; }
      section.section01 .button button span {
        font-size: 18px;
        color: #fff600;
        vertical-align: middle; }
    section.section01 .button img {
      margin-left: 10px;
      vertical-align: middle; }

section.section02 .align {
  padding-top: 60px;
  padding-bottom: 60px; }
section.section02 h2 {
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #333333;
  margin-bottom: 60px; }
section.section02 div.flex-box {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 20px auto; }
  section.section02 div.flex-box section {
    width: 350px;
    padding: 20px 40px;
    margin: 0px 10px;
    border: 1px solid #002244;
    text-align: center; }
    section.section02 div.flex-box section h3 {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 0; }
      section.section02 div.flex-box section h3 span {
        color: #004385;
        font-size: 110%;
        font-weight: bold; }
    section.section02 div.flex-box section .one {
      margin-top: 10px; }

section.section03 {
  background-image: url(../img/work-detail.png);
  background-size: cover; }
  section.section03 .icon {
    line-height: 55px;
    margin-right: 10px; }
  section.section03 .align {
    padding-top: 60px;
    padding-bottom: 60px; }
  section.section03 h2 {
    margin-top: -3px;
    color: #fff; }
  section.section03 p {
    margin-top: 10px;
    color: #fff;
    text-align: center; }
  section.section03 section.boxes {
    margin-top: 60px; }
    section.section03 section.boxes div.flex-box {
      display: flex;
      justify-content: center;
      max-width: 1100px;
      margin-bottom: 20px; }
      section.section03 section.boxes div.flex-box .rectangle-box {
        background-color: #fff;
        width: 350px;
        height: 300px;
        margin: 0 10px; }
      section.section03 section.boxes div.flex-box .font-20-bold {
        color: #333;
        margin-top: 30px;
        line-height: 30px; }
      section.section03 section.boxes div.flex-box .one {
        margin-top: 45px; }

section.section04 h2 {
  margin-bottom: 60px;
  line-height: 45px; }
  section.section04 h2 .yellow-marker {
    font-size: 120%; }
section.section04 .align {
  margin-top: 60px;
  margin-bottom: 60px; }
  section.section04 .align .long-width-box {
    border: 1px solid #333333;
    padding: 20px 40px;
    margin-bottom: 20px; }
    section.section04 .align .long-width-box .float-left {
      float: left;
      width: 80%; }
      section.section04 .align .long-width-box .float-left h3 {
        font-size: 28px;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #003d79;
        line-height: 35px; }
        section.section04 .align .long-width-box .float-left h3 .merit-box {
          font-size: 20px;
          color: #003d79;
          border: 1px solid #003d79;
          padding: 5px;
          margin-right: 20px; }
        section.section04 .align .long-width-box .float-left h3 .yellow-marker {
          font-size: 100%; }
      section.section04 .align .long-width-box .float-left p {
        margin-top: 20px; }
    section.section04 .align .long-width-box .float-right {
      float: right;
      width: 18%;
      text-align: right;
      margin-left: 2%; }
      section.section04 .align .long-width-box .float-right .img-border {
        border: 1px solid #eee; }
section.section04 .long-width-box::after {
  content: "";
  display: block;
  clear: both; }

section.section05 {
  padding: 60px 0;
  background-color: #003d79; }
  section.section05 .align {
    text-align: center; }
    section.section05 .align img {
      width: 100%;
      max-width: 917px; }

section.section06 {
  background-image: url(../img/shape-bg.png);
  background-size: cover; }
  section.section06 .align {
    padding: 60px 0; }
    section.section06 .align h2 {
      margin-bottom: 60px; }
      section.section06 .align h2 img {
        margin-right: 20px; }
    section.section06 .align .boxes {
      border: 1px solid #003d79;
      margin-bottom: 20px; }
      section.section06 .align .boxes .blue {
        background-color: #003d79;
        padding: 20px 40px; }
        section.section06 .align .boxes .blue h3 {
          font-size: 28px;
          margin-top: 20px;
          padding-bottom: 20px;
          color: #fff;
          line-height: 35px; }
          section.section06 .align .boxes .blue h3 .font-enlarge {
            font-size: 120%; }
          section.section06 .align .boxes .blue h3 .jijitsu-box {
            font-size: 20px;
            border: 1px solid #fff;
            padding: 5px;
            margin-right: 20px; }
      section.section06 .align .boxes .text {
        background-color: #fff; }
        section.section06 .align .boxes .text p {
          margin: 0px;
          padding: 20px 40px; }

section.section07 {
  background-color: #e4f2ff; }
  section.section07 .align {
    padding: 60px 0px; }
    section.section07 .align .text {
      line-height: 22.5px; }
    section.section07 .align h2 {
      margin-bottom: 60px; }
    section.section07 .align .float-left {
      float: left;
      width: 65%; }
      section.section07 .align .float-left h3 {
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: normal;
        line-height: 45px; }
      section.section07 .align .float-left p {
        margin-bottom: 20px; }
    section.section07 .align .float-right {
      float: right;
      width: 33%;
      margin-left: 2%; }
      section.section07 .align .float-right img {
        max-width: 420px;
        width: 100%;
        height: auto; }
      section.section07 .align .float-right .box {
        background-color: #fff;
        padding: 20px;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333; }
        section.section07 .align .float-right .box .profile-icon {
          border: 1px solid #333;
          padding: 5px; }
  section.section07 .align::after {
    content: "";
    display: block;
    clear: both; }

section.section08 {
  background-color: #fff; }
  section.section08 .align {
    padding: 60px 0px; }
    section.section08 .align h2 {
      margin-bottom: 60px; }

section.section08-01 {
  background-color: #9dceff; }
  section.section08-01 .align {
    padding: 60px 0px; }
    section.section08-01 .align .customer {
      max-width: 900px;
      width: 100%;
      margin: 0 auto; }
      section.section08-01 .align .customer .float-left {
        float: left;
        width: 20%; }
      section.section08-01 .align .customer .float-right {
        float: right;
        width: 78%;
        margin-left: 2%;
        padding: 20px 40px;
        background-color: #fff; }
      section.section08-01 .align .customer p {
        margin-bottom: 0px; }
    section.section08-01 .align .customer::after {
      content: "";
      display: block;
      clear: both; }

section.section08-02 {
  background-color: #fff; }
  section.section08-02 .align {
    padding: 60px 0px; }
    section.section08-02 .align .fhac {
      max-width: 900px;
      width: 100%;
      margin: 0 auto; }
      section.section08-02 .align .fhac .float-left {
        float: left;
        width: 20%;
        line-height: 800px; }
      section.section08-02 .align .fhac .float-right {
        float: right;
        width: 78%;
        margin-left: 2%;
        padding: 20px 40px;
        background-color: #003d79;
        margin-bottom: 20px; }
        section.section08-02 .align .fhac .float-right h3, section.section08-02 .align .fhac .float-right p {
          color: #fff; }
        section.section08-02 .align .fhac .float-right p {
          margin-bottom: 0px; }
    section.section08-02 .align .fhac::after {
      content: "";
      display: block;
      clear: both; }

section.section08-03 {
  background-color: #9dceff; }
  section.section08-03 .align {
    padding: 60px 0px; }
    section.section08-03 .align .kinyu-koko {
      max-width: 900px;
      width: 100%;
      margin: 0 auto; }
      section.section08-03 .align .kinyu-koko .float-left {
        float: left;
        width: 20%;
        line-height: 330px; }
      section.section08-03 .align .kinyu-koko .float-right {
        float: right;
        width: 78%;
        margin-left: 2%;
        padding: 20px 40px;
        background-color: #fff;
        margin-bottom: 20px; }
        section.section08-03 .align .kinyu-koko .float-right h3, section.section08-03 .align .kinyu-koko .float-right p {
          color: #333; }
        section.section08-03 .align .kinyu-koko .float-right p {
          margin-bottom: 0px; }
    section.section08-03 .align .kinyu-koko::after {
      content: "";
      display: block;
      clear: both; }

section.section09 {
  background-color: #fff; }
  section.section09 .align {
    padding: 60px 0px; }
    section.section09 .align .heading {
      text-align: center; }
      section.section09 .align .heading h2.larger {
        font-size: 50px;
        margin-bottom: 40px; }
        section.section09 .align .heading h2.larger span {
          margin: 0px 10px 0px 10px; }
      section.section09 .align .heading p {
        color: #003d79;
        font-size: 20px;
        margin-bottom: 100px;
        font-weight: bold; }
    section.section09 .align .next {
      color: #003d79;
      font-size: 50px; }

section.section10 {
  background-color: #0075e7; }
  section.section10 .align {
    padding: 60px 0px; }
    section.section10 .align .heading {
      text-align: center;
      margin-bottom: 40px; }
      section.section10 .align .heading img {
        margin-bottom: 20px; }
      section.section10 .align .heading h2 {
        font-size: 30px;
        color: #fff;
        line-height: 45px; }
        section.section10 .align .heading h2 span {
          color: #fff;
          background: none; }
    section.section10 .align .boxes .flex-box {
      display: flex;
      justify-content: center;
      max-width: 1100px;
      margin-bottom: 20px; }
      section.section10 .align .boxes .flex-box .box {
        text-align: center;
        background-color: #fff;
        width: 250px;
        padding: 20px 0 10px 0;
        margin: 0px 10px; }
        section.section10 .align .boxes .flex-box .box img {
          margin-bottom: 10px; }
        section.section10 .align .boxes .flex-box .box p {
          font-size: 15px;
          font-weight: bold; }

section.section11 {
  background-color: #eeeeee; }
  section.section11 .align {
    padding: 60px 0px; }
    section.section11 .align .heading h2 {
      margin-bottom: 60px; }
      section.section11 .align .heading h2 img {
        margin-right: 10px; }
    section.section11 .align .rate-box {
      background-color: #fff;
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      padding: 100px 0 100px 0; }
      section.section11 .align .rate-box p.rate {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 60px; }
        section.section11 .align .rate-box p.rate .yellow-marker {
          color: #333; }
        section.section11 .align .rate-box p.rate .small {
          font-size: 80%; }
      section.section11 .align .rate-box p.emphasize {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
        section.section11 .align .rate-box p.emphasize .yellow-marker {
          color: #333; }
        section.section11 .align .rate-box p.emphasize .small {
          font-size: 80%; }

section.section12 {
  background-color: #e4f2ff; }
  section.section12 .align {
    padding: 60px 0px; }
    section.section12 .align .heading {
      margin-bottom: 40px; }
      section.section12 .align .heading h2 {
        margin-bottom: 30px; }
    section.section12 .align table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      background-color: #fff; }
      section.section12 .align table thead .midashi td, section.section12 .align table thead .midashi th {
        padding: 20px 0;
        text-align: center;
        border: 1px solid #ddd;
        background-color: #0081ff;
        color: #fff;
        font-size: 20px;
        font-weight: bold; }
      section.section12 .align table tbody th {
        padding: 30px 0;
        text-align: center;
        border: 1px solid #dddddd;
        font-size: 20px; }
      section.section12 .align table tbody td {
        padding: 30px 0;
        text-align: center;
        border: 1px solid #dddddd;
        font-size: 20px; }
      section.section12 .align table tbody tr:nth-child(odd) {
        background-color: #f9f9f9; }
      section.section12 .align table tbody .last {
        border-bottom: 8px solid #0081ff; }

section.section13 {
  background-color: #fff; }
  section.section13 .align {
    padding: 60px 0px; }
    section.section13 .align .heading {
      margin-bottom: 40px; }
      section.section13 .align .heading h2 {
        margin-bottom: 30px;
        line-height: 45px; }
  section.section13 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    section.section13 table thead .midashi th {
      visibility: hidden; }
    section.section13 table thead .midashi td {
      padding: 30px 0;
      text-align: center;
      border: 1px solid #dddddd;
      background-color: #aaaaaa;
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
    section.section13 table thead .midashi .highlight {
      background-color: #0081ff;
      border: 8px solid #0081ff; }
    section.section13 table tbody th {
      padding: 30px 0;
      text-align: center;
      border: 1px solid #dddddd;
      font-size: 20px;
      vertical-align: middle;
      height: 100px; }
    section.section13 table tbody td {
      padding: 30px 0;
      text-align: center;
      border: 1px solid #dddddd;
      font-size: 20px;
      vertical-align: middle; }
    section.section13 table tbody tr:nth-child(odd) {
      background-color: #f9f9f9; }
    section.section13 table tbody .highlight {
      border-right: 8px solid #0081ff;
      border-left: 8px solid #0081ff;
      font-size: 22px;
      font-weight: bold; }
    section.section13 table tbody .last {
      border-bottom: 8px solid #0081ff; }
  section.section13 .small {
    margin-top: 10px;
    font-size: 12px;
    text-align: right; }

section.section14 {
  background-image: url(../img/telnumber-bg.png);
  background-size: cover; }
  section.section14 .align {
    padding: 100px 0px; }
    section.section14 .align .heading {
      margin-bottom: 40px; }
      section.section14 .align .heading h2 {
        margin-bottom: 30px;
        color: #fff;
        line-height: 60px; }
        section.section14 .align .heading h2 .yellow-marker {
          color: #fff;
          background: linear-gradient(transparent 60%, #7eae79 60%); }
    section.section14 .align .select .tel-section {
      float: left;
      width: 50%;
      text-align: center;
      border-right: 1px solid #fff; }
      section.section14 .align .select .tel-section .tel-number {
        margin-top: 40px;
        margin-bottom: 20px; }
      section.section14 .align .select .tel-section .tel-number a {
        color: #fff;
        text-decoration: underline;
        font-size: 50px; }
    section.section14 .align .select .form-section {
      float: right;
      width: 50%;
      text-align: center; }
      section.section14 .align .select .form-section .button {
        margin-top: 40px; }
        section.section14 .align .select .form-section .button .button-cv {
          height: 100px;
          width: 300px;
          font-size: 20px;
          font-weight: bold; }
        section.section14 .align .select .form-section .button .button-cv img {
          margin-left: 10px; }
    section.section14 .align .select p {
      color: #fff;
      font-size: 20px; }
      section.section14 .align .select p img {
        vertical-align: middle;
        margin-right: 10px; }
    section.section14 .align .select::after {
      content: "";
      display: block;
      clear: both; }

section.section15 {
  background-color: #fff; }
  section.section15 .align {
    padding: 60px 0px;
    /*ボックス全体*/
    /*ラベル*/
    /*ラベルホバー時*/
    /*チェックは隠す*/
    /*中身を非表示にしておく*/
    /*クリックで中身表示*/ }
    section.section15 .align .accbox {
      margin: 2em 0;
      padding: 0;
      width: 100%;
      /*最大幅*/ }
    section.section15 .align .accbox label {
      display: block;
      margin: 1.5px 0;
      padding: 11px 12px;
      color: #2f8fcf;
      font-weight: bold;
      background: #e3f1ff;
      cursor: pointer;
      transition: all 0.5s; }
    section.section15 .align .accbox label:hover {
      background: #98ccff; }
    section.section15 .align .accbox input {
      display: none; }
    section.section15 .align .accbox .accshow {
      height: 0;
      padding: 0;
      overflow: hidden;
      opacity: 0;
      transition: 0.8s; }
    section.section15 .align .cssacc:checked + .accshow {
      height: auto;
      padding: 11px;
      background: #eeeeee;
      opacity: 1; }

section.section16 {
  background-color: #aadeff; }
  section.section16 .align {
    padding: 60px 0px;
    width: 700px; }
    section.section16 .align .card {
      box-shadow: 0 0 5px #aaa;
      background-color: #fff; }
      section.section16 .align .card .heading {
        margin-bottom: 40px;
        text-align: center; }
        section.section16 .align .card .heading h2 {
          margin-bottom: 20px;
          padding-top: 60px; }
      section.section16 .align .card form {
        padding: 20px 0 60px 0;
        margin: 0 auto;
        max-width: 570px; }
        section.section16 .align .card form table {
          text-align: left; }
          section.section16 .align .card form table .align-top {
            vertical-align: top;
            padding-top: 20px; }
          section.section16 .align .card form table .top-th {
            width: 50%; }
          section.section16 .align .card form table .top-td-01 {
            width: 20%; }
          section.section16 .align .card form table .top-th-01 {
            width: 20%; }
          section.section16 .align .card form table textarea {
            width: 300px;
            margin-top: 20px;
            border: 1px solid #d2d2d2; }
          section.section16 .align .card form table th {
            padding: 20px 0; }
          section.section16 .align .card form table td .input--long {
            width: 100%;
            height: 30px; }
          section.section16 .align .card form table td .required {
            font-size: 12px;
            color: #fff;
            background-color: #f18c1f;
            padding: 3px 7px;
            border-radius: 20px; }
          section.section16 .align .card form table td .ninni {
            font-size: 12px;
            color: #fff;
            background-color: #aaa;
            padding: 3px 7px;
            border-radius: 20px; }
        section.section16 .align .card form .g-recaptcha {
          margin-right: auto;
          margin-left: auto;
          text-align: center;
          width: 300px;
          margin-top: 20px; }
      section.section16 .align .card .small {
        font-size: 10px;
        text-align: center;
        line-height: 18px; }
      section.section16 .align .card .button-cv {
        margin-top: 30px;
        margin-bottom: 20px; }
        section.section16 .align .card .button-cv img {
          margin-left: 5px; }

section.section17 {
  background-color: #fff; }
  section.section17 .align {
    padding: 60px 0px; }
    section.section17 .align .heading {
      margin-bottom: 60px; }
    section.section17 .align .content .float-left {
      float: left;
      width: 48%;
      margin-right: 2%; }
      section.section17 .align .content .float-left table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0; }
        section.section17 .align .content .float-left table th {
          padding: 20px;
          text-align: center;
          border: 1px solid #b1b1b1;
          background-color: #d8d8d8;
          font-size: 15px; }
        section.section17 .align .content .float-left table td {
          padding: 20px;
          border: 1px solid #b1b1b1;
          font-size: 15px; }
    section.section17 .align .content .float-right {
      float: right;
      width: 50%;
      text-align: right; }
      section.section17 .align .content .float-right iframe {
        max-width: 500px;
        width: 100%;
        height: 400px; }
    section.section17 .align .content::after {
      content: "";
      display: block;
      clear: both; }

footer {
  background-color: #333; }
  footer .align {
    text-align: right;
    padding: 30px 0px; }
    footer .align .small {
      font-size: 12px;
      color: #fff; }

section.thanks {
  background-color: #daffe9;
  margin-top: -20px;
  padding: 100px 0px; }
  section.thanks .align {
    text-align: center;
    background-color: #fff;
    padding: 60px 30px; }
    section.thanks .align .heading {
      margin-bottom: 40px; }
      section.thanks .align .heading img {
        margin-bottom: 20px; }

@media (max-width: 1072px) {
  header {
    position: static; }
    header .header-right {
      display: none; }

  div.header-bk {
    height: 0px; }

  body.relative {
    position: relative; }
    body.relative .bottom-header {
      display: block;
      background-color: #fff;
      position: fixed;
      bottom: 0px;
      width: 100%;
      height: 80px;
      padding-top: 10px;
      border-top: 1px solid #eee; }
      body.relative .bottom-header nav {
        margin: 0 auto;
        width: 90%;
        text-align: center; }
        body.relative .bottom-header nav .left-button {
          float: left;
          width: 50%; }
          body.relative .bottom-header nav .left-button .button-cv {
            width: 180px; }
        body.relative .bottom-header nav .right-button {
          float: right;
          width: 50%; }
          body.relative .bottom-header nav .right-button .button-cv-02 {
            width: 150px; }

  section.section01 {
    padding-top: 40px;
    background-image: url(../img/top-img-with-tb.png); }
    section.section01 .left-content {
      width: 50%; }
      section.section01 .left-content h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px; }
      section.section01 .left-content p {
        font-size: 15px;
        line-height: 22.5px; }
    section.section01 .right-content {
      width: 48%; }
    section.section01 .button button {
      margin-top: 0px;
      font-size: 23px;
      max-width: 720px;
      width: 100%;
      line-height: 22.5px; }
      section.section01 .button button span {
        font-size: 15px;
        display: block;
        margin-bottom: 0px; }
    section.section01 .button img {
      margin-left: 10px;
      vertical-align: middle; }

  section.section02 .align {
    padding-top: 40px;
    padding-bottom: 40px; }
  section.section02 h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px; }

  section.section03 .align {
    padding-top: 30px;
    padding-bottom: 30px; }
  section.section03 section.boxes {
    margin-top: 30px; }
    section.section03 section.boxes div.flex-box {
      flex-wrap: wrap; }
      section.section03 section.boxes div.flex-box .rectangle-box:nth-child(3) {
        margin-top: 20px; }

  section.section04 h2 {
    margin-bottom: 30px; }
  section.section04 .align {
    margin-top: 30px;
    margin-bottom: 30px; }
    section.section04 .align .long-width-box .float-left {
      width: 70%; }
    section.section04 .align .long-width-box .float-right {
      width: 28%; }

  section.section05 {
    padding: 30px 0;
    background-color: #003d79; }

  section.section06 .align {
    padding: 30px 0; }
    section.section06 .align h2 {
      margin-bottom: 30px;
      font-size: 30px;
      line-height: 40px; }
      section.section06 .align h2 .br::before {
        content: "\A"; }
    section.section06 .align .boxes .blue h3 {
      font-size: 20px; }
      section.section06 .align .boxes .blue h3 .jijitsu-box {
        font-size: 15px; }

  .footer-bk {
    height: 80px; } }
@media (max-width: 700px) {
  .pc-display-none {
    display: block;
    height: 0; }

  header {
    height: 120px; }
    header div.header-left {
      text-align: center;
      margin: 0 auto;
      width: 100%; }
      header div.header-left h1 {
        font-size: 20px;
        line-height: 25px; }

  body.relative .bottom-header nav .left-button {
    text-align: left; }
  body.relative .bottom-header nav .right-button {
    text-align: right; }

  section.section01 {
    padding-top: 30px;
    background-image: url(../img/top-img.png); }
    section.section01 div.left-content {
      width: 100%;
      float: none; }
    section.section01 div.right-content {
      width: 100%;
      float: none;
      margin: 0;
      text-align: center; }
    section.section01 img.sp-on {
      display: block;
      width: 100%; }
    section.section01 .button button {
      font-size: 20px; }
      section.section01 .button button span {
        font-size: 15px;
        color: #fff600; }

  section.section02 h2 {
    font-size: 20px;
    line-height: 30px; }
  section.section02 div.flex-box {
    display: inline; }
    section.section02 div.flex-box section {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px; }
      section.section02 div.flex-box section h3 {
        font-size: 15px; }

  section.section03 section.boxes div.flex-box .rectangle-box {
    margin-top: 20px; }
  section.section03 section.boxes div.flex-box div.rectangle-box:nth-child(1) {
    margin-top: 0px; }

  section.section04 .align .long-width-box {
    padding: 20px 40px;
    margin-bottom: 20px; }
    section.section04 .align .long-width-box .float-left {
      float: none;
      width: 100%; }
    section.section04 .align .long-width-box .float-right {
      float: none;
      width: 100%;
      text-align: center; }

  section.section07 .align {
    padding: 30px 0px; }
    section.section07 .align h2 {
      margin-bottom: 30px; }
    section.section07 .align .float-left {
      float: none;
      width: 100%; }
      section.section07 .align .float-left img {
        width: 60%;
        height: auto;
        margin: 0 auto 20px auto; }
      section.section07 .align .float-left h3 {
        font-size: 20px;
        line-height: 30px; }
    section.section07 .align .float-right {
      float: none;
      width: 100%;
      margin: 0 auto; }
      section.section07 .align .float-right img {
        display: none; }
      section.section07 .align .float-right .box {
        border-top: 1px solid #333; }
  section.section07 .align::after {
    content: "";
    display: block;
    clear: both; }

  section.section08 .align {
    padding: 30px 0px; }
    section.section08 .align h2 {
      margin-bottom: 30px; }

  section.section08-01 .align {
    padding: 30px 0px; }
    section.section08-01 .align .customer {
      width: 100%;
      margin: 0 auto; }
      section.section08-01 .align .customer .float-left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
      section.section08-01 .align .customer .float-right {
        float: none;
        width: 100%;
        margin: 0 auto; }

  section.section08-02 .align {
    padding: 30px 0px; }
    section.section08-02 .align .fhac {
      width: 100%; }
      section.section08-02 .align .fhac .float-left {
        float: none;
        width: 100%;
        line-height: 0px;
        margin-bottom: 20px;
        text-align: center; }
      section.section08-02 .align .fhac .float-right {
        float: none;
        width: 100%;
        margin: 0 auto 10px auto; }

  section.section08-03 .align {
    padding: 30px 0px; }
    section.section08-03 .align .kinyu-koko {
      width: 100%; }
      section.section08-03 .align .kinyu-koko .float-left {
        float: none;
        width: 100%;
        line-height: 0px;
        margin-bottom: 20px;
        text-align: center; }
      section.section08-03 .align .kinyu-koko .float-right {
        float: none;
        width: 100%;
        margin: 0 auto 10px auto; }

  section.section09 .align {
    padding: 30px 0px; }
    section.section09 .align .heading h2.larger {
      font-size: 30px; }
    section.section09 .align .heading p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 60px; }
    section.section09 .align .next {
      color: #003d79;
      font-size: 30px; }

  section.section10 .align {
    padding: 30px 0px; }
    section.section10 .align .heading {
      text-align: center;
      margin-bottom: 20px; }
      section.section10 .align .heading h2 {
        font-size: 20px;
        line-height: 30px; }
    section.section10 .align .boxes .flex-box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto; }
      section.section10 .align .boxes .flex-box .box {
        width: 180px;
        margin-bottom: 10px; }
        section.section10 .align .boxes .flex-box .box p {
          font-size: 14px; }

  section.section11 .align {
    padding: 30px 0px; }
    section.section11 .align .heading h2 {
      margin-bottom: 30px; }
    section.section11 .align .rate-box {
      padding: 60px 20px 60px 20px; }
      section.section11 .align .rate-box p.rate {
        margin-bottom: 60px; }
      section.section11 .align .rate-box p.emphasize {
        font-size: 20px;
        line-height: 30px; }

  section.section12 .align table thead .midashi td, section.section12 .align table thead .midashi th {
    padding: 20px 0;
    font-size: 15px; }
  section.section12 .align table tbody th {
    padding: 20px 0;
    font-size: 15px; }
  section.section12 .align table tbody td {
    padding: 20px 0;
    font-size: 15px; }
  section.section12 .align table tbody .last {
    border-bottom: 5px solid #0081ff; }

  section.section13 .align {
    padding: 30px 0px; }
    section.section13 .align .heading {
      margin-bottom: 30px; }
  section.section13 table thead .midashi td {
    padding: 20px 0;
    font-size: 15px; }
  section.section13 table thead .midashi .highlight {
    border: 5px solid #0081ff; }
  section.section13 table tbody th {
    padding: 20px 0;
    font-size: 15px; }
  section.section13 table tbody td {
    padding: 20px 0;
    font-size: 15px; }
  section.section13 table tbody .highlight {
    border-right: 5px solid #0081ff;
    border-left: 5px solid #0081ff;
    font-size: 15px;
    font-weight: bold; }
  section.section13 table tbody .last {
    border-bottom: 5px solid #0081ff; }
  section.section13 .small {
    margin-top: 10px;
    font-size: 12px;
    text-align: right; }

  section.section14 .align {
    padding: 60px 0px; }
    section.section14 .align .heading h2 {
      font-size: 30px;
      line-height: 45px; }
    section.section14 .align .select .tel-section {
      float: none;
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #fff;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      section.section14 .align .select .tel-section .tel-number a {
        font-size: 40px; }
    section.section14 .align .select .form-section {
      float: none;
      width: 100%; }
      section.section14 .align .select .form-section .button {
        margin-top: 40px; }
    section.section14 .align .select p {
      color: #fff;
      font-size: 20px; }
      section.section14 .align .select p img {
        vertical-align: middle;
        margin-right: 10px; }
    section.section14 .align .select::after {
      content: "";
      display: block;
      clear: both; }

  section.section16 .align {
    padding: 30px 0px 30px 0px;
    width: 90%; }
    section.section16 .align .card .heading {
      width: 90%;
      margin: 0 auto; }
      section.section16 .align .card .heading h2 {
        padding-top: 30px; }
    section.section16 .align .card form table {
      width: 90%;
      margin: 0 auto; }
      section.section16 .align .card form table .width100 {
        width: 100%;
        display: block; }
      section.section16 .align .card form table .top-th {
        width: 50%; }
      section.section16 .align .card form table th {
        width: 50%;
        display: inline-block; }
      section.section16 .align .card form table .width80 {
        width: 50%;
        display: inline-block;
        text-align: right; }
      section.section16 .align .card form table textarea {
        width: 100%;
        margin-top: 0px; }
    section.section16 .align .card .small {
      font-size: 10px;
      width: 90%;
      margin: 0 auto; }

  section.section17 .align {
    padding: 30px 0px; }
    section.section17 .align .heading {
      margin-bottom: 30px; }
    section.section17 .align .content .float-left {
      float: none;
      width: 100%;
      margin-bottom: 40px; }
    section.section17 .align .content .float-right {
      float: none;
      width: 100%; }
      section.section17 .align .content .float-right iframe {
        width: 100%;
        height: 300px; }
    section.section17 .align .content::after {
      content: "";
      display: block;
      clear: both; } }
