@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@400;500&;700&display=swap');
@font-face {
  font-family: 'myfont';
  src: url('../../assets/fonts/myfont.eot');
  src: url('../../assets/fonts/myfont.eot?#iefix') format('eot'), url('../../assets/fonts/myfont.woff') format('woff'), url('../../assets/fonts/myfont.ttf') format('truetype'), url('../../assets/fonts/myfont.svg#myfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.myfont {
  display: inline-block;
  font-family: 'myfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myfont-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.myfont-2x {
  font-size: 2em;
}

.myfont-3x {
  font-size: 3em;
}

.myfont-4x {
  font-size: 4em;
}

.myfont-5x {
  font-size: 5em;
}

.myfont-fw {
  width: 1.2857142857em;
  text-align: center;
}

.myfont-1:before {
  content: '\ea01';
}

.myfont-2:before {
  content: '\ea02';
}

.myfont-3:before {
  content: '\ea03';
}

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,
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;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

dl,
dt,
dd,
ul,
li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

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

address {
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
}
html input,
html button,
html textarea {
  font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #040000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a img {
  -ms-interpolation-mode: bicubic;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.entry-logo {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .entry-logo {
    padding: 30px 0;
  }
  .entry-logo img {
    width: 200px;
  }
}

.entry-mv {
  max-width: 1200px;
  margin: auto;
}

.entry-lead {
  padding: 80px 0 120px;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}
.entry-lead__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.entry-lead__text.-small {
  font-size: 14px;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .entry-lead {
    padding: 40px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .entry-lead span {
    display: block;
  }
}
.entry-lead:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #0040c0 transparent transparent transparent;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.entry-lead .br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .entry-lead .br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .entry-lead .br {
    display: none;
  }
}

.entry-group {
  max-width: 1080px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 16px 13px;
}
@media screen and (max-width: 1024px) {
  .entry-group {
    padding: 0 2%;
    gap: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .entry-group {
    font-size: 16px;
  }
}
.entry-group__item {
  width: calc((100% - 39px) / 4);
  height: 207px;
}
@media screen and (max-width: 1024px) {
  .entry-group__item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .entry-group__item {
    width: 100%;
    height: 100px;
  }
}
.entry-group__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .entry-group__btn {
    flex-direction: row;
    padding-left: 5px;
  }
}

@media (min-width: 769px) {
  .entry-group__btn[href]:hover {
    opacity: 0.6;
  }
}

.entry-group__btn img {
  width: 120px;
}
@media (max-width: 768px) {
  .entry-group__btn img {
    width: 80px;
    margin-right: 10px;
  }
}

.entry-group__btn p {
  flex: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .entry-group__btn p {
    text-align: left;
  }
}

.entry-group__btn p .arrow {
  position: relative;
}

@media (max-width: 768px) {
  .entry-group__btn p .arrow {
    display: block;
    width: 100%;
  }
}

.entry-group__btn p .arrow:after {
  display: block;
  content: '\ea03';
  font-family: 'myfont';
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 2rem;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .entry-group__btn p .arrow:after {
    right: 20px;
  }
}

.entry-group__btn p.line1 {
  padding-top: 25px;
}
.entry-group__btn p.line2 {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .entry-group__btn p.line1,
  .entry-group__btn p.line2 {
    padding-top: 0;
  }
}

.entry-group__btn.-blue {
  background-color: #0041c0;
}
.entry-group__btn.-lgreen {
  background-color: #00aa80;
}
.entry-group__btn.-gray {
  background-color: #777777;
}
.entry-group__btn.-orange {
  background-color: #ffa300;
}
.entry-group__btn.-lblue {
  background-color: #01b7f1;
}
.entry-group__btn.-navy {
  background-color: #003b69;
}
.entry-group__btn.-green {
  background-color: #006255;
}

@media screen and (max-width: 768px) {
  .entry-link {
    padding: 0 1rem;
  }
}
.entry-link__linkBtn {
  max-width: 520px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .entry-link__linkBtn {
    max-width: 340px;
    margin: 0 auto 1rem;
  }
}
.entry-link__linkBtn br {
  display: none;
}
@media screen and (max-width: 768px) {
  .entry-link__linkBtn br {
    display: block;
  }
}
.entry-link__infoBtn {
  max-width: 340px;
  height: 80px;
  border-radius: 40px;
  margin: 0 auto 80px;
}

.entry-footer {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#40aceb 5%, transparent 25%), -webkit-radial-gradient(#40aceb 5%, transparent 25%);
  background-image: -o-radial-gradient(#40aceb 5%, transparent 25%), -o-radial-gradient(#40aceb 5%, transparent 25%);
  background-image: radial-gradient(#40aceb 5%, transparent 25%), radial-gradient(#40aceb 5%, transparent 25%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
  padding-top: 24px;
}
.entry-footer__inner {
  background-color: #0041c0;
  text-align: center;
  padding: 40px 0 30px;
  color: #fff;
}
.entry-footer__link {
  font-size: 14px;
  position: relative;
}
.entry-footer__link:after {
  content: '';
  display: inline-block;
  background: url('../img/icon_link.svg');
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-left: 1rem;
}
.entry-footer__copy {
  font-size: 12px;
  margin-top: 35px;
}

.c-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #0041c0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-button:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.c-button.-white {
  background-color: #fff;
  color: #0041c0;
}
.c-button.-white:after {
  background-color: #0041c0;
  display: block;
  content: '\ea03';
  font-family: 'myfont';
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .c-button.-white:after {
    right: 1.5rem;
  }
}
.c-button.-white:hover {
  background-color: #0041c0;
  color: #fff;
}
.c-button.-white:hover:after {
  background-color: #fff;
  display: block;
  content: '\ea03';
  font-family: 'myfont';
  color: #0041c0;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-button.-blue {
  background-color: #0041c0;
  color: #fff;
}
.c-button.-blue:after {
  background-color: #fff;
  display: block;
  content: '\ea03';
  font-family: 'myfont';
  color: #0041c0;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 1.5rem;
}
.c-button.-blue:hover {
  background-color: #fff;
  color: #0041c0;
}
.c-button.-blue:hover:after {
  background-color: #0041c0;
  display: block;
  content: '\ea03';
  font-family: 'myfont';
  color: #fff;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*# sourceMappingURL=bundle.css.map */
