@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #175fff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #aeabff;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*,
html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #333;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  min-height: 64px;
  padding: 20px 0;
  background-color: #042B6C;
}
@media screen and (max-width: 1159.98px) {
  .header {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .header {
    padding: 20px 20px;
  }
}
.header a {
  text-decoration: none;
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.header__logo {
  width: 100px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959.98px) {
  .header__logo {
    width: 80px;
  }
}

.footer {
  position: relative;
  color: #0C2E36;
}
.footer__company {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 959.98px) {
  .footer__company {
    flex-direction: column;
    width: auto;
    padding: 40px 20px;
  }
}
.footer__logo-link {
  transition: all 0.2s linear;
}
.footer__logo-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .footer__logo-link {
    transition: none;
  }
  .footer__logo-link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .footer__logo-link {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer__logo {
  margin-right: 60px;
}
@media screen and (max-width: 959.98px) {
  .footer__logo {
    width: 80px;
    margin-right: 0px;
  }
}
.footer__info {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 959.98px) {
  .footer__info {
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.75;
  }
}
.footer__info th {
  width: 61px;
  font-weight: normal;
}
@media screen and (max-width: 959.98px) {
  .footer__info th {
    width: 52px;
  }
}
.footer__info td {
  padding-left: 16px;
}
@media screen and (max-width: 959.98px) {
  .footer__info td {
    padding-left: 10px;
  }
}
.footer__location-list {
  margin-bottom: 0;
  list-style: none;
}
.footer__copyright {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #888;
  background: #F4FDFF;
}

.pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959.98px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #23568F;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .pagetop a {
    transition: none;
  }
  .pagetop a:hover {
    opacity: 1;
  }
}
.pagetop a::before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: translate(50%, -50%) rotate(-45deg);
}
.pagetop.js-visible {
  visibility: visible;
  opacity: 1;
}

.contents-section, .contents-section--bg-white, .contents-section--bg-gray {
  width: 100%;
  padding: 90px 0 100px;
}
.contents-section.pb40, .pb40.contents-section--bg-white, .pb40.contents-section--bg-gray {
  padding-bottom: 40px;
}
@media screen and (max-width: 1159.98px) {
  .contents-section, .contents-section--bg-white, .contents-section--bg-gray {
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 959.98px) {
  .contents-section, .contents-section--bg-white, .contents-section--bg-gray {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section, .contents-section--bg-white, .contents-section--bg-gray {
    padding: 60px 20px;
  }
}
.contents-section--bg-gray {
  background: #F4FDFF;
}
.contents-section--bg-white {
  background: #fff;
}
@media screen and (max-width: 959.98px) {
  .contents-section--bg-white.is-full {
    padding: 60px 0;
  }
}
.contents-section__body {
  max-width: 1100px;
  margin: 0 auto;
}
.contents-section__body + .contents-section__body {
  margin-top: 80px;
}
@media screen and (max-width: 959.98px) {
  .contents-section__body + .contents-section__body {
    margin-top: 60px;
  }
}
.contents-section__item + .contents-section__item {
  padding-top: 60px;
}
.contents-section__item + .contents-section__item.issue__section__item {
  padding-top: 20px;
}
.contents-section__item.about__section__item {
  padding: 27px 30px 30px 30px;
  border: solid 2px #ccd0da;
  border-radius: 8px;
}
.contents-section__item.bg--gray {
  background-color: #F4FDFF;
}
.contents-section__item + .content__img {
  padding-top: 36px;
}
.contents-section__title {
  margin-bottom: 35px;
  font-size: 36px;
  text-align: center;
  color: #23568F;
}
@media screen and (max-width: 959.98px) {
  .contents-section__title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.contents-section__title span {
  display: inline-block;
}
.contents-section__desc {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  color: #06b7bd;
}
@media screen and (max-width: 959.98px) {
  .contents-section__desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section__desc {
    text-align: left;
  }
}
.contents-section__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto 30px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 519.98px) {
  .contents-section__link-list {
    flex-direction: column;
    width: 100%;
    margin: 60px 0;
  }
}
.contents-section__link-list li {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 519.98px) {
  .contents-section__link-list li {
    margin-bottom: 15px;
  }
}
.contents-section__link-list li a:hover {
  text-decoration: none;
}
.contents-section--arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.contents-section--arrow::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #23568F;
  border-bottom: 2px solid #23568F;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.contents-section--arrow:hover::before {
  border-color: #BACFFC;
}
.contents-section--arrow--down::before {
  top: 0.4em;
  transform: rotate(45deg);
}
.contents-section__short-line {
  align-items: center;
  width: 80px;
  height: 3px;
  margin: 0 auto;
  background-color: #23568F;
}

.icon-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(25% - 15px);
}
@media screen and (max-width: 1159.98px) {
  .icon-item {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 959.98px) {
  .icon-item {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 519.98px) {
  .icon-item {
    justify-content: flex-start;
    width: 100%;
    padding: 0 5px;
  }
}
.icon-item__img-wrap {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .icon-item__img-wrap {
    width: 65%;
  }
}
@media screen and (max-width: 519.98px) {
  .icon-item__img-wrap {
    max-width: 170px;
    margin-bottom: 20px;
  }
}
.icon-item__img {
  height: auto;
}
.icon-item__title {
  height: 3.5em;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .icon-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1159.98px) {
  .icon-item__br-no1 {
    display: none;
  }
}
@media screen and (max-width: 959.98px) {
  .icon-item__br-no1 {
    display: block;
  }
}

.img-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 519.98px) {
  .img-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.img-item:last-child {
  margin-bottom: 0;
}
.img-item--example {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 519.98px) {
  .img-item--example {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.img-item--example:last-child {
  margin-bottom: 0;
}
.img-item--secondary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 34px;
}
.img-item--secondary:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959.98px) {
  .img-item--secondary {
    flex-wrap: wrap-reverse;
    justify-content: space-around;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item--secondary {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
}
.img-item--tertiary {
  display: flex;
  flex-direction: column;
}
.img-item--tertiary .img-item__title {
  width: 70%;
  max-width: 750px;
}
@media screen and (max-width: 959.98px) {
  .img-item--tertiary .img-item__title {
    width: 55%;
    padding: 0;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item--tertiary .img-item__title {
    width: 100%;
    max-width: 100%;
  }
}
.img-item__text {
  width: 70%;
  max-width: 750px;
}
@media screen and (max-width: 959.98px) {
  .img-item__text {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .img-item__text + .img-item__img--large {
    margin: 0 0 auto auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__text + .img-item__img--large {
    margin: 0 calc(50% - 50vw) 20px;
    border-radius: 0;
  }
}
.img-item__text--short {
  width: 60%;
  max-width: 700px;
}
@media screen and (max-width: 959.98px) {
  .img-item__text--short {
    width: 55%;
    padding: 0;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__text--short {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .img-item__text--short + .img-item__img--large {
    margin: 0 0 auto auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__text--short + .img-item__img--large {
    margin: 0 calc(50% - 50vw) 20px;
    border-radius: 0;
  }
}
.img-item__text--white {
  width: 70%;
  max-width: 750px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .img-item__text--white {
    width: 55%;
    padding: 0;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__text--white {
    width: 100%;
    min-width: 100%;
  }
}
.img-item__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #23568F;
}
@media screen and (max-width: 959.98px) {
  .img-item__title {
    font-size: 18px;
  }
}
.img-item__desc, .img-item__desc--select {
  margin-bottom: 0;
  padding-right: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .img-item__desc, .img-item__desc--select {
    margin-bottom: 15px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__desc, .img-item__desc--select {
    padding-right: 0;
  }
}
@media screen and (max-width: 959.98px) {
  .img-item__desc--select {
    margin-bottom: 15px;
    padding-right: 0;
    font-size: 14px;
  }
}
.img-item__link {
  margin: 15px 0 0;
}
@media screen and (max-width: 959.98px) {
  .img-item__link {
    margin: 15px 0 20px;
  }
}
.img-item--column {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.img-item__img, .img-item__img--secondary, .img-item__img--system {
  height: auto;
  margin-bottom: auto;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .img-item__img, .img-item__img--secondary, .img-item__img--system {
    width: 43%;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img, .img-item__img--secondary, .img-item__img--system {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.img-item__img.column2-right, .column2-right.img-item__img--secondary, .column2-right.img-item__img--system {
  margin-right: 30px;
}
@media screen and (max-width: 959.98px) {
  .img-item__img.column2-right, .column2-right.img-item__img--secondary, .column2-right.img-item__img--system {
    width: 43%;
    margin: 0 auto auto 0;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img.column2-right, .column2-right.img-item__img--secondary, .column2-right.img-item__img--system {
    width: 100%;
  }
}
.img-item__img.column2-left, .column2-left.img-item__img--secondary, .column2-left.img-item__img--system {
  margin-left: 30px;
}
@media screen and (max-width: 959.98px) {
  .img-item__img.column2-left, .column2-left.img-item__img--secondary, .column2-left.img-item__img--system {
    width: 43%;
    margin: 0 0 auto auto;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img.column2-left, .column2-left.img-item__img--secondary, .column2-left.img-item__img--system {
    width: 100%;
  }
}
.img-item__img.no-border-radius, .no-border-radius.img-item__img--secondary, .no-border-radius.img-item__img--system {
  border-radius: 0;
}
.img-item__img--system {
  width: 100%;
  height: auto;
}
.img-item__img--secondary {
  height: auto;
}
@media screen and (max-width: 959.98px) {
  .img-item__img--secondary {
    display: inline-block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img--secondary {
    margin: 0 0 20px;
  }
}
.img-item__img--secondary.border {
  border: 1px solid #dfe3e5;
}
.img-item__img--large {
  width: 40%;
  max-width: 420px;
  height: auto;
  margin-left: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .img-item__img--large {
    width: 43%;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img--large {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
}
.img-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 959.98px) {
  .img-item__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__inner {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 959.98px) {
  .nav {
    display: none;
  }
}
.nav__menu {
  display: flex;
  margin-bottom: 0;
}
.nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease;
}
.nav__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .nav-sp.is-active {
    right: 0;
  }
}
.nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #1b2938;
  background: #fff;
}
.nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #23568F;
  border-bottom: 2px solid #23568F;
  border-left: 0;
  transform: rotate(-45deg);
}
.nav-sp__btn, .nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #23568F;
  border: 0;
}
.nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.nav-sp__overlay.is-active {
  display: block;
}

.nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #23568F;
    border: 0;
  }
}
.nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}

.about__title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.5;
  color: #23568F;
}
@media screen and (max-width: 959.98px) {
  .about__title {
    font-size: 18px;
  }
}
.about__desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 959.98px) {
  .about__desc {
    font-size: 14px;
  }
}

.case {
  margin-bottom: 40px;
}
.case .service-2column__title {
  color: #333;
}
.case__issue {
  padding: 20px 30px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .case__issue {
    padding: 10px;
  }
}
.case__result {
  padding: 20px 30px;
  font-weight: 700;
  color: #0090A0;
  background-color: #CDECF1;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .case__result {
    padding: 10px;
  }
}
.case__subhead {
  margin-bottom: 5px;
  font-size: 16px;
}
.case__arrow {
  padding: 5px;
  text-align: center;
}
.case__img {
  display: block;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #DFE3E5;
}
.case__fig {
  width: 260px;
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.case .service-2column__text {
  flex: 1 1;
}
.case__list {
  margin-bottom: 0;
  margin-left: 30px;
  list-style-type: disc;
  font-size: 14px;
}
.case__list li {
  padding: 3px 0;
}
.case__link {
  display: inline-block;
  margin-top: 20px;
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 519.98px) {
  .case__link {
    font-size: 14px;
  }
}
.case__button {
  margin: 80px auto 0;
}

.hero-balloon {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 7px 10px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #23568F;
  background: #EAEAEA;
  border-radius: 10px;
}
@media screen and (max-width: 1159.98px) {
  .hero-balloon {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero-balloon {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 21px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero-balloon {
    font-size: 16px;
    text-align: left;
  }
}
.hero-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EAEAEA;
}
.hero-balloon p {
  margin: 0;
  padding: 0;
}

.hero-section {
  overflow: hidden;
  background: #23568F;
}
.hero-section + .contents-section, .hero-section + .contents-section--bg-gray, .hero-section + .contents-section--bg-white {
  padding-top: 60px;
}
@media screen and (max-width: 1159.98px) {
  .hero-section + .contents-section, .hero-section + .contents-section--bg-gray, .hero-section + .contents-section--bg-white {
    padding-top: 50px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero-section + .contents-section, .hero-section + .contents-section--bg-gray, .hero-section + .contents-section--bg-white {
    padding-top: 40px;
  }
}

.hero__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  margin: 20px auto 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 1159.98px) {
  .hero__content {
    margin: 20px 30px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__content {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 519.98px) {
  .hero__text {
    position: static;
    width: 100%;
  }
}

.hero__catch {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .hero__catch {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__catch {
    font-size: 18px;
  }
}

.hero__title {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.33;
  color: #fff;
}
@media screen and (max-width: 1159.98px) {
  .hero__title {
    font-size: 56px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__title {
    font-size: 36px;
    line-height: 1.47;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__title {
    font-size: 28px;
    line-height: 1.3;
  }
}
.hero__title span {
  padding-top: 5px;
  font-size: 40px;
}
@media screen and (max-width: 1159.98px) {
  .hero__title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__title span {
    font-size: 20px;
  }
}

.hero-lead-wrap {
  margin-top: 40px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 959.98px) {
  .hero-lead-wrap {
    padding: 15px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero-lead-wrap {
    max-width: 100%;
    margin: 10px auto;
  }
}

.hero__subtitle {
  font-weight: 700;
  font-size: 24px;
  color: #23568F;
}
@media screen and (max-width: 959.98px) {
  .hero__subtitle {
    font-size: 16px;
  }
}

.hero__lead {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .hero__lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.hero__lead--note {
  margin-top: 10px;
}

.hero__img {
  position: absolute;
  right: -30px;
  bottom: 220px;
}
@media screen and (max-width: 1159.98px) {
  .hero__img {
    bottom: 180px;
    left: 74%;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 40px auto 0;
  }
}

.hero__circle {
  position: absolute;
  right: 0;
  bottom: 420px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  letter-spacing: 1.66px;
  background: #5EA754;
  border-radius: 50%;
}
@media screen and (max-width: 1159.98px) {
  .hero__circle {
    right: 100px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__circle {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline;
    width: auto;
    height: auto;
    margin-bottom: 5px;
    padding: 2px 10px;
    border-radius: 4px;
  }
}
.hero__circle > span {
  display: inline-block;
}
@media screen and (max-width: 959.98px) {
  .hero__circle > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__circle > span {
    padding-bottom: 0;
    font-size: 10px;
  }
}
.hero__circle > span.hero__circle-over {
  font-size: 18px;
}
@media screen and (max-width: 959.98px) {
  .hero__circle > span.hero__circle-over {
    font-size: 12px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__circle > span.hero__circle-over {
    font-size: 10px;
  }
}
.hero__circle > strong {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
}
@media screen and (max-width: 959.98px) {
  .hero__circle > strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__circle > strong {
    font-size: 16px;
  }
}

.faq__list {
  margin-bottom: 0;
  list-style: none;
}

.faq-item {
  border-bottom: 1px solid #D8D8D8;
}
.faq-item:first-child {
  border-top: 1px solid #D8D8D8;
}
.faq-item__question-head {
  margin-bottom: 0;
}
.faq-item__question {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 56px 25px 64px;
  font-size: 18px;
  text-align: left;
  color: #1b2938;
  background: #fff;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 959.98px) {
  .faq-item__question {
    right: 0;
    padding: 20px 29px 20px 34px;
    font-size: 16px;
  }
}
.faq-item__question::before {
  content: "Q";
  position: absolute;
  top: 16px;
  left: 20px;
  font-weight: 600;
  font-size: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
  color: #23568F;
}
@media screen and (max-width: 959.98px) {
  .faq-item__question::before {
    left: 0;
    font-size: 22px;
  }
}
.faq-item__question::after {
  content: url(/img/lp_migration-for-municipality/icon/icon_faq_plus.svg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 5px;
  height: 18px;
  margin: auto;
}
@media screen and (max-width: 959.98px) {
  .faq-item__question::after {
    right: 0;
  }
}
.faq-item__question.is-open::after {
  content: url(/img/lp_migration-for-municipality/icon/icon_faq_minus.svg);
  height: 32px;
}
.faq-item__answer {
  position: relative;
  display: none;
  margin-bottom: 0;
  padding: 25px 20px 25px 64px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .faq-item__answer {
    padding: 20px 20px 20px 47px;
    font-size: 14px;
  }
}
.faq-item__answer::before {
  content: "A";
  position: absolute;
  top: 16px;
  left: 20px;
  font-weight: 600;
  font-size: 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
  color: #8F5C01;
}
@media screen and (max-width: 959.98px) {
  .faq-item__answer::before {
    font-size: 22px;
  }
}

.flow__fig {
  display: block;
  padding-top: 10px;
}
.flow__fig img {
  width: 100%;
  height: auto;
}

.contact {
  padding: 80px 30px;
  background: #0C2E36;
}
@media screen and (max-width: 959.98px) {
  .contact {
    padding: 40px 20px;
  }
}

.contact__title {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__title {
    margin-right: -1px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.contact__title-catch {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__title-catch {
    font-size: 16px;
  }
}

.contact__body {
  max-width: 900px;
  margin: 0 auto;
}

.contact__tel {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px 0;
  border: solid 4px #60636a;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .contact__tel {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    border-width: 2px;
  }
}

.contact__telTitle {
  width: 50%;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__telTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.contact__telNumber-wrap {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber-wrap {
    padding-left: 0;
  }
}

.contact__telNumber {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.contact__telNumber a {
  color: #fff;
  transition: all 0.2s linear;
}
.contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber a {
    transition: none;
  }
  .contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber {
    font-size: 24px;
  }
}

.contact__receptionTime {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__receptionTime {
    font-size: 12px;
  }
}

.contact-anchor {
  margin-top: 40px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor {
    margin-top: 30px;
  }
}
.contact-anchor + .contents-section__item {
  padding-top: 60px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor + .contents-section__item {
    padding-top: 40px;
  }
}
.contact-anchor.mt0 {
  margin-top: 0;
}

.contact-anchor__desc {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.contact-anchor__text {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__text {
    font-size: 16px;
  }
}
.contact-anchor__text span {
  font-size: 16px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__text span {
    font-size: 12px;
  }
}
.contact-anchor__text.line {
  position: relative;
  width: 430px;
  margin: auto;
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__text.line {
    width: 340px;
    max-width: 100%;
  }
}
.contact-anchor__text.line::before, .contact-anchor__text.line::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  height: 3.8rem;
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__text.line::before, .contact-anchor__text.line::after {
    height: 3.3rem;
  }
}
.contact-anchor__text.line::before {
  left: 0;
  border-left: solid 4px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__text.line::before {
    left: 0;
    transform: rotate(-25deg);
  }
}
.contact-anchor__text.line::after {
  right: 0;
  border-right: solid 4px;
  transform: rotate(30deg);
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__text.line::after {
    right: 0;
    transform: rotate(25deg);
  }
}

.contact-anchor__btn-area, .contact-anchor__btn-area--hero {
  position: relative;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__btn-area, .contact-anchor__btn-area--hero {
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
.contact-anchor__btn-area:after, .contact-anchor__btn-area--hero:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

.contact-anchor__btn-area--hero {
  max-width: 320px;
  height: 60px;
  margin: 0 auto 0 0;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__btn-area--hero {
    max-width: 400px;
    margin: 0 auto;
  }
}
.contact-anchor__btn-area--hero:after {
  border-color: transparent transparent #fff #fff;
}

.contact-anchor__btn, .contact-anchor__btn--hero {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #FF7F2F;
  transition: all 0.3s ease;
}
.contact-anchor__btn:hover, .contact-anchor__btn--hero:hover {
  color: #fff;
  text-decoration: none;
}
.contact-anchor__btn:before, .contact-anchor__btn--hero:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f65229;
  transition: all 0.3s ease;
}
.contact-anchor__btn:hover:before, .contact-anchor__btn--hero:hover:before {
  top: 0;
}

.contact-anchor__btn--hero {
  color: #fff;
  background: #FF7F2F;
}
.contact-anchor__btn--hero:hover {
  text-decoration: none;
}
.contact-anchor__btn--hero:before {
  background-color: #f65229;
}

.icon-list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 40px auto 0;
  list-style: none;
}
@media screen and (max-width: 959.98px) {
  .icon-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.issue__title, .issue__title--no2 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .issue__title, .issue__title--no2 {
    font-size: 24px;
  }
}
.issue__title--no2 {
  padding-bottom: 20px;
  color: #23568F;
}
@media screen and (max-width: 519.98px) {
  .issue__title--no2 {
    text-align: left;
  }
}
.issue__title--no2 span {
  display: inline-block;
}
.issue__desc {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .issue__desc {
    text-align: left;
  }
}
.issue__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-bottom: 10px;
  list-style: none;
}
.issue__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 10px);
  margin: 5px;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border: 2px solid #23568F;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .issue__list-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 519.98px) {
  .issue__list-item {
    width: 100%;
    font-size: 14px;
  }
}
.issue__list-item p {
  margin-bottom: 0;
}
.issue__list-item span {
  display: inline-block;
}
.issue__arrow {
  display: block;
  margin: 0 auto;
}

.issue-figure {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 23px;
}
@media screen and (max-width: 519.98px) {
  .issue-figure {
    flex-direction: column;
    align-items: center;
  }
}
.issue-figure__block {
  flex: 1 1;
  max-width: 50%;
}
@media screen and (max-width: 519.98px) {
  .issue-figure__block {
    width: 100%;
    max-width: 100%;
  }
}
.issue-figure__block img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1159.98px) {
  .operation-table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 1159.98px) {
  .operation-table table {
    width: 1100px !important;
  }
}
.operation-table table caption {
  caption-side: top;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1159.98px) {
  .operation-table table caption {
    font-size: 14px;
  }
}
.operation-table table thead tr th {
  width: 310px;
  padding: 20px;
  vertical-align: middle;
  color: #333;
  background-color: #B0E3F7;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 1159.98px) {
  .operation-table table thead tr th {
    padding: 10px;
    font-size: 14px;
  }
}
.operation-table table thead tr th:first-child {
  width: auto;
  background-color: #fff;
}
.operation-table table tbody tr:first-child td {
  vertical-align: middle;
  text-align: center;
  background-color: #EAF7FC;
}
@media screen and (max-width: 1159.98px) {
  .operation-table table tbody tr:first-child td {
    padding: 10px;
    font-size: 14px;
  }
}
.operation-table table tbody tr th {
  width: auto;
  vertical-align: middle;
  background-color: #B0E3F7;
}
@media screen and (max-width: 1159.98px) {
  .operation-table table tbody tr th {
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1159.98px) {
  .operation-table table tbody tr td {
    padding: 10px;
    font-size: 14px;
  }
}
.operation-table table tbody tr td .c-table__list {
  font-size: 16px;
}
@media screen and (max-width: 1159.98px) {
  .operation-table table tbody tr td .c-table__list {
    font-size: 14px;
  }
}

.operation-column {
  display: flex;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 30px;
  border: 2px solid #CCD0DA;
  border-radius: 8px;
}
@media screen and (max-width: 519.98px) {
  .operation-column {
    padding: 15px;
  }
}
.operation-column__title {
  font-size: 24px;
  color: #23568F;
}
@media screen and (max-width: 959.98px) {
  .operation-column__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .operation-column__title {
    font-size: 16px;
  }
}
.operation-column__desc {
  margin-bottom: 0;
}
@media screen and (max-width: 519.98px) {
  .operation-column__desc {
    font-size: 14px;
  }
}
.operation-column__fig {
  margin-left: 30px;
}
@media screen and (max-width: 519.98px) {
  .operation-column__fig {
    display: none;
  }
}

.service-img {
  display: block;
  margin-bottom: 20px;
}

.service-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.c-text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.9;
}

.c-text--note {
  font-size: 12px;
}

.c-text--center {
  text-align: center;
}

.c-text--right {
  text-align: right;
}

.mb40 {
  margin-bottom: 40px;
}

@media screen and (min-width: 576px) {
  .service-2column {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.service-2column__wrap {
  margin-top: 40px;
  padding: 20px;
  background-color: #f0f8f7;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .service-2column__wrap {
    padding: 40px;
  }
}
.service-2column__wrap .service-2column__title {
  font-size: 18px;
}

.service-2column__title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #0095a0;
}

@media screen and (min-width: 576px) {
  .service-2column__title {
    font-size: 22px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.service-2column__img {
  display: block;
  max-width: initial;
  margin: 20px auto 0;
  border-radius: 5px;
}

@media screen and (min-width: 576px) {
  .service-2column__img {
    margin: 0 0 0 40px;
  }
}
.ml20 {
  margin-left: 20px;
}

@media screen and (min-width: 576px) {
  .ml20.service-2column__img {
    margin: 0 0 0 20px;
  }
}
.c-table--5 table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  background-color: #fff;
  border-top: 1px solid #b2b2b2;
  /* 共通の table スタイル */
  border-left: 1px solid #b2b2b2;
  /* 共通の c-table スタイル */
}

.c-table--5 thead th {
  text-align: center;
  color: #fff;
  background-color: #039fad;
  /* 共通の c-table thead th スタイル */
}

.c-table--5 tbody th {
  width: 200px;
  min-width: unset;
  padding: 20px;
  /* 共通の c-table th スタイル */
  padding-right: 20px;
  /* 共通の tbody th スタイル */
  padding-left: 20px;
  background-color: #ccebee;
  /* 共通の th スタイル */
  border-right: 1px solid #b2b2b2;
  /* 共通の th スタイル */
  border-bottom: 1px solid #b2b2b2;
  /* 共通の tbody th スタイル */
}

@media screen and (max-width: 575.98px) {
  .c-table--5 tbody th {
    padding: 15px 10px;
  }
}
.c-table--5 tbody td {
  min-width: unset;
  padding: 20px;
  /* 共通の td スタイル */
  border-right: 1px solid #b2b2b2;
  /* 共通の td スタイル */
  border-bottom: 1px solid #b2b2b2;
  /* 共通の c-table td スタイル */
}

@media screen and (max-width: 575.98px) {
  .c-table--5 tbody {
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .c-table--5 {
    /* form-table と共通の overflow-x スタイル */
    overflow-x: scroll;
  }
  .c-table--5 table {
    /* form-table と共通の width: auto */
    width: auto;
  }
  .c-table--5 th,
  .c-table--5 td {
    /* form-table と共通の width, min-width */
    width: 190px;
    min-width: 190px;
  }
}
.c-table__list {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.c-table__list p {
  margin-bottom: 5px;
}
.c-table__list li {
  margin-left: 25px;
}

.mb0 {
  margin-bottom: 0;
}

.c-button--mail {
  position: relative;
  display: block;
  width: 400px;
  height: 80px;
  margin: auto;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(to right, #0097a4 0%, #13cfd7 100%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(68, 166, 160, 0.5);
  cursor: pointer;
  transition-duration: 0s;
}

@media screen and (max-width: 575.98px) {
  .c-button--mail {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 6px;
  }
}
.c-button--mail .c-icon {
  margin-right: 18px;
}

@media screen and (max-width: 575.98px) {
  .c-button--mail .c-icon {
    margin-right: 10px;
  }
}
.c-button--mail .c-button__body {
  font-size: 17px;
}

@media screen and (max-width: 575.98px) {
  .c-button--mail .c-button__body {
    padding: 0;
    font-size: 14px;
  }
}
.c-button--mail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #007181 0%, #00a4ad 100%);
  transition-duration: 0.5s;
}

.c-button--mail:focus {
  outline: 0;
}

.c-button--mail:hover,
.c-button--mail:focus {
  color: #fff;
}

.c-button--mail:hover::after,
.c-button--mail:focus::after {
  opacity: 0;
}

.c-button--mail:hover .c-icon::before,
.c-button--mail:focus .c-icon::before {
  opacity: 1;
}

.c-button--mail:hover .c-icon::after,
.c-button--mail:focus .c-icon::after {
  opacity: 0;
}

.c-button__body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: inherit;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  transition-duration: 0.5s;
}

@media screen and (max-width: 1099.98px) {
  .c-button__body {
    font-size: 15px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 575.98px) {
  .c-button__body {
    padding: 12px 10px;
    border-radius: 4px;
  }
}
.c-button__body:active {
  text-decoration: none;
}

.c-button__body:focus {
  color: #fff;
  background-color: transparent;
  background-image: linear-gradient(to right, #0097a4 0%, #13cfd7 100%);
  border: 0;
}

.c-button__body:focus .c-icon::before,
.c-button__body:focus .c-icon::after {
  filter: brightness(0) grayscale(100) invert(100);
}

.c-card-list--service-system {
  display: flex;
  display: -ms-grid;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, calc(33.333% - 13.3333333333px));
  width: 750px;
  margin: 0 auto;
  -ms-grid-columns: (calc(33.333% - 13.3333333333px))[3];
  -ms-grid-columns: calc(33.333% - 13.3333333333px) [3];
}

@media screen and (max-width: 869.98px) {
  @supports (display: grid) {
    .c-card-list--service-system {
      grid-template-columns: repeat(2, 257px);
      -ms-grid-columns: 257px [2];
    }
  }
  .c-card-list--service-system {
    width: auto;
  }
}
@media screen and (max-width: 575.98px) {
  @supports (display: grid) {
    .c-card-list--service-system {
      grid-template-columns: repeat(1, 100%);
      -ms-grid-columns: 100% [1];
    }
  }
  .c-card-list--service-system {
    margin: 0;
    padding: 0 40px 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .js-carousel.c-card-list--service-system {
    display: block;
    margin-top: -36px;
    padding-top: 36px;
    overflow: hidden;
  }
  .js-carousel.c-card-list--service-system .slick-slide.c-card--small-service-system {
    margin: 0 6px;
  }
}
.js-carousel.c-card-list--service-system * {
  min-width: 0;
  min-height: 0;
}

.js-carousel.c-card-list--service-system .c-card__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 575.98px) {
  @supports (display: grid) {
    .c-card-list--service-system:not(.js-carousel) {
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-template-columns: repeat(2, calc(50% - 5px));
      -ms-grid-columns: calc(50% - 5px) [2];
    }
  }
  .c-card-list--service-system:not(.js-carousel) {
    padding-bottom: 0;
  }
}
@supports (display: grid) {
  .c-card-list--service-system:not(.js-carousel) .c-card--small-service-system {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card-list--service-system:not(.js-carousel) .c-card--small-service-system {
    width: auto;
  }
}
.c-card-list--service-system:not(.js-carousel) .c-card--small-service-system + .c-card--small-service-system {
  margin-left: 10px;
}

@supports (display: grid) {
  .c-card-list--service-system:not(.js-carousel) .c-card--small-service-system + .c-card--small-service-system {
    margin-left: 0;
  }
}
.c-card-list--service-system.is-relative {
  position: relative;
}

.c-card-list--service-system .slick-dots {
  bottom: 0;
}

.c-card-list--service-system .slick-dots li button::before {
  background-color: #e1e1e1;
  opacity: 1;
}

.c-card-list--service-system .slick-dots li.slick-active button::before {
  background-color: #039fad;
}

.c-card-list--service-system + .c-button,
#main2020 #main .c-card-list--service-system + .comBtn {
  max-width: 320px;
  margin: 30px auto 0;
}

@media screen and (max-width: 575.98px) {
  .c-card-list--service-system + .c-button,
  #main2020 #main .c-card-list--service-system + .comBtn {
    width: calc(100% - 40px);
    margin: 30px auto 50px;
  }
}
.mb70 {
  margin-bottom: 70px;
}

.c-card--small-service-system {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
  margin-left: 18px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 36px 0 rgba(150, 150, 150, 0.4);
  transform-origin: center;
  transition-duration: 0.3s;
}

@supports (display: grid) {
  .c-card--small-service-system {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-card--small-service-system:not(.is-nolink):hover {
    box-shadow: 0 0 40px 0 rgba(150, 150, 150, 0.8);
    transform: scale(1.05);
  }
  .c-card--small-service-system:not(.is-nolink):hover .c-card__detail::after {
    transform: translate(5px, -2px);
  }
}
@media screen and (max-width: 767.98px) {
  .c-card--small-service-system {
    width: 100%;
    margin-bottom: 18px;
    margin-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .c-card--small-service-system {
    width: 100%;
    width: 100%;
  }
}
.c-card--small-service-system a {
  text-decoration: none;
}

.c-card--small-service-system .c-label--new {
  position: absolute;
  top: 15px;
  left: -5px;
}

.c-card--small-service-system .c-label-list {
  margin-top: 25px;
}

@media screen and (max-width: 575.98px) {
  .c-card--small-service-system .c-label-list {
    display: none;
  }
}
.c-card--small-service-system .c-label-group {
  margin-top: 30px;
}

.c-card--small-service-system .c-label-group .c-label-list {
  margin-top: 0;
}

.c-card--small-service-system .c-card__title,
.c-card--small-service-system .c-card__title--4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.45;
  color: #333;
}

.c-card--small-service-system .c-card__title:only-child,
.c-card--small-service-system .c-card__title--4:only-child {
  margin-bottom: 0;
}

@media screen and (max-width: 575.98px) {
  .c-card--small-service-system .c-card__title,
  .c-card--small-service-system .c-card__title--4 {
    font-size: 15px;
  }
}
.c-card--small-service-system .c-card__body {
  padding: 20px;
}

@media screen and (max-width: 575.98px) {
  .c-card--small-service-system .c-card__body {
    padding: 15px 10px 20px;
  }
}
.c-card--small-service-system .c-card__company,
.c-card--small-service-system .c-card__company--2 {
  margin: -15px 0 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.45;
  color: #0095a0;
}

.c-card--small-service-system .c-card__company::before,
.c-card--small-service-system .c-card__company--2::before,
.c-card--small-service-system .c-card__company::after,
.c-card--small-service-system .c-card__company--2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.c-card--small-service-system .c-card__company::before {
  margin-bottom: calc(-0.375em + 0px);
}

.c-card--small-service-system .c-card__company::after {
  margin-top: calc(-0.3472222222em + 0px);
}

.c-card--small-service-system .c-card__infomation .c-card__date {
  padding: 15px;
}

.c-card--small-service-system .c-card__infomation + .c-card__body {
  padding-top: 5px;
}

.c-card--small-service-system.is-event-list .c-card__title,
.c-card--small-service-system.is-event-list .c-card__title--4 {
  margin-bottom: 16px;
  font-size: 16px;
  color: #0095a0;
}

.c-card--small-service-system.is-event-list .c-card__body {
  padding: 24px 20px;
}

.c-card--small-service-system.is-event-list .c-card__text {
  line-height: 1.5;
}

.c-card__image {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 10px 10px 0 0;
}

.c-card__image img {
  width: 100%;
  height: auto;
}

.c-card__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.45;
  color: #333;
}

.c-card__title::before,
.c-card__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.c-card__title::before {
  margin-bottom: calc(-0.375em + 0px);
}

.c-card__title::after {
  margin-top: calc(-0.3472222222em + 0px);
}

.c-card__company {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.45;
  color: #0095a0;
}

.c-card__company::before,
.c-card__company::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.c-card__company::before {
  margin-bottom: calc(-0.375em + 0px);
}

.c-card__company::after {
  margin-top: calc(-0.3472222222em + 0px);
}

.c-button {
  position: relative;
  display: block;
  width: 335px;
  height: 50px;
  padding: 2px;
  overflow: hidden;
  color: #0095a0;
  text-decoration: none;
  background-image: linear-gradient(to right, #0097a4 1%, #08a1ae 50%, #13cfd7 99%);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition-duration: 0s;
}

@media screen and (max-width: 575.98px) {
  .c-button {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
}
.c-button:focus {
  outline: 0;
}

.c-button:hover,
.c-button:focus {
  color: #fff;
  background-image: linear-gradient(to right, #0097a4 0%, #13cfd7 100%);
  border: 0;
}

.c-button:hover .c-button__body,
.c-button:focus .c-button__body {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.c-button .c-icon::before,
.c-button .c-icon::after {
  transition-duration: 0.5s;
}

.support-table {
  overflow-x: auto;
}
.support-table table {
  width: 100%;
}
.support-table table tbody tr th {
  width: 30%;
  vertical-align: middle;
  background-color: #B0E3F7;
}
@media screen and (max-width: 1159.98px) {
  .support-table table tbody tr th {
    padding: 10px;
    font-size: 14px;
  }
}
.support-table table tbody tr td {
  vertical-align: middle;
}
@media screen and (max-width: 1159.98px) {
  .support-table table tbody tr td {
    padding: 10px;
  }
}
.support-table table tbody tr td .c-table__list {
  font-size: 16px;
}
@media screen and (max-width: 1159.98px) {
  .support-table table tbody tr td .c-table__list {
    font-size: 14px;
  }
}

.reason {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  -ms-grid-columns: (1fr)[3];
}
@media screen and (max-width: 959.98px) {
  .reason {
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
  }
}
.reason__column {
  padding: 40px 30px 20px;
  background-color: #fff;
}
@media screen and (max-width: 1159.98px) {
  .reason__column {
    padding: 20px 15px;
  }
}
.reason__title {
  min-height: 50px;
  margin-bottom: 15px;
  font-size: 22px;
  text-align: center;
  color: #23568F;
}
@media screen and (max-width: 1159.98px) {
  .reason__title {
    font-size: 20px;
  }
}
.reason__title small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1159.98px) {
  .reason__title small {
    font-size: 12px;
  }
}
.reason__text {
  line-height: 1.75;
}
.reason__fig {
  text-align: center;
}
.reason__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.reason__appeal {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 50px;
  font-size: 14px;
}
@media screen and (max-width: 1159.98px) {
  .reason__appeal {
    flex-flow: column;
    align-items: center;
    margin-top: 25px;
  }
}
.reason__appeal-title {
  padding-right: 20px;
  font-weight: 100;
  line-height: 1.2;
}
@media screen and (max-width: 1159.98px) {
  .reason__appeal-title {
    padding-right: 0;
    padding-bottom: 2px;
  }
  .reason__appeal-title br {
    display: none;
  }
}
.reason__appeal-num {
  margin-bottom: -3px;
  font-weight: 700;
  font-size: 36px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Sans-Serif;
}
.reason__appeal-unit {
  margin-bottom: 6px;
  padding-left: 5px;
}
@media screen and (max-width: 1159.98px) {
  .reason__appeal-unit {
    padding-top: 5px;
    padding-left: 0;
  }
}

.solution {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 959.98px) {
  .solution {
    flex-direction: column;
  }
}
.solution a {
  text-decoration: none;
}
.solution__item {
  display: flex;
  align-items: center;
  width: 50%;
  height: 202px;
  color: #333;
  border: solid 2px #ccd0da;
  border-radius: 8px;
}
@media screen and (max-width: 959.98px) {
  .solution__item {
    width: 100%;
    height: auto;
  }
}
.solution__item:hover {
  color: #333;
}
.solution__text {
  padding: 30px 18px 30px 30px;
}
.solution__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #23568F;
}
.solution__desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}
.solution__icon {
  margin-right: 12px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text--normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 1159.98px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 959.98px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

@media screen and (max-width: 519.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}

.u-show--ipad {
  display: none !important;
}
@media screen and (max-width: 959.98px) {
  .u-show--ipad {
    display: block !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width: 519.98px) {
  .u-show--sp {
    display: block !important;
  }
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-gold {
  color: #b98f17;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

span {
  display: inline-block;
}
/*# sourceMappingURL=maps/lp_migration-for-municipality.css.map */