/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ============================================
// base
// ==========================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000000;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-weight: normal;
}

p {
  line-height: 1.5;
  margin-bottom: 0;
}

table th, table td {
  line-height: 1.5;
}

.wrap {
  overflow: hidden;
}

/* ============================================
// footer
// ==========================================*/
/* ============================================
// header
// ==========================================*/
/* ============================================
// main component
// ==========================================*/
.l-main__h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main__h2 {
    font-size: 40px;
  }
}
.l-main__h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #2b7ac2;
  border-radius: 3px;
  width: 60px;
  height: 6px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ============================================
// content
// ==========================================*/
.l-main__mainvisual-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/bg_main.jpg");
  padding: calc(700 / 1600 * 50vw) 0 calc(700 / 1600 * 50vw) 3vw;
}
@media screen and (min-width: 1024px) {
  .l-main__mainvisual-content {
    padding: calc(22vw - 111px) 0 calc(22vw - 111px) 12vw;
  }
}
.l-main__mainvisual-content h2 {
  line-height: 1.5;
}
.l-main__mainvisual-content p {
  line-height: 2;
}

.l-main__introduction-example {
  border: 1px solid #e0e0e0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 30px 15px;
}
@media screen and (min-width: 768px) {
  .l-main__introduction-example {
    width: 90%;
    padding: 0 30px 15px;
  }
}
.l-main__introduction-example-title {
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.l-main__introduction-example-list-item {
  display: inline-block;
  margin-bottom: 1.5em;
}
.l-main__introduction-example-list-item:not(:last-child) {
  margin-right: 2em;
}
.l-main__introduction-example-list-item::before {
  content: "";
  display: inline-block;
  background-color: #2b71b8;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin-right: 6px;
  vertical-align: bottom;
}

.l-main__issue {
  background: url("../images/bg_issue.jpg") no-repeat center/cover;
  position: relative;
}
.l-main__issue-intro-text {
  width: 90%;
}
.l-main__issue::before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 40px solid #2b71b8;
  border-right: 200px solid transparent;
  display: block;
  content: " ";
}
.l-main__issue::after {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  border-bottom: 40px solid #2b71b8;
  border-left: 200px solid transparent;
  display: block;
  content: " ";
}

.l-main__issue-block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__issue-block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.l-main__issue-block-circle {
  display: inline-block;
  background-color: #2b71b8;
  border-radius: 50%;
  margin-top: -30px;
  margin-bottom: 0.5em;
  padding: 10px 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main__issue-block-circle {
    margin-bottom: 1em;
  }
}
.l-main__issue-block-circle span {
  font-family: "Jost", sans-serif;
  font-size: 150%;
}

.l-main__consultation {
  background-color: #2b71b8;
}
.l-main__consultation-title {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .l-main__consultation-title img {
    width: 220px;
  }
}

.l-main__doing {
  background-color: #ebebeb;
}
.l-main__doing-title {
  position: relative;
}
.l-main__doing-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: attr(data-title);
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  color: rgba(43, 113, 184, 0.15);
  font-family: "Jost", sans-serif;
  font-size: 200%;
  font-weight: normal;
  white-space: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main__doing-title::before {
    font-size: 250%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__doing-title::before {
    font-size: 300%;
  }
}

.l-main__doing-block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 0 16px;
}
@media screen and (min-width: 1024px) {
  .l-main__doing-block {
    padding: 0 40px;
  }
}
.l-main__doing-block-number {
  color: #2b71b8;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px 15px;
  margin-top: -50%;
}

.l-main__doing-content {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .l-main__doing-content {
    padding: 48px;
  }
}
.l-main__doing-content-title {
  font-size: 20px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-main__doing-content-title {
    font-size: 36px;
  }
}
.l-main__doing-content-h-image {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-main__doing-content-h-image {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* ============================================
// component button
// ==========================================*/
/* ============================================
// component font
// ==========================================*/
.c-font-century {
  font-family: century-gothic, sans-serif;
}

.c-font-jost {
  font-family: "Jost", sans-serif;
}

.c-color-blue {
  color: #2b71b8;
}

.c-color-light-blue {
  color: #2b7ac2;
}

.c-color-yellow {
  color: #d9c540;
}

.c-color-green-darkest {
  color: #3f6500;
}

.c-color-gray {
  color: #676767;
}

.c-color-white {
  color: #ffffff;
}

/* ============================================
// component table
// ==========================================*/
.c-table-responsive {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table-responsive {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.c-table-responsive thead td {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #578b01;
}
@media screen and (min-width: 768px) {
  .c-table-responsive thead td:first-child {
    min-width: 200px;
  }
}
.c-table-responsive tbody td {
  background-color: #ededed;
}
.c-table-responsive tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}
.c-table-responsive th, .c-table-responsive td {
  font-size: 14px;
  padding: 0.5em;
}
.c-table-responsive td {
  border-bottom: 1px solid #ffffff;
}
.c-table-responsive td:not(:last-child) {
  border-right: 1px solid #ffffff;
}