@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

area {
  border: none;
  outline: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

i {
  font-style: normal;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 共通 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-size: 3.9vw;
  font-weight: 500;
  text-align: center;
  line-height: 120%;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  overflow-x: hidden;
}

p {
  line-height: 120%;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

img {
  width: 100%;
}

section {
  padding: 4em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

a {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page-top {
  position: fixed;
  width: 60px;
  right: 10px;
  z-index: 999;
}

h2,
h3 {
  font-weight: bold;
}

.grayBack {
  background-color: #E6E6E6;
}

.borderTitle {
  text-align: center;
  position: relative;
  padding-bottom: 0.7em;
  font-size: 1.6em;
  margin-bottom: 1.5em;
  line-height: 160%;
}
.borderTitle::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 50px;
  background-color: #012EA8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ヘッダー */
header {
  background-color: #323B4C;
  padding: 1em 0;
}
header a {
  width: 300px;
  margin: 0 auto;
  display: block;
}
header a:hover {
  opacity: 0.7;
}

/* フッター */
section.contact h2 {
  text-align: center;
}
section.contact a.telLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  font-family: "Roboto", sans-serif;
  font-size: 2.4em;
}
section.contact a.telLink i {
  font-size: 1.4rem;
  margin-right: 0.5em;
}
section.contact a.telLink:hover {
  transition: 0.5s;
  color: #1ab8f9;
}

footer {
  background-color: #323B4C;
  color: #fff;
  padding: 3em 0 0.5em;
}
footer a {
  width: 300px;
  margin: 0 auto 2em;
  display: block;
}
footer p.copy {
  font-size: 0.7em;
  font-weight: normal;
  text-align: center;
}

/* 見出し */
h2 {
  text-align: left;
  margin-bottom: 3em;
}
h2 .main {
  color: #012EA8;
  font-family: "Roboto", sans-serif;
  font-size: 2.6em;
  font-weight: 300;
  display: block;
  margin-bottom: 0.4em;
}
h2 .sub {
  font-size: 0.9em;
}

/* ボタン */
a.navyBtn {
  background-color: #012EA8;
  color: #fff;
  display: block;
  width: 200px;
  padding: 1em 2em 1em 1em;
  font-size: 1.2em;
  position: relative;
  font-family: "Roboto", sans-serif;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
a.navyBtn i {
  position: absolute;
  right: 20px;
}
a.navyBtn:hover {
  background-color: #1ab8f9;
  transition: 0.5s;
}

a.whiteBtn {
  background-color: #fff;
  color: #012EA8;
  display: block;
  width: 200px;
  padding: 1em 2em 1em 1em;
  font-size: 1.2em;
  position: relative;
  font-family: "Roboto", sans-serif;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
a.whiteBtn i {
  position: absolute;
  right: 20px;
}
a.whiteBtn:hover {
  background-color: #1ab8f9;
  transition: 0.5s;
  color: #fff;
}

a.contactBtn {
  background-color: #012EA8;
  color: #fff;
  display: flex;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  align-items: center;
  position: relative;
  justify-content: center;
  padding-left: 45px;
  margin-bottom: 1em;
}
a.contactBtn img {
  width: 45px;
  margin-right: 1em;
  position: absolute;
  left: 20px;
}
a.contactBtn p {
  text-align: center;
  line-height: 135%;
  font-size: 1.15em;
}
a.contactBtn:hover {
  transition: 0.5s;
  background-color: #1ab8f9;
}

a.lineBtn {
  background-color: #399F4A;
  color: #fff;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-bottom: 1em;
}
a.lineBtn p {
  text-align: center;
  line-height: 135%;
  font-size: 1.15em;
}
a.lineBtn:hover {
  transition: 0.5s;
  background-color: #1ab8f9;
}

/* セクション */
section.blueBack {
  background-color: #6C7FA6;
  color: #fff;
}

section.aquaBack {
  background-color: #F0F6FF;
}

/* 下層 */
.subPage .titleWrap {
  background-color: #f0f6ff;
  margin-top: 5.5em;
  padding: 1.5em 0;
}
.subPage .titleWrap h2 {
  text-align: center;
  margin-bottom: 0;
}
.subPage h3 {
  text-align: center;
  position: relative;
  padding-bottom: 1em;
  font-size: 1.6em;
  margin-bottom: 1.5em;
}
.subPage h3::before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 50px;
  background-color: #012EA8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.subPage .intro {
  text-align: left;
}
.subPage .intro .titleTxt {
  color: #012EA8;
  font-size: 1.45em;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 1.2em;
}
.subPage .intro p {
  text-align: justify;
}
.subPage .contents .item {
  margin: 0 auto 3em;
  width: 95%;
}
.subPage .contents .item img {
  width: 85%;
  margin-bottom: 1.5em;
}
.subPage .contents .item h4 {
  color: #012EA8;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  line-height: 140%;
}
.subPage .contents .item p {
  text-align: justify;
}
.subPage .blueBack p {
  text-align: justify;
  font-size: 1.05em;
  line-height: 180%;
}

@media only screen and (min-width: 580px) {
  section {
    padding: 5.5em 0;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1.1rem;
  }
  .inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  p {
    font-size: 1rem;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
  a.senmuBtn {
    display: block;
  }
  a.lineBtn,
  a.contactBtn,
  a.senmuBtn {
    width: 450px;
    margin: 0 auto 1em;
  }
  a.lineBtn p,
  a.contactBtn p,
  a.senmuBtn p {
    font-size: 1em;
  }
  section.contact .wrap {
    align-items: center;
  }
  section.contact .wrap a.telLink {
    font-size: 3em;
    margin-bottom: 0;
  }
  section.contact .wrap a.telLink i {
    font-size: 2rem;
  }
  footer .footerLogo {
    margin: 0;
  }
  footer ul {
    display: flex;
  }
  footer ul li {
    margin: 0 1em 0 0;
  }
  footer ul li:last-child {
    margin: 0;
  }
  .subPage .titleWrap {
    margin-top: 8em;
  }
  .subPage .contents .wrap .item h4 {
    font-size: 1.3em;
  }
  .subPage .contents .wrap .item p {
    font-size: 0.9em;
  }
}
.topPage .MV .txt {
  padding: 0 1em 3em 1em;
}
.topPage .MV .txt h3 {
  color: #012EA8;
  font-size: 1.6em;
  line-height: 150%;
  margin-bottom: 1em;
}
.topPage .MV .txt p {
  margin-bottom: 2em;
  line-height: 180%;
}
.topPage .MV .txt a {
  margin: 0 auto;
}
.topPage .mission {
  background-color: #F0F6FF;
}
.topPage .mission .missionWrap {
  background-color: #fff;
  padding: 1.5em;
}
.topPage .mission .missionWrap ul li {
  margin-bottom: 1em;
  text-align: justify;
  line-height: 150%;
  background-image: url(../img/icon_check.png);
  background-size: 20px;
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding-left: 1.5em;
}
.topPage .mission .missionWrap ul li:last-child {
  margin-bottom: 0;
}
.topPage .system .systemItem {
  margin-bottom: 2em;
}
.topPage .system .systemItem img {
  width: 50%;
}
.topPage .features {
  background-color: #F0F6FF;
}
.topPage .features .featuresItem {
  background-color: #fff;
  margin-bottom: 2em;
  text-align: left;
  padding: 1.5em;
}
.topPage .features .featuresItem .img {
  margin-bottom: 1em;
}
.topPage .features .featuresItem h3 {
  margin-bottom: 1.5em;
}
.topPage .features .featuresItem h3 .en {
  color: #012EA8;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.topPage .features .featuresItem h3 .en span {
  font-size: 1.4em;
}
.topPage .features .featuresItem h3 .jp {
  font-size: 1.3em;
}
.topPage .function h3 {
  font-size: 0.93em;
  margin-bottom: 1em;
}
.topPage .function h3 span {
  color: #012EA8;
  padding-right: 0.3em;
}
.topPage .function .functionItem {
  text-align: left;
  margin-bottom: 2.5em;
}
.topPage .reason {
  background-color: #F0F6FF;
}
.topPage .reason .pointItem {
  background-color: #fff;
  display: flex;
  padding: 1.2em;
  margin-bottom: 2em;
}
.topPage .reason .pointItem .point {
  width: 15%;
  padding-right: 0.8em;
}
.topPage .reason .pointItem .contents {
  flex: 1;
  border-left: 1px solid #012EA8;
  padding-left: 0.8em;
}
.topPage .reason .pointItem .contents h3 {
  text-align: left;
  color: #012EA8;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  line-height: 130%;
}
.topPage .reason .pointItem .contents ul {
  list-style-type: disc;
  padding-left: 1.3em;
}
.topPage .reason .pointItem .contents ul li {
  margin-bottom: 0.5em;
  text-align: justify;
}
.topPage .option {
  background-color: #6C7FA6;
  color: #fff;
  text-align: left;
}
.topPage .option h3 {
  font-size: 1.29em;
}
.topPage .option .img {
  margin-bottom: 1em;
}
.topPage .option .txt p {
  text-align: justify;
}
.topPage section.contact .contactItem {
  margin: 2em 0;
  background-color: #F0F6FF;
  padding: 1.5em;
}
.topPage section.contact .contactItem .icon {
  margin-bottom: 1.5em;
}
.topPage section.contact .contactItem .icon img {
  width: 20%;
}
.topPage section.contact .contactItem .txt h3 {
  color: #012EA8;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.topPage section.contact .contactItem .txt p {
  margin-bottom: 2em;
}
.topPage section.contact .contactItem .txt a {
  width: 100%;
}
.topPage section.contact .telFax p {
  color: #012EA8;
  font-size: 1.5em;
}
.topPage section.contact .telFax p a:hover {
  transition: 0.5s;
  color: #1ab8f9;
}

@media only screen and (min-width: 580px) {
  .topPage .MV .wrap .img {
    width: 60%;
  }
  .topPage .MV .wrap .txt {
    width: 35%;
    text-align: left;
    padding: 0;
  }
  .topPage .MV .wrap .txt a {
    margin: 0;
  }
  .topPage .mission .missionWrap {
    padding: 2em;
  }
  .topPage .mission .missionWrap ul li {
    font-size: 1.2em;
    background-size: 22px;
  }
  .topPage .system .wrap {
    flex-wrap: wrap;
  }
  .topPage .system .wrap .systemItem {
    width: 33%;
  }
  .topPage .features .featuresItem .img {
    width: 45%;
    margin-bottom: 0;
  }
  .topPage .features .featuresItem .txt {
    width: 50%;
  }
  .topPage .function h3 {
    font-size: 1.1em;
  }
  .topPage .function .wrap {
    align-items: self-start;
  }
  .topPage .function .wrap .functionItem {
    width: 48.5%;
  }
  .topPage .reason .wrap {
    display: block;
  }
  .topPage .reason .wrap .pointItem .point {
    width: 20%;
    padding: 2em;
  }
  .topPage .reason .wrap .pointItem .point img {
    width: 50px;
  }
  .topPage .reason .wrap .pointItem .contents {
    padding: 2em;
  }
  .topPage .option .wrap .img {
    width: 50%;
    margin-bottom: 0;
  }
  .topPage .option .wrap .txt {
    width: 45%;
  }
  .topPage section.contact .contactItem {
    padding: 2em 1.5em;
    width: 700px;
    margin: 3em auto;
  }
  .topPage section.contact .contactItem .icon {
    width: 35%;
    margin-bottom: 0;
  }
  .topPage section.contact .contactItem .icon img {
    width: 50%;
  }
  .topPage section.contact .contactItem .txt {
    width: 65%;
    text-align: left;
  }
  .topPage section.contact .contactItem .txt a {
    width: 300px;
  }
  .topPage footer a {
    width: auto;
  }
  .topPage footer a img {
    width: 400px;
  }
  .topPage footer a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
}
.policyPage {
  text-align: left;
}
.policyPage h2 span {
  font-size: 0.65em;
  display: block;
}
.policyPage h3 {
  margin-bottom: 0.5em;
}
.policyPage p {
  margin-bottom: 1.5em;
  font-weight: normal;
}