@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600:700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h2,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 800px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Responsive
======================================== */
@media (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  ._xl {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 1001px) {
  .space {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.05em;
  word-break: break-all;
  overflow-x: hidden;
}

img,
a {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

._hover:hover {
  transform: translateY(-0.1875em);
}

.text-center {
  text-align: center;
}

.lg-text-center {
  text-align: left !important;
}
@media (min-width: 1001px) {
  .lg-text-center {
    text-align: center !important;
  }
}

.text-left {
  text-align: left;
}

._sm {
  font-size: 14px;
}

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

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

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  top: -100px;
}
@media (min-width: 1001px) {
  .anchor span {
    top: -150px;
  }
}

/* Parts
======================================== */
.title-en-jp {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  .title-en-jp {
    margin-bottom: 50px;
  }
}
.title-en-jp span {
  font-size: 35px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #013978;
}
@media (min-width: 1001px) {
  .title-en-jp span {
    font-size: 45px;
  }
}
.title-en-jp h2 {
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 1001px) {
  .title-en-jp h2 {
    font-size: 18px;
  }
}

.chevron-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  font-size: 16px;
  margin: 30px auto 0;
  color: #fff;
  transition: 0.3s;
  border: 1px solid #013978;
  background-color: #013978;
  font-weight: 600;
}
@media (min-width: 1001px) {
  .chevron-btn {
    margin: 50px auto 0;
  }
}
.chevron-btn:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

/* Header
======================================== */
header {
  height: 70px;
  background-color: #fff;
  width: 100%;
  /* --- ハンバーガーメニュー --- */
}
@media (min-width: 1001px) {
  header {
    height: 100px;
  }
}
header .header-wrap {
  height: 70px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 100px;
  }
}
header .header-wrap .lg-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  header .header-wrap .lg-inner {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
header .header-wrap .lg-inner h1 {
  position: relative;
}
header .header-wrap .lg-inner h1 span {
  opacity: 0;
  position: absolute;
  top: -10000px;
  top: -10000px;
}
header .header-wrap .lg-inner .logo {
  width: auto;
  height: 50px;
}
@media (min-width: 700px) {
  header .header-wrap .lg-inner .logo {
    height: 60px;
  }
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner .logo {
    height: 65px;
  }
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
header .hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #013978;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  background-color: rgba(25, 58, 123, 0.9);
  width: 100%;
  height: calc(100% - 70px);
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1001px) {
  header .nav-container {
    transition: 0.5s;
    top: 100px;
  }
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 30px;
  font-weight: 600;
}
header .nav-container .inner_nav ul li {
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
}

/* メインビジュアル
======================================== */
section.mv {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
section.mv .text {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 auto;
  text-align: justify;
  gap: 8px;
  text-shadow: 2px 2px 0 white;
}
section.mv .text span {
  display: inline-block;
  width: 100%;
}
section.mv .text .center {
  font-size: 21px;
}
section.mv .text .phd {
  font-size: 42px;
  font-weight: 500;
}
section.mv .text .en {
  font-size: 15px;
  font-family: "Cantarell", sans-serif;
}
@media (max-width: 1000px) {
  section.mv .text {
    text-align: center;
  }
}
section.mv .image {
  height: 180px;
}
@media (min-width: 1001px) {
  section.mv .image {
    height: 380px;
  }
}
section.mv .image img.mv {
  border-radius: 0 0 25px 25px;
  width: 1350px;
  max-width: 95%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  section.mv .image img.mv {
    -o-object-position: center right;
       object-position: center right;
  }
}
@media (min-width: 1001px) {
  section.mv .image img.mv {
    border-radius: 0 0 50px 50px;
  }
}
section.mv .image:before {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  width: 90%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
}
@media (min-width: 1001px) {
  section.mv .image:before {
    width: 70%;
  }
}

/* Footer
======================================== */
footer .container {
  background-color: #013978;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .container .text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
footer .container .text .center {
  font-size: 18px;
}
footer .container .text .phd {
  font-size: 35px;
  font-weight: 500;
}
footer .container .text .en {
  font-size: 12px;
  font-family: "Cantarell", sans-serif;
}
@media (max-width: 1000px) {
  footer .container .text {
    text-align: center;
  }
}
footer .container .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
footer .container .info img {
  margin: 0 0 20px;
  width: 120px;
}
footer .container .info p {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1000px) {
  footer .container {
    flex-direction: column;
    gap: 80px;
  }
}
footer .link {
  background-color: #000;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 15px calc(50vw - 50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
}
@media (min-width: 1001px) {
  footer .link {
    gap: 150px;
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  footer .link {
    gap: 50px;
    font-size: 14px;
  }
}

/* トップページ
======================================== */
section.news .news-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
  padding: 15px 0;
}
@media (min-width: 1001px) {
  section.news .news-list li a {
    gap: 50px;
  }
}
section.news .news-list li .date {
  width: 80px;
  color: #013978;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
section.news .news-list li .ttl {
  flex: 100%;
}
@media (min-width: 1001px) {
  section.news .news-list li .ttl {
    flex: 1;
  }
}
section.news .news-list li:not(:last-child) a {
  border-bottom: 1px solid #d5d5d5;
}

section.greeting .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media (min-width: 700px) {
  section.greeting .container {
    gap: 30px;
  }
}
section.greeting .container .text {
  flex: 1;
}
section.greeting .container .text .name {
  text-align: right;
  font-size: 20px;
  margin-top: 20px;
}
section.greeting .container img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 700px) {
  section.greeting .container img {
    width: 280px;
    max-width: 40%;
  }
}

/* 記事ページ
======================================== */
article.news-single {
  padding-top: 30px !important;
}
article.news-single .ttl {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  article.news-single .ttl {
    font-size: 32px;
  }
}
article.news-single .date {
  text-align: right;
  color: #013978;
  font-size: 16px;
  margin: 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
article.news-single img {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

/* --- Pagination --- */
.pagination {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1001px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination ul a,
.pagination ul li {
  width: 35px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 1001px) {
  .pagination ul a,
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li {
  font-size: 16px;
  border: 1px solid #013978;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #013978;
  border-radius: 100px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1001px) {
  .pagination ul li {
    font-size: 18px;
  }
}
.pagination ul li.active {
  background-color: #013978;
  color: #fff;
}
.pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* topページ汎用テキスト
======================================== */
.text h4.wp-block-heading {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0.6em 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #004c80;
  background: rgba(1, 57, 120, 0.05);
  border-left: 8px solid #013978;
  border-bottom: none;
}
.text h4.wp-block-heading::before {
  content: "★";
  font-size: 1em;
  color: #013978;
}
.text p {
  text-align: left;
  margin-bottom: 1em;
}
.text ul {
  margin-bottom: 1.5em;
}
.text ul li {
  list-style-type: disc;
  list-style-position: inside;
}/*# sourceMappingURL=styles.css.map */