@charset "UTF-8";
/* Scss Document */
:root {
  --main-color: #2D71C4;
  --black: #404040;
}

/* Scss Document */
/* Scss Document */
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2024                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* reset */
/* -------------------------------------------------- */
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
select {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 2;
  font-weight: 400;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

/* font */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media print, screen and (min-width: 560px) and (max-width: 1080px) {
  /* ---------------------tablet END----------------------------- */
}
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  input,
  textarea,
  button,
  select {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
  }
  /* -------------------------------------------------- */
}
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
img, svg {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  line-height: 1;
}

/* link */
/* -------------------------------------------------- */
a {
  color: #000;
}
a:link {
  text-decoration: none;
  word-break: break-all;
}
a:visited {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

/* ---------------全デバイス共通--------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

/* ---------------全デバイス共通(sp)--------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
}
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2024                                      */
/* -------------------------------------------------- */
/*============================
    CMSエディタ用CSS
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.post-style strong,
.post-style b {
  font-weight: bold;
}
.post-style em {
  font-style: italic;
}
.post-style h1,
.post-style h2,
.post-style h3,
.post-style h4,
.post-style h5,
.post-style h6 {
  font-weight: bold;
}
.post-style h1 {
  font-size: 24px;
}
.post-style h2 {
  font-size: 22px;
}
.post-style h3 {
  font-size: 20px;
}
.post-style h4 {
  font-size: 18px;
}
.post-style h5 {
  font-size: 16px;
}
.post-style h6 {
  font-size: 14px;
}
.post-style a {
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .post-style a:hover {
    text-decoration: none;
  }
}

/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .post-style h1 {
    font-size: 20px;
  }
  .post-style h2 {
    font-size: 18px;
  }
  .post-style h3 {
    font-size: 16px;
  }
  .post-style h4 {
    font-size: 14px;
  }
  .post-style h5 {
    font-size: 12px;
  }
  .post-style h6 {
    font-size: 10px;
  }
}
/* -------------------sp END------------------------------- */
/*　フィード
----------------------------------------------- */
.view01,
.view02,
.view03,
.view04,
.view05 {
  opacity: 0;
}

.view01 {
  transform: translateY(30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view01.view-on {
  transform: translateY(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view02 {
  transform: translateX(-30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view02.view-on {
  transform: translateX(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view03 {
  transform: translateX(30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view03.view-on {
  transform: translateX(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view04 {
  transform: translateY(-30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view04.view-on {
  transform: translateY(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view05 {
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view05.view-on {
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2025                                      */
/* -------------------------------------------------- */
/*============================
    header
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 1001;
}
.header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  padding-left: 60px;
}
.header-left__flex {
  display: flex;
  align-items: center;
}
.header-left__logo {
  width: 145px;
  margin-right: 25px;
}
.header-left__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.header-left .text-l {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  margin-left: 15px;
}
.header-right {
  height: 100%;
}
.header-right a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2D3B73;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  transition: 0.3;
}
.header-right a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #30C2EB;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.header-right a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.header-right a .icon {
  display: flex;
  margin-right: 8px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .header {
    height: 50px;
  }
  .header-left {
    width: 100%;
    padding: 0 8px;
  }
  .header-left__flex {
    display: flex;
    justify-content: space-between;
  }
  .header-left__logo {
    width: 21.07%;
    margin-right: 0;
  }
  .header-left__text {
    font-size: 10px;
  }
  .header-left .text-l {
    display: block;
    font-size: 16px;
    margin-left: 0;
  }
  .header-right {
    display: none;
  }
}
/* -------------------sp END------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2022                                      */
/* -------------------------------------------------- */
/*============================
    footer
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.footer {
  position: relative;
  background-image: linear-gradient(145deg, rgb(48, 194, 235), rgb(43, 63, 143));
  padding: 57px 0;
}
.footer-contact {
  display: none;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
.footer__content--right {
  display: flex;
  align-items: flex-end;
}
.footer__bnr {
  display: flex;
  gap: 0 4.55%;
}
.footer__link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px 0;
}
.footer__link a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer__info {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer__copy, .footer__exp {
  font-size: 12px;
  color: #fff;
}
.footer .inner {
  position: relative;
}
.footer-illust {
  position: absolute;
  left: 0;
  top: -270px;
}
.footer .to-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1001;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .footer {
    padding: 46px 0;
  }
  .footer-contact {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 1001;
  }
  .footer-contact a {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D3B73;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
  }
  .footer-contact a .icon {
    display: flex;
    margin-right: 8px;
  }
  .footer__content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 43px 0;
  }
  .footer__content--right {
    display: block;
  }
  .footer__bnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  .footer__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 0 30px;
  }
  .footer__link a {
    font-size: 11px;
  }
  .footer__info {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .footer__exp {
    font-size: 9px;
  }
  .footer__copy {
    font-size: 11px;
  }
  .footer .inner {
    position: relative;
  }
  .footer-illust {
    display: none;
  }
  .footer .to-top {
    right: 10px;
    width: 15%;
  }
  .footer .to-top img {
    width: 100%;
  }
}
/* -------------------sp END------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2024                                      */
/* -------------------------------------------------- */
/*============================
    共通パーツ
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
#container {
  overflow: hidden;
  padding-top: 90px;
}

.mv {
  position: relative;
}
.mv__side-text {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 20px;
}

.inner {
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 20px;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  #container {
    padding: 50px 0;
  }
  .inner {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=common.css.map */