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

:after, :before {
  box-sizing: inherit; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0; }

ol, ul {
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

pre {
  font-family: monospace;
  font-size: inherit; }

address {
  font-style: inherit; }

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace;
  font-size: inherit; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: bottom; }

embed, iframe, object {
  border: 0;
  vertical-align: bottom; }

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default; }

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset, option {
  padding: 0; }

fieldset {
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

label[for] {
  cursor: pointer; }

details {
  display: block; }

summary {
  display: list-item; }

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

caption {
  text-align: left; }

td, th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: 700; }

[hidden], template {
  display: none; }

/*
@include mediaPC {
    aaa
}
*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 200%;
  background: #00a0e5;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 18px; }

a {
  color: #0041c3; }

a:hover {
  color: #0041c3; }

img {
  width: 100%;
  height: auto; }

.wrapper {
  position: relative;
  z-index: 5; }

.bg01 {
  mix-blend-mode: multiply;
  position: absolute;
  top: 2000px;
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden; }

.bg02 {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 2; }

.bg03 {
  background: url("../../../../../../Desktop/htdocs3/htdocs/assets/images/bg03.png") no-repeat 0 0;
  position: absolute;
  top: 500px;
  left: 0;
  z-index: 3; }

.bg04 {
  background: url("../../../../../../Desktop/htdocs3/htdocs/assets/images/bg01.png") no-repeat 0 0;
  position: absolute;
  top: 2000px;
  z-index: 3; }

/* =================================================================

    共通

================================================================= */
header {
  width: 1125px;
  margin: auto;
  text-align: center;
  padding: 30px 0 70px; }

/* =================================================================

    トップページ

================================================================= */
.inner {
  width: 900px;
  margin: auto; }

section {
  border-top: #000 solid 4px;
  padding: 40px 0 100px; }

.sec_head {
  text-align: center; }
  .sec_head .icon img {
    width: auto;
    height: 33px; }
  .sec_head h2 {
    font-size: 36px;
    font-weight: 900;
    margin-top: 20px;
    line-height: 160%; }

.sec01 {
  text-align: center; }
  .sec01 .kv {
    margin-bottom: 20px; }
  .sec01 .body {
    margin: 60px 0;
    font-weight: bold; }
    .sec01 .body p {
      margin-bottom: 20px; }

.sec02 h2 {
  width: 400px;
  margin: 30px auto; }
.sec02 .intro {
  text-align: center;
  font-weight: bold;
  margin: 20px 0; }
.sec02 .box {
  overflow: hidden;
  border-radius: 10px;
  background: #fff; }
  .sec02 .box .picup {
    background: #005fca;
    color: #fff;
    width: 75%;
    float: right;
    padding: 30px 45px;
    font-size: 13px;
    line-height: 160%;
    margin-top: -60px;
    position: relative;
    z-index: 5; }
  .sec02 .box .in {
    padding: 100px 80px; }
    .sec02 .box .in h3 {
      font-size: 30px;
      color: #005fca;
      margin-bottom: 20px; }
    .sec02 .box .in ul {
      margin-bottom: 50px; }
    .sec02 .box .in li {
      font-size: 16px;
      padding-left: 1em;
      text-indent: -1em;
      line-height: 160%;
      margin-bottom: 14px; }

.sec03 h2 {
  margin-bottom: 30px; }
.sec03 .blk {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 50px;
  font-weight: bold;
  overflow: hidden; }
  .sec03 .blk .left {
    float: left;
    width: 15%; }
    .sec03 .blk .left span {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      color: #fff;
      font-size: 30px;
      background: #005fca;
      display: block;
      text-align: center;
      line-height: 70px;
      font-weight: 900; }
  .sec03 .blk .right {
    float: left;
    width: 70%; }
    .sec03 .blk .right .btn {
      padding-top: 20px; }
      .sec03 .blk .right .btn a {
        display: block;
        color: #fff;
        background: #000;
        text-align: center;
        padding: 7px;
        border-radius: 100px;
        width: 200px;
        font-size: 14px; }
        .sec03 .blk .right .btn a:hover {
          opacity: .6; }
  .sec03 .blk.r {
    background: #fff url("../../../../../../Desktop/htdocs3/htdocs/assets/images/img12.png") no-repeat 93% 100%/contain; }

.sec04 h2 {
  margin-bottom: 30px; }
.sec04 .body {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 50px;
  font-weight: bold;
  overflow: hidden; }
  .sec04 .body .box1 {
    border-bottom: #ddd solid 1px;
    font-size: 20px;
    padding-bottom: 30px; }
    .sec04 .body .box1 span {
      color: #fff;
      background: #005fca;
      padding: 6px 10px;
      margin-right: 15px; }
    .sec04 .body .box1 .caution {
      font-size: 14px;
      color: #777;
      margin-left: 120px;
      line-height: 160%;
      padding-top: 15px; }
  .sec04 .body .box2 {
    font-size: 20px;
    padding-top: 30px; }
    .sec04 .body .box2 span {
      color: #fff;
      background: #e00013;
      padding: 6px 10px;
      margin-right: 15px; }
    .sec04 .body .box2 .caution {
      font-size: 14px;
      color: #777;
      margin-left: 180px;
      line-height: 160%;
      padding-top: 15px; }
.sec04 .sc {
  display: block;
  padding-top: 10px; }
.sec04 .b {
  font-size: 85%;
  border-top: #ddd solid 1px;
  padding-top: 20px;
  margin-top: 20px; }
.sec04 .cc {
  font-size: 80%;
  font-weight: normal; }
.sec04 .d {
  background: #f9f9f9;
  padding: 20px 30px 30px;
  margin-top: 20px; }
  .sec04 .d h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px; }
  .sec04 .d p {
    font-size: 14px;
    font-weight: normal;
    line-height: 190%; }

.sec05 {
  text-align: center;
  font-weight: bold; }
  .sec05 iframe {
    margin: 35px 0 20px;
    width: 100%;
    height: 500px; }

.sec06 {
  border: none; }
  .sec06 .box {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px; }
    .sec06 .box .ttl {
      border-bottom: #ddd solid 1px;
      padding-bottom: 37px; }
      .sec06 .box .ttl img {
        width: 336px; }
    .sec06 .box h2 {
      font-size: 22px;
      font-weight: 900;
      margin: 30px 0 26px; }
    .sec06 .box p {
      margin-bottom: 30px; }
    .sec06 .box .btn a {
      display: block;
      background: #023f8e;
      color: #fff;
      padding: 7px;
      width: 300px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: bold;
      margin: 20px auto 0; }
      .sec06 .box .btn a:hover {
        opacity: .6; }
  .sec06 .in03 img {
    width: 550px; }

.sec07 ul {
  margin-top: 30px; }
.sec07 li a {
  width: 100%;
  display: block;
  padding: 15px 30px 17px;
  background: #000;
  color: #fff;
  border-radius: 7px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold; }
  .sec07 li a span {
    color: #005fca;
    margin-right: 15px; }
  .sec07 li a:hover {
    opacity: .6; }

footer {
  background: #023f8e;
  color: #fff;
  padding: 65px 0;
  font-size: 14px; }
  footer .logo {
    width: 250px;
    padding-bottom: 40px; }
  footer .copy {
    color: #8297be;
    text-align: center;
    font-size: 14px;
    padding-top: 40px; }
  footer .check {
    width: 500px;
    margin: 40px auto 0; }
    footer .check a {
      display: block;
      background: #fff;
      text-align: center;
      padding: 5px;
      border-radius: 100px;
      color: #222;
      font-size: 12px;
      font-weight: bold; }
      footer .check a:hover {
        opacity: 0.5; }

.detail header {
  text-align: left; }
  .detail header .thum {
    margin-bottom: 30px; }
  .detail header h1 {
    font-size: 30px;
    font-weight: bold; }
.detail .body .inner {
  background: #fff;
  border-radius: 10px;
  padding: 50px; }

@media screen and (max-width: 768px) {
  body {
    line-height: 200%;
    font-size: 15px; }

  header {
    width: auto;
    margin: auto;
    text-align: center;
    padding: 20px 10px 40px; }
    header .intro {
      margin-top: 15px; }

  .inner {
    width: auto;
    margin: auto;
    padding: 0 16px; }

  section {
    border-top: #000 solid 4px;
    padding: 20px 0 50px; }

  .sec_head {
    text-align: center; }
    .sec_head .icon img {
      width: auto;
      height: 25px; }
    .sec_head h2 {
      font-size: 28px;
      font-weight: 900;
      margin-top: 10px;
      line-height: 160%; }

  .bg01 {
    mix-blend-mode: multiply;
    position: absolute;
    top: 2000px;
    z-index: 1;
    width: 100%;
    height: auto;
    overflow: hidden; }

  .bg02 {
    position: absolute;
    top: 200px;
    right: 0;
    z-index: 2;
    width: 20%; }

  .bg03 {
    background: url("../../../../../../Desktop/htdocs3/htdocs/assets/images/bg03.png") no-repeat 0 0/10%;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: 3;
    width: 10%; }

  .bg04 {
    background: url("../../../../../../Desktop/htdocs3/htdocs/assets/images/bg01.png") no-repeat 0 0;
    position: absolute;
    top: 2000px;
    z-index: 3; }

  .sec01 .body {
    margin: 20px 0;
    font-weight: bold; }

  .sec02 h2 {
    width: 90%;
    margin: 30px auto; }
  .sec02 .intro {
    text-align: center;
    font-weight: bold;
    margin: 20px 0 30px; }
  .sec02 .box .picup {
    width: 90%;
    float: right;
    padding: 20px 30px;
    font-size: 13px;
    line-height: 160%;
    margin-top: -20px;
    position: relative;
    z-index: 5; }
  .sec02 .box .in {
    padding: 160px 30px 30px; }
    .sec02 .box .in h3 {
      font-size: 26px;
      color: #005fca;
      margin-bottom: 20px; }
    .sec02 .box .in ul {
      margin-bottom: 50px; }
    .sec02 .box .in li {
      font-size: 14px;
      padding-left: 1em;
      text-indent: -1em;
      line-height: 160%;
      margin-bottom: 14px; }

  .sec03 h2 {
    margin-bottom: 16px; }
  .sec03 .blk {
    margin-bottom: 30px;
    padding: 20px;
    font-weight: bold;
    overflow: hidden; }
    .sec03 .blk .left {
      float: none;
      width: 100%;
      padding-bottom: 15px; }
      .sec03 .blk .left span {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        background: #005fca;
        display: block;
        text-align: center;
        line-height: 50px;
        font-weight: 900; }
    .sec03 .blk .right {
      float: none;
      width: 100%; }
      .sec03 .blk .right .btn {
        padding-top: 20px; }
        .sec03 .blk .right .btn a {
          display: block;
          color: #fff;
          background: #000;
          text-align: center;
          padding: 7px;
          border-radius: 100px;
          width: 200px;
          font-size: 14px; }
          .sec03 .blk .right .btn a:hover {
            opacity: .6; }
    .sec03 .blk.r {
      background: #fff url("../../../../../../Desktop/htdocs3/htdocs/assets/images/img12.png") no-repeat 50% 100%/80%;
      padding-bottom: 400px; }
      .sec03 .blk.r .right {
        width: 100%; }

  .sec04 h2 {
    margin-bottom: 30px; }
  .sec04 .body {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px;
    font-weight: bold;
    overflow: hidden; }
    .sec04 .body .box1 {
      border-bottom: #ddd solid 1px;
      font-size: 20px;
      padding-bottom: 30px; }
      .sec04 .body .box1 span {
        color: #fff;
        background: #005fca;
        padding: 2px 10px;
        margin-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
      .sec04 .body .box1 .caution {
        font-size: 14px;
        color: #777;
        margin-left: 0;
        line-height: 160%;
        padding-top: 15px; }
    .sec04 .body .box2 {
      font-size: 20px;
      padding-top: 30px; }
      .sec04 .body .box2 span {
        color: #fff;
        background: #e00013;
        padding: 2px 10px;
        margin-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
      .sec04 .body .box2 .caution {
        font-size: 14px;
        color: #777;
        margin-left: 0;
        line-height: 160%;
        padding-top: 15px; }

  .sec06 {
    border: none; }
    .sec06 .box {
      background: #fff;
      border-radius: 10px;
      padding: 40px 25px;
      text-align: center;
      margin-bottom: 30px; }
      .sec06 .box .ttl {
        border-bottom: #ddd solid 1px;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        .sec06 .box .ttl img {
          width: 80%; }
      .sec06 .box h2 {
        font-size: 22px;
        font-weight: 900;
        margin: 0 0 26px; }
      .sec06 .box p {
        margin-bottom: 30px; }
      .sec06 .box .btn a {
        display: block;
        background: #023f8e;
        color: #fff;
        padding: 7px;
        width: 300px;
        border-radius: 100px;
        font-size: 14px;
        font-weight: bold;
        margin: 20px auto 0; }
        .sec06 .box .btn a:hover {
          opacity: .6; }
    .sec06 .in03 img {
      width: 100%; }

  .sec07 ul {
    margin-top: 30px; }
  .sec07 li a {
    width: 100%;
    display: block;
    padding: 15px 30px 20px;
    background: #000;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold; }
    .sec07 li a span {
      color: #005fca;
      margin-right: 15px;
      display: block;
      font-size: 13px; }
    .sec07 li a:hover {
      opacity: .6; }

  footer {
    background: #023f8e;
    color: #fff;
    padding: 65px 0;
    font-size: 12px; }
    footer .logo {
      width: 250px;
      padding-bottom: 40px; }
    footer .copy {
      color: #8297be;
      text-align: center;
      font-size: 10px;
      padding-top: 40px; }
    footer .check {
      width: 100%;
      margin: 40px auto 0; }
      footer .check a {
        display: block;
        background: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 100px;
        color: #222;
        font-size: 10px;
        letter-spacing: 0; }
        footer .check a:hover {
          opacity: 0.5; }

  .detail header {
    text-align: left; }
    .detail header .thum {
      margin-bottom: 30px; }
    .detail header h1 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px; }
  .detail .body {
    padding: 16px 16px; }
    .detail .body .inner {
      background: #fff;
      border-radius: 10px;
      padding: 25px; } }
/* =================================================================

    その他

================================================================= */
@media screen and (min-width: 1100px) {
  .pc-only {
    display: block; }

  .sp-only {
    display: none; } }
@media screen and (max-width: 1100px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; } }
br.is-sp-only {
  display: none; }
