@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

========================================================================== */
/**
 * Swiper 6.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 4, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title .main {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
}
.section-title .sub {
  font-size: 1.5rem;
  line-height: 1;
  color: #113869;
}

.section-mb {
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .section-mb {
    margin-bottom: 50px;
  }
}

.movie-wrap {
  position: relative;
  overflow: hidden;
}
.movie-wrap video,
.movie-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.movie-wrap .ytp-chrome-to,
.movie-wrap .ytp-show-cards-title {
  display: none !important;
  visibility: hidden !important;
}

#kv-area {
  position: relative;
  overflow: hidden;
}
#kv-area .video-pc {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #kv-area .video-pc {
    display: none;
  }
}
#kv-area .video-pc video {
  width: 100%;
  height: auto;
}
#kv-area .video-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #kv-area .video-sp {
    display: block;
    width: 100%;
  }
}
#kv-area .video-sp video {
  width: 100%;
  height: auto;
}
#kv-area .movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#kv-area .movie-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#kv-area .movie-bg.no-cover::after {
  content: none;
  display: none;
}
#kv-area .movie-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#tv-area .logo-tv {
  width: 35%;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 640px) {
  #tv-area .logo-tv {
    width: 80%;
    display: none;
  }
}
#tv-area .content-tv-main {
  padding: 20px;
  background-color: #f2f2f2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  #tv-area .content-tv-main {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#tv-area .content-tv-main .cont-movie {
  flex: 0 0 49%;
  max-width: 49%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #tv-area .content-tv-main .cont-movie {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    height: 170px;
    margin-top: 15px;
    order: 2;
    position: relative;
  }
}
#tv-area .content-tv-main .cont-movie .movie-wrap {
  width: 100%;
  height: 100%;
}
#tv-area .content-tv-main .cont-info {
  flex: 0 0 49%;
  max-width: 49%;
}
@media only screen and (max-width: 640px) {
  #tv-area .content-tv-main .cont-info {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
#tv-area .content-tv-main .cont-info .banner {
  background-color: #113869;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
#tv-area .content-tv-main .cont-info .banner .title {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.2;
}
#tv-area .content-tv-main .cont-info .banner .tv-link {
  display: block;
  background-color: #fff;
  padding: 5px 20px;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #tv-area .content-tv-main .cont-info .banner .tv-link {
    width: 85%;
  }
}
#tv-area .content-tv-main .cont-info .banner .tv-link:hover {
  opacity: 0.7;
}
#tv-area .content-tv-main .cont-info .cont-news {
  position: relative;
  padding-bottom: 30px;
}
#tv-area .content-tv-main .cont-info .cont-news .category {
  display: inline-block;
  background-color: #113869;
  color: #fff;
  font-size: 1rem;
  padding: 0.6em 2em;
  line-height: 1;
  margin-bottom: 10px;
}
#tv-area .content-tv-main .cont-info .cont-news .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
#tv-area .content-tv-main .cont-info .cont-news .btn-more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #113869;
}
#tv-area .content-tv-main .cont-info .cont-news .btn-more::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  content: "\e5cc";
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-top: -0.05em;
  font-size: 1.5em;
}
#tv-area .top_fatv_slider {
  margin-top: 25px;
  padding: 20px;
  background-color: #f2f2f2;
}
#tv-area .top_fatv_slider .swiper-slide {
  margin: 0 10px;
  width: 95%;
  height: 150px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #tv-area .top_fatv_slider .swiper-slide {
    height: 100px;
  }
}
#tv-area .top_fatv_slider .swiper-slide .cover-thum,
#tv-area .top_fatv_slider .swiper-slide .reveal-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tv-area .top_fatv_slider .swiper-slide .cover-thum {
  z-index: 10;
  opacity: 1;
  transition: 0.3s ease-out;
}
#tv-area .top_fatv_slider .swiper-slide .reveal-gif {
  z-index: 1;
}
#tv-area .top_fatv_slider .swiper-slide:hover .cover-thum {
  opacity: 0;
}
#tv-area .top_fatv_slider .swiper-button-next, #tv-area .top_fatv_slider .swiper-button-prev {
  color: #fff;
}

.top_fatv_slider .swiper-button-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}
.top_fatv_slider .swiper-button-container .swiper-button-prev-custom,
.top_fatv_slider .swiper-button-container .swiper-button-next-custom {
  position: absolute;
  cursor: pointer;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.top_fatv_slider .swiper-button-container .swiper-button-prev-custom::before,
.top_fatv_slider .swiper-button-container .swiper-button-next-custom::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center center;
}
.top_fatv_slider .swiper-button-container .swiper-button-prev-custom {
  left: 20px;
}
.top_fatv_slider .swiper-button-container .swiper-button-prev-custom::before {
  background: url(/wp/wp-content/themes/fa-site/_lib/images/common/arrow-left-white.svg);
}
.top_fatv_slider .swiper-button-container .swiper-button-next-custom {
  right: 20px;
}
.top_fatv_slider .swiper-button-container .swiper-button-next-custom::before {
  background: url(/wp/wp-content/themes/fa-site/_lib/images/common/arrow-right-white.svg);
}

#column-area .column-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
#column-area .column-list > li {
  flex: 0 0 23%;
}
#column-area .column-list > li a {
  display: block;
}
#column-area .column-list > li a .text {
  margin-top: 10px;
}
#column-area .column-list > li a .text .post-title {
  margin-bottom: 5px;
}
#column-area .content-column {
  padding: 20px;
  background-color: #f2f2f2;
}
#column-area .content-column .list-column > li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px dotted #999999;
}
#column-area .content-column .list-column > li:last-child {
  margin-bottom: 0;
  border-bottom: 1px dotted #999999;
}
#column-area .content-column .list-column > li .thum {
  flex: 0 0 70px;
  max-width: 70px;
}
#column-area .content-column .list-column > li .thum img {
  width: 100%;
  height: auto;
}
#column-area .content-column .list-column > li .text {
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 25px;
}
#column-area .content-column .list-column > li .text .post-date {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 1.2rem;
}
#column-area .content-column .list-column > li .text .post-title {
  font-size: 1.6rem;
  font-weight: normal;
}
#column-area .content-column .list-column > li .text .post-title a:hover {
  text-decoration: underline;
}
#column-area .more-btn {
  text-align: right;
  margin-top: 15px;
}
#column-area .more-btn a {
  font-size: 1.4rem;
}
#column-area .more-btn a::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  content: "\e5cc";
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  font-size: 1em;
}

#news-area .content-news {
  padding: 20px;
  background-color: #f2f2f2;
}
#news-area .content-news .list-news > li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 15px 0;
  border-top: 1px dotted #999999;
}
#news-area .content-news .list-news > li:last-child {
  margin-bottom: 0;
  border-bottom: 1px dotted #999999;
}
#news-area .content-news .list-news > li .thum {
  flex: 0 0 70px;
  max-width: 70px;
}
#news-area .content-news .list-news > li .thum img {
  width: 100%;
  height: auto;
}
#news-area .content-news .list-news > li .text {
  flex: 1 1 100%;
  max-width: 100%;
  padding-left: 25px;
}
#news-area .content-news .list-news > li .text .date {
  font-weight: bold;
  margin-bottom: 7px;
  font-size: 1.2rem;
}
#news-area .content-news .list-news > li .text .news-title {
  font-size: 1.6rem;
  font-weight: normal;
}
#news-area .content-news .list-news > li .text .news-title a:hover {
  text-decoration: underline;
}
#news-area .more-btn {
  text-align: right;
  margin-top: 15px;
}
#news-area .more-btn a {
  font-size: 1.4rem;
}
#news-area .more-btn a::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  content: "\e5cc";
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  font-size: 1em;
}

#company-area .content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  background-color: #113869;
}
@media only screen and (max-width: 640px) {
  #company-area .content {
    display: block;
    align-items: flex-start;
  }
}
#company-area .content .text-cont {
  flex: 0 0 30%;
  max-width: 30%;
  color: #fff;
  padding: 40px 30px;
}
@media only screen and (max-width: 640px) {
  #company-area .content .text-cont {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
#company-area .content .text-cont .company-title {
  text-align: center;
  margin-bottom: 20px;
}
#company-area .content .text-cont .company-title .en {
  font-weight: bold;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0;
  margin-bottom: 7px;
}
#company-area .content .text-cont .company-title .jp {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}
#company-area .content .text-cont .body-text {
  text-align: justify;
  font-size: 1.3rem;
  padding: 0 15px;
  line-height: 1.9;
}
#company-area .content .text-cont .btn {
  text-align: center;
  margin-top: 20px;
}
#company-area .content .text-cont .btn a {
  display: inline-block;
  background-color: #fff;
  color: #113869;
  padding: 0.7em 1.5em;
  border-radius: 3px;
  font-size: 0.9rem;
}
#company-area .content .movie-cont {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  #company-area .content .movie-cont {
    height: 200px;
    display: block;
  }
}

#recruit-area .mv {
  width: 100%;
  height: 300px;
  background-color: #ccc;
  margin-bottom: 20px;
}
#recruit-area .lead-text {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  #recruit-area .lead-text {
    font-size: 1rem;
  }
}
#recruit-area .entry-btn-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
#recruit-area .entry-btn-list > li {
  width: 30%;
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  #recruit-area .entry-btn-list > li {
    width: 45%;
  }
}
#recruit-area .entry-btn-list > li a {
  display: block;
  padding: 1em 1.5em;
  text-align: center;
  border: 1px solid #000;
}
#recruit-area .entry-btn-list > li a:hover {
  background-color: #000;
  color: #fff;
}

#fanumbers-area {
  padding: 100px 0;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 640px) {
  #fanumbers-area {
    padding: 50px 0;
  }
}
#fanumbers-area .numbers-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}
#fanumbers-area .numbers-list > li {
  flex: 0 0 30.666666%;
  max-width: 30.666666%;
  margin-right: 4%;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
#fanumbers-area .numbers-list > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .numbers-list > li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .numbers-list > li {
    flex: 0 0 48%;
    max-width: 48%;
  }
  #fanumbers-area .numbers-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
#fanumbers-area .fanumbers-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
}
#fanumbers-area .fanumbers-list > li {
  flex: 0 0 30.666666%;
  max-width: 30.666666%;
  margin-right: 4%;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#fanumbers-area .fanumbers-list > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li:nth-child(3n) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li {
    flex: 0 0 48%;
    max-width: 48%;
    display: block;
  }
  #fanumbers-area .fanumbers-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
#fanumbers-area .fanumbers-list > li .icon {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 15px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  #fanumbers-area .fanumbers-list > li .icon {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 7px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .icon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 30px;
    margin-bottom: 10px;
  }
}
#fanumbers-area .fanumbers-list > li .cont {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .cont {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
#fanumbers-area .fanumbers-list > li .cont .title {
  display: inline-block;
  background-color: #113869;
  font-size: 1rem;
  color: #fff;
  padding: 0.6em 1em;
  line-height: 1;
  font-weight: bold;
  border-radius: 3em;
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  #fanumbers-area .fanumbers-list > li .cont .title {
    font-size: 0.6rem;
  }
}
#fanumbers-area .fanumbers-list > li .cont .number {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .cont .number {
    justify-content: center;
  }
}
#fanumbers-area .fanumbers-list > li .cont .number .number-count {
  font-size: 4rem;
  line-height: 1;
  color: #113869;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #fanumbers-area .fanumbers-list > li .cont .number .number-count {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .cont .number .number-count {
    font-size: 3.4rem;
  }
}
#fanumbers-area .fanumbers-list > li .cont .number .number-unit {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-left: 3px;
}
#fanumbers-area .fanumbers-list > li .cont .annote {
  font-size: 0.8rem;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  #fanumbers-area .fanumbers-list > li .cont .annote {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .cont .annote {
    font-size: 0.8rem;
    text-align: center;
  }
}
#fanumbers-area .fanumbers-list > li .cont .gendarcont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .cont .gendarcont {
    justify-content: center;
  }
}
#fanumbers-area .fanumbers-list > li .cont .gendarcont .male {
  color: #113869;
}
#fanumbers-area .fanumbers-list > li .cont .gendarcont .female {
  color: #E5323F;
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {
  #fanumbers-area .fanumbers-list > li .cont .gendarcont .female {
    margin-left: 10px;
  }
}
#fanumbers-area .fanumbers-list > li .cont .gendarcont .gendar-title {
  font-size: 0.7rem;
}
#fanumbers-area .fanumbers-list > li .cont .gendarcont .number .number-count {
  font-size: 3.5rem;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  #fanumbers-area .fanumbers-list > li .cont .gendarcont .number .number-count {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  #fanumbers-area .fanumbers-list > li .cont .gendarcont .number .number-count {
    font-size: 2rem;
  }
}
#fanumbers-area .fanumbers-list > li .cont .gendarcont .number .number-unit {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-left: 3px;
}

#alliance-area .alliance-cate-title {
  background-color: #113869;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#alliance-area .alliance-logo-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  #alliance-area .alliance-logo-list {
    padding: 0 10px;
  }
}
#alliance-area .alliance-logo-list > li {
  flex: 0 0 10%;
  max-width: 170px;
  margin: 0 10px 10px;
  border-radius: 6px;
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 640px) {
  #alliance-area .alliance-logo-list > li {
    flex: 0 0 23.5%;
    max-width: 23.5%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #alliance-area .alliance-logo-list > li:nth-child(4n) {
    margin-right: 0;
  }
}
