@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

/* change colours to suit your needs */
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;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2a3449;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  font-weight: 400;
  word-break: break-all;
}
body.noscroll {
  overflow: hidden;
}
body.is_fixed {
  overflow: hidden;
}

a:hover {
  opacity: 0.85;
  cursor: pointer;
}

li {
  list-style: none;
}

a {
  color: #2a3449;
  text-decoration: none;
}

div, li, a, ul, p, h1, h2, h3, h4, span {
  box-sizing: border-box;
}

section {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

.is-pc {
  display: block !important;
}
@media screen and (max-width: 794px) {
  .is-pc {
    display: none !important;
  }
}

th, td {
  box-sizing: border-box;
}

.l_header {
  padding: 20px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  transition: all 0.3s ease;
  background: #F3FAFF;
  padding-bottom: 0;
}
.l_header.is_active {
  background: #fff;
}
@media screen and (max-width: 794px) {
  .l_header {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 794px) {
  .p_headerLogo {
    width: 145px;
  }
}

.p_header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p_haederNav {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 794px) {
  .p_haederNav {
    display: none;
  }
}

.e_loginBtn a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #2c60AA;
}

.e_pockenuBtn a:hover {
  opacity: 0.5;
}

.b_headerMenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 794px) {
  .b_headerMenu {
    display: none;
  }
}

.b_headerMenu_item.is_active {
  border-bottom: 1px solid #2c60aa;
}
.b_headerMenu_item.is_active a {
  color: #2c60aa;
  font-weight: bold;
}
.b_headerMenu_item a {
  padding: 20px 16px;
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.b_headerMenu_item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.3s ease;
  height: 1px;
  background: #2c60aa;
}
.b_headerMenu_item a:hover {
  color: #2c60aa;
  font-weight: bold;
  opacity: 1;
}
.b_headerMenu_item a:hover::after {
  width: 100%;
}
.b_headerMenu_item.deactive {
  pointer-events: none !important;
}
.b_headerMenu_item.deactive a {
  color: #a1b3cd;
}

.fixed_bnr {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 1000;
}
@media screen and (max-width: 794px) {
  .fixed_bnr {
    display: none;
  }
}
.fixed_bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF9600;
  writing-mode: vertical-lr;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #fff;
  padding: 16px 20px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fixed_bnr a span {
  margin-bottom: 10px;
}

.fixed_bnr_sp {
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 794px) {
  .fixed_bnr_sp {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .fixed_bnr_sp a {
    width: 49%;
    display: block;
  }
  .fixed_bnr_sp a img {
    width: 100%;
  }
}

.l_spNav {
  display: none;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 794px) {
  .l_spNav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    top: 72px;
    right: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
  .l_spNav.is_active {
    transform: translateY(0);
    opacity: 1;
  }
}

.l_spNavWrap {
  background: #e4f1fa;
}

.p_spNav_top ul li {
  border-bottom: 1px solid #f3faff;
}
.p_spNav_top ul li a {
  display: block;
  background: #fff;
  padding: 5.3333333333vw 4vw;
  transition: all 0.3s ease;
}
.p_spNav_top ul li a:hover {
  background: #E2E9f2;
  color: #a1b3cd;
}
.p_spNav_top ul li.deactive {
  pointer-events: none;
}
.p_spNav_top ul li.deactive a {
  color: #A1B3CD;
  background: #F3FAFF;
}

.p_spNav_bottom {
  padding: 8.5333333333vw 4vw;
}

.p_spNavBtn {
  text-align: center;
}
.p_spNavBtn a {
  margin-bottom: 5.3333333333vw;
  display: block;
}

.p_spNavLogin {
  text-align: center;
}
.p_spNavLogin a {
  justify-content: center;
}

/* ハンバーガーメニューボタン */
.menu-btn {
  display: none;
}
@media screen and (max-width: 794px) {
  .menu-btn {
    position: fixed;
    z-index: 1000000;
    top: 20px;
    right: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
  }
}

.menu-text {
  font-size: 11px;
  margin-top: 4px;
  color: #2C60AA;
}

/* 3本線のメニューアイコン */
.menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
}

.menu-icon span {
  display: block;
  height: 2px;
  background-color: #2C60AA;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* メニューが開かれたときのスタイル */
.menu-btn.active .menu-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-btn.active .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active .menu-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.menu-btn.active .menu-text {
  display: none;
}

.l_outro {
  padding: 50px 40px;
  background-image: url(../img/bg_outro.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-color: #E4F1FA;
}
@media screen and (max-width: 794px) {
  .l_outro {
    padding: 6.4vw 4.2666666667vw 10.6666666667vw;
  }
}
.l_outro .l_wrap {
  max-width: 1150px;
}

.p_outroBox {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 794px) {
  .p_outroBox {
    display: block;
  }
}

.outro_img {
  margin-top: 5.3333333333vw;
  text-align: center;
}

.p_outroItem {
  width: 49.4%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #559fe1;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 794px) {
  .p_outroItem {
    width: 100%;
  }
  .p_outroItem + div {
    margin-top: 5.3333333333vw;
  }
}
.p_outroItem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 20px 12px;
}
@media screen and (max-width: 794px) {
  .p_outroItem a {
    padding: 5.8666666667vw 10.6666666667vw 3.2vw 3.2vw;
    display: block;
  }
}
.p_outroItem a:hover {
  opacity: 0.5;
}
.p_outroItem .contents {
  width: calc(100% - 90px);
}
@media screen and (max-width: 794px) {
  .p_outroItem .contents {
    width: 100%;
  }
}
.p_outroItem .contents h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 794px) {
  .p_outroItem .contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p_outroItem .contents p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 794px) {
  .p_outroItem .contents p {
    font-size: 3.7333333333vw;
  }
}
.p_outroItem:nth-child(1) {
  background-image: url(../img/icon_arrow_right_blue.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 7px;
}
.p_outroItem:nth-child(1) h3 {
  color: #2a55ab;
}
@media screen and (max-width: 794px) {
  .p_outroItem:nth-child(1) {
    background-position: 94%;
  }
}
.p_outroItem:nth-child(2) {
  border: 1px solid #FF9600;
  background-image: url(../img/icon_arrow_right_orange.png);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 7px;
}
.p_outroItem:nth-child(2) h3 {
  color: #FF9600;
}
@media screen and (max-width: 794px) {
  .p_outroItem:nth-child(2) {
    background-position: 94%;
  }
}

.p_outroItem_icon {
  width: 77px;
}
@media screen and (max-width: 794px) {
  .p_outroItem_icon {
    display: none;
  }
}

.l_footer {
  background: #557BC6;
  padding: 20px 40px 5px;
  height: auto;
}
@media screen and (max-width: 794px) {
  .l_footer {
    padding: 8vw 5.3333333333vw 2.6666666667vw;
    margin-bottom: 80px;
  }
}

.p_footerCopy {
  text-align: right;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 794px) {
  .p_footerCopy {
    text-align: center;
    font-size: 3.2vw;
  }
}

.p_footerLogo {
  margin-bottom: 30px;
}
@media screen and (max-width: 794px) {
  .p_footerLogo {
    text-align: center;
    margin-bottom: 9.3333333333vw;
  }
}

.b_footerNav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
  padding-left: 40px;
}
@media screen and (max-width: 794px) {
  .b_footerNav {
    padding-left: 0;
    display: block;
  }
}
@media screen and (max-width: 794px) {
  .b_footerNav li {
    margin-bottom: 8vw;
    text-align: center;
  }
}
.b_footerNav a {
  font-weight: normal;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 794px) {
  .b_footerNav a {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}

.bg_color {
  background-color: #f3faff;
}

.l_wrap {
  max-width: 940px;
  margin: 0 auto;
}

.l_section_ttl h2 {
  font-size: 105px;
  font-weight: bold;
  color: #3A82CF;
  opacity: 0.3;
  margin-bottom: 0;
  opacity: 0.3;
  font-family: acumin-pro, sans-serif;
}
@media screen and (max-width: 1050px) {
  .l_section_ttl h2 {
    font-style: 80px;
  }
}
@media screen and (max-width: 794px) {
  .l_section_ttl h2 {
    font-size: 15.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l_section_ttl p {
  font-size: 35px;
  color: #3363AF;
  font-weight: bold;
  padding-left: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
@media screen and (max-width: 794px) {
  .l_section_ttl p {
    font-size: 6.6666666667vw;
    padding-left: 0;
  }
}

.l_section_txt {
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 794px) {
  .l_section_txt {
    margin-top: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}/*# sourceMappingURL=style.css.map */