@charset "UTF-8";

/* -------------------- common -------------------- */
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body {
  font-family: 'source-han-sans-japanese', sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 28px;
  color: #262626;
}
* {
  box-sizing: border-box;
}
.contentWrap {
  width: calc( 100% - 60px );
  max-width: 1000px;
  margin: 0 auto;
}
.floatWrap {
  overflow: hidden;
  zoom: 1;
}

/* -------------------- unique -------------------- */
header .logo {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin-top: 10px;
}
header .logo a {
  transition-duration: 0.3s;
}
header .logo a:hover,
header .logo a:active {
  opacity: 0.7;
}
header .logo img {
  width: 100%;
}
.ttlArea h1 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: 'source-han-serif-japanese', serif;
}
.ttlArea h1 .sub01 {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}
.ttlArea h1 .ttl {
  display: inline-block;
  font-size: 64px;
  font-weight: 700;
  color: #005bac;
  line-height: 64px;
}
.ttlArea h1 .sub02 {
  display: inline-block;
  font-size: 46px;
  font-weight: 500;
  line-height: 46px;
}
section h2 {
  font-family: 'source-han-serif-japanese', serif;
  margin-bottom: 40px;
}
section h2 .sub01 {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}
section h2 .ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  color: #005bac;
  line-height: 50px;
}
section h2 .sub02 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #005bac;
  line-height: 32px;
}

.contactBtn {
  margin-top: 60px;
}
.contactBtn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 485px;
  margin: auto;
  padding: 20px 50px;
  padding: 20px 45px 20px 40px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background: #005bac;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
.contactBtn a:hover,
.contactBtn a:active {
  opacity: 0.7;
}
.contactBtn a:before {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  left: auto;
  background: #fff;
}
.contactBtn a:after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  border: 1px solid #fff;
}

.sec01 .wrap {
  display: flex;
  justify-content: flex-start;
}
.sec01 .isL {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/sec01_bg01.jpg) 0 0 / cover no-repeat ;
}
.sec01 .isL .inner {
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  .sec01 .isL .inner {
    justify-content: center;
    flex-wrap: wrap;
  }
  .sec01 .isL .txtWrap {
    margin-top: 30px;
  }
}
.sec01 .isL .imgWrap {
  max-width: 240px;
}
.sec01 .isL .imgWrap img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.sec01 .isL .txtWrap {
  flex-shrink: 0;
  width: 280px;
  padding-left: 40px;
}
.sec01 .isL .txtWrap dt {
  font-family: 'roboto', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #5ec3f0;
}
.sec01 .isL .txtWrap dt:first-letter {
  color: #009fe9;
}
.sec01 .isL .txtWrap dd {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #009fe9;
}
.sec01 .isR {
  width: 50%;
  background: linear-gradient(#f2f9fd, #fdffff);
}
.sec01 .isR .inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 500px;
  padding: 30px 30px 10px;
}
.sec01 .isR .ttl {
  font-family: 'source-han-serif-japanese', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}
.sec01 .isR .txt {
  width: 390px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 34px;
}
.sec01 .isR .txt .emp {
  font-family: 'source-han-serif-japanese', serif;
  font-weight: 500;
}
.sec01 .contactBtn {
  width: 390px;
  margin-top: 30px;
}

.sec02 {
  margin-top: 80px;
}
.sec02 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec02 ul.is01 {
  margin-right: 30px;
}
.sec02 ul.is01 li {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.sec02 ul.is01 li + li {
  margin-top: 20px;
}
.sec02 ul.is01 li span {
  color: #005bac;
  background: linear-gradient(transparent calc(100% - 6px),#f3ff05 6px);
  background: -ms-linear-gradient(transparent 75%,#f3ff05 25%)
}
.sec02 ul.is02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sec02 ul.is02 > li {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc( 99.99% / 3 - 10px );
  max-width: calc( 99.99% / 3 - 10px );
  margin-right: 15px;
  border-radius: 4px;
  background: #f8f8f8;
  z-index: 0;
}
.sec02 ul.is02 > li:last-child {
  margin-right: 0;
}
.sec02 ul.is02 dt {
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 12px 0;
  font-family: 'source-han-serif-japanese', serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #5ec3f0;
  text-align: center;
}
.sec02 ul.is02 dd {
  position: relative;
  padding: 20px;
}
.sec02 ul.is02 dd::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #fff;
  top: -5px;
  left: 0;
  z-index: 1;
}
.sec02 ul.is02 dd::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #f8f8f8;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec02 ul.is02 dd li + li {
  margin-top: 10px;
}
.sec02 ul.is02 dd .emp {
  font-family: 'source-han-serif-japanese', serif;
  font-weight: 600;
}

.sec03 {
  margin-top: 80px;
}
.sec03 .wrap01 {
  display: flex;
  justify-content: space-between;
}
.sec03 ul.is01 {
  margin-right: 30px;
}
.sec03 ul.is01 li {
  font-size: 18px;
  /*font-weight: 400;*/
  line-height: 30px;
}
.sec03 ul.is01 li + li {
  margin-top: 20px;
}
.sec03 ul.is01 li span {
  /*color: #005bac;*/
  background: linear-gradient(transparent calc(100% - 6px),#f3ff05 6px);
  background: -ms-linear-gradient(transparent 75%,#f3ff05 25%)
}
.sec03 .wrap02 {
  position: relative;
}
.sec03 ul.is02 {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.sec03 ul.is02::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -84px;
  background: #a9a9a9;
}
.sec03 ul.is02::after {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -82px;
  transform: rotate(45deg);
}
.sec03 ul.is02 li {
  position: relative;
  margin-right: 10px;
  border: 1px solid #a9a9a9;
  border-radius: 6px;
  padding: 5px 10px;
  font-family: 'source-han-serif-japanese', serif;
  font-size: 18px;
  font-weight: 600;
  background: #f8f8f8;
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .sec03 ul.is02 li {
    padding: 5px;
    font-size: 16px;
  }
}
.sec03 ul.is02 li:last-child {
  margin-right: 0;
}
.sec03 ul.is02 li::before {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -28px;
  z-index: 1;
}
.sec03 ul.is02 li::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 26px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -50px;
  background: #a9a9a9;
  z-index: 0;
}
.sec03 ul.is02 li span::before {
  position: absolute;
  content: '';
  display: block;
  width: calc( 100% - -14px );
  height: 1px;
  left: -7px;
  bottom: -50px;
  background: #a9a9a9;
}
.sec03 ul.is02 li:first-child span::before {
  width: 58%;
  left: 50%;
}
.sec03 ul.is02 li:last-child span::before {
  width: 58%;
  left: auto;
  right: 50%;
}
.sec03 .wrap02 .txt {
  position: absolute;
  font-family: 'source-han-serif-japanese', serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  left: calc( 50% - -200px );
  top: 130px;
}
.sec03 .wrap02 .txt span {
  background: linear-gradient(transparent calc(100% - 10px),#f3ff05 10px);
  background: -ms-linear-gradient(transparent 75%,#f3ff05 25%)
}
.sec03 .wrap02 .imgWrap {
  position: relative;
  width: 340px;
  margin: 0 auto 50px;
  border: 1px solid #005bac;
  border-radius: 14px;
  padding: 10px 20px;
  text-align: center;
}
.sec03 .wrap02 .imgWrap::before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -37px;
  background: #a9a9a9;
}
.sec03 .wrap02 .imgWrap::after {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
  transform: rotate(45deg);
}
.sec03 .wrap02 .labelWrap {
  width: 340px;
  height: 68px;
  margin: auto;
  border-radius: 14px;
  padding-top: 18px;
  text-align: center;
  font-family: 'source-han-serif-japanese', serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #8fc320;
}

.sec04 {
  margin-top: 80px;
}
.sec04 table {
  border-collapse: separate;
  font-family: 'source-han-serif-japanese', serif;
  font-weight: 600;
}
.sec04 table th,
.sec04 table td {
  width: 25%;
}
.sec04 table th {
  padding: 10px 0;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  background: #5ec3f0;
  font-size: 18px;
  text-align: center;
}
.sec04 table th.ttl {
  background: #009fe9;
}
.sec04 table td {
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 10px;
  vertical-align: middle;
}
.sec04 table tr:nth-child(2n+1) td {
  background: #f8f8f8;
}
.sec04 table tr:nth-child(2n) td {
  background: #eeeeee;
}
.sec04 table td span {
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
}
.sec04 table th:last-child,
.sec04 table td:last-child {
  position: relative;
  border-left: 20px solid #fff;
}
.sec04 table th:last-child::before,
.sec04 table td:last-child::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec04 table th:last-child::after,
.sec04 table td:last-child::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 100%;
  border-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #f00;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec04 table tr:first-child th + th.ttl::after {
  background: #009fe9;
}
.sec04 table tr:nth-child(2n+1) td:last-child::after {
  background: #f8f8f8;
}
.sec04 table tr:nth-child(2n) td:last-child::after {
  background: #eeeeee;
}
.sec04 table + p {
  margin-top: 60px;
  font-family: 'source-han-serif-japanese', serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
footer {
  margin-top: 200px;
}
footer small {
  display: block;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none!important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block;
  }
  .contentWrap {
    width: calc( 100% - 30px );
    margin: 0 15px;
  }

  .ttlArea h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ttlArea h1 .sub01 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .ttlArea h1 .ttl {
    display: block;
    font-size: 40px;
    line-height: 56px;
  }
  .ttlArea h1 .sub02 {
    display: block;
    font-size: 30px;
    line-height: 46px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h2 .sub01 {
    font-size: 18px;
  }
  section h2 .ttl {
    font-size: 30px;
    line-height: 40px;
  }
  section h2 .sub02 {
    font-size: 22px;
  }

  .contactBtn {
    margin-top: 30px;
  }
  .contactBtn a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .sec01 .wrap {
    display: block;
  }
  .sec01 .isL {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .sec01 .isL .inner {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec01 .isL .imgWrap {
    max-width: 150px;
    margin: 0 auto 30px;
  }
  .sec01 .isL .txtWrap {
    width: 100%;
    padding-left: 0;
  }
  .sec01 .isR {
    float: none;
    width: 100%;
  }
  .sec01 .isR .inner {
    display: block;
    max-width: initial;
    padding: 15px;
  }
  .sec01 .isR .ttl {
    font-size: 24px;
    line-height: 36px;
  }
  .sec01 .isR .txt {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec01 .contactBtn {
    width: 100%;
    max-width: 485px;
    margin-top: 30px;
    margin: 30px auto 0;
  }

  .sec02 {
    margin-top: 35px;
  }
  .sec02 .wrap {
    display: block;
  }
  .sec02 ul.is01 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec02 ul.is01 li {
    font-size: 18px;
    line-height: 30px;
  }
  .sec02 ul.is01 li + li {
    margin-top: 10px;
  }
  .sec02 .wrap .imgWrap {
    text-align: center;
  }
  .sec02 .wrap .imgWrap img {
    max-width: 100%;
  }
  .sec02 ul.is02 {
    display: block;
    margin-top: 30px;
  }
  .sec02 ul.is02 > li {
    max-width: calc( 99.99% / 3 - 10px );
    max-width: initial;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec02 ul.is02 > li:last-child {
    margin-bottom: 0;
  }
  .sec02 ul.is02 dt {
    padding: 8px 0;
  }
  .sec02 ul.is02 dd {
    padding: 15px;
  }

  .sec03 {
    margin-top: 50px;
  }
  .sec03 .wrap01 {
    display: block;
  }
  .sec03 ul.is01 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec03 ul.is01 li + li {
    margin-top: 10px;
  }
  .sec03 .wrap01 .imgWrap {
    text-align: center;
  }
  .sec03 .wrap01 .imgWrap img {
    max-width: 100%;
    margin: auto;
  }
  .sec03 ul.is02 {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-right: -15px;
  }
  .sec03 ul.is02::before {
    height: 26px;
    bottom: -24px;
    left: calc(50% - 7px);
    right: auto;
  }
  .sec03 ul.is02::after {
    bottom: -22px;
    left: calc(50% - 15px);
    right: auto;
  }
  .sec03 ul.is02 li {
    width: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
  }
  .sec03 ul.is02 li:last-child {
    margin-right: 15px;
  }
  .sec03 ul.is02 li::before {
    display: none;
  }
  .sec03 ul.is02 li::after {
    display: none;
  }
  .sec03 ul.is02 li span::before {
    display: none;
  }
  .sec03 .wrap02 .imgWrap {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 15px;
  }
  .sec03 .wrap02 .imgWrap::before {
    height: 26px;
    bottom: -115px;
  }
  .sec03 .wrap02 .imgWrap::after {
    bottom: -113px;
  }
  .sec03 .wrap02 .txt {
    position: static;
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    left: auto;
    bottom: auto;
  }
  .sec03 .wrap02 .labelWrap {
    width: 100%;
    max-width: 340px;
  }

  .sec04 {
    margin-top: 50px;
  }
  .sec04 table {
    font-weight: 300;
  }
  .sec04 table th {
    padding: 5px;
    border: 1px solid #fff;
    font-size: 16px;
    vertical-align: middle;
  }
  .sec04 table td {
    border: 1px solid #fff;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .sec04 table th:last-child,
  .sec04 table td:last-child {
    border-left: 5px solid #fff;
  }
  .sec04 table + p {
    margin-top: 30px;
    font-size: 18px;
  }
  footer {
    margin-top: 100px;
  }
}
