@charset "UTF-8";
/*** wide ***/
/*** color ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1.15;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

p,
li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

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

address {
  padding: 0.8rem 0;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a,
a:visited {
  text-decoration: none;
  background-color: transparent;
  color: black;
}

a:hover,
a:hover > * {
  text-decoration: none;
  opacity: .6;
  transition: .8s;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  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-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;
}

img,
video {
  height: auto;
  max-width: 100%;
}

input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

/** pc or sp **/
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

body {
  font-size: 1.4rem;
  color: black;
}

.nav_toggle {
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  width: 2.5rem;
  height: 2rem;
  z-index: 999;
}

@media screen and (min-width: 992px) {
  .nav_toggle {
    display: none;
  }
}

.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}

.nav_toggle i:nth-child(1) {
  top: 0;
}

.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav_toggle.show i:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}

/** header **/
header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .catch {
  display: none;
}

@media screen and (min-width: 992px) {
  header .catch {
    display: block;
    max-width: 1220px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding: .8rem 20px;
  }
}

header .header {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  padding: 1.5rem 20px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  header .header {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 1.5rem;
  }
}

header .header .ci {
  width: 140px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  header .header .ci {
    margin: 0;
    width: auto;
  }
}

header .header #nav {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  header .header #nav {
    opacity: 1;
  }
}

header .header #nav .menu {
  display: none;
}

@media screen and (min-width: 992px) {
  header .header #nav .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

header .header #nav .menu li {
  margin-left: 1.5vw;
}

header .header #nav .menu li.nv_service {
  position: relative;
}

header .header #nav .menu li.nv_service ul {
  position: absolute;
  left: 0;
}

header .header #nav .menu li.nv_service ul li {
  height: 0;
  overflow: hidden;
}

header .header #nav .menu li.nv_service:hover ul {
  background-color: #eee;
}

header .header #nav .menu li.nv_service:hover ul li {
  height: 5rem;
  margin: 0;
  overflow: visible;
  width: 400px;
  border-bottom: 1px solid white;
}

header .header #nav .menu li.nv_service:hover ul li a {
  padding: 1rem;
  line-height: 5rem;
}

header .header #nav .menu li.blog a {
  background-color: #002674;
  display: inline-block;
  color: white;
  text-align: center;
  padding: .8rem;
  font-weight: 600;
  font-size: 1.5rem;
}

header .header #nav .menu li.blog a span {
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  margin-bottom: .4rem;
  display: block;
  font-size: 1.3rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

header .header #nav.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: transform .5s, opacity .5s;
  height: 100vh;
}

header .header #nav.show .menu {
  display: block;
  margin-top: 3rem;
  border-top: 1px solid #ccc;
}

header .header #nav.show .menu li {
  margin: auto;
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 0;
}

header .header #nav.show .menu li a {
  display: inline-block;
  width: 100%;
}

header .header #nav.show .menu li.nv_service {
  position: static;
}

header .header #nav.show .menu li.nv_service ul {
  position: static;
}

header .header #nav.show .menu li.nv_service ul li {
  height: auto;
  margin: auto;
  border: none;
}

header .header #nav.show .menu li.nv_service ul li a {
  padding: 0;
}

header .header #nav.show .menu li.nv_service:hover ul {
  background: none;
}

header .header #nav.show .menu li.nv_service:hover ul li {
  height: auto;
  margin: 0;
  overflow: initial;
  width: auto;
  border: none;
}

header .header #nav.show .menu li.nv_service:hover ul li a {
  padding: auto;
  line-height: 1.4;
}

header .header #nav.show .menu li.blog a {
  background: none;
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0;
}

header .header #nav.show .menu li.blog a span {
  display: none;
}

/** main **/
main section {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

main section.title {
  margin-top: 80px;
  height: 205px;
  background-size: cover !important;
  max-width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  main section.title {
    margin-top: 80px;
    height: 205px;
  }
}

@media screen and (min-width: 992px) {
  main section.title {
    margin-top: 113px;
    height: 175px;
  }
}

main section.title .inner {
  background-color: rgba(0, 36, 112, 0.9);
  background-blend-mode: multiply;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
}

@media screen and (min-width: 768px) {
  main section.title .inner {
    height: 145px;
  }
}

main section.title .inner h1, main section.title .inner p {
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 600;
  position: absolute;
}

@media screen and (min-width: 768px) {
  main section.title .inner h1, main section.title .inner p {
    font-size: 3.2rem;
  }
}

main section .calender {
  color: #727272;
  margin-bottom: .5rem;
  font-size: 12px;
  font-size: 3.2vw;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  main section .calender {
    font-size: 1.4rem;
  }
}

main section .calender::before {
  content: url(/module/img/ic_calender.svg);
  vertical-align: middle;
  margin-right: .5rem;
}

main section .tag {
  color: #727272;
  font-size: 12px;
  font-size: 3.2vw;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  main section .tag {
    font-size: 1.4rem;
  }
}

main section .tag::before {
  content: url(/module/img/ic_tag.svg);
  vertical-align: middle;
  margin-right: .5rem;
}

main section.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

main section.pager ul li {
  margin: 0 .5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  main section.pager ul li {
    margin: 0 1rem;
  }
}

main section.pager ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  main section.pager ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

main section.pager ul li a.prev, main section.pager ul li a.next {
  background-color: white;
  border: solid 2px #F0F3F5;
  border-radius: 100px;
}

main section.pager ul li a img {
  vertical-align: baseline;
}

/** footer **/
/** btn **/
.btn {
  text-align: center;
  margin: 3rem 0;
}

.btn a {
  display: inline-block;
  width: 100%;
  padding: 2rem 1rem;
}

.btn a.next {
  background: url(/module/img/ic_btn_arrow.svg) black no-repeat 95%;
  color: white;
  max-width: 340px;
}

footer {
  margin-top: 5rem;
}

footer .sns {
  background-color: black;
}

footer .sns .inner {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .sns .inner li {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .sns .inner li {
    width: calc(280 / 1180 * 100%);
  }
}

footer .sns .inner li a {
  background: black;
  display: inline-block;
  width: 100%;
  padding: 2rem 0;
}

footer .sns .inner li a img {
  max-height: 20px;
  max-width: 20px;
}

@media screen and (min-width: 768px) {
  footer .sns .inner li a img {
    max-height: 30px;
    max-width: 30px;
  }
}

footer .map {
  margin-top: 5rem;
}

footer .map ul {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  footer .map ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

footer .map ul li {
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .map ul li {
    width: 50%;
  }
}

footer .map ul li iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .map ul li:first-child {
    padding-right: 2.5rem;
  }
}

footer .map ul li:first-child h2 {
  font-size: 20px;
  font-size: 5.33333vw;
}

@media screen and (min-width: 768px) {
  footer .map ul li:first-child h2 {
    font-size: 2.2rem;
  }
}

footer .map ul li:first-child .text {
  margin-top: 1rem;
}

footer .map ul li:first-child .btn_conatct {
  background: black;
  display: inline-block;
  width: 100%;
}

footer address {
  margin-top: 5rem;
  background-color: #525252;
  color: white;
  padding: 2.5rem 0;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: 8px;
  font-size: 2.13333vw;
}

@media screen and (min-width: 768px) {
  footer address {
    font-size: 1.4rem;
  }
}
