@charset "UTF-8";
/* ==========================================================================
   top.scss  トップページ専用スタイル
   ========================================================================== */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* ==========================================================================
   module.scss  共通モジュール
   ========================================================================== */
/* ---------- 変数 ---------- */
/* ---------- リセット ---------- */
*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem; }
  @media screen and (min-width: 768px) {
    html {
      scroll-padding-top: 16rem; } }

ul, ol {
  list-style: none; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .25s; }
  a:hover {
    opacity: .8; }

body {
  color: #030000;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

@media screen and (max-width: 767px) {
  .pc_only {
    display: none; } }
@media screen and (min-width: 768px) {
  .sp_only {
    display: none; } }
/* ---------- レイアウト ---------- */
#screen {
  position: relative;
  min-height: 100%;
  text-align: left;
  overflow: hidden; }

#container {
  width: 100%;
  margin: 0 auto;
  clear: both;
  position: relative;
  overflow: hidden; }

main {
  display: block;
  width: 100%; }

section,
.section {
  clear: both;
  text-align: left;
  margin: 0;
  width: 100%; }

/* ---------- 共通 セクション見出し ---------- */
.title__type01 {
  text-align: center;
  margin-bottom: 15px; }
  .title__type01 h2 {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #00286D;
    margin-bottom: 20px;
    line-height: 1.2; }
  .title__type01 p {
    font-weight: 500;
    font-size: 2.5rem;
    letter-spacing: 0.03em;
    line-height: 3rem;
    text-align: center;
    color: #030000; }
  @media screen and (max-width: 767px) {
    .title__type01 h2 {
      font-size: 2.8rem; }
    .title__type01 p {
      font-size: 1.6rem; } }

/* ---------- 共通 ボタン ---------- */
.link__type01 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .link__type01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    box-sizing: border-box;
    padding: 5px 40px 5px 10px;
    background: #00286D;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .05em;
    position: relative;
    transition: background .3s; }
    .link__type01 a::after {
      content: "";
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      margin-left: 14px;
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .link__type01 a::after {
          right: 20px; } }
    .link__type01 a:hover {
      background: #0c2350;
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .link__type01 a {
      min-width: 280px;
      padding: 4px 30px 4px 10px;
      font-size: 1.4rem; } }

/* ---------- ページトップ ---------- */
#pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: #00286D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  z-index: 50;
  opacity: .9;
  transition: opacity .25s; }
  @media screen and (min-width: 768px) {
    #pageTop {
      right: 15px; } }
  #pageTop img {
    width: 18px;
    height: auto; }
  #pageTop:hover {
    opacity: 1;
    background: #0c2350; }

/* ---------- キービジュアル ---------- */
.keyvisual {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  display: block; }
  @media screen and (min-width: 1120px) {
    .keyvisual {
      padding-top: 100px; } }
  .keyvisual img {
    width: 100%;
    height: auto;
    display: block; }

/* ---------- アニメーション ---------- */
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  visibility: visible !important; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* ---------- 汎用 余白・配置 ---------- */
.textc {
  text-align: center !important; }

.textr {
  text-align: right !important; }

.textl {
  text-align: left !important; }

.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb70 {
  margin-bottom: 70px !important; }

/* ---------- Clear Fix ---------- */
.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.page__heading {
  box-sizing: border-box;
  padding: 40px 15px 30px; }
  @media screen and (min-width: 768px) {
    .page__heading {
      padding: 60px 15px 50px; } }

.page__heading-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  text-align: center;
  color: #00286D;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .page__heading-title {
      font-size: 4rem; } }

.page__heading-text {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .page__heading-text {
      font-size: 2.4rem; } }

.title__type02 {
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .title__type02 {
      margin-bottom: 10px; } }
  .title__type02 h2 {
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #00286D;
    position: relative; }
    @media screen and (min-width: 768px) {
      .title__type02 h2 {
        font-size: 3.3rem; } }
    .title__type02 h2::before {
      content: "■ "; }

.title__type03 {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .title__type03 {
      margin-bottom: 25px; } }
  .title__type03 h2 {
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .title__type03 h2 {
        font-size: 2.8rem; } }

.title__type04 {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .title__type04 {
      margin-bottom: 20px; } }
  .title__type04 h2 {
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 768px) {
      .title__type04 h2 {
        font-size: 2.8rem; } }

/* ==========================================================================
   NEWS
   ========================================================================== */
.news__block {
  background: linear-gradient(135deg, #d3e7ff 0%, #f4f9ff 100%);
  box-sizing: border-box;
  padding: 30px 15px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .news__block {
      padding: 40px 15px;
      margin-bottom: 80px; } }

.news__inner {
  max-width: 1000px;
  padding: 40px 15px;
  border-radius: 15px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px #e4e4e4; }

.news__list {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0 20px; }
  @media screen and (min-width: 768px) {
    .news__list {
      padding: 10px 40px 35px; } }

.news__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .news__title {
      font-size: 2rem;
      margin-bottom: 20px; } }

.news__link {
  display: grid;
  grid-template-columns: 80px 140px 1fr;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  color: #00286D; }
  @media screen and (max-width: 1079px) {
    .news__link {
      grid-template-columns: 80px 100px 1fr;
      gap: 12px;
      padding: 14px 0; } }
  @media screen and (max-width: 767px) {
    .news__link {
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 0 0 15px; } }

.news__center {
  align-items: center !important;
  color: #000; }

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

.news__category {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 0;
  border-radius: 5px;
  width: 130px; }
  .news__category.red {
    background: #E60F06; }
  .news__category.blue {
    background: #0092E5; }
  .news__category.green {
    background: #31A053; }
  .news__category.yellow {
    background: #F3A403; }
  @media screen and (max-width: 1079px) {
    .news__category {
      width: 100px;
      font-size: 1.2rem; } }

.news__text {
  font-size: 1.4rem; }

/* ==========================================================================
   header.scss
   ========================================================================== */
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  /* PC のみ表示 */ }
  .header .header_inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 1140px) {
      .header .header_inner {
        padding-left: 0; } }
  .header .logo a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .header .logo a:hover {
      opacity: .85; }
  .header .logo img {
    width: 104px;
    height: auto; }
  .header .logo p {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .027em;
    color: #00286D; }
  .header .header_right {
    display: flex;
    align-items: center;
    gap: 26px; }
  .header .header_daigas figure {
    width: 120px;
    margin: 0; }
  .header .header_daigas img {
    width: 100%; }
  .header .header_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00286D;
    color: #fff;
    font-weight: 700;
    height: 100px;
    width: 120px;
    letter-spacing: .024em;
    transition: background .3s; }
    .header .header_contact:hover {
      background: #0c2350;
      opacity: 1; }
  @media screen and (max-width: 1079px) {
    .header {
      display: none; } }

@media screen and (max-width: 1079px) {
  .header_daigas {
    position: absolute;
    right: 60px;
    top: 10px; }
    .header_daigas figure {
      width: 80px; }
    .header_daigas img {
      width: 100%;
      height: auto; } }
.menu-text {
  font-size: 1.2rem;
  right: 5px;
  position: absolute;
  bottom: -5px;
  color: #00286D;
  z-index: 5; }
  @media screen and (min-width: 1080px) {
    .menu-text {
      display: none; } }

.sub_title {
  display: none; }
  @media screen and (max-width: 1079px) {
    .sub_title {
      display: block;
      text-align: left;
      background: #fff; }
      .sub_title .logo a {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px; }
      .sub_title .logo img {
        width: 42px;
        height: auto; }
      .sub_title .logo p {
        color: #00286D;
        font-size: 1.4rem;
        font-weight: 700; } }

/* ==========================================================================
   gnav.scss  PCグローバルナビ (プルダウン)
   ========================================================================== */
.gnav_pc {
  background: linear-gradient(to right, #0090ff 0%, #00c7ff 50%, #0090ff 100%);
  width: 100%;
  /* ---------- プルダウン (menuSub) ---------- */ }
  @media screen and (max-width: 1079px) {
    .gnav_pc {
      display: none; } }
  .gnav_pc > ul {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative; }
    .gnav_pc > ul > li:first-of-type {
      font-weight: 500;
      font-size: 1.7rem; }
      .gnav_pc > ul > li:first-of-type:hover {
        background: #00286D;
        opacity: 1; }
  .gnav_pc > ul > li {
    text-align: center;
    width: 226px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative; }
    .gnav_pc > ul > li > a {
      display: block;
      color: #fff;
      font-size: 1.7rem;
      font-weight: 500;
      padding: 12px 8px 9.5px;
      letter-spacing: .06em;
      position: relative;
      width: 100%; }
      .gnav_pc > ul > li > a::after {
        width: 1px;
        height: 20px;
        left: 0;
        top: 15px;
        background: #fff;
        box-sizing: border-box;
        position: absolute;
        content: ""; }
      .gnav_pc > ul > li > a:first-of-type::after {
        content: none; }
      .gnav_pc > ul > li > a:hover {
        background: #00286D;
        opacity: 1; }
    .gnav_pc > ul > li:hover > .menuSub {
      opacity: 1;
      visibility: visible; }
  .gnav_pc .menuSub {
    position: absolute;
    top: 100%;
    left: -50%;
    right: -50%;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    width: 100vw;
    max-width: 1140px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility .25s;
    z-index: 200; }
    .gnav_pc .menuSub > div {
      padding: 20px; }
    .gnav_pc .menuSub.nav02 {
      width: 50vw;
      left: 20px;
      right: initial; }
      .gnav_pc .menuSub.nav02 ul {
        grid-template-columns: repeat(2, 1fr); }
    .gnav_pc .menuSub ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; }
    .gnav_pc .menuSub li {
      text-align: left; }
      .gnav_pc .menuSub li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #00286D; }
      .gnav_pc .menuSub li figure {
        overflow: hidden;
        width: 100px;
        height: auto;
        display: block;
        margin-right: 15px; }
        @media screen and (min-width: 1140px) {
          .gnav_pc .menuSub li figure {
            width: 90px; } }
        .gnav_pc .menuSub li figure img {
          width: 100%;
          height: auto; }
      .gnav_pc .menuSub li p {
        font-size: 1.5rem;
        letter-spacing: -0.02em;
        line-height: 30px;
        text-align: left;
        font-weight: 400;
        color: #00286D; }
        @media screen and (min-width: 1140px) {
          .gnav_pc .menuSub li p {
            font-size: 1.6rem; } }

/*! ==========================================================================
	MeanMenu 2.0.6 base + Custom Style
	To be used with jquery.meanmenu.js
   ========================================================================== */
@media screen and (max-width: 1079px) {
  /* PCナビは非表示 */
  .gnav_pc {
    display: none; }

  a.meanmenu-reveal {
    display: none; }

  .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: fixed;
    background: #fff;
    min-height: 50px;
    z-index: 999;
    top: 0;
    left: 0; }
  .mean-container a.meanmenu-reveal {
    width: 28px;
    height: 28px;
    padding: 12px 10px 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    display: block; }
    .mean-container a.meanmenu-reveal span {
      display: block;
      background: #000;
      height: 1px;
      margin-top: 6px; }
  .mean-container .meanmenu-reveal.meanclose span:first-of-type {
    transform: rotate(45deg);
    top: 7px;
    position: relative; }
  .mean-container .meanmenu-reveal.meanclose span:last-of-type {
    transform: rotate(-45deg); }
  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #00286D; }
    .mean-container .mean-nav ul {
      padding: 0;
      margin: 0;
      width: 100%;
      list-style: none; }
      .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%; }
        .mean-container .mean-nav ul li.first {
          color: #fff; }
        .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li b {
          display: block;
          font-weight: 400;
          padding: 1em 5%;
          float: left;
          width: 90%;
          margin: 0;
          text-align: left;
          color: #fff;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          text-decoration: none; }
          .mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li b:hover {
            background: rgba(255, 255, 255, 0.08);
            opacity: 1; }
          .mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li b.mean-expand {
            margin-top: 1px;
            width: 26px;
            height: 30px;
            padding: 12px !important;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 700;
            background: rgba(255, 255, 255, 0.08);
            border: 0 !important;
            border-left: 1px solid rgba(255, 255, 255, 0.25) !important; }
            .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li b.mean-expand:hover {
              background: rgba(0, 0, 0, 0.25); }
        .mean-container .mean-nav ul li li a {
          width: 80%;
          padding: 1em 10%;
          border-top: 1px solid rgba(255, 255, 255, 0.15);
          opacity: .9;
          font-size: 14px; }
        .mean-container .mean-nav ul li.mean-last a {
          border-bottom: none;
          margin-bottom: 0; }
  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

  .mean-remove {
    display: none !important; }

  #gnav_mm figure {
    display: none; } }
@media screen and (min-width: 1080px) {
  #gnav_mm {
    display: none !important; } }
#gnav_mm {
  display: none; }

html.window-load #gnav_mm {
  display: block; }

/* ==========================================================================
   footer.scss
   ========================================================================== */
.footer {
  background: #EBF8FF;
  padding: 45px 0 0;
  width: 100%;
  box-sizing: border-box; }

.footer_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer_inner nav {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 900px) {
      .footer_inner nav {
        display: flex;
        padding-left: 0;
        margin-left: 105px; } }
    .footer_inner nav ul {
      margin-bottom: 30px; }
      @media screen and (min-width: 900px) {
        .footer_inner nav ul {
          margin-bottom: 0; } }
      .footer_inner nav ul:first-of-type {
        margin-right: 115px; }
      .footer_inner nav ul:nth-of-type(2) {
        margin-right: 150px; }
      .footer_inner nav ul li {
        font-size: 1.3rem;
        margin-bottom: 10px;
        line-height: 1.6;
        padding-left: 1.5rem;
        box-sizing: border-box;
        position: relative; }
        .footer_inner nav ul li::before {
          content: "";
          background: url("../images/common/arrow03.svg") no-repeat;
          background-size: contain;
          width: 8px;
          height: 9px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .footer_inner nav ul li.nav__title {
          font-weight: 500;
          padding-left: 0;
          font-size: 1.5rem;
          text-align: left;
          color: #00286d;
          margin-block: 5px 15px; }
          .footer_inner nav ul li.nav__title::before {
            content: none; }
          .footer_inner nav ul li.nav__title b {
            font-weight: 500; }
        .footer_inner nav ul li.first::before {
          top: 5px;
          bottom: initial; }

.footer__banner {
  width: calc(100% - 30px);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 15px; }
  @media screen and (min-width: 768px) {
    .footer__banner {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 30px; } }
  .footer__banner li {
    width: 230px;
    margin: 0 auto; }
    .footer__banner li img {
      width: 100%;
      height: auto; }

.footer__bottom {
  max-width: 1140px;
  margin: 30px auto 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 1140px) {
    .footer__bottom {
      gap: 30px;
      padding-left: 0; } }

.footer__logo {
  width: 84px; }
  @media screen and (min-width: 900px) {
    .footer__logo {
      width: 104px; } }
  .footer__logo img {
    width: 100%;
    height: auto; }

.footer__address h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 6px; }
.footer__address p {
  font-size: 1.2rem;
  margin-top: 5px; }

.footer__copy {
  height: 50px;
  background: #00286D;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 30px;
  text-align: center;
  color: #fff; }

/* ---------- リード文 ---------- */
.read_text {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 20px 60px;
  text-align: center; }
  .read_text p {
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.025em;
    line-height: 2;
    text-align: center; }
    .read_text p span {
      color: #00286D;
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    .read_text {
      padding: 30px 15px 30px; }
      .read_text p {
        font-size: 1.8rem;
        text-align: left; }
        .read_text p br {
          display: none; } }

/* ==========================================================================
   SOLUTION  (grid)
   ========================================================================== */
.solution {
  margin-bottom: 80px;
  padding: 0 15px;
  box-sizing: border-box; }
  .solution .solution__text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .solution .solution__text {
        font-size: 2rem;
        margin-bottom: 4rem; } }
  .solution .solution__card {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media screen and (max-width: 1079px) {
      .solution .solution__card {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media screen and (max-width: 767px) {
      .solution .solution__card {
        grid-template-columns: 1fr;
        gap: 16px; } }
  .solution .solution__link {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden; }
  .solution .solution__image {
    position: relative;
    overflow: hidden;
    margin: 0; }
    .solution .solution__image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: transform .5s; }
    .solution .solution__image figcaption {
      background: #00286D;
      color: #fff;
      font-size: 1.5rem;
      letter-spacing: -0.02em;
      line-height: 30px;
      text-align: left;
      font-weight: 600;
      padding: 10px 15px;
      min-height: 50px;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (min-width: 768px) {
        .solution .solution__image figcaption {
          font-size: 1.7rem; } }
      .solution .solution__image figcaption::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 12px;
        z-index: 2;
        background: url("../images/common/arrow02.svg") no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px; }

/* ==========================================================================
   RECRUIT
   ========================================================================== */
.recruit {
  margin-bottom: 50px;
  padding: 0 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .recruit {
      margin-bottom: 80px; } }
  .recruit .recruit__text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .recruit .recruit__text {
        font-size: 2rem;
        margin-bottom: 4rem; } }
  .recruit .recruit__item {
    max-width: 1140px;
    margin: 0 auto; }
  .recruit .recruit__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .recruit .recruit__link {
        flex-direction: row;
        margin-bottom: 60px; } }
  .recruit .recruit__image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .recruit .recruit__image img {
      width: 100%;
      height: auto; }

/* ==========================================================================
   COMPANY
   ========================================================================== */
.company {
  background: #f4f4f4;
  padding: 40px 15px;
  box-sizing: border-box;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .company {
      padding: 50px 15px;
      margin-bottom: 100px; } }
  .company .company__text {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .company .company__text {
        font-size: 2rem;
        margin-bottom: 4rem; } }
  .company .company__card {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px; }
    @media screen and (min-width: 768px) {
      .company .company__card {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (min-width: 1140px) {
      .company .company__card {
        gap: 80px; } }
    .company .company__card a {
      display: block;
      position: relative;
      overflow: hidden;
      color: #fff; }
    .company .company__card figure {
      position: relative;
      overflow: hidden;
      margin: 0; }
      .company .company__card figure img {
        width: 100%;
        height: auto; }
      .company .company__card figure figcaption {
        background: #00286D;
        color: #fff;
        font-size: 1.5rem;
        padding: 10px 20px;
        min-height: 50px;
        display: flex;
        align-items: center;
        position: relative; }
        @media screen and (min-width: 768px) {
          .company .company__card figure figcaption {
            font-size: 1.7rem; } }
        .company .company__card figure figcaption::after {
          content: "";
          position: absolute;
          right: 20px;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 11px;
          height: 12px;
          background: url("../images/common/arrow02.svg") no-repeat;
          background-size: contain; }
