@charset "UTF-8";
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  box-sizing: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

li {
  list-style: none;
}

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

/* ==========================================================================

BASE

========================================================================== */
* {
  box-sizing: border-box;
}

.pcNone {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .pcNone {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .pcNone {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .tbNone {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .tbNone {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .spNone {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .spNone {
    display: none !important;
  }
}

a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: 0.3s ease-out;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:visited, a:active {
  outline: none;
}
a img {
  transition: 0.3s ease-out;
  border-style: none;
  border: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
img.img100 {
  width: 100%;
  height: auto;
}
img.imgMax100 {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }
}

.objfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover;";
}

.swiper-container {
  transition: opacity 0.9s ease;
}
.swiper-container.loading {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* clearfix
----------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* ==========================================================================

テキスト

========================================================================== */
.fw-bold {
  font-weight: 700;
}

/* ==========================================================================

MODULE

========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

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

.pb0 {
  padding-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

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

.pb20 {
  padding-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

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

.pt30 {
  padding-top: 30px !important;
}

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

.pb30 {
  padding-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

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

.pt40 {
  padding-top: 40px !important;
}

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

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}

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

.pb50 {
  padding-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

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

.pb70 {
  padding-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.scrollOriginal::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background-color: #cccccc;
}

.scrollOriginal::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #666666;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ==========================================================================

Layout

========================================================================== */
.innerArea {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .innerArea {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
}
.innerArea_wide {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .innerArea_wide {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

/* ==========================================================================

パンくず

========================================================================== */
.breadcrumbs {
  padding: 10px 0;
  background-color: #e6e6e6;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
  }
}
.breadcrumbs .content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
.breadcrumbs .content span {
  margin-right: 3px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumbs .content span {
    font-size: 1.1rem;
  }
}
.breadcrumbs .content span a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-top: -0.1em;
  font-size: 1.5em;
}
.breadcrumbs .content span .current-item {
  font-weight: 700;
}

.bg_cover {
  position: relative;
}
.bg_cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.bg_cover.cover_navy::after {
  background-color: rgba(17, 56, 105, 0.6);
}
.bg_cover.cover_black::after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* ==========================================================================

タイトル

========================================================================== */
.page_title span {
  display: block;
}
.page_title span.en {
  font-size: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .page_title span.en {
    font-size: 3rem;
  }
}
.page_title span.jp {
  font-size: 1.6rem;
}
.page_title.c_white {
  color: #fff;
}

.page_title_area {
  position: relative;
  padding: 70px 0;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .page_title_area {
    padding: 35px 0;
    margin-bottom: 35px;
  }
}
.page_title_area .page_title {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.page_title_area .page_title span {
  display: block;
  color: #fff;
}
.page_title_area .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_title_area .bg_color_space {
  width: 100%;
  height: 100%;
  background-color: #113869;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.bg_title_big_area {
  position: relative;
  padding-top: 10vw;
}
.bg_title_big_area .bg_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.bg_title_big_area .title_box {
  text-align: center;
  margin-bottom: 7vw;
}
@media only screen and (max-width: 640px) {
  .bg_title_big_area .title_box {
    text-align: left;
  }
}
.bg_title_big_area .title_box .lead {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bg_title_big_area .title_box .lead {
    text-align: left;
  }
}

.area_title_slash {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-bottom: 70px;
  color: #113869;
}
.area_title_slash::after {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background-color: #113869;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.area_title_slash span {
  display: block;
}
.area_title_slash span.en {
  font-size: 5rem;
}
@media only screen and (max-width: 640px) {
  .area_title_slash span.en {
    font-size: 4rem;
  }
}
.area_title_slash span.jp {
  font-size: 1.8rem;
}
.area_title_slash.line_center::after {
  left: 50%;
  bottom: 20px;
  -webkit-transform: rotate(-10deg) translateX(-50%);
          transform: rotate(-10deg) translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .area_title_slash.line_center::after {
    left: 0;
    bottom: -10px;
    -webkit-transform: rotate(-10deg) translateX(0);
            transform: rotate(-10deg) translateX(0);
  }
}
.area_title_slash.c_white {
  color: #fff;
}
.area_title_slash.c_white::after {
  background-color: #fff;
}

#page_404_wrap {
  text-align: center;
  padding: 70px 0 30px;
}
#page_404_wrap .content .page_title {
  font-size: 5rem;
}
#page_404_wrap .content .lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
#page_404_wrap .content .body {
  font-size: 1.4rem;
  line-height: 1.8;
}
#page_404_wrap .content .go_to_top {
  margin-top: 40px;
}
#page_404_wrap .content .go_to_top a {
  display: inline-block;
  background-color: #113869;
  color: #fff;
  font-weight: 700;
  padding: 15px 30px;
  font-size: 1.5rem;
}
#page_404_wrap .content .go_to_top a:hover {
  background-color: #184f95;
}

.post_content {
  color: #000;
}
.post_content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #113869;
  color: #fff;
  padding: 10px;
}
.post_content h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #113869;
  font-weight: 700;
  border-bottom: 1px solid #113869;
  padding-bottom: 7px;
}
.post_content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #113869;
  font-weight: 700;
}
.post_content p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.post_content a {
  color: blue;
  text-decoration: underline;
  word-wrap: break-word;
}
.post_content ol {
  padding-left: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .post_content ol {
    padding-left: 2.1rem;
  }
}
.post_content ol > li {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.post_content ol > li:last-child {
  margin-bottom: 0;
}
.post_content ul {
  padding-left: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .post_content ul {
    padding-left: 2.1rem;
  }
}
.post_content ul > li {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 10px;
  list-style-type: disc;
}
.post_content ul > li:last-child {
  margin-bottom: 0;
}
.post_content .bg-lightblue {
  background-color: rgba(17, 56, 105, 0.1);
  padding: 20px;
}
.post_content .bg-lightblue h3:first-of-type {
  margin-top: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .globalnav-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap {
    padding: 20px;
  }
}
#header .globalnav-wrap .h_logo {
  flex: 0 0 300px;
  max-width: 300px;
  margin-right: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .h_logo {
    flex: 0 0 220px;
    max-width: 220px;
    padding-left: 0;
  }
}
#header .globalnav-wrap .humberger-menu-wrap {
  display: none;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .humberger-menu-wrap {
    display: block;
  }
}
#header .globalnav-wrap .globalnav {
  flex: 0 1 100%;
  max-width: 100%;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav {
    display: none;
  }
}
#header .globalnav-wrap .globalnav > li {
  position: relative;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}
#header .globalnav-wrap .globalnav > li .hover_line {
  position: relative;
  transition: 0.3s ease-out;
}
#header .globalnav-wrap .globalnav > li .hover_line::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #113869;
  position: absolute;
  bottom: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  transition: 0.3s ease-out;
}
#header .globalnav-wrap .globalnav > li:hover .hover_line {
  color: #113869;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav > li:hover .hover_line {
    color: #fff;
  }
}
#header .globalnav-wrap .globalnav > li:hover .hover_line::before {
  width: 100%;
}
#header .globalnav-wrap .globalnav > li > a {
  padding: 30px 20px;
  display: block;
  height: 100%;
  color: inherit;
}
#header .globalnav-wrap .globalnav > li.dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 30px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav > li.dropdown-btn {
    padding: 0;
  }
  #header .globalnav-wrap .globalnav > li.dropdown-btn::after {
    font-family: "Material Symbols Outlined";
    content: "\e148";
    font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
    display: block;
    font-size: 2.5em;
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 99;
  }
  #header .globalnav-wrap .globalnav > li.dropdown-btn.opened::after {
    content: "\e15d";
  }
}
#header .globalnav-wrap .globalnav > li.dropdown-btn > a {
  padding: 0;
  display: inline;
  height: auto;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav > li.dropdown-btn > a {
    display: block;
  }
}
#header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown {
  z-index: 9000;
  background: rgba(17, 56, 105, 0.9);
  position: absolute;
  left: 50%;
  top: 100%;
  width: 230px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown {
    -webkit-animation: none;
            animation: none;
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: transparent;
    padding: 10px 20px;
  }
}
#header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown.very-last {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown.open {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown.open {
    -webkit-animation: none;
            animation: none;
    display: block !important;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown li {
  display: block;
}
#header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown li a {
  display: block;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
}
#header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown li a:hover {
  background-color: #113869;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .globalnav > li.dropdown-btn .dropdown li a {
    padding: 10px 20px;
  }
}
#header .globalnav-wrap .cta_btn_content {
  margin-left: 0;
  flex: 0 1 auto;
  max-width: auto;
  height: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .cta_btn_content {
    display: none;
  }
}
#header .globalnav-wrap .cta_btn_content li {
  position: relative;
  padding: 0;
  height: 100%;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .cta_btn_content li {
    border-left: none;
  }
}
#header .globalnav-wrap .cta_btn_content li a {
  display: block;
  box-sizing: border-box;
  background-color: #437AD6;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  height: 100%;
  width: 100px;
  text-align: center;
  position: relative;
}
#header .globalnav-wrap .cta_btn_content li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
#header .globalnav-wrap .cta_btn_content li a span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
#header .globalnav-wrap .cta_btn_content li.customer a {
  display: block;
  width: 130px;
  background-color: #000;
  font-size: 1.2rem;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap .cta_btn_content li.customer a {
    width: 100%;
  }
}
#header .globalnav-wrap .cta_btn_content li.customer a:hover {
  background-color: #113869;
  opacity: 1;
}
#header .globalnav-wrap .cta_btn_content li.customer a span::before {
  content: none;
}
#header .globalnav-wrap .cta_btn_content li.newgraduate a {
  display: block;
  background-color: #437AD6;
}
#header .globalnav-wrap .cta_btn_content li.newgraduate a span::before {
  background-image: url("../../images/recruit/icon/icon-newgraduate.svg");
}
#header .globalnav-wrap .cta_btn_content li.career a {
  display: block;
  background-color: #437AD6;
}
#header .globalnav-wrap .cta_btn_content li.career a span::before {
  background-image: url("../../images/recruit/icon/icon-career.svg");
}
#header .globalnav-wrap .cta_btn_content li.parttime a {
  display: block;
  background-color: #437AD6;
}
#header .globalnav-wrap .cta_btn_content li.parttime a span::before {
  background-image: url("../../images/recruit/icon/icon-parttime.svg");
}
#header .globalnav-wrap.open {
  position: relative;
  z-index: 9000;
}
#header .globalnav-wrap.open .globalnav {
  z-index: 9000;
  display: block;
  padding: 80px 0 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(17, 56, 105, 0.95);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding-bottom: 100px;
}
#header .globalnav-wrap.open .globalnav > li {
  flex: 0 0 100%;
  max-width: 100%;
  height: auto;
  color: #fff;
  display: block;
  font-size: 1.6rem;
}
#header .globalnav-wrap.open .globalnav > li > a {
  display: block;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #fff;
}
#header .globalnav-wrap.open .globalnav .dropdown {
  display: block;
  position: static;
  background: transparent;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap.open .globalnav .dropdown {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
#header .globalnav-wrap.open .globalnav .dropdown li {
  text-align: left;
}
#header .globalnav-wrap.open .globalnav .dropdown li a {
  text-align: left !important;
}
@media only screen and (max-width: 785px) {
  #header .globalnav-wrap.open .cta_btn_content {
    position: fixed;
    z-index: 9000;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px !important;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row nowrap;
  }
  #header .globalnav-wrap.open .cta_btn_content > li {
    flex: 1 1 100%;
    max-width: 100%;
    border-right: 1px solid #fff;
  }
  #header .globalnav-wrap.open .cta_btn_content > li:last-child {
    border-right: none;
  }
  #header .globalnav-wrap.open .cta_btn_content > li a {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------------

ハンバーガーメニュー

--------------------------------------------------------------------------------------------- */
.humberger-menu-wrap {
  position: absolute;
  display: block;
  z-index: 99999;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  right: 0;
  top: 5px;
  display: none;
}
@media only screen and (max-width: 785px) {
  .humberger-menu-wrap {
    display: block;
  }
}

.humberger-menu {
  width: 26px;
  height: 20px;
  margin: 20px 17px 27px 17px;
  display: block !important;
  position: relative;
}
.humberger-menu:after {
  content: "MENU";
  position: absolute;
  bottom: -20px;
  color: #113869;
  font-size: 10px;
  width: 60px;
  left: -17px;
  text-align: center;
  display: block;
  font-family: serif;
  display: none;
}
.humberger-menu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #113869;
}
.humberger-menu span:nth-of-type(1) {
  top: 0;
}
.humberger-menu span:nth-of-type(1) {
  top: -2px;
}

.humberger-menu span:nth-of-type(2) {
  top: 8px;
}
.humberger-menu span:nth-of-type(3) {
  top: 16px;
}

.humberger-menu-wrap.active span {
  background: #fff;
}

.humberger-menu-wrap span:nth-of-type(1) {
  -webkit-animation: menu-ber01 0.75s forwards;
  animation: menu-ber01 0.75s forwards;
}

.humberger-menu-wrap span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.humberger-menu-wrap span:nth-of-type(3) {
  -webkit-animation: menu-ber02 0.75s forwards;
  animation: menu-ber02 0.75s forwards;
}

.humberger-menu-wrap.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 0.75s forwards;
  animation: active-menu-ber01 0.75s forwards;
  top: -2px;
}

.humberger-menu-wrap.active span:nth-of-type(2) {
  opacity: 0;
}

.humberger-menu-wrap.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 0.75s forwards;
  animation: active-menu-ber03 0.75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
            transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
#footer {
  margin-top: 100px;
  border-top: 1px solid #113869;
  padding: 70px 0 0;
}
@media only screen and (max-width: 1024px) {
  #footer {
    margin-top: 40px;
    padding: 30px 0 0;
  }
}

.footer_main_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #113869;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .footer_main_area {
    flex-flow: column wrap;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.footer_main_area .f_information {
  flex: 1 1 100%;
  max-width: 100%;
}
.footer_main_area .f_information .f_logo {
  width: 400px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .footer_main_area .f_information .f_logo {
    width: 200px;
  }
}
.footer_main_area .f_information .text {
  margin-bottom: 15px;
}
.footer_main_area .f_information .text .company_name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 7px;
}
.footer_main_area .f_information .text .address {
  font-size: 1.3rem;
}
.footer_main_area .f_information .contact-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
.footer_main_area .f_information .contact-link > li {
  margin-right: 10px;
}
.footer_main_area .f_information .contact-link > li a {
  display: block;
  padding: 10px 20px 10px 40px;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(17, 56, 105, 0.3);
  color: #113869;
  border-radius: 5px;
  font-size: 1.4rem;
  position: relative;
}
.footer_main_area .f_information .contact-link > li a:hover {
  background-color: #113869;
  color: #fff;
}
.footer_main_area .f_information .contact-link > li a::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  line-height: 1;
  display: block;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_main_area .f_information .contact-link > li a.tel_link::before {
  content: "local_phone";
  content: "\e0cd";
}
.footer_main_area .f_information .contact-link > li a.form_link::before {
  content: "forward_to_inbox";
  content: "\e0e1";
}
.footer_main_area .f_information .mark_list {
  margin-top: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
.footer_main_area .f_information .mark_list > li {
  width: auto;
  margin-right: 20px;
}
.footer_main_area .f_information .mark_list > li:last-child {
  margin-right: 0;
}
.footer_main_area .f_information .mark_list > li img {
  width: auto;
  height: 80px;
}
@media only screen and (max-width: 1024px) {
  .footer_main_area .f_information .mark_list > li img {
    height: 60px;
  }
}
.footer_main_area .f_navi {
  flex: 0 0 500px;
  max-width: 500px;
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .footer_main_area .f_navi {
    margin-top: 40px;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.footer_main_area .f_navi > li {
  flex: 0 0 230px;
  max-width: 230px;
  margin-right: 40px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer_main_area .f_navi > li {
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 4%;
  }
}
.footer_main_area .f_navi > li:nth-child(2n) {
  margin-right: 0;
}
.footer_main_area .f_navi > li::before, .footer_main_area .f_navi > li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer_main_area .f_navi > li::after {
  background-color: #113869;
  width: 0;
  height: 2px;
  transition: 0.3s ease-out;
}
.footer_main_area .f_navi > li.spacer::before, .footer_main_area .f_navi > li.spacer::after {
  display: none;
}
.footer_main_area .f_navi > li:hover::after {
  width: 100%;
}
.footer_main_area .f_navi > li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 7px;
  position: relative;
}
.footer_main_area .f_navi > li a::after {
  content: "";
  display: block;
  color: #666666;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 30%;
  right: 10px;
  -webkit-transform: translateX(-25%) rotate(45deg) translateY(-50%);
          transform: translateX(-25%) rotate(45deg) translateY(-50%);
  transition: 0.3s ease-out;
}
.footer_main_area .f_navi > li a:hover::after {
  right: 5px;
}

.footer_privacy_area {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer_privacy_area {
    flex-flow: column wrap;
  }
}
.footer_privacy_area .text_box {
  flex: 1 1 100%;
  max-width: 100%;
}
.footer_privacy_area .text_box p {
  font-size: 1.3rem;
  line-height: 1.8;
}
.footer_privacy_area .mark_list {
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 1024px) {
  .footer_privacy_area .mark_list {
    margin-top: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}
.footer_privacy_area .mark_list > li {
  margin-left: 20px;
}
.footer_privacy_area .mark_list > li:first-child {
  margin-left: 0;
}
.footer_privacy_area .mark_list > li img {
  width: auto;
  height: 125px;
}
@media only screen and (max-width: 1024px) {
  .footer_privacy_area .mark_list > li img {
    height: 80px;
  }
}

.footer_security_area {
  border: 1px solid #000;
  padding: 20px;
  margin-top: 30px;
}
.footer_security_area p {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.7;
}

.f_copyrights {
  margin-top: 30px;
  background-color: #113869;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
}

.slideIn-ani {
  position: relative;
  width: 0;
  overflow: hidden;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
@media only screen and (max-width: 640px) {
  .slideIn-ani {
    width: 100%;
  }
}
.slideIn-ani::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media only screen and (max-width: 640px) {
  .slideIn-ani::after {
    content: none;
  }
}
.slideIn-ani.active {
  opacity: 1;
  width: 100%;
}
.slideIn-ani.active::after {
  left: 100%;
}
.slideIn-ani.bgColor::after {
  background-color: #fff;
}

.fadeUp-ani {
  bottom: -50px;
  opacity: 0;
  position: relative;
  transition: all 1s 0.3s ease;
}
.fadeUp-ani.active {
  bottom: 0;
  opacity: 1;
}

.img-ani-container {
  overflow: hidden;
  position: relative;
}
.img-ani-container img,
.img-ani-container video {
  display: block;
  opacity: 0;
  position: relative;
  transition: all 1s 0.3s ease;
  z-index: 0;
  width: 100%;
}
.img-ani-container::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 1.2s 0s ease;
  width: 100%;
  z-index: 1;
}
.img-ani-container.active img,
.img-ani-container.active video {
  opacity: 1;
}
.img-ani-container.active::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.img-ani-container.white::before {
  background: #fff;
}

.fade-ani {
  left: -50px;
  opacity: 0;
  position: relative;
  transition: all 0.7s 0.5s ease;
}
.fade-ani.active {
  left: 0;
  opacity: 1;
}

.text-ani-container {
  padding: 0 15px;
}
.text-ani-container .title {
  color: #333;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  z-index: 0;
  opacity: 0;
}
.text-ani-container .title::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  transition: all 0.8s 0.3s ease;
  width: 100%;
  z-index: 1;
}
.text-ani-container .title .inner {
  display: inline-block;
  opacity: 0;
  transition: all 0.8s 0.5s ease;
}
.text-ani-container .text {
  left: -50px;
  opacity: 0;
  position: relative;
  transition: all 0.5s 0.5s ease;
}
.text-ani-container.active .title {
  opacity: 1;
}
.text-ani-container.active .title::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.text-ani-container.active .title .inner {
  opacity: 1;
}
.text-ani-container.active .text {
  left: 0;
  opacity: 1;
}

/* ==========================================================================

BASE

========================================================================== */
/* ==========================================================================

TEXT

========================================================================== */
html, body {
  background-color: #fff;
  color: #113869;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  html, body {
    font-size: 8px;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

a {
  color: inherit;
}
a:hover img {
  opacity: 0.8;
}

/* ==========================================================================

Layout

========================================================================== */
#wrapper {
  position: relative;
}

#contentWrapper {
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #contentWrapper {
    padding-top: 60px;
  }
}

.top_index_link_list > li {
  margin-bottom: 25px;
}
.top_index_link_list > li:last-child {
  margin-bottom: 0;
}
.top_index_link_list > li a {
  display: block;
  border: 1px solid #113869;
  padding: 30px 20px;
  position: relative;
}
.top_index_link_list > li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  display: block;
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top_index_link_list > li a span {
  display: block;
}
.top_index_link_list > li a span.en {
  font-size: 3rem;
}
.top_index_link_list > li a span.jp {
  font-size: 1.5rem;
}
.top_index_link_list > li a:hover {
  background-color: #113869;
  color: #fff;
}
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-overlay {
  z-index: 99998;
}

.modaal-wrapper {
  z-index: 99999;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container {
  background: transparent;
  max-width: 100% !important;
  width: 95% !important;
}
.modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .modaal-wrapper .modaal-outer-wrapper .modaal-inner-wrapper .modaal-container .modaal-content .modaal-content-container {
    position: relative;
    top: 50px;
    left: 0;
    transform: translate(0, 0);
  }
}

.modal-wrap {
  background-color: #fff;
  color: #000;
}

.modal_content_width {
  width: 800px;
}
@media only screen and (max-width: 800px) {
  .modal_content_width {
    width: 100%;
  }
}

.modal-about-member {
  padding: 30px;
}
.modal-about-member .content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .modal-about-member .content {
    flex-flow: column wrap;
  }
}
.modal-about-member .content .thum {
  flex: 0 0 35%;
  max-width: 35%;
}
@media only screen and (max-width: 1024px) {
  .modal-about-member .content .thum {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-about-member .content .text {
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .modal-about-member .content .text {
    padding-left: 0;
    padding-top: 30px;
  }
}
.modal-about-member .content .text .info_box {
  margin-bottom: 20px;
}
.modal-about-member .content .text .info_box .job_title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.modal-about-member .content .text .info_box .name {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.modal-about-member .content .text .info_box .furigana {
  font-size: 1.2rem;
}
.modal-about-member .content .text .body_box p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

.modal-about-map .content {
  width: 100%;
  height: 400px;
  position: relative;
}
.modal-about-map .content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pagenavi_area {
  margin-top: 35px;
}
.pagenavi_area .wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.pagenavi_area .wp-pagenavi .current, .pagenavi_area .wp-pagenavi .page {
  display: block;
  border: 1px solid #4d4d4d;
  padding: 10px;
  margin-left: -1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.pagenavi_area .wp-pagenavi .current {
  background-color: #113869;
  color: #fff;
}
.pagenavi_area .wp-pagenavi .page:hover {
  background-color: #d9d9d9;
}
.pagenavi_area .wp-pagenavi .previouspostslink,
.pagenavi_area .wp-pagenavi .nextpostslink {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavi_area .wp-pagenavi .previouspostslink {
  margin-right: 1px;
}
.news_archive_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}
.news_archive_list > li {
  flex: 0 0 23.5%;
  max-width: 23.5%;
  margin-right: 2%;
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 640px) {
  .news_archive_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.news_archive_list > li:nth-child(4n) {
  margin-right: 0;
}
.news_archive_list > li a {
  display: block;
}
.news_archive_list > li a .thum {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.news_archive_list > li a .text_box {
  padding: 10px;
}
.news_archive_list > li a .text_box .date {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.news_archive_list > li a .text_box .post_title {
  font-size: 1.3rem;
  font-weight: 400;
}

.year_tag_area {
  margin-top: 50px;
}
.year_tag_area .year_tag_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}
.year_tag_area .year_tag_list > li {
  flex: 0 0 18.4%;
  max-width: 18.4%;
  margin-right: 2%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .year_tag_area .year_tag_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.year_tag_area .year_tag_list > li:nth-child(5n) {
  margin-right: 0;
}
.year_tag_area .year_tag_list > li a {
  display: block;
  border: 1px solid #113869;
  text-align: center;
  padding: 10px 0;
  font-size: 1.4rem;
}
.year_tag_area .year_tag_list > li a:hover {
  background-color: #113869;
  color: #fff;
}

.news_single_content {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 20px 50px;
  box-shadow: 0 0 10px rgba(17, 56, 105, 0.3);
}
@media only screen and (max-width: 800px) {
  .news_single_content {
    width: 100%;
  }
}
.news_single_content .title_area {
  margin-bottom: 25px;
  border-top: 1px solid #113869;
  border-bottom: 1px solid #113869;
  padding: 20px 0;
}
.news_single_content .title_area .date {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.news_single_content .title_area .post_title {
  font-size: 2.5rem;
}
.news_single_content .body_cont {
  color: #000;
}
.news_single_content .body_cont p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
.news_single_content .body_cont p:last-child {
  margin-bottom: 0;
}
.news_single_content .body_cont img {
  max-width: 100%;
  height: auto;
}
.news_single_content .img_set {
  margin-top: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}
.news_single_content .img_set li {
  flex: 0 0 19%;
  max-width: 19%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.news_single_content .pdfCont {
  margin-top: 25px;
}
.news_single_content .pdfCont a {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(17, 56, 105, 0.3);
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 10px 20px;
}
.news_single_content .pdfCont a span::before {
  font-family: "Material Symbols Outlined";
  content: "\e415";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-top: -0.2em;
  font-size: 1.5em;
  margin-right: 7px;
}

.recruit_btn {
  text-align: center;
  margin-top: -25px;
}
.recruit_btn a {
  display: inline-block;
  padding: 15px 25px;
  background-color: #113869;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.recruit_btn a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-top: -0.1em;
  font-size: 1.5em;
  margin-left: 0.5em;
}
.recruit_btn a:hover {
  background-color: #184f95;
}
