@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_txt_blue {
  color: #0045C8 !important;
}

.u_txt_base {
  color: #405365 !important;
}

.u_txt_base01 {
  color: #234262 !important;
}

.u_txt_orange {
  color: #FF6937 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

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

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

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

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

.u_mr_0 {
  margin-right: 0px !important;
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}
.u_txt_left {
  text-align: left !important;
}

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

.u_txt_center {
  text-align: center !important;
}

.u_txt_bold {
  font-weight: 700 !important;
}

.u_txt_regular {
  font-weight: 400 !important;
}

.u_txt_light {
  font-weight: 300 !important;
}

.u_f_b1 {
  font-family: "Shippori Antique B1", sans-serif !important;
}

.u_f_petch {
  font-family: "Chakra Petch", sans-serif !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
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
------------------------------
*/
body {
  line-height: 2;
  font-size: 1rem;
  font-weight: 500;
  color: #405365;
  font-family: "Noto Sans JP", sans-serif;
}
main {
  margin-top: 75px;
}
.body-wrapper {
  position: relative;
  display: block;
  overflow-x: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
  text-decoration: underline;
  text-underline-position: under;
}

a:hover {
  opacity: 1;
}
a[target=_blank] {
  position: relative;
  margin-right: 20px;
}

a[target=_blank]::after {
  position: absolute;
  top: 5px;
  right: -20px;
  content: "";
  background: url(../images/common/icon_04.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
a[target=_blank].no_icon {
  margin-right: 0;
}

a[target=_blank].no_icon::after {
  display: none;
}

.pc {
  display: none !important;
}
.pc_i_b {
  display: none;
}
.sp {
  display: block !important;
}
.ld_pc {
  display: none !important;
}
.ld_sp {
  display: block !important;
}
/*!
component > title
------------------------------
*/
.c_ttl01 {
  position: relative;
  padding-bottom: 15px;
}
.c_ttl01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background: #EE7246;
}
.c_ttl01__en {
  display: block;
  font-family: "Chakra Petch", sans-serif;
  color: #FF6937;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.c_ttl01__jp {
  display: block;
  font-family: "Shippori Antique B1", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #234262;
}
.c_ttl01_bgwhite .bg {
  background: linear-gradient(#fff, #fff) no-repeat left center;
  background-size: 100% 90%;
  padding: 0 6px;
}
.c_ttl01_35 {
  padding-bottom: 15px;
}
.c_ttl01_35 .c_ttl01__en {
  padding: 0;
  margin-bottom: 6px;
}
.c_ttl01_35 .c_ttl01__jp {
  padding: 0;
  color: #405365;
}
.c_ttl02 {
  font-size: min(2rem, 8vw);
  letter-spacing: 0;
  line-height: 1.2;
  color: #234262;
  font-family: "Shippori Antique B1", sans-serif;
}
.c_ttl03 {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.9642857143;
  font-weight: 700;
  color: #234262;
  padding-left: 20px;
}
.c_ttl03::after {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  background: #EE7246;
  width: 8px;
  height: 8px;
}
.c_ttl04__jp {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: #FF6937;
}
.c_ttl04__en {
  display: block;
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.26;
  color: #234262;
}
.c_ttl05 {
  display: flex;
  align-items: center;
}

.c_ttl05__ctx [class*=c_txt_16],
.c_ttl05__ctx [class*=c_txt_20],
.c_ttl05__ctx [class*=c_txt_25],
.c_ttl05__ctx [class*=c_txt_30] {
  display: block;
}

.c_ttl05__ctx [class*=c_txt_16] {
  margin-bottom: -6px;
}

.c_ttl05__ctx .ttl,
.c_ttl05__ctx .txt {
  color: #234262;
  font-weight: 700;
  display: block;
}

.c_ttl05__ctx .txt {
  font-size: 0.875rem;
}
.c_ttl05__ctx .ttl {
  font-size: 1.125rem;
}
.c_ttl05__number {
  position: relative;
  top: 4px;
  margin-right: 20px;
}
.c_ttl05__bg {
  padding: 15px;
  border-radius: 10px;
  background: #FFF;
}
.c_ttl05__bg__ctx [class*=c_txt_20] {
  padding-bottom: 3px;
}

/*!
component > btn
------------------------------
*/
.c_totop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  transform: translateY(150px);
  transition: 0.5s;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 9;
  background: #0045C8;
  border-radius: 40px;
  border: 2px solid #fff;
}
.c_totop::before {
  position: absolute;
  top: 50%;
  left: 11px;
  content: "";
  width: 12px;
  height: 3px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.c_totop::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
  width: 12px;
  height: 3px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  background: #fff;
}
.c_totop:hover {
  transform: translateY(-20px) !important;
}

.c_btn01 {
  display: block;
  background: #A0A0B4;
  text-decoration: none;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 20px;
}
.c_btn01_orange {
  background: #EE7246;
  color: #fff;
}

.c_btn01a[target=_blank]::after {
  display: none;
}

.c_btn02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
  color: #234262;
  text-decoration: unset;
  padding: 0 10px 0 40px;
  min-height: 30px;
}
.c_btn02__text {
  text-decoration: underline;
  transition: 0.5s;
  padding: 3px 0 3px 0;
}
.c_btn02::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #0045C8;
}
.c_btn02::after, .c_btn02[target=_blank]::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  content: "";
  background: url(../images/common/icon_02.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 10px;
}
.c_btn02_white {
  color: #fff;
}
.c_btn02_white::before {
  display: none;
}

.c_btn02:hover .c_btn02__text {
  text-decoration: unset;
}

.c_brlink {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.c_brlink__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px 10px 40px;
  text-decoration: underline;
}
.c_brlink__txt::after {
  position: absolute;
  top: 17px;
  left: 20px;
  content: "";
  background: url(../images/common/icon_02.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 10px;
}
.c_brlink_bg .img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.c_brlink_bg .img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: 1;
}

.c_brlink_bg .c_brlink__txt {
  z-index: 2;
}

.c_brlink_bg:hover .img::after {
  opacity: 0;
}

.c_link {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #CDCDDC;
  border-radius: 5px;
  width: 100%;
  padding: 12px 20px 12px 40px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-decoration: none;
}
.c_link::after {
  position: absolute;
  top: 50%;
  left: 20px;
  content: "";
  background: url(../images/common/icon_03.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 10px;
  transform: translateY(-50%);
}
.c_link_blank[target=_blank] {
  padding: 12px 20px 12px 40px;
  color: #0045C8;
  text-decoration: underline;
  text-underline-position: under;
}
.c_link_blank[target=_blank]::after {
  top: 24px;
  left: 19px;
  background: url(../images/common/icon_05.svg) no-repeat center;
  background-size: contain;
}
.c_link01 {
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  color: #0045C8;
}
.c_link01__txt {
  text-decoration: underline;
  text-underline-position: under;
}

.c_link01::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: url(../images/common/icon_03.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 10px;
}
.c_link01:hover .c_link01__txt {
  text-decoration: none;
}

.c_link01[target=_blank] {
  padding-left: 20px;
}
.c_link01[target=_blank]::after {
  top: 5px;
  background: url(../images/common/icon_05.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.no_hover {
  cursor: default !important;
}

.no_hover:hover {
  opacity: 1 !important;
}

.c_anchor {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.c_anchor__item {
  max-width: 320px;
  width: 100%;
  margin: 10px;
}
.c_btn03 {
  position: relative;
  display: block;
  background: #0045C8;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 18px 40px 18px 20px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
.c_btn03::before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  transform: translateY(-50%);
  background: url(../images/common/icon_down.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 15px;
}
.c_btn03_orange {
  background: linear-gradient(to left, #EE7246, #EE892E);
}
.c_btn03_white {
  background: #fff;
  border: 1px solid #CDCDDD;
  color: #A0A0B4;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 15px 20px;
  text-align: center;
}
.c_btn03_white::before {
  display: none;
}

.c_btn03_white.active {
  background: #0045C8;
  color: #fff;
  border: 1px solid #0045C8;
}

.c_btn03_white:hover {
  background: #0045C8;
  color: #fff;
  border: 1px solid #0045C8;
}

.c_btn03[target=_blank]::after {
  display: none;
}

.c_btn04 {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 20px 20px;
  text-align: center;
  color: #0045C8;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
}
/*!
component > list
------------------------------
*/
.c_list__item {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-right: 20px;
  color: #fff;
}
.c_list__item::after {
  position: absolute;
  top: 6px;
  right: -12px;
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
}
.c_list__item:last-child::after {
  display: none;
}

.c_list01 {
  border-bottom: 1px solid #CDCDDD;
  padding: 30px 20px;
  background: #fff;
}
.c_list01:last-child {
  border-bottom: 1px solid transparent;
}

.c_list01__img {
  width: 100px;
  float: left;
  margin: 0 20px 0 0;
}
.c_list01__img img {
  overflow: hidden;
  border-radius: 10px;
}

.c_list01__txt {
  width: 100%;
  padding: 0px;
}
.c_list01__txt [class*=c_txt_20] {
  overflow: inherit !important;
  margin-bottom: 12px !important;
}
.c_list01__txt [class*=c_txt_16] {
  overflow: inherit !important;
  margin-bottom: 10px !important;
}

.c_list01__txt [class*=c_txt_16]:last-child {
  margin-bottom: 0 !important;
}

.c_list01::after {
  display: table;
  content: "";
  clear: both;
}

.c_list01_big {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.c_list01_big .c_list01__img {
  width: 50%;
  float: left;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.c_list01_big .c_list01__img::after {
  display: table;
  content: "";
  clear: both;
}

.c_list01_big .c_list01__img img {
  border-radius: 10px;
}

.c_list01_big .c_list01__txt {
  width: 100%;
  padding: 0px;
}
.c_list01_nobg {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.c_list02 {
  background: #fff;
  padding: 20px;
}
.c_list02 [class*=c_txt_20] {
  margin-bottom: 18px;
}
.c_list02__left {
  margin-bottom: 15px;
}
.c_list02__right img {
  overflow: hidden;
  border-radius: 10px;
}

.c_list03 {
  counter-reset: num;
}

.c_list03__item {
  position: relative;
  padding-left: 20px;
}

.c_list03__item::after {
  position: absolute;
  top: 10px;
  left: 0;
  counter-increment: num;
  content: counter(num);
  font-size: 1rem;
  color: #FF6937;
  line-height: 1;
  font-family: "Chakra Petch", sans-serif;
}
.c_list03__item .txt {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  font-size: min(16px, 4.3vw);
}
.c_list03__item .txt .c_label01 {
  position: absolute;
  top: 6px;
  right: 0;
}
.c_list03__item .c_label {
  font-size: 1rem;
  border: 2px solid #ED7246;
}

.c_list04 {
  background: #F3F3F6;
  border-radius: 5px;
  padding: 15px 20px;
}
.c_list04__ttl {
  font-family: "Chakra Petch", sans-serif;
  color: #FF6937;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1rem;
  margin-bottom: 5px;
}
.c_listbox {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c_listbox__item {
  background: #fff;
  padding: 25px 20px 30px 20px;
}
.c_listbox__item [class*=c_txt_20] {
  margin-bottom: 14px;
}

.c_listbox__item [class*=c_txt_16] {
  margin-bottom: 6px !important;
}

.c_listbox__item [class*=c_txt_16]:last-child {
  margin-bottom: 0 !important;
}

.c_listbox_3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.c_listbox_3 [class*=c_txt_16] {
  max-width: 260px;
  margin: 0 auto;
}
.c_listbox_3 .c_listbox__item {
  padding: 25px 20px 30px 20px;
}
.c_listbox_full {
  grid-template-columns: 1fr;
}
.c_postlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 40px 20px;
}
.c_postlist__name .en {
  position: relative;
  top: 3px;
  font-size: 1.125rem;
  color: #FF6937;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
}
.c_postlist__name .sub {
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #A0A0B4;
}
.c_postlist__name .jp {
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #A0A0B4;
}
.c_postlist__item {
  display: block;
  text-decoration: none;
}

.c_postlist__item .img {
  margin-bottom: 14px;
}
.c_postlist__item .c_label {
  padding: 5px 10px;
  min-height: 20px;
  margin-bottom: 10px;
}
.c_postlist__item [class*=c_txt_30] {
  margin-bottom: 10px;
}
.c_postlist__item [class*=c_txt_20] {
  margin-bottom: 10px;
}
.c_postlist_01 {
  grid-template-columns: 1fr;
}
.c_tab .c_ttl05 {
  position: relative;
  border-bottom: 1px solid #CDCDDD;
  padding: 20px 30px 20px 10px;
  text-decoration: none;
}
.c_tab .c_ttl05::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
  background: url(../images/common/icon_down02.svg) no-repeat;
  background-size: contain;
}
.c_tab .c_ttl05__number {
  margin-right: 20px;
}
.c_tab__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  border-top: 1px solid #CDCDDD;
}
.c_tab__item_2 {
  width: 100%;
}

.c_tab__item_2 .c_ttl05 {
  height: 50%;
}

/*!
component > slider
------------------------------
*/
.c_slider01 {
  cursor: pointer;
}
.c_slider01__item {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
  border-radius: 10px;
}

.c_slider01__item:focus {
  outline: none;
}

.c_slider01__item img {
  transition: 0.5s;
}

.c_slider01__item:hover img {
  transform: scale(1.2);
}

.c_slider01__txt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.c_slider01__txt .c_txt_25_40 {
  margin-bottom: 8px;
}

.c_slider01 .slick-list {
  overflow: visible;
}

.c_slider02 {
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}
.c_slider02__img {
  max-width: 100%;
}

.c_slider02__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 15px 15px 10px 15px;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.c_slider02__txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.95) 100%) no-repeat bottom left;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.c_slider02__item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transform-origin: bottom center;
  pointer-events: none;
}
.c_slider02__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: 0.5s;
  opacity: 1;
}

.c_slider02__item.active {
  opacity: 1;
  pointer-events: all;
}

.c_slider02__item.active::before {
  opacity: 0;
}

.c_slider02__item.active .c_slider02__txt {
  opacity: 1;
}

.c_slider02__item.active:hover img {
  transform: scale(1.2);
}

.c_slider02__item img {
  transition: 0.5s;
}

.c_slider02 .slick-list {
  overflow: visible;
}

.c_slider02 .slick-track {
  display: flex;
  align-items: flex-end;
}

.c_slider02 .c_txt_35_53 {
  margin-bottom: 6px;
}
.c_slider02 .c_label {
  margin-bottom: 5px;
}
.c_slider02 .list .txt {
  color: #A0A0B4;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.c_slider02 .list__item {
  line-height: 1;
}
.c_slider02 .list__item .c_label {
  color: #234262;
  margin-left: 0;
}
.c_slider02 .list__item:first-child {
  flex-shrink: 0;
}

.c_slider02 .list__item:last-child {
  width: 100%;
}
.c_slider03 {
  position: relative;
}
.c_slider03 .slick-list {
  padding: 0 !important;
}

.c_slider03 .slick-list {
  overflow: visible !important;
}

.c_slider03 .slick-slide {
  height: auto;
}

.c_slider03 .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

.c_slider03 .slick-arrow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c_slider04 {
  max-width: 1060px;
  width: calc(100% + 20px);
}
.c_slider04 .slick-list {
  padding: 0 !important;
}

.c_slider04 .slick-list {
  overflow: visible !important;
}

.c_slider04__item {
  display: block;
  margin-right: 20px;
  text-decoration: none;
}
.c_slider04 .img {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.c_slider04 [class*=c_txt_20] {
  margin-bottom: 3px;
}

.c_slider05 {
  width: calc(100% + 20px);
}
.c_slider05__item {
  margin-right: 20px;
}
.c_slider05 .slick-list {
  padding: 0 !important;
}

.c_slider05 .slick-list {
  overflow: visible;
}

/*!
component > box
------------------------------
*/
.c_box {
  background: #F3F3F6;
  padding: 20px 20px;
  border-radius: 5px;
}
.c_box__img img {
  border-radius: 10px;
}

.c_box__txt {
  margin-bottom: 15px;
}
.c_box__txt [class*=c_txt_25] {
  margin-top: 5px;
  margin-bottom: 10px;
}
.c_box01 {
  display: flex !important;
  background: #F3F3F6;
  padding: 30px 20px;
  width: 560px;
  border-radius: 5px;
  margin: 0 20px 0 0;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  outline: none;
  text-decoration: none;
}
.c_box01 [class*=c_txt_16] {
  margin-bottom: 0 !important;
}

.c_box01 .line {
  padding-top: 20px;
  border-top: 1px solid #CDCDDD;
  margin-top: 20px;
}
.c_box01__ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.c_box01__ttl__img {
  width: 32%;
  max-width: 150px;
  padding: 4px 0 0 0;
}

.c_box01__ttl__txt {
  width: 68%;
  padding-right: 20px;
}

.c_box01__name .en {
  position: relative;
  top: 3px;
  font-size: 1.125rem;
  color: #FF6937;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
  display: inline-block;
  margin-right: 20px;
}
.c_box01__name .jp {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #A0A0B4;
  display: inline-block;
}
/*!
component > other
------------------------------
*/
/*------START: css for loadding-------*/
.c_loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_02.png) no-repeat center;
  background-size: cover;
  z-index: 10000;
}

.c_bgpage::after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_02.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.ball_zig_zag {
  position: relative;
  transform: translate(-15px, -15px);
}

.ball_zig_zag > div {
  position: absolute;
  top: 4px;
  left: -7px;
  background-color: #0045C8;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  margin-left: 15px;
}

.ball_zig_zag > div:first-child {
  animation: ball_zig 0.7s 0s infinite linear;
}

.ball_zig_zag > div:last-child {
  animation: ball_zag 0.7s 0s infinite linear;
}
@keyframes ball_zig {
  33% {
    transform: translate(-15px, -30px);
  }
  66% {
    transform: translate(15px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ball_zag {
  33% {
    transform: translate(15px, 30px);
  }
  66% {
    transform: translate(-15px, 30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ani {
  0% {
    transform: translateX(10vw);
    opacity: 0;
  }
  50% {
    transform: translateX(0vw);
    opacity: 1;
  }
  75% {
    transform: translateX(-5vw);
    opacity: 1;
  }
  100% {
    transform: translateX(-10vw);
    opacity: 0;
  }
}
.c_animation {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20000;
  width: 100%;
  height: 100vh;
}

.c_animation__item {
  position: absolute;
  display: block;
  width: 60px;
  height: 10px;
  background: linear-gradient(to right, #0045C8, transparent);
  z-index: 100;
  opacity: 0;
}
.c_animation__item#path1 {
  top: 27.3vh;
  left: 26.7vw;
  animation: ani 1s linear;
  animation-iteration-count: infinite;
}

.c_animation__item#path2 {
  top: 51vh;
  left: 12.2vw;
  animation: ani 1s linear;
  animation-iteration-count: infinite;
  animation-delay: 1.5s;
}

.c_animation__item#path3 {
  top: 56.5vh;
  right: 13vw;
  animation: ani 1s linear;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

.c_splash {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0045C8;
  z-index: 99;
  text-align: center;
  color: #fff;
}

.c_splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
}

.c_splash_logo img {
  opacity: 0;
}

.c_splashbg {
  display: none;
}

body.appear .c_splashbg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 80;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #0045C8;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  /*伸びる背景色の設定*/
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.appear_content {
  position: relative;
  opacity: 0;
  z-index: 1;
}

body.appear .appear_content {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c_label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  background: #F3F3F6;
  border-radius: 3px;
  padding: 0 5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  font-size: 0.75rem;
}
.c_label_blue {
  background-color: #0045C8;
  color: #fff;
}

.c_label_orange {
  background-color: #FF6937;
  color: #fff;
}

.c_label_16 {
  font-size: 0.875rem;
}
.c_label01 {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding: 2px 3px 3px 3px;
  border: 1px solid #ED7246;
  color: #FF6937;
  border-radius: 5px;
}
@keyframes ani_bg {
  from {
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 0% 100%;
  }
  to {
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 100% 100%;
  }
}
@keyframes ani_bg1 {
  from {
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 0% 90%;
  }
  to {
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 100% 90%;
  }
}
@keyframes ani_txt {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes ani_txt1 {
  from {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
  }
  to {
    mask-position-x: 0%;
    -webkit-mask-position-x: 0%;
  }
}
.js_bg {
  display: inline-block;
  background: linear-gradient(#fff, #fff) no-repeat left center;
  background-size: 100% 90%;
  padding: 0 5px;
  animation: ani_bg 900ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
  animation-delay: 0.8s;
  line-height: 1;
  margin-right: -20px;
}
.js_bg__text {
  display: inline-block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}

.js_bg .js_bg__text {
  animation: ani_txt 900ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
  animation-delay: 0.5s;
  position: relative;
  z-index: 2;
}

.js_inview_bg_1.js_bg,
.js_inview_bg_1.js_bg .js_bg__text {
  animation-delay: 900ms;
}

.js_inview_txt {
  opacity: 0;
}

.js_inview_txt.js_text {
  opacity: 1;
}

.js_text {
  animation: ani_txt1 900ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0 50%, #fff 50% 100%);
  mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0 50%, #fff 50% 100%);
  -webkit-mask-size: 200%;
  mask-size: 200%;
  -webkit-mask-position: 100% 50%;
  mask-position: 100% 50%;
}

@keyframes photoshow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes photohide {
  0% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(0);
  }
}
.c_mv01 {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.c_mv01__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.c_mv01__img .slick-list,
.c_mv01__img .slick-track {
  padding: 0 !important;
  height: 100%;
  width: 100%;
}

.c_mv01__img.slick-initialized .slick-slide {
  transition-delay: 0.8s !important;
  transition-duration: 0s !important;
}

.c_mv01__img__item {
  outline: unset;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.c_mv01__img__item #top.loadover .mainImg ul li::before {
  width: 0;
  transition: 0.8s;
  transition-delay: 1.6s;
}

.c_mv01__img__item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0045C8;
  animation: photohide 0.6s forwards;
  z-index: 1;
}

.c_mv01__img__item.slick-current::after {
  animation: photoshow 0.6s forwards;
  animation-delay: 0.7s;
}

.c_mv01__img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.c_mv01__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  background-size: cover;
  padding: 20px;
}
.c_mv01__txt {
  position: relative;
  z-index: 4;
}

.c_mv01 .txt {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #234262;
  font-weight: 700;
  margin-bottom: 5px;
}
.c_mv01 .c_ttl02 {
  margin-bottom: 5px;
}
.c_mv01 .c_ttl02 .bg {
  display: inline-block;
  background: linear-gradient(#fff, #fff) no-repeat left center;
  background-size: 100% 90%;
  padding: 0 5px;
  animation: ani_bg1 900ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
  animation-delay: 3.7s;
}
.c_mv01 .c_ttl02 .bg__text {
  display: inline-block;
  width: 0;
  animation: ani_txt 900ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: both;
  animation-delay: 4s;
  overflow: hidden;
  white-space: nowrap;
}

.c_mv01 .txt_1 {
  color: #0045C8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
.c_mv01 .txt_1 .js_bg {
  animation-delay: 3.9s;
}

.c_mv01 .txt_1 .js_bg__text {
  animation-delay: 4.2s;
}

.c_mv01 .c_banner {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.c_mv02 {
  margin: 0 20px;
  border-radius: 10px;
}
.c_mv02__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  min-height: 265px;
}
.c_mv02__en {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Chakra Petch", sans-serif;
  line-height: 1;
  color: #FF6937;
  text-transform: uppercase;
}
.c_mv02__en .js_inview_bg {
  padding: 5px 10px 1px 10px;
}
.c_mv02__jp {
  font-weight: 600;
  font-size: min(7.2vw, 28px);
  letter-spacing: 0;
  line-height: 1.35;
  color: #234262;
}
.c_mv02__jp .js_inview_bg {
  padding: 6px 10px;
}
.c_mv03 {
  height: 37.5vw;
  min-height: 500px;
  background-position: 40% 50%;
  position: relative;
}
.c_mv03 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.c_mv03 .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.c_mv03__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}

.c_mv03__content {
  padding: 20px 0;
}
.c_mv03 .c_label_orange {
  margin-bottom: 8px;
  padding: 4px 7px;
}
.c_mv03 .ttl {
  font-size: min(26px, 7.5vw);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.c_mv03 .txt {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}
.c_mv03__label .en {
  position: relative;
  top: 1px;
  font-size: 1.125rem;
  color: #FF6937;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Chakra Petch", sans-serif;
}
.c_mv03__label .jp {
  display: block;
  padding-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #FFF;
}
.c_mv03__label .sub {
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #FFF;
}
.c_mv03__label .name {
  margin-right: 20px;
}
.c_mv03__label .list {
  display: flex;
  flex-wrap: wrap;
}

.c_mv03__label .list .c_label {
  min-height: 20px;
  padding: 3px 9px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.c_topic {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 30px;
}
.c_topic__item {
  display: inline-block;
  margin-left: 20px;
}
.c_topic__link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #969696;
  text-decoration: none;
}
.c_topic__link::before {
  position: absolute;
  top: 8px;
  right: -12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #969696;
  border-right: 2px solid #969696;
  transform: rotate(45deg);
}
.c_topic__link[target=_blank]::after {
  display: none;
}

.c_topic__link[target=_blank] span {
  position: relative;
  padding-right: 25px;
}

.c_topic__link[target=_blank] span::after {
  position: absolute;
  top: 5px;
  right: 6px;
  content: "";
  background: url(../images/common/icon_04.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.c_topic__txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #FF6937;
  text-decoration: underline;
  text-underline-position: under;
}
.c_accordion__ttl {
  position: relative;
  background: #F3F3F6;
  padding: 17px 40px 17px 17px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}
.c_accordion__ttl::before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  background: #FF6937;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}
.c_accordion__ttl::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  background: #FF6937;
  width: 16px;
  height: 2px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.c_accordion__ttl.active::after {
  transform: translateY(-50%) rotate(0);
}

.c_accordion__ttl:hover {
  opacity: 0.7;
}

.c_accordion__qa {
  position: relative;
  padding-left: 25px;
}
.c_accordion__qa .en {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 1.125rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FF6937;
}
.c_accordion__qa .ttl {
  font-size: 1rem;
  color: #234262;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}
.c_accordion__qa .c_txt_16_35 a {
  color: #0045C8;
}

.c_accordion__content {
  display: none;
}

.c_accordion__content .c_accordion__qa {
  padding: 20px 20px 20px 42px;
}
.c_accordion__content .c_accordion__qa .en {
  top: 27px;
  left: 18px;
}
.c_accordion__content .list {
  display: flex;
  margin-top: 23px;
  flex-wrap: wrap;
}

.c_accordion__content .list__item {
  width: 130px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.c_accordion__content .list__item a[target=_blank]::after {
  display: none;
}

.c_accordion__content .list__item .text_sub {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00b4d5;
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.5625rem;
  min-height: 35px;
}
.c_accordion__content.active {
  display: block;
}

.c_gird {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c_gird__item {
  flex-shrink: 0;
}

.c_gird_3 {
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.c_scroll {
  color: #002BC8;
  writing-mode: vertical-lr;
  font-size: 0.75rem;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 30px;
  text-decoration: none;
}
.c_scroll::after {
  position: absolute;
  top: 60px;
  left: 50%;
  content: "";
  background: #002BC8;
  width: 1px;
  height: 52px;
}

.c_banner {
  position: relative;
  z-index: 1;
  background: url(../images/common/bg.jpg) no-repeat center;
  padding: 20px;
  color: #fff;
  max-width: 280px;
  border-radius: 5px;
  transform: translateX(100%);
  transition: 0.5s;
  width: 75vw;
}
.c_banner .click {
  position: absolute;
  top: 50%;
  left: -26px;
  display: block;
  border: 2px solid #fff;
  border-right: none;
  transform: translateY(-50%);
  background: #FF6937;
  cursor: pointer;
  width: 26px;
  height: 60px;
  border-radius: 10px 0 0 10px;
}
.c_banner .click::before {
  position: absolute;
  top: 19px;
  left: 50%;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  transform: rotate(-45deg) translateX(-75%);
}

.c_banner .click::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg) translateX(-75%);
  transition: 0.5s;
}

.c_banner .click.active::before {
  top: 28px;
  transform: rotate(45deg) translateX(-50%);
}

.c_banner .click.active::after {
  bottom: 27px;
  transform: rotate(-45deg) translateX(-50%);
}

.c_banner__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c_banner .text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4666666667;
  margin-bottom: 5px;
}
.c_banner .title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4666666667;
  margin-bottom: 5px;
}
.c_banner .title .text_1 {
  font-family: "Chakra Petch", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
.c_banner.active {
  transform: translateX(0);
}
.c_tbl__ttl {
  width: 100%;
  background: #fff;
  padding: 15px 20px;
}
.c_tbl__content {
  position: relative;
  width: 100%;
  padding: 20px;
}
.c_tbl__content [class*=c_txt_18] {
  margin-bottom: 0;
}
.c_tbl__content [class*=c_txt_16] {
  margin-bottom: 20px;
}
.c_tbl__content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #CDCDDD;
  width: 100%;
  height: 1px;
}
.c_tbl__content .c_list03__item [class*=c_txt_16] {
  margin-bottom: 30px;
  margin-left: 0;
}
.c_tbl__content .c_list03__item:last-child [class*=c_txt_16] {
  margin-bottom: 0px;
}

.c_banner01 {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.c_banner01 .c_btn02 {
  position: relative;
  margin-left: 20px;
  font-size: 0.875rem;
  padding-left: 33px;
}
.c_banner01 .bg {
  background: linear-gradient(#fff, #fff) no-repeat left center;
  background-size: 100% 90%;
  padding: 0 5px;
}
.c_banner01__img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.c_banner01__img img {
  height: 100%;
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.c_banner01__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, transparent, #0045C8) no-repeat;
  background-size: 100% 70%;
  background-position: 0 100%;
}
.c_banner01__txt {
  z-index: 1;
  width: 100%;
  padding: 20px 20px 0px 20px;
}
.c_banner01__txt .ttl {
  font-size: min(1.125rem, 4.2vw);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.56;
  margin-bottom: 10px;
  color: #234262;
}
.c_banner01__txt .c_list {
  margin-bottom: 5px;
}
.c_banner01a {
  transform: 0.5s;
}

.c_banner01a:hover {
  opacity: 0.8;
}

.c_banner02 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  z-index: 2;
  margin-top: 40px;
}
.c_banner02::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 50%;
  z-index: -1;
}

.c_banner02__inner {
  background: url(../images/common/bg_01.png) no-repeat center;
  background-size: cover;
  border-radius: 5px;
  padding: 40px 0;
}
.c_banner02__content {
  max-width: 210px;
  margin: 0 auto;
}
.c_banner02__left {
  position: relative;
  display: block;
  margin-bottom: 50px;
  text-decoration: unset;
}
.c_banner02__left .c_txt_35_55 {
  margin-bottom: 6px !important;
}

.c_banner02__left::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
}
.c_banner02__right {
  display: block;
  text-decoration: unset;
  margin-right: 0;
}
.c_banner02__right .c_txt_20_36 {
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}

.c_banner02__right[target=_blank] {
  margin-right: 0;
}

.c_banner02__right::after {
  display: none;
}

.js_custom_cursor {
  position: absolute;
  display: flex;
  cursor: pointer;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -10px;
  margin-top: -10px;
  pointer-events: none;
  z-index: 99;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, -webkit-clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path, -webkit-clip-path;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.js_custom_cursor__ball {
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.js_custom_cursor.activeproject {
  background-color: #0045c8;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition-property: width, height, background, margin-left, margin-top, border, transform, rotate, translate;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  opacity: 1;
}
.js_custom_cursor.activeproject .js_custom_cursor__ball {
  width: 18px;
  height: 12px;
  background: url(../images/common/icon_01.svg) no-repeat center;
  background-size: contain;
}

#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #F3F3F6;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #999;
}

#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
/*!
component > gnavi
------------------------------
*/
.c_gnavi {
  display: none;
  padding-top: 20px;
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  height: calc(100vh - 75px);
  background: #F3F3F6;
  padding: 30px 20px 20px 20px;
}
.c_gnavi__inner {
  overflow: auto;
  max-height: calc(100vh - 100px);
}
.c_gnavi__btn {
  position: relative;
  z-index: 2;
}

.c_gnavi__btn__content {
  display: block;
  background: transparent;
  border-radius: 5px;
  color: #fff;
  max-width: 100%;
  padding: 15px 0px;
  border-radius: 10px;
  margin: 20px auto;
}
.c_gnavi__btn__item {
  padding: 0 12px;
  flex-shrink: 0;
  background: #0045C8;
  padding: 10px;
  border-radius: 5px;
}
.c_gnavi__btn__item:first-child {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}
.c_gnavi__btn__item:first-child::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
}
.c_gnavi__btn__link {
  text-decoration: none;
}

.c_gnavi__btn__link .en {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
}
.c_gnavi__btn__link .jp {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
.c_gnavi__btn__link[target=_blank] {
  margin: 0;
}

.c_gnavi__btn__link[target=_blank]::after {
  display: none;
}
.c_menu__item {
  position: relative;
  text-align: center;
  margin-bottom: 2px;
}
.c_menu__link {
  display: block;
  text-decoration: none;
  color: #234262;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  padding: 10px 50px 10px 20px;
  background: #fff;
  text-align: left;
}
.c_menu__sub {
  position: relative;
  display: none;
  padding: 15px 0;
}
.c_menu__sub__inner > .c_menu__sub__item {
  cursor: default;
}
.c_menu__sub__inner > .c_menu__sub__item .c_btn02 {
  display: none;
}
.c_menu__sub__inner > .c_menu__sub__item .c_btn02:hover {
  text-decoration: unset;
}
.c_menu__sub__inner > .c_menu__sub__item .ld_sp {
  display: inline-block !important;
}
.c_menu__sub__content .c_btn02 {
  font-size: 1rem;
  padding-left: 0;
}
.c_menu__sub__content .c_btn02::before {
  width: 45px;
  height: 45px;
  left: 0;
}
.c_menu__sub__content .arrow_none::after {
  display: none;
}

.c_menu__sub__content .pl_0 {
  padding-left: 0;
}

.c_menu__sub__content .text_underline {
  text-decoration: underline;
  transition: 0.5s;
}

.c_menu__sub__content .text_underline:hover {
  -webkit-text-decoration: transparent;
  text-decoration: transparent;
}
.c_menu__sub__item a[target=_blank]::after {
  display: none;
}

.c_menu__sub__item a[target=_blank] span {
  display: block;
  position: relative;
  padding: 0 30px 0 0px;
}
.c_menu__sub__item a[target=_blank] span::before {
  position: absolute;
  top: 5px;
  right: 8px;
  content: "";
  background: url(../images/common/icon_04.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.c_menu__sub__item a[target=_blank] span::after {
  content: "";
  background: url(../images/common/icon_03.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 8px;
  position: absolute;
  left: -20px;
  top: 5px;
}
.c_menu__sub__link {
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  width: 100%;
  padding: 8px 10px;
  text-align: left;
  color: #234262;
  padding-left: 30px;
  position: relative;
}
.c_menu__sub__link::after {
  content: "";
  background: url(../images/common/icon_03.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 8px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.c_menu .over {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.c_menu .over::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 50px;
  z-index: 2;
}
.c_menu .over::before {
  position: absolute;
  top: 24px;
  right: 18px;
  content: "";
  width: 14px;
  height: 2px;
  background: #FF6937;
  transition: 0.5s;
}
.c_menu .over::after {
  background: linear-gradient(#FF6937, #FF6937) no-repeat;
  background-position: 50% 50%;
  background-size: 2px 14px;
  transition: 0.5s;
}
.c_menu .over.active::after {
  transform: rotate(-90deg);
}
/*!
component > footer
------------------------------
*/
.c_footer {
  position: relative;
  z-index: 2;
  padding: 60px 0 0 0;
  background: #fff;
}
.c_footer .c_logo {
  margin-left: -18px;
  margin-bottom: 25px;
}
.c_footer .c_txt_16_30 {
  margin-bottom: 10px;
  color: #234262;
}
.c_footer .c_txt_16_30:last-child {
  margin-bottom: 0;
}

.c_footer .c_txt_14_25 {
  margin-bottom: 10px;
}
.c_footer .c_txt_18 {
  margin-bottom: 5px;
  color: #234262;
  text-decoration: none;
}
.c_footer .c_txt_18:last-child {
  margin-bottom: 0;
}

.c_footer .list {
  margin-bottom: 20px;
}
.c_footer .list:last-child {
  margin-bottom: 0;
}
.c_footer .list__item a[target=_blank]::after {
  display: none;
}

.c_footer .list__item a[target=_blank] span {
  position: relative;
}

.c_footer .list__item a[target=_blank] span::after {
  position: absolute;
  top: 8px;
  right: -20px;
  content: "";
  background: url(../images/common/icon_04.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.c_footer__flex {
  display: flex;
}
.c_footer__flex__left {
  margin-bottom: 20px;
  margin-right: 30px;
  flex-shrink: 0;
}
.c_footer__flex__right {
  flex-shrink: 0;
}
.c_footer__logo {
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
}
.c_footer__logo__item a[target=_blank]::after {
  display: none;
}

.c_footer__end {
  padding: 20px 0 20px 0;
  border-top: 1px solid #CDCDD9;
}
.c_footer__end .link {
  margin-bottom: 10px;
}
.c_footer__end .link__item {
  display: inline-block;
  margin-right: 20px;
}
.c_footer__end .coppy {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
/*!
component > txt
------------------------------
*/
.c_txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.2222222222;
  letter-spacing: 0;
}
.c_txt_12 {
  font-size: 0.625rem;
  font-weight: 500;
}
.c_txt_13 {
  font-size: 0.6875rem;
  font-weight: 500;
}
.c_txt_14 {
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}
.c_txt_15_25 {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
.c_txt_14_25 {
  font-size: 0.75rem;
  line-height: 1.7857142857;
  font-weight: 500;
}
.c_txt_16 {
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
}
.c_txt_16_30 {
  font-size: 0.875rem;
  line-height: 1.875;
  font-weight: 500;
}
.c_txt_16_32 {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}
.c_txt_16_35 {
  font-size: 0.875rem;
  line-height: 2.1875;
  font-weight: 500;
}
.c_txt_17 {
  font-size: 0.875rem;
  font-weight: 500;
}
.c_txt_18 {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}
.c_txt_18_30 {
  font-size: 0.875rem;
  line-height: 1.6666666667;
  font-weight: 500;
}
.c_txt_18_35 {
  font-size: 0.875rem;
  line-height: 1.9444444444;
  font-weight: 500;
}
.c_txt_18_50 {
  font-size: 0.875rem;
  line-height: 2.7777777778;
  font-weight: 500;
}
.c_txt_19 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.c_txt_20_30 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.c_txt_20_36 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
.c_txt_20_38 {
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 500;
}
.c_txt_20_40 {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.c_txt_22_41 {
  font-size: 1.125rem;
  line-height: 1.8636363636;
  font-weight: 500;
}
.c_txt_20_35 {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}
.c_txt_21 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
.c_txt_22 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
.c_txt_23_35 {
  font-size: 1rem;
  line-height: 1.5217391304;
  font-weight: 500;
}
.c_txt_24 {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
.c_txt_25_39 {
  line-height: 1.56;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_25_40 {
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_25_46 {
  line-height: 1.84;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_26 {
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_30_45 {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_32_39 {
  line-height: 1.21875;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_35_53 {
  line-height: 1.5142857143;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_35_55 {
  line-height: 1.5714285714;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_38 {
  font-weight: 500;
  font-size: 1.375rem;
}
.c_txt_39 {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.125rem;
}
.c_txt_49 {
  line-height: 1;
  font-weight: 500;
  font-size: 1.5rem;
}
.c_txt_50 {
  line-height: 1.8;
  font-weight: 500;
  font-size: 2rem;
}
.c_txt_53 {
  line-height: 1.8;
  font-weight: 500;
  font-size: 1.625rem;
}
.c_txt_63 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2rem;
}
/*!
component > header
------------------------------
*/
.c_logo {
  display: block;
  width: 240px;
}
.c_toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: #0045C8;
  border-radius: 5px;
}
.c_toggle::after {
  position: absolute;
  bottom: 13px;
  left: 11px;
  content: "";
  width: 54%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}

.c_toggle::before {
  position: absolute;
  top: 13px;
  left: 11px;
  content: "";
  width: 54%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}

.c_toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 54%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.c_toggle.active::before {
  transform: translate(-1px, 8px) rotate(45deg);
}

.c_toggle.active::after {
  transform: translate(-1px, -9px) rotate(-45deg);
}

.c_toggle.active .c_toggle__line {
  opacity: 0;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 2px 20px 10px 20px;
  transition: 0.5s;
  background-color: #fff;
}
.c_header.bg {
  background-color: #F3F3F6;
}

.c_header.active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.c_header__logo {
  margin-left: -17px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
/*!
layout > container
------------------------------
*/
.l_container {
  width: unset;
  padding: 0 20px;
}
/*!
page > common > common
------------------------------
*/
@media screen and (min-width: 768px){
  .l_container {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }
  .l_container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px){
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
  .u_text_m-sx_left {
    text-align: left !important;
  }
  .u_text_m-sx_right {
    text-align: right !important;
  }
  .u_text_m-sx_center {
    text-align: center !important;
  }
  .u_text_sd_left {
    text-align: left !important;
  }
  .u_text_sd_right {
    text-align: right !important;
  }
  .u_text_sd_center {
    text-align: center !important;
  }
  .u_text_md_left {
    text-align: left !important;
  }
  .u_text_md_right {
    text-align: right !important;
  }
  .u_text_md_center {
    text-align: center !important;
  }
  .u_text_ld_left {
    text-align: left !important;
  }
  .u_text_ld_right {
    text-align: right !important;
  }
  .u_text_ld_center {
    text-align: center !important;
  }
  .u_text_xd_left {
    text-align: left !important;
  }
  .u_text_xd_right {
    text-align: right !important;
  }
  .u_text_xd_center {
    text-align: center !important;
  }
  body {
    font-size: 1.125rem;
  }
  main {
    margin-top: 90px;
  }
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  a.link_target::after {
    top: auto !important;
    margin-top: 12px;
  }
  a[target=_blank]::after {
    top: 2px;
    height: 16px;
    width: 16px;
  }
  .pc {
    display: block !important;
  }
  .pc_i_b {
    display: inline-block;
  }
  .sp {
    display: none !important;
  }
  .c_ttl01 {
    padding-bottom: 36px;
  }
  .c_ttl01::after {
    left: 2px;
    width: 60px;
    height: 4px;
  }
  .c_ttl01__en {
    margin-bottom: 0;
    font-size: 1rem;
    padding: 0 5px;
  }
  .c_ttl01__jp {
    font-size: 3.9375rem;
    padding: 0 3px;
  }
  .c_ttl01_bgwhite .bg {
    margin-left: -6px;
  }
  .c_ttl01_bgwhite .c_ttl01__jp .bg {
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 100% 70%;
    background-position: 100% 65%;
    padding: 0px 3px;
  }
  .c_ttl01_35 {
    padding-bottom: 27px;
  }
  .c_ttl01_35 .c_ttl01__en {
    font-size: 1rem;
    margin-bottom: 11px;
  }
  .c_ttl01_35 .c_ttl01__jp {
    font-size: 2.1875rem;
  }
  .c_ttl01_35 .c_ttl01__jp .js_bg {
    padding: 8px 9px 8px 0px;
  }
  .c_ttl02 {
    font-size: clamp(4.06rem, 3.61vw + 2.33rem, 5.94rem);
  }
  .c_ttl03 {
    padding-left: 32px;
    font-size: 1.75rem;
  }
  .c_ttl03::after {
    top: 21px;
    width: 12px;
    height: 12px;
  }
  .c_ttl04__jp {
    font-size: 1.25rem;
  }
  .c_ttl04__en {
    font-size: 3.125rem;
  }
  .c_ttl05__ctx .txt {
    font-size: clamp(0.81rem, 0.36vw + 0.64rem, 1rem);
  }
  .c_ttl05__ctx .ttl {
    font-size: clamp(1.13rem, 0.84vw + 0.72rem, 1.56rem);
  }
  .c_ttl05__number {
    margin-right: 40px;
  }
  .c_ttl05__bg {
    padding: 30px;
  }
  .c_totop {
    right: 60px;
    bottom: 69px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
  }
  .c_totop::before {
    left: 15px;
    width: 15px;
  }
  .c_totop::after {
    right: 15px;
    width: 15px;
  }
  .c_btn01 {
    border-radius: 10px;
    font-size: 0.8125rem;
    padding: 8px 20px 7px 20px;
  }
  .c_btn02 {
    font-size: 1.375rem;
    padding: 0 10px 0 75px;
    min-height: 55px;
  }
  .c_btn02__text {
    padding: 12px 0 12px 0;
  }
  .c_btn02::before {
    width: 55px;
    height: 55px;
    border-radius: 10px;
  }
  .c_btn02::after, .c_btn02[target=_blank]::after {
    left: 18px;
    width: 20px;
    height: 13px;
  }
  .c_btn02_white {
    padding: 12px 10px 12px 41px;
    font-size: 1.25rem;
  }
  .c_btn02_white::after {
    left: 0;
  }
  .c_brlink__txt {
    font-size: 1.25rem;
    padding: 18px 15px 18px 60px;
  }
  .c_brlink__txt::after {
    top: 28px;
    left: 20px;
    width: 20px;
    height: 13px;
  }
  .c_brlink_bg .img {
    border-radius: 10px;
  }
  .c_link {
    border-radius: 10px;
    font-size: 1rem;
    padding: 20px 20px 20px 52px;
  }
  .c_link::after {
    left: 22px;
    width: 20px;
    height: 13px;
  }
  .c_link_blank[target=_blank] {
    padding: 22px 20px 21px 45px;
  }
  .c_link_blank[target=_blank]::after {
    top: 34px;
    left: 19px;
  }
  .c_link01 {
    padding-left: 30px;
    font-size: 1rem;
  }
  .c_link01::after {
    width: 20px;
    height: 13px;
  }
  .c_link01[target=_blank] {
    padding-left: 26px;
  }
  .c_link01[target=_blank]::after {
    width: 16px;
    height: 16px;
  }
  .c_anchor {
    margin-top: 34px;
    justify-content: left;
  }
  .c_btn03 {
    font-size: 1.125rem;
    padding: 18px 40px 18px 20px;
  }
  .c_btn03::before {
    width: 14px;
    height: 20px;
  }
  .c_btn03_orange {
    border-radius: 10px;
  }
  .c_btn03_white {
    font-size: 0.9375rem;
    padding: 17px 8px;
  }
  .c_btn04 {
    font-size: 1.875rem;
  }
  .c_list__item {
    font-size: 1.1875rem;
    margin-right: 35px;
  }
  .c_list__item::after {
    top: 9px;
    right: -20px;
  }
  .c_list01 {
    display: flex;
    padding: 48px 40px 48px 40px;
    min-height: 212px;
  }
  .c_list01__img {
    margin: 0;
    width: 150px;
  }
  .c_list01__txt {
    width: calc(100% - 150px);
    padding: 0px 0px 0px 40px;
  }
  .c_list01__txt [class*=c_txt_20] {
    margin-bottom: 16px !important;
  }
  .c_list01_big {
    padding: 0;
  }
  .c_list01_big .c_list01__img {
    width: 22.15%;
  }
  .c_list01_big .c_list01__txt {
    position: relative;
    top: -5px;
    padding: 0px 0px 0px 23px;
    width: 77.85%;
  }
  .c_list01_nobg {
    padding: 0;
  }
  .c_list01_nobg .c_list01__txt {
    padding: 6px 0px 0px 40px;
  }
  .c_list02 {
    display: flex;
    padding: 46px 40px 46px 50px;
  }
  .c_list02 [class*=c_txt_20] {
    margin-bottom: 23px;
  }
  .c_list02__left {
    margin-bottom: 0px;
    width: 66.2%;
    padding-right: clamp(2.5rem, 5vw + 1.25rem, 6.25rem);
  }
  .c_list02__right {
    width: 33.8%;
    padding: 3px 0 0 0;
  }
  .c_list03__item::after {
    font-size: 1.125rem;
  }
  .c_list03__item .txt {
    font-size: 1.125rem;
    padding-right: 65px;
  }
  .c_list03__item .txt .c_label01 {
    top: 7px;
  }
  .c_list04 {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 18px 30px 17px 30px;
  }
  .c_list04__ttl {
    margin-bottom: 0;
    width: 120px;
    font-size: 1.25rem;
  }
  .c_list04__content {
    width: calc(100% - 120px);
  }
  .c_listbox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .c_listbox__item {
    padding: 46px 50px 47px 50px;
  }
  .c_listbox_3 {
    grid-template-columns: 1fr 1fr;
  }
  .c_listbox_3 [class*=c_txt_16] {
    max-width: 260px;
  }
  .c_listbox_3 .c_listbox__item {
    padding: 40px 20px 33px 20px;
  }
  .c_listbox_full {
    grid-template-columns: 1fr;
  }
  .c_postlist {
    grid-gap: 50px 40px;
  }
  .c_postlist__name .en {
    font-size: 1.875rem;
  }
  .c_postlist__name .sub {
    padding-left: 20px;
    font-size: 1rem;
  }
  .c_postlist__name .jp {
    font-size: 1rem;
  }
  .c_postlist__item .img {
    margin-bottom: 19px;
  }
  .c_postlist__item .c_label {
    min-height: 25px;
    padding: 8px 10px;
  }
  .c_postlist__item [class*=c_txt_30] {
    font-size: clamp(1.38rem, 1.39vw + 0.49rem, 1.88rem);
    margin-bottom: 16px;
  }
  .c_postlist__item [class*=c_txt_20] {
    font-size: clamp(1rem, 0.69vw + 0.56rem, 1.25rem);
    margin-bottom: 16px;
  }
  .c_postlist_01 {
    grid-template-columns: 1fr;
  }
  .c_tab .c_ttl05::after {
    right: 13px;
    height: 20px;
  }
  .c_tab__content {
    grid-template-columns: 1fr 1fr;
  }
  .c_slider01 {
    max-width: 1120px;
    margin: 0 auto;
  }
  .c_slider02 {
    max-width: 120%;
    width: 120%;
  }
  .c_slider02__txt {
    padding: 20px;
  }
  .c_slider02__item {
    border-radius: 10px;
  }
  .c_slider02 .c_txt_35_53 {
    margin-bottom: 11px;
    font-size: clamp(1.63rem, 1.08vw + 1.11rem, 2.19rem);
  }
  .c_slider02 .list .txt {
    margin-bottom: 10px;
  }
  .c_slider02 .list__item {
    display: flex;
    flex-wrap: wrap;
  }
  .c_slider02 .list__item .c_label {
    margin-right: 12px;
  }
  .c_slider02 .list__item .c_label:last-child {
    margin-right: 0;
  }
  .c_slider03 {
    width: calc(100% + 40px);
  }
  .c_slider04 {
    width: calc(100% + 50px);
  }
  .c_slider04__item {
    margin-right: 50px;
  }
  .c_slider04 .img {
    margin-bottom: 26px;
  }
  .c_slider05 {
    width: calc(100% + 40px);
  }
  .c_slider05__item {
    margin-right: 40px;
  }
  .c_box {
    display: flex;
    padding: 45px 40px;
    border-radius: 10px;
  }
  .c_box__img {
    position: relative;
    top: 5px;
    width: 40%;
  }
  .c_box__txt {
    margin-bottom: 0;
    width: 60%;
    padding-right: 20px;
  }
  .c_box__txt [class*=c_txt_25] {
    margin-top: 2px;
    margin-bottom: 13px !important;
  }
  .c_box01 {
    border-radius: 10px;
    padding: 50px 40px;
    margin: 0 40px 0 0px;
  }
  .c_box01 .line {
    padding-top: 25px;
    margin-top: 24px;
  }
  .c_box01__ttl {
    margin-bottom: 25px;
  }
  .c_box01__name .en {
    font-size: 1.875rem;
  }
  .c_box01__name .jp {
    font-size: 1rem;
  }
  .c_label {
    font-size: 0.875rem;
    border-radius: 5px;
    padding: 0 6px;
  }
  .c_label_16 {
    font-size: 1rem;
  }
  .c_label01 {
    font-size: 1rem;
    border: 2px solid #ED7246;
  }
  @keyframes ani_bg {
    from {
      background: linear-gradient(#fff, #fff) no-repeat left center;
      background-size: 0% 100%;
      background-position: left center;
    }
    to {
      background: linear-gradient(#fff, #fff) no-repeat left center;
      background-size: 100% 100%;
      background-position: left center;
    }
  }
  @keyframes ani_bg1 {
    from {
      background: linear-gradient(#fff, #fff) no-repeat left center;
      background-size: 0% 70%;
      background-position: 0% 40%;
    }
    to {
      background: linear-gradient(#fff, #fff) no-repeat left center;
      background-size: 100% 75%;
      background-position: 0% 40%;
    }
  }
  .js_bg {
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 0% 85%;
    background-position: 0% 70%;
    animation: ani_bg 900ms cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: both;
  }
  .c_mv01 {
    height: calc(100vh - 143px);
    padding: 0;
    overflow: hidden;
  }
  .c_mv01__inner {
    padding: 52px 51px;
  }
  .c_mv01 .txt {
    margin-bottom: 0;
    font-size: 2.0625rem;
    margin-left: -14px;
  }
  .c_mv01 .c_ttl02 {
    margin-bottom: 3px;
  }
  .c_mv01 .c_ttl02 .bg {
    padding: 0 0;
    background: linear-gradient(#fff, #fff) no-repeat left center;
    background-size: 100% 75%;
    background-position: 0% 40%;
  }
  .c_mv01 .txt_1 {
    font-size: 1.25rem;
  }
  .c_mv02 {
    margin: 0 40px;
    border-radius: 10px;
  }
  .c_mv02__inner {
    min-height: 365px;
  }
  .c_mv02__en {
    font-size: 1rem;
  }
  .c_mv02__en .js_inview_bg {
    padding: 7px 10px 1px 10px;
  }
  .c_mv02__jp {
    font-size: 3.4375rem;
  }
  .c_mv02__jp .js_inview_bg {
    padding: 10px 12px 10px 5px;
  }
  .c_mv03 {
    height: 37.5vw;
    background-size: cover;
    background-position: 40% 50%;
  }
  .c_mv03__content {
    padding: 30px 0;
  }
  .c_mv03 .c_label_orange {
    margin-bottom: 15px;
  }
  .c_mv03 .ttl {
    line-height: 1.5;
    margin-bottom: 6px;
    font-size: clamp(1.88rem, 2.64vw + 0.61rem, 3.25rem);
  }
  .c_mv03 .txt {
    text-shadow: none;
    color: #405365;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .c_mv03__label {
    display: flex;
    align-items: center;
  }
  .c_mv03__label .jp {
    padding-bottom: 0;
    padding-left: 20px;
    display: inline;
    color: #405365;
  }
  .c_mv03__label .sub {
    padding-left: 20px;
    color: #A0A0B4;
    font-size: 1rem;
  }
  .c_topic {
    margin-top: 33px;
    margin-bottom: 48px;
  }
  .c_topic__item {
    margin-left: 27px;
  }
  .c_topic__link {
    font-size: 1rem;
  }
  .c_topic__link::before {
    top: 10px;
    right: -17px;
  }
  .c_topic__link[target=_blank] span::after {
    top: 7px;
    right: 5px;
  }
  .c_topic__txt {
    font-size: 1rem;
  }
  .c_accordion__ttl {
    padding: 17px 60px 17px 20px;
    border-radius: 10px;
  }
  .c_accordion__ttl::before {
    right: 30px;
  }
  .c_accordion__ttl::after {
    right: 30px;
  }
  .c_accordion__qa {
    padding-left: 37px;
  }
  .c_accordion__qa .en {
    font-size: 1.5625rem;
  }
  .c_accordion__qa .ttl {
    font-size: 1.25rem;
  }
  .c_accordion__content .c_accordion__qa {
    padding: 39px 100px 29px 57px;
  }
  .c_accordion__content .c_accordion__qa .en {
    top: 45px;
    left: 21px;
  }
  .c_accordion__content .list__item {
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .c_accordion__content .list__item .text_sub {
    font-size: 0.875rem;
  }
  .c_gird {
    grid-template-columns: 1fr 1fr;
  }
  .c_gird_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c_scroll {
    padding-bottom: 52px;
  }
  .c_banner .text {
    font-size: 0.9375rem;
  }
  .c_banner .title {
    font-size: 1.625rem;
    margin-bottom: 16px;
  }
  .c_banner .title .text_1 {
    font-size: 1.8125rem;
  }
  .c_tbl__item {
    display: flex;
  }
  .c_tbl__ttl {
    padding: 30px;
    width: 260px;
  }
  .c_tbl__content {
    padding: 30px;
    width: calc(100% - 260px);
  }
  .c_tbl__content [class*=c_txt_18] {
    margin-bottom: -1px;
  }
  .c_tbl__content [class*=c_txt_16] {
    margin-bottom: 35px;
  }
  .c_tbl__content::after {
    bottom: 0px;
    left: 30px;
    width: calc(100% - 30px);
  }
  .c_tbl__content .c_list03__item [class*=c_txt_16] {
    margin-bottom: 35px;
  }
  .c_banner01 {
    min-height: 350px;
  }
  .c_banner01 .c_btn02 {
    position: absolute;
    right: 29px;
    bottom: 39px;
    margin-left: 0px;
    font-size: 1.375rem;
  }
  .c_banner01 .bg {
    padding: 0 6px;
    background-size: 100% 88%;
    background-position: 100% 88%;
  }
  .c_banner01__content {
    padding-bottom: 0;
    background: none;
  }
  .c_banner01__txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    width: 50%;
    min-width: 75%;
    height: 100%;
  }
  .c_banner01__txt .ttl {
    font-size: 1.5625rem;
    margin-bottom: 0px;
  }
  .c_banner01__txt .c_list {
    margin-bottom: 5px;
    width: 100%;
  }
  .c_banner01__txt .c_list .c_txt_19 {
    letter-spacing: 0.05em;
  }
  .c_banner02 {
    text-align: left;
    margin-top: clamp(5rem, 8.41vw + 0.96rem, 9.38rem);
  }
  .c_banner02__inner {
    border-radius: 10px;
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(2.5rem, 5.77vw - 0.27rem, 5.5rem) 0 54px 0;
  }
  .c_banner02__content {
    display: flex;
    margin: 0;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }
  .c_banner02__left {
    margin-right: 0;
    margin-bottom: 0;
    width: 67.3%;
  }
  .c_banner02__left::after {
    top: 44%;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 60px;
    transform: translateY(-50%);
  }
  .c_banner02__right {
    position: relative;
    top: 8px;
    display: flex;
    width: 32.7%;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 25px;
  }
  .c_banner02__right .c_txt_14 {
    width: 250px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .js_custom_cursor.activeproject {
    width: 140px;
    height: 140px;
  }
  #cookiewrap {
    padding: 40px;
  }
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
  .c_gnavi {
    top: 90px;
    height: calc(100vh - 90px);
  }
  .c_gnavi__btn__content {
    background: #0045C8;
    display: flex;
    max-width: 328px;
  }
  .c_gnavi__btn__item:first-child {
    margin-bottom: 0;
  }
  .c_gnavi__btn__item:first-child::after {
    top: 4px;
    right: -3px;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 32px;
    transform: none;
  }
  .c_menu__sub__content .c_btn02::after {
    left: 12px;
    width: 20px;
    height: 13px;
  }
  .c_menu__sub__item a[target=_blank] span {
    display: inline-block;
    padding: 0 5px;
  }
  .c_menu__sub__item a[target=_blank] span::before {
    right: -20px;
  }
  .c_footer {
    padding: clamp(3.75rem, 2.64vw + 2.48rem, 5.13rem) 0 0 0;
  }
  .c_footer .c_gird {
    grid-template-columns: 1fr;
  }
  .c_footer .c_logo {
    margin-bottom: 30px;
    margin-left: -26px;
  }
  .c_footer .c_txt_16_30 {
    margin-bottom: 25px;
  }
  .c_footer .c_txt_16_30 span {
    display: inline-block;
    margin-top: 5px;
  }
  .c_footer .c_txt_14_25 {
    margin-bottom: 25px;
  }
  .c_footer .c_txt_18 {
    margin-bottom: 8px;
  }
  .c_footer .list {
    margin-bottom: 40px;
  }
  .c_footer .list__item {
    margin-bottom: -6px;
  }
  .c_footer .list__item a[target=_blank] span::after {
    top: 10px;
  }
  .c_footer__flex__left {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .c_footer__flex__right {
    margin-left: clamp(1.88rem, 10.46vw - 3.14rem, 7.31rem);
  }
  .c_footer__end {
    display: flex;
    border-top: 1px solid #CDCDD9;
    padding: 40px 0 clamp(3.75rem, 3vw + 2.31rem, 5.31rem) 0;
    justify-content: space-between;
    align-items: center;
  }
  .c_footer__end .link {
    margin-bottom: 0;
  }
  .c_footer__end .link__item {
    margin-right: clamp(1.88rem, 3.61vw + 0.14rem, 3.75rem);
  }
  .c_footer__end .coppy {
    font-size: 0.875rem;
  }
  .c_txt {
    font-size: 1.125rem;
  }
  .c_txt_12 {
    font-size: 0.75rem;
  }
  .c_txt_13 {
    font-size: 0.8125rem;
  }
  .c_txt_14 {
    font-size: 0.875rem;
  }
  .c_txt_15_25 {
    font-size: 0.9375rem;
  }
  .c_txt_14_25 {
    font-size: 0.875rem;
  }
  .c_txt_16 {
    font-size: 1rem;
  }
  .c_txt_16_30 {
    font-size: 1rem;
  }
  .c_txt_16_32 {
    font-size: 1rem;
  }
  .c_txt_16_35 {
    font-size: 1rem;
  }
  .c_txt_17 {
    font-size: 1.0625rem;
  }
  .c_txt_18 {
    font-size: 1.125rem;
  }
  .c_txt_18_30 {
    font-size: 1.125rem;
  }
  .c_txt_18_35 {
    font-size: 1.125rem;
  }
  .c_txt_18_50 {
    font-size: 1.125rem;
  }
  .c_txt_19 {
    font-size: 1.1875rem;
  }
  .c_txt_20_30 {
    font-size: 1.25rem;
  }
  .c_txt_20_36 {
    font-size: 1.25rem;
  }
  .c_txt_20_38 {
    font-size: 1.25rem;
  }
  .c_txt_20_40 {
    font-size: 1.25rem;
  }
  .c_txt_20_35 {
    font-size: 1.25rem;
  }
  .c_txt_21 {
    font-size: 1.125rem;
  }
  .c_txt_22 {
    font-size: 1.375rem;
  }
  .c_txt_23_35 {
    font-size: 1.4375rem;
  }
  .c_txt_24 {
    font-size: 1.5rem;
  }
  .c_txt_25_39 {
    font-size: 1.5625rem;
  }
  .c_txt_25_40 {
    font-size: 1.5625rem;
  }
  .c_txt_25_46 {
    font-size: 1.5625rem;
  }
  .c_txt_26 {
    font-size: 1.625rem;
  }
  .c_txt_30_45 {
    font-size: 1.875rem;
  }
  .c_txt_32_39 {
    font-size: 2rem;
  }
  .c_txt_35_53 {
    font-size: clamp(1.75rem, 5.3vw - 0.8rem, 2.19rem);
  }
  .c_txt_35_55 {
    font-size: clamp(1.75rem, 5.3vw - 0.8rem, 2.19rem);
  }
  .c_txt_38 {
    font-size: 1.875rem;
  }
  .c_txt_39 {
    font-size: clamp(1.75rem, 5.3vw - 0.8rem, 1.5rem);
  }
  .c_txt_49 {
    font-size: 1.875rem;
  }
  .c_txt_50 {
    font-size: 1.875rem;
  }
  .c_txt_53 {
    font-size: 1.875rem;
  }
  .c_txt_63 {
    font-size: 2.1875rem;
  }
  .c_logo {
    width: 230px;
  }
  .c_header {
    padding: 15px 40px;
  }
  .c_header__logo {
    margin-left: -18px;
    margin-right: -28px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px){
  .c_btn04 {
    padding: 37px 20px;
  }
}
@media screen and (min-width: 1024px){
  main {
    margin-top: 93px;
  }
  .ld_pc {
    display: block !important;
  }
  .ld_sp {
    display: none !important;
  }
  .c_anchor__item {
    max-width: 360px;
    margin: 0 20px 21px 0;
  }
  .c_listbox_3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c_tab .c_ttl05 {
    padding: 10px 30px;
    min-height: 132px;
  }
  .c_tab .c_ttl05__number {
    margin-right: 46px;
  }
  .c_slider02 {
    max-width: 300%;
    width: 289.3%;
  }
  .c_slider02__txt {
    padding: 27px 29px 25px 24px;
  }
  .c_slider02__txt::after {
    background: linear-gradient(to bottom, transparent, #fff) no-repeat bottom left;
    background-size: cover;
  }
  .c_slider02 .c_txt_35_53 {
    margin-bottom: 27px;
  }
  .c_slider02 .c_label_orange {
    margin-bottom: 9px;
    padding: 9px 10px;
  }
  .c_slider02 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .c_slider02 .list .txt {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .c_slider02 .list__item:last-child {
    width: 100%;
  }
  .c_box__img {
    width: 30%;
  }
  .c_box__txt {
    width: 70%;
    padding-right: clamp(2.5rem, 4.33vw + 0.42rem, 4.75rem);
  }
  .c_animation__item {
    width: 117px;
    height: 20px;
  }
  .c_mv01 .c_banner {
    right: 0;
    bottom: 0;
  }
  .c_mv03 {
    background-position: calc(100% - 40px) center;
    background-size: contain;
  }
  .c_mv03 .img {
    width: 70vw;
    min-width: 1000px;
  }
  .c_mv03__content {
    padding: 55px 0;
  }
  .c_mv03 .c_label_orange {
    margin-bottom: 23px;
    padding: 9px 10px;
  }
  .c_mv03 .txt {
    font-size: 1.375rem;
    margin-bottom: 19px;
  }
  .c_mv03__label .en {
    top: 3px;
    font-size: 1.875rem;
  }
  .c_mv03__label .jp {
    font-size: 1rem;
  }
  .c_mv03__label .name {
    margin-right: 40px;
  }
  .c_mv03__label .list .c_label {
    padding: 5px 9px;
  }
  .c_banner {
    border-radius: 10px;
    transform: translateX(0);
    max-width: 398px;
    min-height: 189px;
    padding: 23px 25px 15px 25px;
  }
  .c_banner .click {
    display: none;
  }
  .c_tbl__ttl {
    padding: 33px 50px;
    width: 360px;
  }
  .c_tbl__content {
    padding: 43px 0px 50px 40px;
    width: calc(100% - 360px);
  }
  .c_tbl__content::after {
    bottom: 3px;
    left: 40px;
    width: calc(100% - 40px);
  }
  .c_banner01 .c_btn02 {
    right: 39px;
  }
  .c_banner01__txt {
    padding: 50px 50px 49px 50px;
  }
  .c_banner02__left::after {
    right: 0;
  }
  .c_gnavi {
    background-color: #fff;
    top: 0;
    display: block;
    padding: 0;
    position: relative;
    width: auto;
    height: auto;
  }
  .c_gnavi__inner {
    display: flex;
    overflow: visible;
    align-items: center;
  }
  .c_gnavi__btn__content {
    margin: 0 auto;
  }
  .c_gnavi__btn__item {
    padding: 0 10px;
    border-radius: 0px;
  }
  .c_gnavi__btn__link .jp {
    font-size: 0.75rem;
  }
  .c_gnavi__menu {
    margin-right: 15px;
  }
  .c_menu {
    display: flex;
  }
  .c_menu__item {
    margin-left: 15px;
    border: none;
  }
  .c_menu__item:first-child {
    border: none;
  }
  .c_menu__link {
    display: inline-block;
    padding: 0;
    width: auto;
    font-size: 0.75rem;
    text-align: center;
  }
  .c_menu__sub {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: linear-gradient(#F3F3F6, #F3F3F6) no-repeat left bottom;
    padding: 94px 15px 37px 15px;
    background-size: 100% 95.1%;
  }
  .c_menu__sub__inner {
    display: flex;
    align-items: center;
  }
  .c_menu__sub__inner > .c_menu__sub__item {
    border: none;
    width: 39.55%;
    position: relative;
    padding-right: 90px;
    padding-bottom: 20px;
    text-align: right;
  }
  .c_menu__sub__inner > .c_menu__sub__item::after {
    content: "";
    width: 1px;
    height: 116px;
    background: #CDCDDD;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .c_menu__sub__inner > .c_menu__sub__item .c_menu__sub__link {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #234262;
    text-align: right;
    display: inline-block !important;
    text-align: left;
    width: auto;
    padding: 0;
  }
  .c_menu__sub__inner > .c_menu__sub__item .c_menu__sub__link::after {
    display: none;
  }
  .c_menu__sub__inner > .c_menu__sub__item .c_btn02 {
    display: inline-flex;
    font-size: 1rem;
    padding: 0 5px 0 62px;
    min-height: 45px;
    margin-top: 15px;
    text-decoration: underline;
  }
  .c_menu__sub__inner > .c_menu__sub__item .c_btn02::before {
    width: 45px;
    height: 45px;
    left: 0;
  }
  .c_menu__sub__inner > .c_menu__sub__item .c_btn02::after {
    left: 12px;
  }
  .c_menu__sub__inner > .c_menu__sub__item:first-child {
    border: none;
  }
  .c_menu__sub__inner > .c_menu__sub__item .ld_sp {
    display: none !important;
  }
  .c_menu__sub__content {
    width: 60.45%;
    padding-left: 90px;
  }
  .c_menu__sub__content .c_menu__sub__link {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #234262;
    text-align: left;
    margin-bottom: 15px;
  }
  .c_menu__sub__content .c_btn02 {
    padding: 0 5px 0 62px;
  }
  .c_menu__sub__item {
    border-bottom: 1px solid #F3F3F6;
  }
  .c_menu__sub__item a[target=_blank] span::before {
    top: 6px;
  }
  .c_menu__sub__item a[target=_blank] span::after {
    left: -40px;
    top: 6px;
    width: 20px;
    height: 13px;
  }
  .c_menu__sub__item:first-child {
    border-top: 1px solid #F3F3F6;
  }
  .c_menu__sub__link {
    padding: 10px;
    padding-left: 40px;
    text-align: center;
    font-size: 0.875rem;
  }
  .c_menu__sub__link::after {
    left: 0;
    top: 17px;
    width: 20px;
    height: 13px;
  }
  .c_menu .over::after {
    width: 0;
    height: 0;
  }
  .c_menu .over::before {
    display: none;
  }
  .c_menu .over::after {
    display: none;
  }
  .c_menu .over.active::after {
    display: none;
  }
  .c_menu .over > .c_menu__link {
    position: relative;
  }
  .c_menu .over > .c_menu__link::after {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(to left, #EE7246, #EE892E) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    opacity: 0;
    transition: 0.5s;
  }
  .c_menu .over > .c_menu__link:hover {
    color: #FF6937;
    opacity: 1;
  }
  .c_menu .over > .c_menu__link:hover::after {
    opacity: 1;
  }
  .c_footer .c_gird {
    grid-template-columns: 1fr 1fr;
  }
  .c_footer__flex {
    display: flex;
    justify-content: flex-end;
    padding: clamp(1.88rem, 1.68vw + 1.07rem, 2.75rem) 0 0 0;
  }
  .c_footer__logo {
    margin: 0 0 0 auto;
    padding: 32px 0 clamp(3.75rem, 3vw + 2.31rem, 5.31rem) 0;
    max-width: 400px;
  }
  .c_txt_22_41 {
    font-size: 1.375rem;
  }
  .c_txt_38 {
    font-size: clamp(1.75rem, 5.3vw - 0.8rem, 2.375rem);
  }
  .c_txt_50 {
    font-size: 2.5rem;
  }
  .c_txt_53 {
    font-size: 2.5rem;
  }
  .c_txt_63 {
    font-size: 2.8125rem;
  }
  .c_toggle {
    display: none;
  }
  .c_header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px){
  main {
    margin-top: 144px;
  }
  .c_ttl05__ctx .txt {
    font-size: 1rem;
  }
  .c_ttl05__ctx .ttl {
    font-size: 1.5625rem;
  }
  .c_listbox {
    grid-gap: 40px;
  }
  .c_listbox_3 .c_listbox__item {
    padding: 40px 30px 33px 30px;
  }
  .c_postlist {
    grid-gap: 61px 40px;
  }
  .c_tab .c_ttl05::after {
    right: 0;
  }
  .c_box {
    padding: 55px 70px 55px 60px;
  }
  .c_box__img {
    width: 25.3%;
  }
  .c_box__txt {
    width: 74.7%;
  }
  .c_mv01 .c_banner {
    right: 49px;
    bottom: 41px;
  }
  .c_mv02 {
    margin: 0 60px;
  }
  .c_mv03 {
    background-position: calc(100% - 60px) center;
  }
  .c_gnavi__btn__content {
    margin: 0;
    padding: 22px 17px;
    max-width: 455px;
  }
  .c_gnavi__btn__item:first-child {
    margin-right: 34px;
  }
  .c_gnavi__btn__item:first-child::after {
    right: -18px;
  }
  .c_gnavi__btn__link .en {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .c_gnavi__btn__link .jp {
    font-size: 1rem;
    letter-spacing: 0.06em;
  }
  .c_gnavi__menu {
    margin-right: clamp(0.94rem, 15.63vw - 13.13rem, 2.5rem);
  }
  .c_menu__item {
    margin-left: clamp(1.88rem, 11.25vw - 8.25rem, 3rem);
  }
  .c_menu__link {
    font-size: 1rem;
  }
  .c_menu__sub {
    top: 90px;
    background: linear-gradient(#F3F3F6, #F3F3F6) no-repeat left bottom;
    background-size: 100% 89.1%;
    padding: 112px 15px 37px 15px;
  }
  .c_menu__sub__inner > .c_menu__sub__item {
    padding-right: 120px;
  }
  .c_menu__sub__inner > .c_menu__sub__item .c_menu__sub__link {
    font-size: 1.875rem;
  }
  .c_menu__sub__content {
    padding-left: 149px;
  }
  .c_menu__sub__item a[target=_blank] span::before {
    top: 7px;
  }
  .c_txt_21 {
    font-size: 1.3125rem;
  }
  .c_txt_39 {
    font-size: clamp(1.75rem, 5.3vw - 0.8rem, 2.4375rem);
  }
  .c_txt_49 {
    font-size: 3.0625rem;
  }
  .c_txt_50 {
    font-size: 3.125rem;
  }
  .c_txt_53 {
    font-size: 3.3125rem;
  }
  .c_txt_63 {
    font-size: 3.9375rem;
  }
  .c_logo {
    width: clamp(16.88rem, 31.25vw - 11.25rem, 20rem);
  }
  .c_header {
    padding: 30px 60px;
  }
  .c_header__logo {
    margin-left: -23px;
    margin-right: -53px;
  }
}
@media screen and (max-width: 424px){
  .c_brlink__txt {
    font-size: 0.875rem;
  }
  .c_footer__flex {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */
