@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_posts01_item__img, .c_posts02_item__img {
  width: 80px;
  flex-shrink: 0;
}
.c_posts01_item__img img, .c_posts02_item__img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.c_content_editor .wp-block-image img, .c_gallery_item__photo, .c_modal_content__item_img img, .c_mv_img img, .c_mv_item__img img, .c_posts01_item__img img, .c_posts02_item__img img {
  border-radius: 4px;
}

.c_ttl01_en, .c_ttl02_en {
  font-size: 0.625rem;
}

.c_content_editor .wp-block-image .wp-element-caption, .c_gallery_item__content, .c_posts02_item__time, .c_btn01 {
  font-size: 0.75rem;
}

.c_content_editor .wp-block-table tbody {
  font-size: 0.875rem;
}

.c_content_editor, .c_single__control_back .c_btn01, .c_modal_content__desc, .c_modal_content__item_desc, .p_404__desc, .c_mv_desc {
  font-size: 1rem;
}

.c_content_editor h4, .c_gallery_item__ttl, .c_modal_content__item_ttl, .c_mv_item__time, .c_mv_item__desc, .c_btn01.is_md, .c_ttl01_jp {
  font-size: 1rem;
}

.c_content_editor h3, .c_posts01_ttl, .c_posts02_ttl, .c_cates_ttl {
  font-size: 1.1875rem;
}

.c_content_editor h2 {
  font-size: 1.375rem;
}

.c_modal_content__ttl, .p_404__ttl, .c_mv_ttl__jp, .c_ttl02_jp {
  font-size: 1.5rem;
}

.c_mv_lead {
  font-size: 1.5rem;
}

.c_gallery_item__ttl {
  line-height: 1.6;
}

.c_modal_content__ttl, .c_ttl02_jp {
  line-height: 1.625;
}

/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #001498;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Noto Sans JP", sans-serif;
  background-color: #fffdf5;
}

#wrapper {
  position: relative;
}
#wrapper.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#content {
  padding-top: 66px;
}

img {
  width: 100%;
}

:where(a) {
  cursor: pointer;
  transition: 0.5s;
}

:where(a:hover) {
  opacity: 1;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.scroll_inview {
  opacity: 0;
  transition: opacity 2s ease;
}

.fadeUp,
.fadeIn {
  animation-duration: 2s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadein;
}

.ani_cover {
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
}
.ani_cover::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 5;
  background-color: #001498;
  opacity: 0;
}

.h_cover {
  opacity: 1 !important;
}
.h_cover_img {
  position: relative;
  z-index: 1;
}
.h_cover_img::after {
  content: "";
  inset: 0;
  position: absolute;
  mix-blend-mode: color;
  transform-origin: left center;
  transform: scaleX(0);
  border-radius: 4px;
  transition: transform 0.5s ease;
}

.imgDown {
  opacity: 1;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  transform-origin: center top;
  animation-name: ani_imgDown;
}
.imgDown::before {
  transform-origin: center bottom;
  opacity: 1;
  animation-duration: 2.5s;
  animation-name: ani_imgDown_cover;
}

.imgRight {
  opacity: 1;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  transform-origin: left center;
  animation-name: ani_imgRight;
}
.imgRight::before {
  transform-origin: right center;
  opacity: 1;
  animation-duration: 2.5s;
  animation-name: ani_imgRight_cover;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_imgDown {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes ani_imgDown_cover {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes ani_imgRight {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes ani_imgRight_cover {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.h_zoom {
  opacity: 1 !important;
}
.h_zoom_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
component > Texts
------------------------------
*/
/*!
component > title
------------------------------
*/
.c_ttl01 {
  font-weight: 700;
  padding-left: 18px;
}
.c_ttl01_jp {
  letter-spacing: 0.06em;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.c_ttl01_jp::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #CFD1E4;
  border-radius: 50%;
  position: absolute;
  left: -18px;
}
.c_ttl01_en {
  display: block;
  letter-spacing: 0.2em;
  color: #CFD1E4;
  margin-top: 4px;
}

.c_ttl02 {
  font-weight: 700;
}
.c_ttl02_jp {
  letter-spacing: 0.06em;
  display: block;
}
.c_ttl02_en {
  color: #CFD1E4;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  display: block;
}

/*!
component > btn
------------------------------
*/
.c_btn01 {
  background-image: linear-gradient(to right, #fffdf5 0 50%, #001498 50% 100%);
  background-size: 210% 100%;
  background-position: 99% 50%;
  font-weight: 700;
  color: white;
  letter-spacing: 0.06em;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 1px solid currentColor;
  min-height: 32px;
  padding-inline: 12px;
  padding-block: 4px;
  min-width: 160px;
  border-color: transparent;
  justify-content: center;
  transition: 0.5s;
  transition-property: border-color, background-position-x, color;
  font-size: 0.75rem;
  min-height: 36px;
}
.c_btn01::after, .c_btn01::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.c_btn01::before {
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  left: 8px;
  opacity: 1;
}
.c_btn01::after {
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: #001498;
  right: 15px;
  opacity: 0;
  transition-property: transform, opacity, background-color;
}
.c_btn01.is_white {
  background-image: linear-gradient(to right, #001498 0 50%, #fffdf5 50% 100%);
  color: #001498;
}
.c_btn01.is_white::after {
  opacity: 1;
}
.c_btn01.is_white::before {
  opacity: 0;
}
.c_btn01.is_opacity {
  background-image: linear-gradient(to right, #fff 0 50%, rgba(255, 255, 255, 0.09) 50% 100%);
}
.c_btn01.is_md {
  justify-content: center;
  padding-inline: 20px;
  min-width: 300px;
  height: 60px;
  border-radius: 4px;
}
.c_btn01.is_md::before {
  left: 30px;
}
.c_btn01.is_md::after {
  right: 30px;
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
.c_cates_ttl, .c_posts02_ttl, .c_posts01_ttl {
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.625;
  border-bottom: 1px solid #CFD1E4;
  padding-inline: 10px;
  padding-bottom: 5px;
}

.c_posts01_list {
  padding-inline: 10px;
  padding-top: 25px;
}
.c_posts01_item:not(:last-child) {
  margin-bottom: 20px;
}
.c_posts01_item__link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.c_posts01_item__desc {
  letter-spacing: 0.04em;
}

.c_posts02_list {
  padding-inline: 10px;
  padding-top: 25px;
}
.c_posts02_item:not(:last-child) {
  margin-bottom: 10px;
}
.c_posts02_item__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
}
.c_posts02_item__img img {
  aspect-ratio: 60/55;
}
.c_posts02_item__time {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  display: block;
}
.c_posts02_item__desc {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.c_cates_list {
  padding-inline: 10px;
  padding-top: 25px;
}
.c_cates_item:not(:last-child) {
  margin-bottom: 15px;
}
.c_cates_item__link {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.04em;
  gap: 15px;
}
.c_cates_item__link::before {
  content: "";
  width: 7px;
  height: 11px;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  flex-shrink: 0;
  background-color: currentColor;
}

/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c_mv {
  display: flex;
}
.c_mv_inner {
  width: 100%;
  padding-inline: 20px;
}
.c_mv_img {
  width: 100%;
  margin-block: 30px;
}
.c_mv_img img {
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c_mv_img__photo {
  position: sticky;
  top: 0;
}
.c_mv_topic {
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  gap: 5px 10px;
  padding-top: 20px;
  flex-wrap: wrap;
}
.c_mv_topic a {
  color: #99A0D0;
}
.c_mv_topic > * {
  letter-spacing: 0.06em;
}
.c_mv_topic > *:not(:last-child) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c_mv_topic > *:not(:last-child)::after {
  content: "";
  width: 3px;
  height: 5px;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: #001498;
}
.c_mv_ttl {
  font-weight: 700;
  margin-top: 30px;
}
.c_mv_ttl__en {
  display: block;
  line-height: 1;
  color: #CFD1E4;
  margin-bottom: 15px;
}
.c_mv_ttl__jp {
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.c_mv_ttl__jp::after {
  width: 40px;
  height: 1px;
  content: "";
  background-color: currentColor;
}
.c_mv_lead {
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.06em;
}
.c_mv_desc {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 30px;
}
.c_mv_list {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
.c_mv_item {
  width: 100%;
}
.c_mv_item__link {
  display: block;
}
.c_mv_item__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 300/271;
  height: auto;
}
.c_mv_item__time {
  display: block;
  margin-top: 10px;
}
.c_mv_item__desc {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 100;
/*  pointer-events: none; */
	background-color: #FFFDF5;
}
.c_header__contact {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: all;
  display: none;
}
.c_header.is_scroll .c_header__contact {
  opacity: 1;
}
.c_header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #001498;
  height: 100vh;
  height: 100dvh;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  pointer-events: all;
	transition: 1s;
}
.c_header_nav.is_open {
  opacity: 1;
  visibility: visible;
}
.c_header_nav__inner {
  position: relative;
  min-height: 100%;
}
.c_header_nav__inner::before {
  position: absolute;
  background: url(../../assets/images/common/img_footer_sec02_bg01.jpg) 80% 50%/cover no-repeat;
  inset: 0;
  z-index: -1;
}
.c_header_nav .group_nav {
  margin-inline: auto;
  width: 100%;
  padding-top: 66px;
}
.c_header_nav .c_nav_item {
  border-top: 1px solid #2233a6;
}
.c_header_nav .c_nav_item_link {
  display: flex;
  flex-direction: column;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-block: 9px;
  padding-inline: 20px;
  width: 100%;
}
.c_header_nav .c_nav_item_link .txt_jp {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.c_header_nav .c_nav_item_link .txt_en {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.47);
}
.c_header_nav .c_nav_sub_item {
  border-top: 1px solid #2233a6;
  padding-left: 36px;
  background-color: #0f229f;
}
.c_header_nav .c_nav_sub_item_link {
  display: flex;
  flex-direction: column;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  padding-block: 9px;
}
.c_header_nav .c_nav_sub_item_link::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 14px;
  left: -16px;
}
.c_header_nav .c_nav_sub_item_link .txt_jp {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.c_header_nav .c_nav_sub_item_link .txt_en {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.47);
}
.c_header_nav .group_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-block: 60px 40px;
  padding-inline: 20px;
  align-items: center;
}
.c_header_nav .group_socical {
  display: flex;
  gap: 21px;
}
.c_header_nav .group_socical > * {
  width: 31px;
}
.c_header_nav .group_info {
  color: #fff;
  position: relative;
}
.c_header_nav .group_info .desc {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: absolute;
  right: -5px;
  bottom: calc(100% + 15px);
  white-space: nowrap;
}
.c_header_nav .group_info .logoarea {
  display: inline-block;
  width: 92px;
}

.header__logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
}

.c_humburger {
  width: 30px;
  height: 16px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  z-index: 10;
  pointer-events: all;
}

.c_humburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #001498;
  transition: 0.5s;
  transition-property: background-color, transform;
}
.c_humburger__line:nth-child(1) {
  position: absolute;
  top: 0;
  transition: rotate 0.5s;
}
.c_humburger__line:nth-child(2) {
  position: absolute;
  top: 50%;
  transition: opacity 0.5s;
}
.c_humburger__line:nth-child(3) {
  position: absolute;
  top: 100%;
  transition: rotate 0.5s;
}
.c_humburger.is_open .c_humburger__line {
  background-color: white;
}
.c_humburger.is_open .c_humburger__line:nth-child(1) {
  top: 50%;
  rotate: 45deg;
}
.c_humburger.is_open .c_humburger__line:nth-child(2) {
  opacity: 0;
}
.c_humburger.is_open .c_humburger__line:nth-child(3) {
  top: 50%;
  rotate: -45deg;
}

/*!
component > footer
------------------------------
*/
.c_footer {
  margin-top: 100px;
  overflow: hidden;
}
.c_footer .l_container {
  max-width: 1600px;
}
.c_footer_contact {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #1f2b77;
}
.c_footer_contact_link {
  opacity: 1 !important;
}
.c_footer_contact_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c_footer_contact_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.27;
}
.c_footer_contact_bg::after {
  background-image: linear-gradient(to right, #001498 0 50%, #040c3d 50% 100%);
  background-size: 210% 100%;
  background-position: 99% 50%;
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  transition: background-position-x 0.8s ease;
}
.c_footer_contact_inner {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  z-index: 2;
}
.c_footer_contact_link {
  display: block;
}
.c_footer_contact .contact_info {
  color: #fff;
  padding: 32px 85px 54px 0;
}
.c_footer_contact .contact_info_sub {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
.c_footer_contact .contact_info_title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding-top: 25px;
}
.c_footer_contact .contact_info_desc {
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  padding-top: 20px;
}
.c_footer_contact .contact_icon {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
.c_footer_sec02 {
  position: relative;
  z-index: 1;
  padding-bottom: 37px;
}
.c_footer_sec02::before {
  content: "";
  position: absolute;
  background: url(../../assets/images/common/img_footer_sec02_bg01.jpg) 100% 50%/cover no-repeat;
  inset: 0;
  z-index: -1;
}
.c_footer_sec02 .group_nav {
  padding: 28px 0 0 0;
}
.c_footer_sec02 .c_navfooter_item_link {
  display: flex;
  flex-direction: column;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 12px;
}
.c_footer_sec02 .c_navfooter_item_link .txt_jp {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.c_footer_sec02 .c_navfooter_item_link .txt_en {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.47);
  margin-top: 2px;
}
.c_footer_sec02 .c_navfooter_sub {
  margin-top: 13px;
  margin-left: 16px;
}
.c_footer_sec02 .c_navfooter_sub_item {
  margin-top: 8px;
}
.c_footer_sec02 .c_navfooter_sub_item_link {
  display: flex;
  flex-direction: column;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}
.c_footer_sec02 .c_navfooter_sub_item_link::before {
  content: "";
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 4px;
  left: -16px;
}
.c_footer_sec02 .c_navfooter_sub_item_link .txt_jp {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.c_footer_sec02 .c_navfooter_sub_item_link .txt_en {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.47);
  margin-top: 2px;
}
.c_footer_sec02 .group_socical {
  margin-left: 29px;
  margin-top: 16px;
}
.c_footer_sec02 .group_socical .copy_right {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  padding-top: 35px;
}
.c_footer_sec02 .group_socical .socical {
  display: flex;
  gap: 22px;
  padding-bottom: 20px;
}
.c_footer_sec02 .group_socical .socical > * {
  width: 31px;
}
.c_footer .group_info {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 75px;
  padding-right: 18px;
  margin-bottom: 40px;
}
.c_footer .group_info .desc {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.c_footer .group_info .logoarea {
  display: inline-block;
  width: 80px;
  margin-top: 30px;
  opacity: 0;
  display: none;
}

.c_tool {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  pointer-events: none;
  display: none;
}
.c_tool.is_show .c_tool__totop {
  scale: 1;
  pointer-events: all;
}
.c_tool.is_logo .c_tool__logo {
  background-color: #001498;
}
.c_tool.is_hidden .c_tool__totop {
  scale: 0 !important;
}
.c_tool.is_hidden .c_tool__logo {
  background-color: #fffdf5 !important;
}
.c_tool__wraper {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
.c_tool__social {
  gap: 10px;
  position: absolute;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
  pointer-events: all;
  width: 100%;
  bottom: -30px;
  pointer-events: none;
  display: none;
}
.c_tool__social > * {
  width: 20px;
  pointer-events: all;
}
.c_tool__other {
  transition: 0.5s;
  transition-property: transform, opacity;
}
.c_tool__logo {
  display: block;
  pointer-events: all;
  aspect-ratio: 120/85;
  width: 92px;
  -webkit-mask: url(../images/common/img_logo_wh.svg) center/contain no-repeat;
  mask: url(../images/common/img_logo_wh.svg) center/contain no-repeat;
  background-color: transparent;
  transition: 0.5s;
  transition-property: background-color, transform;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.c_tool__totop {
  position: absolute;
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  top: calc(100% - 40px);
  right: 0;
  line-height: 1;
  background: #001498;
  border: 2px solid #fff;
  border-radius: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  scale: 0;
  transition: 0.5s ease;
  transition-property: opacity scale;
}
.c_tool__totop::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  transform: rotate(-90deg);
}

.c_gallery {
  position: relative;
}
.c_gallery .swiper-notification {
  display: none;
}
.c_gallery_control {
  position: absolute;
  bottom: 100%;
  display: flex;
  gap: 15px;
  bottom: calc(100% + 20px);
  width: 100%;
  left: 0;
  justify-content: flex-end;
}
.c_gallery_control > * {
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.c_gallery_control > *::before {
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_arrow_md.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 38px;
}
.c_gallery_control__prev {
  transform: scaleX(-1);
}
.c_gallery_slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 40px;
}
.c_gallery_slider.is_show .c_gallery_item__img {
  transform: scaleY(1);
}
.c_gallery_slider.is_show .c_gallery_item__img::before {
  transform: scaleY(0);
  transition-delay: 1.25s;
}
.c_gallery_list {
  display: flex;
}
.c_gallery_item {
  display: block;
  width: 200px;
  flex-shrink: 0;
}
.c_gallery_item__img {
  transform-origin: center top;
  transform: scaleY(0);
  transition: transform 1.25s ease;
}
.c_gallery_item__img::before {
  content: "";
  inset: -1px 0;
  position: absolute;
  z-index: 5;
  background-color: #001498;
  transform-origin: center bottom;
  transition: transform 1.25s ease;
  pointer-events: none;
  border-radius: 4px;
}
.c_gallery_item__photo {
  position: relative;
  z-index: 0;
}
.c_gallery_item__photo img {
  border-radius: inherit;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.c_gallery_item__content {
  color: #9698a6;
  font-weight: 700;
  line-height: 1.5714285714;
  padding-left: 22px;
  margin-top: 17px;
}
.c_gallery_item__ttl {
  font-weight: 500;
  color: #fff;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.c_gallery_item__ttl::before {
  content: "";
  left: -20px;
  width: 8px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  position: absolute;
  left: -23px;
  top: 5px;
}
.c_gallery_item__desc {
  letter-spacing: 0;
  margin-top: 8px;
}

.c_panigation .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
.c_panigation .wp-pagenavi > * {
  letter-spacing: 0.05em;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #001498;
  aspect-ratio: 1;
  border-radius: 2px;
  width: 30px;
}
.c_panigation .wp-pagenavi .current {
  opacity: 1;
}
.c_panigation .wp-pagenavi .previouspostslink,
.c_panigation .wp-pagenavi .nextpostslink {
  font-size: 0;
}
.c_panigation .wp-pagenavi .previouspostslink::after,
.c_panigation .wp-pagenavi .nextpostslink::after {
  content: "";
  height: 11px;
  width: 7px;
  flex-shrink: 0;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
}
.c_panigation .wp-pagenavi .previouspostslink {
  transform: scaleX(-1);
}
.c_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  padding-block: 80px 40px;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
}
.c_modal.is_open {
  opacity: 1;
  visibility: visible;
}
.c_modal_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(0, 20, 152, 0.81);
  opacity: 1;
}
.c_modal_main {
  overflow: auto;
  max-height: calc(100vh - 120px);
  max-height: calc(100dvh - 120px);
}
.c_modal_inner {
  margin-inline: auto;
  background-color: #fff;
  position: relative;
  width: calc(100% - 40px);
  border-radius: 4px 0 4px 4px;
}
.c_modal_close {
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  right: 0;
  bottom: 100%;
  border-radius: 4px 4px 0 0;
  height: 36px;
  width: 120px;
}
.c_modal_close::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 12px;
  background: url(../images/common/icon_cross.svg) center/contain no-repeat;
}
.c_modal_close__txt {
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.c_modal_content {
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 40px;
  display: none;
}
.c_modal_content.is_active {
  display: block;
}
.c_modal_content__ttl {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.c_modal_content__ttl::after {
  content: "";
  height: 1px;
  background-color: #e8e9f6;
  display: block;
  margin-top: 10px;
}
.c_modal_content__desc {
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 20px;
}
.c_modal_content__list {
  display: grid;
  margin-top: 30px;
  gap: 52px;
}
.c_modal_content__item_ttl {
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
.c_modal_content__item_desc {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

.p_404__content {
  margin-top: 80px;
}
.p_404__ttl {
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p_404__desc {
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.p_404__btn {
  margin-top: 40px;
  text-align: center;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #fffdf5;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body__logo {
  padding: 15px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  animation-duration: 2s;
  animation-name: logo_down;
  transform: scaleY(0);
  transform-origin: center top;
  animation-fill-mode: forwards;
}
.c_loading_body__logo::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 5;
  background-color: #001498;
  animation-duration: inherit;
  animation-name: logo_cover;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
}
.c_loading_body__logo svg {
  display: block;
  width: 120px;
  height: auto;
}

@keyframes logo_down {
  0% {
    transform: scaleY(0);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes logo_cover {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.c_content_editor {
  line-height: 2;
  letter-spacing: 0.06em;
}
.c_content_editor > * {
  margin-bottom: 20px;
}
.c_content_editor > *:last-child:empty {
  display: none;
}
.c_content_editor h2,
.c_content_editor h3,
.c_content_editor h4,
.c_content_editor h5,
.c_content_editor h6 {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.c_content_editor h2 {
  line-height: 1.6071428571;
  border-bottom: 1px solid #cfd1e4;
  padding-bottom: 10px;
}
.c_content_editor h3 {
  line-height: 1.625;
  border-top: 1px solid #cfd1e4;
  border-bottom: 1px solid #cfd1e4;
  padding: 10px 20px;
}
.c_content_editor > h3 {
  margin-top: 40px;
}
.c_content_editor h4 {
  line-height: 1.6;
}
.c_content_editor .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px !important;
}
.c_content_editor .wp-block-gallery .wp-block-image {
  width: 100% !important;
}
.c_content_editor > .wp-block-gallery {
  margin-block: 30px;
}
.c_content_editor .wp-block-image .wp-element-caption {
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
.c_content_editor > .wp-block-image {
  margin-top: 30px;
}
.c_content_editor .wp-block-table {
  margin-block: 30px;
}
.c_content_editor .wp-block-table table {
  table-layout: fixed;
  letter-spacing: 0;
}
.c_content_editor .wp-block-table table,
.c_content_editor .wp-block-table tr,
.c_content_editor .wp-block-table td {
  border: 1px solid #fff;
  border-collapse: collapse;
}
.c_content_editor .wp-block-table th {
  font-weight: 500;
  text-align: center;
}
.c_content_editor .wp-block-table thead {
  color: #fff;
  border-bottom: none;
  background-color: #001498;
}
.c_content_editor .wp-block-table tbody {
  background-color: #f8f8f8;
  color: #262424;
}

.c_single__control {
  border-top: 1px solid #cfd1e4;
  margin-top: 50px;
  padding-top: 20px;
}
.c_single__control_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.c_single__control_inner > * {
  flex: 240px;
  width: 100%;
}
.c_single__control_back {
  text-align: center;
  margin-top: 40px;
}
.c_single__control_back .c_btn01 {
  justify-content: center;
  width: 200px;
  padding-inline: 20px;
}
.c_single__control_back .c_btn01::before {
  transform: scaleX(-1);
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: 100%;
  padding: 0 20px;
  margin-inline: auto;
}
.l_container_md {
  width: 100%;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px){
  .c_posts01_item__img, .c_posts02_item__img {
    width: 60px;
  }
  .c_ttl01_en, .c_ttl02_en {
    font-size: 0.75rem;
  }
  .c_content_editor .wp-block-image .wp-element-caption, .c_gallery_item__content, .c_posts02_item__time, .c_btn01 {
    font-size: 0.875rem;
  }
  .c_content_editor .wp-block-table tbody {
    font-size: 1rem;
  }
  .c_content_editor, .c_single__control_back .c_btn01, .c_modal_content__desc, .c_modal_content__item_desc, .p_404__desc, .c_mv_desc {
    font-size: 1.125rem;
  }
  .c_content_editor h4, .c_gallery_item__ttl, .c_modal_content__item_ttl, .c_mv_item__time, .c_mv_item__desc, .c_btn01.is_md, .c_ttl01_jp {
    font-size: 1.25rem;
  }
  .c_content_editor h3, .c_posts01_ttl, .c_posts02_ttl, .c_cates_ttl {
    font-size: 1.5rem;
  }
  .c_content_editor h2 {
    font-size: 1.75rem;
  }
  .c_modal_content__ttl, .p_404__ttl, .c_mv_ttl__jp, .c_ttl02_jp {
    font-size: 2rem;
  }
  .c_mv_lead {
    font-size: 2.5rem;
  }
  body {
    font-size: 1rem;
  }
  #content {
    padding-top: 0;
  }
  :where(a:hover) {
    opacity: 0.8;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .h_cover:hover .h_cover_img::after {
    transform: scaleX(1);
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .h_zoom:hover .c_btn01 {
    border-color: #edecef;
    background-color: #fffdf5 !important;
    color: #001498;
    opacity: 1;
  }
  .h_zoom:hover .c_btn01::after {
    opacity: 1;
    transform: translateX(5px);
  }
  .h_zoom:hover .c_btn01::before {
    opacity: 0;
  }
  .c_ttl01 {
    padding-left: 0;
  }
  .c_ttl01_jp::before {
    left: -30px;
    width: 13px;
    height: 13px;
  }
  .c_ttl01_en {
    margin-top: 5px;
  }
  .c_ttl02_jp {
    font-size: clamp(1.875rem, 0.3164556962vw + 1.7231012658rem, 2rem);
  }
  .c_btn01 {
    justify-content: flex-start;
    min-width: 200px;
    padding-inline: 40px 20px;
    font-size: 0.875rem;
  }
  .c_btn01:hover {
    border-color: #edecef;
    background-position-x: 0%;
    color: #001498;
    opacity: 1;
  }
  .c_btn01:hover::after {
    opacity: 1;
    transform: translateX(5px);
  }
  .c_btn01:hover::before {
    opacity: 0;
  }
  .c_btn01::after, .c_btn01::before {
    width: 7px;
  }
  .c_btn01::before {
    left: 20px;
  }
  .c_btn01.is_white:hover {
    color: #fff;
  }
  .c_btn01.is_white:hover::after {
    background-color: #fff;
  }
  .c_btn01.is_opacity {
    padding-left: 35px;
  }
  .c_btn01.is_opacity::before {
    left: 18px;
  }
  .c_btn01.is_md {
    height: 80px;
    min-width: 400px;
  }
  .c_btn01.is_md::before {
    left: 50px;
  }
  .c_btn01.is_md::after {
    right: 40px;
  }
  .h_has_btn:hover .c_btn01 {
    border-color: #edecef;
    background-position-x: 0%;
    color: #001498;
    opacity: 1;
  }
  .h_has_btn:hover .c_btn01::after {
    opacity: 1;
    transform: translateX(5px);
  }
  .h_has_btn:hover .c_btn01::before {
    opacity: 0;
  }
  .h_has_btn:hover .c_btn01.is_white {
    color: #fff;
  }
  .h_has_btn:hover .c_btn01.is_white::after {
    background-color: #fff;
  }
  .c_cates_ttl, .c_posts02_ttl, .c_posts01_ttl {
    padding-bottom: 7px;
  }
  .c_posts01_list {
    padding-top: 40px;
  }
  .c_posts01_item:not(:last-child) {
    margin-bottom: 31px;
  }
  .c_posts01_item__link {
    gap: 16px;
  }
  .c_posts01_item__desc {
    padding-top: 5px;
  }
  .c_posts02_list {
    padding-top: 42px;
  }
  .c_posts02_item:not(:last-child) {
    margin-bottom: 22px;
  }
  .c_posts02_item__link {
    gap: 16px;
  }
  .c_posts02_item__time {
    margin-top: -2px;
  }
  .c_cates_list {
    padding: 37px 9px 0;
  }
  .c_cates_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .c_cates_item__link {
    gap: 16px;
  }
  .c_mv {
    justify-content: space-between;
    margin-left: auto;
    max-width: min(50% + 610px, 100%);
  }
  .c_mv_inner {
    padding-inline: 40px clamp(1.875rem, 2.4038461538vw + 0.7211538462rem, 3.125rem);
    padding-top: 80px;
    max-width: 829px;
  }
  .c_mv_img {
    margin-block: 0;
    flex-shrink: 0;
    max-width: max(100% - 829px, 581px);
    width: calc(50% - clamp(0px, (1600px - 100vw) * 100, 40px));
  }
  .c_mv_img img {
    max-height: unset;
  }
  .c_mv_topic {
    padding-top: 0;
    justify-content: flex-end;
  }
  .c_mv_topic > *:not(:last-child) {
    gap: 11px;
  }
  .c_mv_ttl {
    margin-top: 69px;
  }
  .c_mv_ttl__en {
    font-size: 1.25rem;
    margin-bottom: 21px;
  }
  .c_mv_ttl__jp {
    line-height: 1;
    font-size: clamp(1.625rem, 1.3888888889vw + 0.9583333333rem, 2rem);
    gap: 21px;
  }
  .c_mv_ttl__jp::after {
    width: 2.5em;
  }
  .c_mv_content {
    margin-top: clamp(3.125rem, 11.6586538462vw + -2.4711538462rem, 9.1875rem);
  }
  .c_mv_lead {
    font-size: clamp(1.875rem, 1.2019230769vw + 1.2980769231rem, 2.5rem);
  }
  .c_mv_desc {
    margin-top: clamp(1.875rem, 2.6898734177vw + 0.5838607595rem, 2.9375rem);
  }
  .c_mv_list {
    justify-content: space-between;
    max-width: 671px;
    margin-top: clamp(2.5rem, 3.9663461538vw + 0.5961538462rem, 4.5625rem);
  }
  .c_mv_item {
    max-width: 300px;
  }
  .c_mv_item__time {
    margin-top: 15px;
  }
  .c_mv_item__desc {
    margin-top: 9px;
  }
  .c_mv02 .c_mv_topic {
    justify-content: center;
  }
  .c_mv02 {
    padding-top: 80px;
  }
  .c_header {
    height: 80px;
    padding: 0 40px;
		background: none;
  }
  .c_header__contact {
    display: block;
  }
  .c_header_nav__inner {
    gap: 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c_header_nav__inner::before {
    content: "";
  }
  .c_header_nav .group_nav {
    display: flex;
    align-items: flex-start;
    gap: clamp(2.5rem, 20.8333333333vw + -7.5rem, 8.125rem);
    padding-top: clamp(6.25rem, 4.6875vw + 4rem, 8.6875rem);
    padding-inline: 40px;
    max-width: 1420px;
  }
  .c_header_nav .c_nav_item {
    border: none;
  }
  .c_header_nav .c_nav_item_link {
    width: auto;
    padding-inline: 0;
    padding-block: 0px;
    margin-top: 36px;
  }
  .c_header_nav .c_nav_item_link .txt_jp {
    font-size: 1.125rem;
  }
  .c_header_nav .c_nav_item_link .txt_en {
    margin-top: 6px;
  }
  .c_header_nav .c_nav_sub {
    margin-top: 36px;
    margin-left: 20px;
  }
  .c_header_nav .c_nav_sub_item {
    background-color: transparent;
    padding-left: 0;
    border: none;
    margin-top: 36px;
  }
  .c_header_nav .c_nav_sub_item_link {
    padding-block: 0;
  }
  .c_header_nav .c_nav_sub_item_link::before {
    top: 6px;
  }
  .c_header_nav .c_nav_sub_item_link .txt_jp {
    font-size: 1.125rem;
  }
  .c_header_nav .c_nav_sub_item_link .txt_en {
    margin-top: 6px;
  }
  .c_header_nav .group_wrap {
    align-items: flex-end;
    align-items: flex-start;
    max-width: calc(50% + 710px);
    margin-left: auto;
    padding-inline: 40px;
    padding-block: 0px 58px;
  }
  .c_header_nav .group_socical {
    gap: 15px;
    padding-top: 12px;
  }
  .c_header_nav .group_socical > * {
    width: 22px;
  }
  .c_header_nav .group_info .desc {
    right: 0;
    font-size: 1.25rem;
    bottom: calc(100% + clamp(1.25rem, 14.2361111111vw + -7.8611111111rem, 6.375rem));
  }
  .c_header_nav .group_info .logoarea {
    width: 120px;
    margin-right: 20px;
  }
  .c_humburger {
    width: 43px;
    height: 20px;
    margin-top: -4px;
  }
	.c_humburger.is_white .c_humburger__line {
 		background-color: #fff;
	}
	.c_footer {
    margin-top: clamp(9.375rem, 24.5843230404vw + -2.2718230404rem, 22.3125rem);
  }
  .c_footer_contact_link:hover .c_footer_contact_bg::after {
    background-position-x: 0%;
  }
  .c_footer_contact_inner {
    width: calc(100% - 80px);
    max-width: 1600px;
  }
  .c_footer_contact_link:hover {
    opacity: 0.7;
  }
  .c_footer_contact .contact_info {
    padding: 82px clamp(2.5rem, 12.7403846154vw + -3.6153846154rem, 9.125rem) 74px clamp(2.5rem, 23.5576923077vw + -8.8076923077rem, 14.75rem);
  }
  .c_footer_contact .contact_info_sub {
    font-size: 0.75rem;
  }
  .c_footer_contact .contact_info_title {
    font-size: 2rem;
    padding-top: 47px;
  }
  .c_footer_contact .contact_info_desc {
    line-height: 2;
    font-size: 1.125rem;
    padding-top: 16px;
  }
  .c_footer_contact .contact_icon {
    width: 20px;
    height: 20px;
    right: clamp(1.875rem, 12.1394230769vw + -3.9519230769rem, 8.1875rem);
  }
  .c_footer_sec02 {
    padding-bottom: 48px;
  }
  .c_footer_sec02 .group_nav {
    display: flex;
    align-items: flex-start;
    gap: clamp(3.75rem, 8.6538461538vw + -0.4038461538rem, 8.25rem);
    padding: clamp(6.25rem, 4.6875vw + 4rem, 8.6875rem) 0 0 clamp(2.5rem, 6.0096153846vw + -0.3846153846rem, 5.625rem);
  }
  .c_footer_sec02 .c_navfooter_item_link {
    margin-top: 36px;
  }
  .c_footer_sec02 .c_navfooter_item_link .txt_jp {
    font-size: 1.125rem;
  }
  .c_footer_sec02 .c_navfooter_item_link .txt_en {
    margin-top: 6px;
  }
  .c_footer_sec02 .c_navfooter_sub {
    margin-top: 36px;
  }
  .c_footer_sec02 .c_navfooter_sub_item {
    margin-top: 36px;
  }
  .c_footer_sec02 .c_navfooter_sub_item_link::before {
    top: 6px;
  }
  .c_footer_sec02 .c_navfooter_sub_item_link .txt_jp {
    font-size: 1.125rem;
  }
  .c_footer_sec02 .c_navfooter_sub_item_link .txt_en {
    margin-top: 6px;
  }
  .c_footer_sec02 .group_socical {
    margin-left: clamp(2.5rem, 5.8894230769vw + -0.3269230769rem, 5.5625rem);
    margin-top: -6px;
  }
  .c_footer_sec02 .group_socical .copy_right {
    padding-top: 0;
    text-align: left;
  }
  .c_footer_sec02 .group_socical .socical {
    gap: 15px;
    padding-bottom: 35px;
  }
  .c_footer_sec02 .group_socical .socical > * {
    width: 22px;
  }
  .c_footer .group_info {
    margin-bottom: 120px;
    margin-top: clamp(5rem, 5.7692307692vw + 2.2307692308rem, 8rem);
    padding-right: 40px;
  }
  .c_footer .group_info .desc {
    font-size: 1.25rem;
  }
  .c_footer .group_info .logoarea {
    width: 120px;
    margin-right: 10px;
    margin-top: clamp(3.75rem, 5.0480769231vw + 1.3269230769rem, 6.375rem);
    margin-right: 20px;
  }
  .c_tool {
    display: block;
    right: 60px;
  }
  .c_tool__wraper {
    padding-bottom: 59px;
  }
  .c_tool__social {
    right: -20px;
    display: flex;
    top: 0;
    height: 100vh;
    height: 100dvh;
    bottom: auto;
    gap: 15px;
    padding-bottom: clamp(1.25rem, 49.2753623188vh + -26.4673913043rem, 3.375rem);
  }
  .c_tool__social > * {
    width: 22px;
  }
  .c_tool__logo {
    width: 120px;
  }
  .c_tool__totop {
    top: calc(100% - 60px);
    width: 60px;
    height: 60px;
  }
  .c_tool__totop::before {
    width: 12px;
  }
  .c_gallery.no_slider {
    max-width: 1180px;
    padding-right: 40px;
  }
  .c_gallery.no_slider .c_gallery_list {
    gap: clamp(2.5rem, 13.8888888889vw + -4.1666666667rem, 6.25rem) !important;
  }
  .c_gallery.no_slider .c_gallery_item {
    width: clamp(12.5rem, 23.1481481481vw + 1.3888888889rem, 18.75rem) !important;
  }
  .c_gallery_control {
    bottom: calc(100% + 75px);
    gap: 16px;
    max-width: 760px;
    padding-right: 30px;
  }
  .c_gallery_control > *::before {
    height: clamp(1.875rem, 1.2658227848vw + 1.2674050633rem, 2.375rem);
  }
  .c_gallery_control > *:hover {
    opacity: 0.3;
  }
  .c_gallery_slider:not(.swiper-initialized) .swiper-wrapper {
    gap: 100px;
  }
  .c_gallery_item {
    width: clamp(15rem, 9.4936708861vw + 10.4430379747rem, 18.75rem);
  }
  .c_gallery_item__content {
    padding-left: 27px;
    margin-top: 35px;
  }
  .c_gallery_item__ttl {
    margin-bottom: 15px;
  }
  .c_gallery_item__ttl::before {
    width: 7px;
    left: -27px;
    top: 11px;
  }
  .c_gallery_item__desc {
    margin-top: 20px;
  }
  .c_panigation .wp-pagenavi {
    margin-top: clamp(6.25rem, 10.8796296296vw + 1.0277777778rem, 9.1875rem);
  }
  .c_panigation .wp-pagenavi > * {
    width: 36px;
  }
  .c_panigation .wp-pagenavi .previouspostslink:hover,
  .c_panigation .wp-pagenavi .nextpostslink:hover {
    opacity: 0.7 !important;
  }
  .c_modal {
    transition: 0.5s;
    padding-block: 100px;
  }
  .c_modal_main {
    max-height: calc(100vh - 200px);
    max-height: calc(100dvh - 200px);
  }
  .c_modal_inner {
    border-radius: 4px;
    max-width: 1140px;
    width: calc(100% - 120px);
  }
  .c_modal_close {
    border-radius: 0 4px 4px 0;
    bottom: auto;
    right: auto;
    left: 100%;
    flex-direction: column;
    top: 59px;
    width: 48px;
    height: 164px;
    padding-bottom: 12px;
    padding-right: 7px;
  }
  .c_modal_close::before {
    width: 14px;
  }
  .c_modal_close__txt {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .c_modal_content {
    max-width: 999px;
    padding-block: 71px 77px;
    padding-inline: 50px;
  }
  .c_modal_content__ttl {
    margin-inline: -10px;
  }
  .c_modal_content__ttl::after {
    margin-inline: -10px;
    margin-top: 24px;
  }
  .c_modal_content__desc {
    margin-top: 29px;
  }
  .c_modal_content__list {
    gap: 52px 39px;
    margin-top: 43px;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
  .c_modal_content__item_ttl {
    margin-top: 19px;
  }
  .c_modal_content__item_desc {
    margin-top: 11px;
  }
  .p_404__content {
    text-align: center;
    margin-top: 100px;
  }
  .p_404__desc {
    margin-top: 40px;
  }
  .p_404__btn {
    margin-top: 60px;
  }
  .c_loading_body__logo svg {
    width: 140px;
  }
  .c_content_editor > * {
    margin-bottom: 27px;
  }
  .c_content_editor h2 {
    padding-bottom: 16px;
  }
  .c_content_editor > h2 {
    margin-bottom: 34px;
  }
  .c_content_editor h3 {
    padding: 15px 20px;
  }
  .c_content_editor > h3 {
    margin-block: 73px 33px;
  }
  .c_content_editor h4 {
    margin-block: 56px 31px;
  }
  .c_content_editor .wp-block-gallery {
    gap: 28px !important;
  }
  .c_content_editor > .wp-block-gallery {
    margin-block: 53px 54px;
  }
  .c_content_editor > .wp-block-image {
    margin-block: 53px 20px;
  }
  .c_content_editor .wp-block-table {
    margin: 52px -1px 51px;
  }
  .c_content_editor .wp-block-table th {
    padding: 2px 5px;
  }
  .c_content_editor .wp-block-table td {
    padding: 12px 16px;
  }
  .c_single__control {
    margin-top: 73px;
    padding-top: 26px;
  }
  .c_single__control_inner {
    gap: 40px clamp(2.5rem, 11.3636363636vw + -4.7727272727rem, 3.75rem);
  }
  .c_single__control_back {
    margin-top: 90px;
  }
  .c_single__control_back .c_btn01 {
    width: 218px;
    min-height: 40px;
  }
  .l_container {
    max-width: 1420px;
    padding: 0 40px;
  }
  .l_container_md {
    max-width: 1220px;
    padding: 0 40px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;

}
:has(form.wpcf7-form) .grecaptcha-badge {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=maps/common.css.map */
