@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0C1A3B;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 900px) {
    html {
      font-size: 15px; } }

body,
body *,
body *:before,
body *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  box-sizing: inherit;
  vertical-align: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  outline: none; }

a,
a img,
button {
  outline: none;
  border: none;
  cursor: pointer; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none; }

input,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="text"]:focus,
textarea:focus {
  outline: 0; }

sup {
  vertical-align: super;
  font-size: smaller; }

sub {
  vertical-align: baseline;
  font-size: 0.7em; }

img,
video,
svg {
  vertical-align: bottom;
  height: auto;
  width: 100%; }

a,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:hover,
button:hover {
  outline: none; }

a:disabled,
button:disabled,
input:disabled {
  pointer-events: none; }

table {
  width: 100%;
  border-collapse: collapse; }

main {
  display: block;
  position: relative;
  padding: 200px 20px 100px; }
  @media screen and (max-width: 900px) {
    main {
      padding: 100px 20px 50px; } }

section {
  position: relative; }

small {
  font-size: 13px; }
  @media screen and (max-width: 900px) {
    small {
      font-size: 12px; } }

strong, b {
  font-weight: 700; }

table {
  border-top: 1px solid #0058C8;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  table th {
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #0C1A3B; }
  table td {
    border-bottom: 1px solid #0C1A3B;
    word-break: break-all; }
  table th, table td {
    vertical-align: middle;
    padding: 20px;
    line-height: 1.5; }
    @media screen and (max-width: 900px) {
      table th, table td {
        padding: 10px;
        font-size: 12px; } }

.st {
  fill: #0058C8; }

.container {
  position: relative;
  max-width: 1220px;
  margin: auto;
  padding: 0 20px; }

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  vertical-align: baseline; }
  .text a {
    color: #000;
    text-decoration: underline;
    font-weight: 600; }

.lead {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  vertical-align: baseline;
  margin-bottom: 50px; }
  @media screen and (max-width: 900px) {
    .lead {
      font-size: 14px;
      text-align: justify;
      text-justify: inter-ideograph;
      margin-bottom: 30px; } }

.m1 {
  position: relative;
  margin-bottom: 100px;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 50px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.2; }
  @media screen and (max-width: 900px) {
    .m1 {
      font-size: 30px;
      padding-bottom: 30px;
      margin-bottom: 40px; } }
  .m1::before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 60px);
    content: '';
    width: 120px;
    height: 8px;
    background-color: #0058C8; }
    @media screen and (max-width: 900px) {
      .m1::before {
        left: calc(50% - 50px);
        width: 100px;
        height: 6px; } }

.m2 {
  position: relative;
  margin-bottom: 80px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 40px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.2; }
  @media screen and (max-width: 900px) {
    .m2 {
      font-size: 24px;
      padding-bottom: 30px;
      margin-bottom: 40px; } }
  .m2::before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 60px);
    content: '';
    width: 120px;
    height: 8px;
    background-color: #0058C8; }
    @media screen and (max-width: 900px) {
      .m2::before {
        left: calc(50% - 50px);
        width: 100px;
        height: 6px; } }
  .m2.ex {
    color: #fff; }
    .m2.ex::before {
      background-color: #93D9FF; }

.m3 {
  position: relative;
  margin: 40px 0 20px;
  font-size: 32px;
  font-weight: 700;
  border-left: 4px solid #0058C8;
  padding: 5px;
  padding-left: 15px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (max-width: 900px) {
    .m3 {
      font-size: 20px; } }
  .m3 i {
    position: absolute;
    top: -30px;
    left: -4px;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    color: #0058C8; }
    @media screen and (max-width: 900px) {
      .m3 i {
        font-size: 16px; } }

.btn1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  width: 300px;
  height: 70px;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-linear-gradient(top, #5986d3 0%, #2559c1 55%, #214eaf 100%);
  background: linear-gradient(to bottom, #5986d3 0%, #2559c1 55%, #214eaf 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media screen and (max-width: 900px) {
    .btn1 {
      font-size: 18px;
      height: 60px; } }
  .btn1 i {
    position: absolute;
    top: calc(50% - 10px);
    right: 18px;
    width: 20px;
    height: 20px;
    background: url("../img/arrow1.svg") no-repeat center;
    background-size: 20px; }
  @media print, screen and (min-width: 901px) {
    .btn1:hover {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.btn2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  width: 500px;
  height: 70px;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-linear-gradient(top, #ee9c51 0%, #ee8334 55%, #d07a32 100%);
  background: linear-gradient(to bottom, #ee9c51 0%, #ee8334 55%, #d07a32 100%);
  box-shadow: 0px 4px 0px #643f16; }
  @media screen and (max-width: 900px) {
    .btn2 {
      font-size: 18px;
      width: 100%;
      height: 60px; } }
  .btn2 i {
    position: absolute;
    top: calc(50% - 10px);
    right: 18px;
    width: 20px;
    height: 20px;
    background: url("../img/arrow1.svg") no-repeat center;
    background-size: 20px; }
  @media print, screen and (min-width: 901px) {
    .btn2:hover {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.btn_d {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  width: 600px;
  height: 70px;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 700;
  color: #3168B4;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 55%, #e4e2df 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 55%, #e4e2df 100%);
  box-shadow: 0px 4px 0px #194191; }
  @media screen and (max-width: 900px) {
    .btn_d {
      font-size: 18px;
      width: 100%;
      height: 60px; } }
  .btn_d i {
    width: 40px;
    height: 40px;
    background: url("../img/dl.svg") no-repeat center;
    background-size: 40px;
    margin-right: 15px; }
    @media screen and (max-width: 900px) {
      .btn_d i {
        width: 30px;
        height: 30px;
        background-size: 30px; } }
  @media print, screen and (min-width: 901px) {
    .btn_d:hover {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.btn_c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  width: 600px;
  height: 70px;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 700;
  color: #3168B4;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 55%, #e4e2df 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 55%, #e4e2df 100%);
  box-shadow: 0px 4px 0px #194191; }
  @media screen and (max-width: 900px) {
    .btn_c {
      font-size: 18px;
      width: 100%;
      height: 60px; } }
  .btn_c i {
    width: 40px;
    height: 40px;
    background: url("../img/mail.svg") no-repeat center;
    background-size: 40px;
    margin-right: 15px; }
    @media screen and (max-width: 900px) {
      .btn_c i {
        width: 30px;
        height: 30px;
        background-size: 30px; } }
  @media print, screen and (min-width: 901px) {
    .btn_c:hover {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

.picbtn {
  display: block;
  position: relative; }
  .picbtn figure {
    overflow: hidden; }
    .picbtn figure img {
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  @media print, screen and (min-width: 901px) {
    .picbtn:hover {
      opacity: 1; }
      .picbtn:hover figure img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15); } }

.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

ol {
  padding-left: 1.7em;
  line-height: 2;
  counter-reset: 0; }
  ol > li {
    list-style-type: decimal;
    padding-bottom: 10px;
    padding-left: 0.5em; }
  ol.ex1 > li {
    list-style-type: upper-roman; }
  ol.ex2 {
    padding-left: 2em; }
    ol.ex2 > li {
      list-style-type: katakana-iroha; }

.list1 {
  line-height: 2; }
  .list1 > li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative; }
    .list1 > li::before {
      position: absolute;
      top: 14px;
      left: 2px;
      content: '';
      width: 7px;
      height: 7px;
      background: #0C1A3B;
      border-radius: 20px; }
      @media screen and (max-width: 900px) {
        .list1 > li::before {
          top: 12px; } }

.list2 {
  line-height: 2;
  margin-top: 10px;
  margin-left: 1.5em; }
  .list2 > li {
    padding-bottom: 5px;
    position: relative;
    list-style-type: lower-alpha; }

.mask {
  overflow: hidden; }
  .mask img {
    width: 100%;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0); }

.masktext {
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0); }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; } }

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%; } }

@-webkit-keyframes ef1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ef1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@keyframes first {
  from {
    left: 0%; }
  to {
    left: -100%; } }

@-webkit-keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes second {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@-webkit-keyframes MoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2000px, 0px);
    transform: translate(-2000px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes MoveLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2000px, 0px);
    transform: translate(-2000px, 0px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }

.grecaptcha-badge {
  visibility: hidden; }

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease; }

#loader.hide {
  opacity: 0;
  visibility: hidden; }

/* ===== ロゴアニメ ===== */
.load {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: logoReveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: logoReveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  width: 250px; }

@-webkit-keyframes logoReveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes logoReveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  header.bg {
    background-color: rgba(255, 255, 255, 0.9); }
  header.on {
    background-color: rgba(255, 255, 255, 0); }
    header.on .logo {
      opacity: 0; }
  header .in {
    width: 100%;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media print, screen and (min-width: 901px) {
      header .in {
        padding: 0 50px;
        min-width: 1270px; }
        header .in .headnav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          header .in .headnav li {
            margin-left: 30px;
            font-size: 18px;
            font-weight: bold; }
            header .in .headnav li:first-child {
              margin-left: 0px; }
            header .in .headnav li:last-child {
              margin-left: 20px; } }
    header .in .logo {
      width: 220px; }
      @media screen and (max-width: 900px) {
        header .in .logo {
          width: 130px; } }
    @media screen and (max-width: 900px) {
      header .in {
        height: 45px;
        padding-left: 20px; }
        header .in #menubtn {
          width: 50px;
          height: 45px;
          background-color: #0058C8;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          border-radius: 0 0 0 20px;
          cursor: pointer; }
          header .in #menubtn.on {
            background-color: #ffffff; } }

#toppage header .st {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

@media print, screen and (min-width: 901px) {
  #toppage header .hbtn1 {
    background-color: #ffffff; }
    #toppage header .hbtn1:hover {
      opacity: 1;
      background-color: #cfeafc; } }

#toppage header.bg .st {
  fill: #0058C8; }

@media print, screen and (min-width: 901px) {
  #toppage header.bg .hbtn1 {
    background-color: #ECF8FF; }
    #toppage header.bg .hbtn1:hover {
      opacity: 1;
      background-color: #cfeafc; } }

.hbtn1 {
  position: relative;
  border-radius: 60px;
  background-color: #ECF8FF;
  display: inline-block;
  padding: 15px 25px;
  color: #0058C8; }
  @media screen and (max-width: 900px) {
    .hbtn1 {
      background-color: #ffffff; } }
  @media print, screen and (min-width: 901px) {
    .hbtn1:hover {
      opacity: 1;
      background-color: #cfeafc; } }

.hbtn2 {
  position: relative;
  border-radius: 60px;
  background-color: #0058C8;
  display: inline-block;
  padding: 15px 25px;
  color: #ffffff; }
  @media print, screen and (min-width: 901px) {
    .hbtn2:hover {
      opacity: 1;
      background-color: #194191; } }

footer {
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
  color: #0C1A3B;
  padding: 40px 20px 20px; }
  @media screen and (max-width: 900px) {
    footer {
      padding: 30px 20px 10px; } }
  footer a {
    color: #0C1A3B; }
  footer .logo {
    width: 420px;
    margin: auto; }
    @media screen and (max-width: 900px) {
      footer .logo {
        width: 220px;
        margin: auto; } }
  footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 30px 0 20px; }
    footer ul li {
      padding: 0 1em; }
      @media screen and (max-width: 900px) {
        footer ul li {
          font-size: 12px; } }
  footer .copyright {
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 900px) {
      footer .copyright {
        font-size: 10px; } }

#pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px; }
  @media screen and (max-width: 900px) {
    #pagetop {
      right: 5px;
      width: 50px;
      height: 50px; } }
  #pagetop a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #0058C8;
    width: 60px;
    height: 60px; }
    @media screen and (max-width: 900px) {
      #pagetop a {
        width: 50px;
        height: 50px; } }
    #pagetop a svg {
      width: 20px;
      fill: #0058C8;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    #pagetop a:hover {
      opacity: 1;
      background-color: #0058C8; }
      #pagetop a:hover svg {
        fill: #ffffff; }

#toppage main {
  padding: 0; }
  #toppage main #zone_kv {
    background: url("../img/top/kv.jpg") center bottom;
    background-size: cover;
    height: 1000px;
    padding-top: 90px; }
    @media print, screen and (min-width: 901px) {
      #toppage main #zone_kv {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 900px) {
      #toppage main #zone_kv {
        background: url("../img/top/kv_sp.jpg") center bottom;
        background-size: cover;
        height: 600px;
        padding-top: 110px; } }
    #toppage main #zone_kv .sec {
      text-align: center;
      font-weight: 700;
      margin-left: 10%; }
      @media screen and (min-width: 901px) and (max-width: 1250px) {
        #toppage main #zone_kv .sec {
          margin-left: 4%; } }
      @media screen and (max-width: 900px) {
        #toppage main #zone_kv .sec {
          margin-left: 0; } }
      #toppage main #zone_kv .sec .maincopy {
        color: #fff;
        font-size: 80px;
        margin-bottom: 40px;
        text-shadow: 0px 0px 80px #0058C8; }
        @media screen and (min-width: 901px) and (max-width: 1250px) {
          #toppage main #zone_kv .sec .maincopy {
            font-size: 60px; } }
        @media screen and (max-width: 900px) {
          #toppage main #zone_kv .sec .maincopy {
            font-size: 30px;
            margin-bottom: 20px;
            text-shadow: 0px 0px 40px #0058C8; } }
        #toppage main #zone_kv .sec .maincopy b {
          font-size: 100px; }
          @media screen and (min-width: 901px) and (max-width: 1250px) {
            #toppage main #zone_kv .sec .maincopy b {
              font-size: 80px; } }
          @media screen and (max-width: 900px) {
            #toppage main #zone_kv .sec .maincopy b {
              font-size: 40px; } }
      #toppage main #zone_kv .sec .t1 {
        margin-bottom: 70px; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_kv .sec .t1 {
            margin-bottom: 15px; } }
        #toppage main #zone_kv .sec .t1 span {
          display: inline-block;
          background-color: #0058C8;
          color: #ffffff;
          font-size: 24px;
          border-radius: 50px;
          padding: 10px 60px;
          position: relative; }
          @media screen and (min-width: 901px) and (max-width: 1250px) {
            #toppage main #zone_kv .sec .t1 span {
              font-size: 20px; } }
          @media screen and (max-width: 900px) {
            #toppage main #zone_kv .sec .t1 span {
              font-size: 14px;
              padding: 7px 15px; } }
          #toppage main #zone_kv .sec .t1 span b {
            font-size: 32px;
            color: #f8ec56; }
            @media screen and (min-width: 901px) and (max-width: 1250px) {
              #toppage main #zone_kv .sec .t1 span b {
                font-size: 25px; } }
            @media screen and (max-width: 900px) {
              #toppage main #zone_kv .sec .t1 span b {
                font-size: 18px; } }
        #toppage main #zone_kv .sec .t1 i {
          display: inline-block;
          background-color: #ffffff;
          color: #0C4182;
          font-size: 60px;
          padding: 25px 60px 20px;
          margin-top: -15px; }
          @media screen and (min-width: 901px) and (max-width: 1250px) {
            #toppage main #zone_kv .sec .t1 i {
              font-size: 50px; } }
          @media screen and (max-width: 900px) {
            #toppage main #zone_kv .sec .t1 i {
              font-size: 32px;
              padding: 20px 25px 10px; } }
      #toppage main #zone_kv .sec ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        #toppage main #zone_kv .sec ul li {
          border-radius: 200px;
          border: 2px solid #fff;
          background-color: rgba(255, 255, 255, 0.7);
          padding: 10px;
          margin: 0 10px; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_kv .sec ul li {
              padding: 3px;
              margin: 0 3px; } }
          #toppage main #zone_kv .sec ul li .in {
            width: 180px;
            height: 180px;
            border-radius: 200px;
            background-color: #93D9FF;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center; }
            @media screen and (max-width: 900px) {
              #toppage main #zone_kv .sec ul li .in {
                width: 105px;
                height: 105px;
                padding-bottom: 10px; } }
            #toppage main #zone_kv .sec ul li .in figure {
              width: 60px;
              margin: auto; }
              @media screen and (max-width: 900px) {
                #toppage main #zone_kv .sec ul li .in figure {
                  width: 50px; } }
            #toppage main #zone_kv .sec ul li .in p {
              font-size: 22px;
              color: #333;
              margin-top: 5px;
              line-height: 1.2; }
              @media screen and (max-width: 900px) {
                #toppage main #zone_kv .sec ul li .in p {
                  font-size: 12px; } }
  #toppage main .sec_btn {
    background-color: #0058C8;
    text-align: center;
    padding: 60px 20px;
    color: #fff;
    font-weight: 700; }
    @media screen and (max-width: 900px) {
      #toppage main .sec_btn {
        padding: 30px 20px; } }
    #toppage main .sec_btn .t1 {
      font-size: 32px;
      margin-bottom: 15px; }
      @media screen and (max-width: 900px) {
        #toppage main .sec_btn .t1 {
          font-size: 16px; } }
      #toppage main .sec_btn .t1 i {
        font-size: 40px; }
        @media screen and (max-width: 900px) {
          #toppage main .sec_btn .t1 i {
            font-size: 30px; } }
      #toppage main .sec_btn .t1 b {
        color: #f8ec56;
        font-size: 60px;
        font-family: "Manrope", sans-serif; }
        @media screen and (max-width: 900px) {
          #toppage main .sec_btn .t1 b {
            font-size: 40px; } }
    #toppage main .sec_btn .t2 {
      font-size: 24px;
      margin-bottom: 20px;
      line-height: 1.5; }
      @media screen and (max-width: 900px) {
        #toppage main .sec_btn .t2 {
          font-size: 16px; } }
      #toppage main .sec_btn .t2 b {
        color: #f8ec56; }
    #toppage main .sec_btn.ex .t1 {
      font-size: 24px; }
      @media screen and (max-width: 900px) {
        #toppage main .sec_btn.ex .t1 {
          font-size: 16px; } }
    #toppage main .sec_btn.ex .t2 {
      font-size: 40px; }
      @media screen and (max-width: 900px) {
        #toppage main .sec_btn.ex .t2 {
          font-size: 24px; } }
  @media print, screen and (min-width: 901px) {
    #toppage main #zone_shiga {
      background: url("../img/top/bg1.jpg") no-repeat left center;
      background-size: auto 900px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 30px 0px; }
      #toppage main #zone_shiga .pos {
        position: absolute;
        bottom: 4%;
        left: 0;
        width: 50%; } }
  #toppage main #zone_shiga .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    #toppage main #zone_shiga .in figure {
      width: 55%; }
      @media screen and (max-width: 900px) {
        #toppage main #zone_shiga .in figure {
          width: 100%; }
          #toppage main #zone_shiga .in figure img {
            margin-top: -90px; } }
    #toppage main #zone_shiga .in .sec {
      font-weight: 700; }
      @media print, screen and (min-width: 901px) {
        #toppage main #zone_shiga .in .sec {
          width: 45%;
          padding-left: 20px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      @media screen and (max-width: 900px) {
        #toppage main #zone_shiga .in .sec {
          width: 100%; } }
      @media print, screen and (min-width: 901px) {
        #toppage main #zone_shiga .in .sec .set {
          margin-right: -30px; } }
      @media screen and (max-width: 900px) {
        #toppage main #zone_shiga .in .sec .set {
          padding: 40px 20px 0;
          position: relative; } }
      @media print, screen and (min-width: 901px) {
        #toppage main #zone_shiga .in .sec .set .t1 {
          font-size: 4vw;
          margin-bottom: 30px; } }
      @media screen and (max-width: 900px) {
        #toppage main #zone_shiga .in .sec .set .t1 {
          font-size: 9vw;
          margin-bottom: 20px; } }
      #toppage main #zone_shiga .in .sec .set .t1 i {
        display: inline-block;
        background-color: #0058C8;
        color: #fff;
        padding: 10px;
        margin-bottom: 10px; }
      #toppage main #zone_shiga .in .sec .set .t1 b {
        color: #f8ec56; }
      #toppage main #zone_shiga .in .sec .set .t2 {
        font-size: 3.2vw;
        line-height: 1.6; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_shiga .in .sec .set .t2 {
            font-size: 8vw; } }
        #toppage main #zone_shiga .in .sec .set .t2 i {
          position: relative; }
          #toppage main #zone_shiga .in .sec .set .t2 i::before {
            content: "・";
            position: absolute;
            top: -0.8em;
            left: 0;
            color: #FF5F57; }
  #toppage main #zone_problem {
    margin-bottom: 80px;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      #toppage main #zone_problem {
        margin-bottom: 50px; } }
    #toppage main #zone_problem .bg {
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-linear-gradient(top, #93D9FF 0%, #BEE8FF 100%);
      background: linear-gradient(to bottom, #93D9FF 0%, #BEE8FF 100%);
      width: 100%;
      height: 800px;
      -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
      clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      @media screen and (max-width: 900px) {
        #toppage main #zone_problem .bg {
          height: 750px;
          -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
          clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0); } }
      #toppage main #zone_problem .bg figure {
        width: 55%;
        padding-bottom: 10%; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .bg figure {
            width: 100%; } }
    #toppage main #zone_problem .sec1 {
      padding-top: 120px; }
      @media screen and (max-width: 900px) {
        #toppage main #zone_problem .sec1 {
          padding-top: 80px; } }
      #toppage main #zone_problem .sec1::after {
        position: absolute;
        top: 0;
        left: calc(50% - 130px);
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 130px 0 130px;
        border-color: #0058C8 transparent transparent transparent; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .sec1::after {
            left: calc(50% - 60px);
            border-width: 30px 60px 0 60px; } }
      #toppage main #zone_problem .sec1 .m2 {
        font-size: 40px;
        margin-bottom: 40px; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .sec1 .m2 {
            font-size: 20px; } }
        #toppage main #zone_problem .sec1 .m2 b {
          font-size: 50px; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_problem .sec1 .m2 b {
              font-size: 30px; } }
      #toppage main #zone_problem .sec1 ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #toppage main #zone_problem .sec1 ul li {
          width: 23%;
          background-color: #fff;
          border-radius: 20px;
          text-align: center;
          font-weight: bold;
          font-size: 24px;
          line-height: 1.5;
          position: relative;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          padding: 50px 10px; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_problem .sec1 ul li {
              font-size: 16px;
              width: 48%;
              margin-bottom: 30px;
              padding: 30px 10px; } }
          #toppage main #zone_problem .sec1 ul li .quo1 {
            position: absolute;
            top: 15px;
            left: 15px;
            width: 30px; }
            @media screen and (max-width: 900px) {
              #toppage main #zone_problem .sec1 ul li .quo1 {
                top: 10px;
                left: 10px;
                width: 20px; } }
          #toppage main #zone_problem .sec1 ul li .quo2 {
            position: absolute;
            bottom: 15px;
            right: 15px;
            width: 30px; }
            @media screen and (max-width: 900px) {
              #toppage main #zone_problem .sec1 ul li .quo2 {
                bottom: 10px;
                right: 10px;
                width: 20px; } }
          #toppage main #zone_problem .sec1 ul li .set figure {
            width: 60px;
            margin: auto;
            margin-bottom: 10px; }
            @media screen and (max-width: 900px) {
              #toppage main #zone_problem .sec1 ul li .set figure {
                width: 50px; } }
          #toppage main #zone_problem .sec1 ul li .set b {
            color: #0058C8; }
          #toppage main #zone_problem .sec1 ul li::before {
            position: absolute;
            bottom: -19px;
            left: 60px;
            content: '';
            width: 30px;
            height: 20px;
            background-color: #fff;
            -webkit-clip-path: polygon(80% 0, 0 0, 100% 100%);
            clip-path: polygon(80% 0, 0 0, 100% 100%); }
    #toppage main #zone_problem .sec2 {
      position: relative;
      background-color: #0058C8;
      border-radius: 20px;
      padding: 50px;
      margin-top: 100px;
      max-width: 1180px;
      text-align: center;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 900px) {
        #toppage main #zone_problem .sec2 {
          padding: 20px;
          margin: 40px 10px 0; } }
      #toppage main #zone_problem .sec2 .t1 {
        margin-top: -80px;
        margin-bottom: 40px; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .sec2 .t1 {
            margin-top: -35px;
            margin-bottom: 15px; } }
        #toppage main #zone_problem .sec2 .t1 b {
          display: inline-block;
          background-color: #f8ec56;
          color: #0058C8;
          font-size: 36px;
          padding: 10px 80px;
          position: relative;
          border-radius: 100px; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_problem .sec2 .t1 b {
              font-size: 16px;
              padding: 7px 40px; } }
          #toppage main #zone_problem .sec2 .t1 b::before {
            position: absolute;
            bottom: -14px;
            left: calc(50% - 15px);
            content: '';
            width: 30px;
            height: 15px;
            background-color: #f8ec56;
            -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 0 0, 50% 100%); }
            @media screen and (max-width: 900px) {
              #toppage main #zone_problem .sec2 .t1 b::before {
                bottom: -9px;
                left: calc(50% - 10px);
                width: 20px;
                height: 10px; } }
      #toppage main #zone_problem .sec2 .t2 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 15px; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .sec2 .t2 {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 10px;
            padding-right: 20px; } }
        #toppage main #zone_problem .sec2 .t2 b {
          font-size: 40px; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_problem .sec2 .t2 b {
              font-size: 22px; } }
        #toppage main #zone_problem .sec2 .t2 i {
          font-size: 40px;
          color: #93D9FF; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_problem .sec2 .t2 i {
              font-size: 22px; } }
      #toppage main #zone_problem .sec2 .t3 {
        color: #fff;
        font-size: 50px;
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .sec2 .t3 {
            font-size: 25px;
            padding-right: 20px; } }
        #toppage main #zone_problem .sec2 .t3 b {
          font-size: 56px;
          position: relative; }
          @media screen and (max-width: 900px) {
            #toppage main #zone_problem .sec2 .t3 b {
              font-size: 30px; } }
          #toppage main #zone_problem .sec2 .t3 b i {
            position: absolute;
            top: 5px;
            left: 0px;
            content: '';
            width: 122px;
            height: 78px;
            background: url("../img/top/maru.png") no-repeat center;
            background-size: 122px;
            z-index: -1; }
            @media screen and (max-width: 900px) {
              #toppage main #zone_problem .sec2 .t3 b i {
                width: 60px;
                height: 50px;
                background-size: 60px; } }
      #toppage main #zone_problem .sec2 figure {
        position: absolute;
        bottom: 0;
        right: -100px;
        width: 290px; }
        @media screen and (max-width: 900px) {
          #toppage main #zone_problem .sec2 figure {
            width: 100px;
            right: -15px; } }
  #toppage main #system {
    background-color: #ECF8FF;
    border-radius: 300px 0 0 0;
    padding: 120px 0 100px;
    margin-bottom: 100px; }
    @media screen and (max-width: 900px) {
      #toppage main #system {
        border-radius: 100px 0 0 0;
        padding: 60px 0 50px;
        margin-bottom: 50px; } }
    #toppage main #system .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #toppage main #system .sec .set {
        width: 50%; }
        @media screen and (max-width: 900px) {
          #toppage main #system .sec .set {
            width: 100%; } }
        #toppage main #system .sec .set .ex {
          padding-bottom: 40px; }
      #toppage main #system .sec figure {
        width: 45%; }
        @media screen and (max-width: 900px) {
          #toppage main #system .sec figure {
            width: 100%;
            margin-top: 40px; } }
  #toppage main #strong {
    background-color: #0058C8;
    border-radius: 0 300px 0 0;
    padding: 120px 0 0;
    margin-bottom: 150px; }
    @media screen and (max-width: 900px) {
      #toppage main #strong {
        border-radius: 0 100px 0 0;
        padding: 60px 0 0;
        margin-bottom: 80px; } }
    #toppage main #strong .sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      color: #fff; }
      #toppage main #strong .sec .set {
        width: 50%; }
        @media screen and (max-width: 900px) {
          #toppage main #strong .sec .set {
            width: 100%; } }
        #toppage main #strong .sec .set .m3 {
          border-left: 4px solid #93D9FF; }
          #toppage main #strong .sec .set .m3 i {
            color: #93D9FF; }
        #toppage main #strong .sec .set .ex {
          padding-bottom: 40px; }
      #toppage main #strong .sec figure {
        width: 45%; }
        @media screen and (max-width: 900px) {
          #toppage main #strong .sec figure {
            width: 100%;
            margin-top: 40px; } }
    #toppage main #strong .pic {
      margin-top: 100px; }
  #toppage main #support {
    margin-bottom: 150px; }
    @media screen and (max-width: 900px) {
      #toppage main #support {
        margin-bottom: 100px; } }
    #toppage main #support .sec1 {
      margin-bottom: 100px; }
      @media screen and (max-width: 900px) {
        #toppage main #support .sec1 {
          margin-bottom: 90px; } }
      #toppage main #support .sec1 h3 {
        font-weight: bold;
        font-size: 32px;
        text-align: center;
        margin-bottom: 20px;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        line-height: 1.5; }
        @media screen and (max-width: 900px) {
          #toppage main #support .sec1 h3 {
            font-size: 20px; } }
      #toppage main #support .sec1 .ex {
        text-align: center;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
      #toppage main #support .sec1 figure {
        max-width: 1000px;
        margin: 70px auto; }
        @media screen and (max-width: 900px) {
          #toppage main #support .sec1 figure {
            margin: 30px auto; } }
    #toppage main #support .sec2 {
      position: relative;
      background-color: #0058C8;
      border-radius: 20px;
      padding: 0 50px 50px 50px; }
      @media screen and (max-width: 900px) {
        #toppage main #support .sec2 {
          padding: 0 20px 40px 20px; }
          #toppage main #support .sec2 .pict {
            position: absolute;
            top: -89px;
            right: 25px;
            width: auto;
            height: 90px; } }
      #toppage main #support .sec2 .set {
        position: relative;
        max-width: 800px;
        margin: auto;
        -webkit-clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
        clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0); }
        @media print, screen and (min-width: 901px) {
          #toppage main #support .sec2 .set {
            top: -20px; } }
        #toppage main #support .sec2 .set h3 {
          position: relative;
          font-weight: bold;
          font-size: 24px;
          text-align: center;
          margin-bottom: 50px;
          background: -webkit-linear-gradient(top, #70B0FF 0%, #0064DF 100%);
          background: linear-gradient(to bottom, #70B0FF 0%, #0064DF 100%);
          color: #fff;
          padding: 30px 0 60px;
          border-top: 20px solid #fff; }
          @media screen and (max-width: 900px) {
            #toppage main #support .sec2 .set h3 {
              font-size: 16px;
              padding: 20px 0 30px;
              border-top: 0;
              margin-bottom: 30px; } }
          #toppage main #support .sec2 .set h3 b {
            display: block;
            color: #f8ec56;
            font-size: 32px;
            margin-top: 10px; }
            @media screen and (max-width: 900px) {
              #toppage main #support .sec2 .set h3 b {
                font-size: 18px; } }
          #toppage main #support .sec2 .set h3 img {
            position: absolute;
            top: -20px;
            right: 5px;
            width: 135px; }
            @media screen and (max-width: 900px) {
              #toppage main #support .sec2 .set h3 img {
                display: none; } }
      #toppage main #support .sec2 figure {
        max-width: 700px;
        margin: auto;
        margin-bottom: 30px; }
      #toppage main #support .sec2 .text {
        color: #fff;
        margin-bottom: 30px; }
  #toppage main #reason {
    background-color: #ECF8FF;
    border-radius: 300px 0 0 0;
    padding: 120px 0 1px; }
    @media screen and (max-width: 900px) {
      #toppage main #reason {
        border-radius: 100px 0 0 0;
        padding: 60px 0 1px; } }
    #toppage main #reason .sec1 {
      margin-bottom: 50px; }
      #toppage main #reason .sec1 .t1 {
        color: #0058C8;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: center;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
        @media screen and (max-width: 900px) {
          #toppage main #reason .sec1 .t1 {
            font-size: 18px; } }
      #toppage main #reason .sec1 .text {
        text-align: center;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
    #toppage main #reason .voice {
      margin-bottom: 100px;
      background-color: #fff;
      padding: 50px 70px;
      border-radius: 10px; }
      @media screen and (max-width: 900px) {
        #toppage main #reason .voice {
          margin-bottom: 50px;
          padding: 30px 20px; } }
      #toppage main #reason .voice .t1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        margin-bottom: 10px; }
        #toppage main #reason .voice .t1 b {
          color: #0058C8;
          font-size: 28px;
          font-style: italic;
          position: relative;
          padding-left: 10px; }
          @media screen and (max-width: 900px) {
            #toppage main #reason .voice .t1 b {
              font-size: 14px; } }
          #toppage main #reason .voice .t1 b::before {
            position: absolute;
            top: 50%;
            left: -70px;
            content: '';
            width: 70px;
            height: 2px;
            background-color: #0058C8; }
            @media screen and (max-width: 900px) {
              #toppage main #reason .voice .t1 b::before {
                left: -20px;
                width: 20px; } }
        #toppage main #reason .voice .t1 i {
          color: #ABD0FF;
          font-style: italic;
          font-size: 60px;
          font-family: "Manrope", sans-serif; }
          @media screen and (max-width: 900px) {
            #toppage main #reason .voice .t1 i {
              font-size: 20px; } }
      #toppage main #reason .voice h3 {
        font-size: 36px;
        margin-bottom: 30px;
        margin-left: -70px;
        line-height: 1.2; }
        @media screen and (max-width: 900px) {
          #toppage main #reason .voice h3 {
            font-size: 18px;
            margin-left: -20px;
            margin-bottom: 20px; } }
        #toppage main #reason .voice h3 b {
          display: inline-block;
          background-color: #EDEDED;
          padding: 10px 70px;
          margin-bottom: 10px; }
          @media screen and (max-width: 900px) {
            #toppage main #reason .voice h3 b {
              padding: 10px 20px; } }
          #toppage main #reason .voice h3 b i {
            color: #0058C8; }
      @media print, screen and (min-width: 901px) {
        #toppage main #reason .voice .sec {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      #toppage main #reason .voice .sec .set {
        width: 50%; }
        @media screen and (max-width: 900px) {
          #toppage main #reason .voice .sec .set {
            width: 100%; } }
        @media print, screen and (min-width: 901px) {
          #toppage main #reason .voice .sec .set .profile {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center; } }
        #toppage main #reason .voice .sec .set .profile figure {
          width: 160px; }
          @media screen and (max-width: 900px) {
            #toppage main #reason .voice .sec .set .profile figure {
              margin: auto;
              margin-bottom: 10px; } }
        #toppage main #reason .voice .sec .set .profile .t2 {
          width: calc(100% - 185px);
          font-weight: bold;
          font-size: 24px;
          line-height: 1.5; }
          @media screen and (max-width: 900px) {
            #toppage main #reason .voice .sec .set .profile .t2 {
              width: 100%;
              text-align: center;
              font-size: 18px; } }
          #toppage main #reason .voice .sec .set .profile .t2 i {
            display: block;
            font-size: 16px;
            -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; }
            @media screen and (max-width: 900px) {
              #toppage main #reason .voice .sec .set .profile .t2 i {
                font-size: 13px;
                margin-bottom: 5px; } }
        #toppage main #reason .voice .sec .set .t3 {
          margin-top: 30px;
          margin-bottom: 10px; }
          @media screen and (max-width: 900px) {
            #toppage main #reason .voice .sec .set .t3 {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              text-align: center; } }
          #toppage main #reason .voice .sec .set .t3 b {
            display: inline-block;
            color: #fff;
            background-color: #0058C8;
            font-weight: bold;
            font-size: 22px;
            border-radius: 40px;
            padding: 8px 20px;
            line-height: 1.2; }
            @media screen and (max-width: 900px) {
              #toppage main #reason .voice .sec .set .t3 b {
                font-size: 16px; } }
        #toppage main #reason .voice .sec .set .text {
          line-height: 1.6; }
      #toppage main #reason .voice .sec .pic {
        width: 46%; }
        @media screen and (max-width: 900px) {
          #toppage main #reason .voice .sec .pic {
            width: 100%;
            margin-top: 30px; } }
  #toppage main #company {
    margin: 150px 0; }
    @media screen and (max-width: 900px) {
      #toppage main #company {
        margin: 100px 0; } }
    #toppage main #company .name {
      margin-top: 20px;
      font-weight: bold;
      font-size: 20px; }
      @media screen and (max-width: 900px) {
        #toppage main #company .name {
          font-size: 16px; } }
      #toppage main #company .name b {
        font-size: 32px;
        margin-left: 15px; }
        @media screen and (max-width: 900px) {
          #toppage main #company .name b {
            font-size: 20px; } }
    #toppage main #company .sec1 {
      margin-bottom: 120px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 900px) {
        #toppage main #company .sec1 {
          margin-bottom: 80px; } }
      #toppage main #company .sec1 figure {
        width: calc(50% + 50px);
        margin-top: 40px;
        z-index: -1; }
        @media screen and (max-width: 900px) {
          #toppage main #company .sec1 figure {
            width: 100%;
            margin-top: 0;
            margin-bottom: 30px; } }
        #toppage main #company .sec1 figure img {
          border-radius: 10px; }
      #toppage main #company .sec1 .set {
        width: calc(50% - 50px); }
        @media screen and (max-width: 900px) {
          #toppage main #company .sec1 .set {
            width: 100%; } }
        #toppage main #company .sec1 .set h3 {
          font-weight: bold;
          font-size: 42px;
          line-height: 1.5;
          margin-bottom: 20px;
          margin-right: -50px;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
          @media screen and (max-width: 900px) {
            #toppage main #company .sec1 .set h3 {
              margin-right: 0;
              font-size: 22px; } }
          #toppage main #company .sec1 .set h3 i {
            display: block;
            font-size: 20px;
            color: #0058C8;
            font-style: italic;
            margin-bottom: 10px; }
            @media screen and (max-width: 900px) {
              #toppage main #company .sec1 .set h3 i {
                font-size: 16px; } }
          #toppage main #company .sec1 .set h3 b {
            display: inline-block;
            color: #fff;
            background-color: #0058C8;
            margin-bottom: 10px;
            padding: 10px;
            line-height: 1; }
        #toppage main #company .sec1 .set .text {
          margin-right: 40px; }
          @media screen and (max-width: 900px) {
            #toppage main #company .sec1 .set .text {
              margin-right: 0px; } }
    #toppage main #company .sec2 {
      max-width: 1000px;
      margin: auto;
      margin-bottom: 120px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 900px) {
        #toppage main #company .sec2 {
          margin-bottom: 60px; } }
      #toppage main #company .sec2 figure {
        width: 320px;
        margin-top: 50px; }
        @media screen and (max-width: 900px) {
          #toppage main #company .sec2 figure {
            width: 250px;
            margin: 0 auto 30px; } }
        #toppage main #company .sec2 figure img {
          border-radius: 10px; }
      #toppage main #company .sec2 .set {
        width: calc(100% - 380px); }
        @media screen and (max-width: 900px) {
          #toppage main #company .sec2 .set {
            width: 100%; } }
        #toppage main #company .sec2 .set h3 {
          font-weight: bold;
          font-size: 32px;
          line-height: 1.5;
          margin-bottom: 30px;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
          @media screen and (max-width: 900px) {
            #toppage main #company .sec2 .set h3 {
              font-size: 20px; } }
          #toppage main #company .sec2 .set h3 i {
            display: block;
            font-size: 20px;
            color: #0058C8;
            font-style: italic;
            margin-bottom: 10px; }
            @media screen and (max-width: 900px) {
              #toppage main #company .sec2 .set h3 i {
                font-size: 16px; } }
    #toppage main #company .pic {
      max-width: 1000px;
      margin: auto;
      margin-bottom: 150px; }
      @media screen and (max-width: 900px) {
        #toppage main #company .pic {
          margin-bottom: 60px; } }
      #toppage main #company .pic img {
        border-radius: 10px; }
    #toppage main #company .sec3 {
      margin-bottom: 150px;
      background-color: #f1f1f1;
      padding: 80px 20px;
      border-radius: 10px; }
      @media screen and (max-width: 900px) {
        #toppage main #company .sec3 {
          padding: 40px 20px;
          margin-bottom: 80px; } }
      #toppage main #company .sec3 .in {
        max-width: 800px;
        margin: auto; }
        #toppage main #company .sec3 .in h3 {
          font-weight: bold;
          font-size: 32px;
          line-height: 1.5;
          color: #0058C8;
          text-align: center;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
          @media screen and (max-width: 900px) {
            #toppage main #company .sec3 .in h3 {
              font-size: 20px; } }
          #toppage main #company .sec3 .in h3 i {
            display: block;
            font-size: 20px;
            color: #0C1A3B;
            margin-bottom: 10px; }
            @media screen and (max-width: 900px) {
              #toppage main #company .sec3 .in h3 i {
                font-size: 16px; } }
        #toppage main #company .sec3 .in figure {
          margin: 30px 0; }
    #toppage main #company .sec4 {
      max-width: 800px;
      margin: auto;
      border-bottom: 1px solid #f1f1f1; }
      #toppage main #company .sec4 h3 {
        text-align: center;
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 60px;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; }
        @media screen and (max-width: 900px) {
          #toppage main #company .sec4 h3 {
            font-size: 20px;
            margin-bottom: 30px; } }
      #toppage main #company .sec4 dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-top: 1px solid #f1f1f1;
        line-height: 1.8;
        font-size: 20px;
        padding: 20px 0; }
        @media screen and (max-width: 900px) {
          #toppage main #company .sec4 dl {
            font-size: 16px; } }
        #toppage main #company .sec4 dl dt {
          width: 200px;
          font-weight: bold;
          color: #0058C8; }
          @media screen and (max-width: 900px) {
            #toppage main #company .sec4 dl dt {
              width: 100%; } }
        #toppage main #company .sec4 dl dd {
          width: calc(100% - 200px); }
          @media screen and (max-width: 900px) {
            #toppage main #company .sec4 dl dd {
              width: 100%; } }

#privacy main #zone1,
#terms main #zone1 {
  max-width: 1080px;
  margin: auto; }
  #privacy main #zone1 h2,
  #terms main #zone1 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 1em; }
    @media screen and (max-width: 900px) {
      #privacy main #zone1 h2,
      #terms main #zone1 h2 {
        font-size: 25px; } }
  #privacy main #zone1 h3,
  #terms main #zone1 h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3; }
    @media screen and (max-width: 900px) {
      #privacy main #zone1 h3,
      #terms main #zone1 h3 {
        font-size: 16px; } }
  #privacy main #zone1 .text,
  #terms main #zone1 .text {
    margin-bottom: 40px; }
    #privacy main #zone1 .text.ex1,
    #terms main #zone1 .text.ex1 {
      border-bottom: 1px solid #999;
      padding-bottom: 40px;
      margin-bottom: 40px; }
  #privacy main #zone1 .ex2,
  #terms main #zone1 .ex2 {
    margin-bottom: 10px; }
  #privacy main #zone1 .list1,
  #terms main #zone1 .list1 {
    margin-bottom: 30px; }
    #privacy main #zone1 .list1.ex,
    #terms main #zone1 .list1.ex {
      margin-bottom: 0px; }
    #privacy main #zone1 .list1 a,
    #terms main #zone1 .list1 a {
      color: #0058C8;
      text-decoration: underline; }
  #privacy main #zone1 ol,
  #terms main #zone1 ol {
    margin-bottom: 30px; }
  #privacy main #zone1 .box,
  #terms main #zone1 .box {
    background-color: #fbfbfb;
    padding: 20px 30px;
    margin-top: -10px; }
    @media screen and (max-width: 900px) {
      #privacy main #zone1 .box,
      #terms main #zone1 .box {
        padding: 20px 20px 10px 20px; } }

#contact main #zone_finish h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 1em; }
  @media screen and (max-width: 900px) {
    #contact main #zone_finish h2 {
      font-size: 25px; } }

#contact main #zone_finish .text {
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 60px; }
  @media screen and (max-width: 900px) {
    #contact main #zone_finish .text {
      text-align: left;
      margin-bottom: 40px; } }

#contact main #zone1 {
  max-width: 1080px;
  margin: auto;
  padding: 80px 20px;
  background-color: #fafafa;
  font-size: 18px; }
  @media screen and (max-width: 900px) {
    #contact main #zone1 {
      font-size: 15px;
      padding: 40px 20px; } }
  #contact main #zone1 .in {
    max-width: 800px;
    margin: auto; }
    #contact main #zone1 .in .t1 {
      text-align: center;
      margin-top: 40px; }
    #contact main #zone1 .in .box {
      background-color: #ECF8FF;
      padding: 20px;
      margin-bottom: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #contact main #zone1 .in .box figure {
        width: 40px; }
        @media screen and (max-width: 900px) {
          #contact main #zone1 .in .box figure {
            width: 30px; } }
      #contact main #zone1 .in .box .t2 {
        width: calc(100% - 60px);
        line-height: 1.5;
        font-size: 17px; }
        @media screen and (max-width: 900px) {
          #contact main #zone1 .in .box .t2 {
            width: calc(100% - 50px);
            font-size: 14px; } }
        #contact main #zone1 .in .box .t2 b {
          display: block;
          color: #0C4182;
          font-size: 1.1em; }
  #contact main #zone1 .text {
    margin-bottom: 40px; }
  #contact main #zone1 dl {
    line-height: 1.8;
    margin-bottom: 40px; }
    #contact main #zone1 dl dt {
      margin-bottom: 5px; }
      #contact main #zone1 dl dt i {
        font-size: 14px;
        border: 1px solid #FF5F57;
        color: #FF5F57;
        padding: 0px 10px;
        border-radius: 30px;
        margin-left: 15px; }
        #contact main #zone1 dl dt i.ex {
          border: 1px solid #0C4182;
          color: #0C4182; }
  #contact main #zone1 .privacy {
    margin: 30px 0;
    padding-top: 30px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    #contact main #zone1 .privacy a {
      color: #0058C8;
      text-decoration: underline; }
  #contact main #zone1 .check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  #contact main #zone1 .submit {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    #contact main #zone1 .submit .btn1 {
      cursor: pointer;
      margin: 0 10px; }
  #contact main #zone1 .textarea1 {
    width: 100%;
    border: 1px solid #777;
    height: 45px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff; }
  #contact main #zone1 textarea {
    width: 100%;
    border: 1px solid #777;
    height: 300px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff; }
  #contact main #zone1 .out {
    margin-top: 10px;
    color: #f00; }
  #contact main #zone1 #submit[disabled] {
    opacity: 0.2; }
    #contact main #zone1 #submit[disabled]:hover {
      opacity: 0.2; }
  #contact main #zone1 label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #contact main #zone1 label input {
      margin-right: 10px; }
  #contact main #zone1 .cb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #contact main #zone1 .cb label {
      margin-right: 20px; }

#contact .confirm dt {
  font-weight: bold; }
  #contact .confirm dt::before {
    content: '・'; }

@media screen and (max-width: 900px) {
  .none, .pc {
    display: none; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0C1A3B; }
  .hm_button * {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    text-decoration: none;
    list-style: none; }
  .hm_button {
    display: block;
    padding: 0;
    width: 20px;
    height: 12px;
    position: relative;
    background: none;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none; }
  .hm_button .hm_bar {
    display: block;
    width: 20px;
    height: 1px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  .hm_button .hm_bar1 {
    top: 0; }
  .hm_button .hm_bar3 {
    top: 100%; }
  .hm_button.active .hm_bar {
    width: 16.97px;
    left: 5px;
    background-color: #0058C8; }
  .hm_button.active .hm_bar1 {
    -webkit-transform: rotate(0.7854rad) translateY(-50%);
    -ms-transform: rotate(0.7854rad) translateY(-50%);
    transform: rotate(0.7854rad) translateY(-50%);
    top: 0px; }
  .hm_button.active .hm_bar2 {
    opacity: 0; }
  .hm_button.active .hm_bar3 {
    -webkit-transform: rotate(-0.7854rad) translateY(-50%);
    -ms-transform: rotate(-0.7854rad) translateY(-50%);
    transform: rotate(-0.7854rad) translateY(-50%);
    top: calc(100% - 0px); }
  .hm_text.active {
    opacity: 0; }
  .hm_button .hm_bar {
    background-color: #fff; }
  #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0;
    line-height: 1;
    pointer-events: none;
    overflow-y: auto;
    background-color: #163367;
    padding: 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    #menu.on {
      opacity: 1;
      pointer-events: auto;
      z-index: 999; }
      #menu.on .in {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1; }
    #menu .in {
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transform: translate(-40px, 0px);
      -ms-transform: translate(-40px, 0px);
      transform: translate(-40px, 0px);
      opacity: 0; }
    #menu .nav > li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin: 40px; }
      #menu .nav > li a {
        display: block;
        font-size: 18px;
        color: #fff;
        font-weight: bold; }
      #menu .nav > li .hbtn1 {
        color: #0058C8;
        width: 200px; }
      #menu .nav > li .hbtn2 {
        width: 200px; } }

@media print, screen and (min-width: 901px) {
  .none, .sp {
    display: none; }
  a[href^="tel:"] {
    cursor: default;
    color: #0C1A3B;
    text-decoration: none; }
    a[href^="tel:"]:hover {
      opacity: 1; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0C1A3B; }
    a:hover {
      opacity: 0.7; } }

/*# sourceMappingURL=style.css.map */
