@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
picture,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 146px;
}

.anchor-link {
  position: relative;
  top: -146px;
}

a {
  cursor: pointer;
}
a:hover {
  color: inherit;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: baseline;
  font-size: small;
}

@media screen and (max-width: 991px) {
  img {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .pc-only {
    display: none;
  }
}

.is-sp {
  display: none!important;
}
.wrap-all {
 // display: none;
}
.wrap-all.is-active {
  display: block;
}


.c-content {
  width: 100%;
}



#jouhi {
	padding-top: 0;
	background:#e7ebef;
}

.jouhi img{
width: 100%;
}
.jouhi-logo {
background:#FFF;
}
.jouhi h1 {
max-width: 1250px;
margin: 0 auto;
text-align: center;
}
.jouhi h1 img {
text-align:center;
margin: 0 auto;
max-width: 673px;
width: 53.8%;
padding: 4.4% 0;
}
.jouhi-btn {
	text-align:center;
	display:flex;
	gap:20px;
	flex-direction:column;
	align-items:center;
	padding:4.8% 0;
	width: 32%;
	max-width: 384px;
}
.jouhi-wrap {
	max-width: 1250px;
	margin: 0 auto;
	display:flex;
	gap:4.8%;
	justify-content: center;
}
.jouhi-thumb {

}
.jouhi-btn .btn{
	max-width: 384px;
}
.jouhi-btn .btn a img{
	filter: drop-shadow(5px 5px 15px rgba(0,0,0,0.3));
  transition: all 0.2s linear;
}
.jouhi-btn .btn a:hover img{
  transition: all 0.2s linear;
  transform: scale(1.05);
}

@media screen and (max-width: 659px) {
.jouhi h1 img {
text-align:center;
margin: 0 auto;
max-width: 542px;
width: 84.6%;
padding: 9.3% 0;
}
.jouhi-btn {
	gap:15px;
	padding:10.9% 0;
	width: 36.7%;
	max-width: 235px;
}
.jouhi-wrap {
	gap:7.8%;
}
}

.c-footer {
  margin-top: 60px;
  background-color: #003865;
  padding-top: 20px;
}
.c-footer a {
  color: #fff;
  text-decoration: none;
}
.c-footer__bot {
  width: 100%;
  text-align: center;
}
.c-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 38px;
}
.c-footer__left {
  margin-right: 40px;
}
.c-footer__right a {
  margin-right: 15px;
}
.c-footer__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
.c-footer__service li a span {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0 16px;
  border-left: 1px solid #336084;
}
.c-footer__service li:nth-child(1) a span {
  border-left: unset;
}
.c-footer__copyright {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.5;
}

.c-backtotop {
  position: fixed;
  right: 2%;
  bottom: 6%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
.c-footer__address {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 659px) {
  .c-footer {
    padding-top: 19px;
    margin-top: 40px;
  }
  .c-footer > .l-container {
    padding: 0;
  }
  .c-footer__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .c-footer__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-footer__service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-footer__service li {
    margin-bottom: 10px;
  }
  .c-footer__service li a span {
    font-size: 1rem;
    padding: 0 20px;
  }
  .c-footer__service li:nth-child(1) a span {
    border-left: 1px solid #336084;
  }
  .c-footer__service li:nth-child(2) a span {
    border-right: 1px solid #336084;
  }
  .c-footer__service li:last-child a span {
    border-right: 1px solid #336084;
  }
  .c-footer__copyright {
    font-size: 1rem;
    padding-bottom: 6px;
  }
  .c-footer__copyright p {
    line-height: 1.5;
  }

  .c-nav--footer .c-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-nav--footer .c-nav__link {
    font-size: 1.2rem;
  }
  .c-nav--footer .c-nav__item {
    height: 40px;
    border-bottom: 1px solid #336084;
  }
  .c-nav--footer .c-nav__item--one .c-nav__link::before {
    content: unset;
  }
  .c-nav--footer .c-nav__item .c-nav__link::after {
    content: unset;
  }

  .c-backtotop {
    width: 45px;
    height: 45px;
  }
  .c-footer__address {
    font-size: 1.1rem;
    margin-bottom: 3em;
  }
  .c-footer__social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

}
.notfound {
	text-align:center;
	padding:6% 0;
	line-height: 1.4;
}
.notfound h2{
	font-weight:bold;
	font-size: 4rem;
	margin-bottom:4rem;
}
.notfound p {
	//font-weight:normal;
	font-size:1.8rem;
	margin-top: 2rem;
}
.notfound p a {
	color:#333;
}
.wrap-404 + .c-footer {
	margin-top: 0;
}
@media screen and (max-width: 659px) {
.notfound {
	padding:10% 0;
}
.notfound h2{
	font-weight:bold;
	font-size: 3rem;
	margin-bottom:2rem;
}
.notfound p {
	//font-weight:normal;
	font-size:1.4rem;
	margin-top: 1.4rem;
}
}