@charset "UTF-8";
/*スマホメニューの色*/
/*スマホメニューの色*/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
body {
  background: #fff;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-indent: 0pt;
  letter-spacing: 0em;
  color: #003333;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
body.open {
  overflow: hidden;
}

a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:active {
  color: #333;
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
}

table {
  font-size: 1em;
  border-collapse: collapse;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

p {
  margin-bottom: 20px;
  text-align: left;
}
p:last-child {
  margin-bottom: 0px;
}

ul {
  margin-left: 0px;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

#pageTop {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 65px;
  height: 65px;
  z-index: 1;
}
#pageTop a {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 14px 0 0 2px;
  width: 65px;
  height: 65px;
  line-height: 1.4;
  background-color: #CCC;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
#pageTop a:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-pagetop {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  pointer-events: none;
  opacity: 0;
}

.pageTopBtn-in {
  opacity: 1;
  pointer-events: auto;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.wrapper > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

header {
  width: 100%;
  background-color: #fff;
  padding: 0;
  position: fixed;
  z-index: 20;
}
header .headerinner {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 472px 20px 1fr;
  grid-template-columns: 472px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 20px 83px 20px 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerinner h1 {
  margin-bottom: 0;
}
header .headerinner .logo {
  text-align: left;
}
header .headerinner .logo img {
  width: 200px;
}
header .headerinner .logo span {
  margin-left: 20px;
  font-size: 12px;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  letter-spacing: 3px;
}
header .headerinner .headother {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .headerinner .headother a {
  color: #21426E;
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
}
header .headerinner .headother a span {
  position: relative;
  z-index: 2;
}
header .headerinner .headother a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #21426E;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 1;
}
header .headerinner .headother a:hover {
  opacity: 1;
}
header .headerinner .headother a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .headerinner .headother a:hover span {
  color: #fff;
}
header .headerinner .headother .linkbox_a {
  border: 1px #D3D9E2 solid;
  border-radius: 10px;
  margin-right: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
header .headerinner .headother .linkbox_a a {
  padding: 10px 20px;
  display: block;
}
header .headerinner .headother .linkbox_b {
  border: 1px #D3D9E2 solid;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
header .headerinner .headother .linkbox_b ul li {
  display: inline-block;
}
header .headerinner .headother .linkbox_b ul li a {
  padding: 10px 20px;
  display: block;
}
header .headerinner .headother .linkbox_b ul li:not(:first-child) a {
  position: relative;
}
header .headerinner .headother .linkbox_b ul li:not(:first-child) a:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #21426E;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .globalmenu {
  background: -webkit-gradient(linear, left top, right top, from(#3592fa), color-stop(40%, #656695), color-stop(67%, #54529b), to(#0f08b2));
  background: linear-gradient(to right, #3592fa 0%, #656695 40%, #54529b 67%, #0f08b2 100%);
  -webkit-transition: opacity 0.8s 0.4s ease;
  transition: opacity 0.8s 0.4s ease;
}
header .globalmenu ul li {
  display: inline-block;
}
header .globalmenu ul li.current {
  background-color: rgba(0, 0, 0, 0.5);
}
header .globalmenu ul li a {
  padding: 10px 30px;
  display: block;
  color: #fff;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  letter-spacing: 3px;
  font-size: 14px;
}
header .globalmenu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
header.open .globalmenu {
  display: none;
}

footer {
  position: relative;
  z-index: 2;
}
footer .footerupper {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, right top, from(#3592fa), color-stop(40%, #656695), color-stop(67%, #54529b), to(#0f08b2));
  background: linear-gradient(to right, #3592fa 0%, #656695 40%, #54529b 67%, #0f08b2 100%);
}
footer .footerupper a {
  color: #fff;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  position: relative;
}
footer .footerupper a span {
  position: relative;
  z-index: 2;
}
footer .footerupper a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #21426E;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 1;
}
footer .footerupper a:hover {
  opacity: 1;
}
footer .footerupper a:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
footer .footerupper a:hover span {
  color: #fff;
}
footer .footerupper .linkbox02 {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}
footer .footerupper .linkbox02 a {
  border: 1px #D3D9E2 solid;
  border-radius: 10px;
  display: block;
  padding: 20px 20px;
  overflow: hidden;
}
footer .footerupper .linkbox01 {
  border: 1px #fff solid;
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto 40px auto;
  overflow: hidden;
}
footer .footerupper .linkbox01 ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 0.7fr 0.7fr;
  grid-template-columns: 1fr 0.7fr 0.7fr;
}
footer .footerupper .linkbox01 ul li {
  display: inline-block;
}
footer .footerupper .linkbox01 ul li a {
  padding: 20px 20px;
  display: block;
}
footer .footerupper .linkbox01 ul li:not(:first-child) a {
  position: relative;
}
footer .footerupper .linkbox01 ul li:not(:first-child) a:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
footer .copyrightboxover {
  background-color: #fff;
  padding: 80px 0 17px 0;
  text-align: center;
}
footer .copyrightboxover .logo-img {
  width: 240px;
  margin: 0 auto 32px;
}
footer .copyrightboxover .copyright-text {
  color: #333;
  font-size: 10px;
}

.sectioninner {
  max-width: 1093px;
  margin: 0 auto;
}

table {
  border: 1px #D3D9E2 solid;
}
table th {
  padding: 10px;
  border: 1px #D3D9E2 solid;
}
table td {
  padding: 10px;
  border: 1px #D3D9E2 solid;
}

@media screen and (max-width: 1093px) {
  .contentinner {
    width: 100%;
  }
  header .headerinner {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}
/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 842px) {
  .flexbox {
    display: block;
  }
  .sp_block {
    display: block;
  }
  .pc_block {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  header {
    border-bottom: 1px #D3D9E2 solid;
    height: 57px;
  }
  header .headerinner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-right: 70px;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  header .headerinner .logo img {
    width: 40vw;
  }
  header .headerinner .logo span {
    font-size: 12px;
  }
  header .headerinner h1 {
    margin-bottom: 0;
  }
  header .headerinner .headother {
    display: none;
  }
  header .globalmenu {
    display: none;
  }
  footer .linkbox01 {
    display: none;
  }
  footer .footerupper {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footerupper a {
    background-color: rgba(255, 255, 255, 0.5);
  }
  footer .footerupper .linkbox02 {
    width: 100%;
  }
  footer .footerupper .linkbox02 a {
    display: block;
  }
  footer .footerupper .linkbox01_sp {
    margin-bottom: 20px;
  }
  footer .footerupper .linkbox01_sp .linkbox01_sp01 {
    border: 1px #D3D9E2 solid;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  footer .footerupper .linkbox01_sp .linkbox01_sp01 a {
    padding: 20px 20px;
    display: block;
  }
  footer .footerupper .linkbox01_sp .linkbox01_sp02 ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  footer .footerupper .linkbox01_sp .linkbox01_sp02 ul li a {
    border: 1px #D3D9E2 solid;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 20px;
    display: block;
  }
  footer .copyrightboxover {
    padding-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  header .headerinner {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}