@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: var(--font-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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  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;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

:root {
  --color-white: #ffffff;
  --color-black: #03112A;
  --color-navy: #27527E;
  --color-deep-navy: #042344;
  --font-en: "Montserrat", sans-serif;
  --font-sign: "Noto Sans JP", sans-serif;
  --font-light: 300;
  --font-regular: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extra-bold: 800;
  --font-black: 900;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: var(--color-black);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", YuGothic, sans-serif;
  font-weight: var(--font-regular);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 2;
}
body.active {
  overflow: hidden;
  overscroll-behavior: none;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}
html, body {
  width: 100%;
  height: 100%;
}

* {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}

a:link {
  color: var(--color-black);
  cursor: pointer;
}

a:link[target=_blank] {
  /*display: flex;*/
}
@media screen and (max-width: 767px) {
  a:link[target=_blank] {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:visited {
  color: var(--color-black);
}

a:hover {
  color: var(--color-black);
}

a:active {
  color: var(--color-black);
}

a[href^=tel] {
  color: var(--color-black);
}

/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--color-black);
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: var(--color-placeholder-gray);
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--color-placeholder-gray);
}

input:placeholder-shown, textarea:placeholder-shown {
  color: var(--color-placeholder-gray);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color-placeholder-gray);
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: var(--color-placeholder-gray);
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: var(--color-placeholder-gray);
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: var(--color-placeholder-gray);
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: var(--color-placeholder-gray);
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: var(--color-placeholder-gray);
  opacity: 1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: var(--color-placeholder-gray);
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_main
================================= */
.l_main {
  background-image: url("../img/top/main_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l_main {
    background-image: url("../img/top/main_bg_sp.webp");
  }
}
/* =================================
 l_header
================================= */
.l_header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 13px 20px 17px 30px;
  z-index: 11;
  background-color: #fff;
}
.l_header .left_area {
  z-index: 2;
  pointer-events: auto;
  justify-self: start;
  flex-shrink: 0;
}
.l_header .left_area .nav_logo .link {
  display: block;
}
.l_header .right_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.l_header .global_nav {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.l_header .global_nav .global_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  white-space: nowrap;
}
.l_header .global_nav .global_nav_list .link {
  color: inherit;
  text-decoration: none;
}
.l_header .btn_area {
  display: flex;
  align-items: center;
  pointer-events: auto;
  flex-shrink: 0;
}
.l_header .btn_area .btn_list {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.l_header .btn_area .hambarger_btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .l_header .global_nav .global_nav_list .link {
    position: relative;
  }
  .l_header .global_nav .global_nav_list .link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff6f00;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .l_header .global_nav .global_nav_list .link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 1200px) {
  .l_header {
    padding: 15px;
  }
  .l_header .left_area .nav_logo .link .img {
    width: 96px;
    height: auto;
  }
  .l_header .right_area {
    gap: 20px;
  }
  .l_header .global_nav .global_nav_list {
    gap: 15px;
    font-size: 13px;
  }
  .l_header .btn_area .btn_list .item .link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .l_header {
    position: absolute;
    min-height: 80px;
    padding: 15px 0 15px 15px;
    background-color: transparent;
  }
  .l_header .right_area {
    position: fixed;
    top: 15px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .l_header .global_nav {
    display: none;
  }
  .l_header .btn_area .btn_list {
    display: none;
  }
  .l_header .btn_area .hambarger_btn {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 2;
    caret-color: white;
  }
  .l_header .btn_area .hambarger_btn .item {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 9999px;
    background-color: #fff;
  }
  .l_header .btn_area .hambarger_btn .open_btn,
  .l_header .btn_area .hambarger_btn .close_btn {
    position: absolute;
    inset: 0;
    display: flex; /* 常に flex */
    flex-direction: column;
    padding-left: 16px;
    opacity: 0;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #FF6F00 0%, #FFA100 100%);
    border-radius: 9999px 0 0 9999px;
  }
  .l_header .btn_area .hambarger_btn .open_btn {
    justify-content: center;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l_header .btn_area .hambarger_btn .open_btn .item {
    transition: transform 0.3s;
  }
  .l_header .btn_area .hambarger_btn .open_btn .item + .item {
    margin: 6px 0 0 0;
  }
  .l_header .btn_area .hambarger_btn .open_btn.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l_header .btn_area .hambarger_btn .close_btn {
    opacity: 0;
    justify-content: center;
  }
  .l_header .btn_area .hambarger_btn .close_btn .item {
    position: absolute;
    top: 24px;
    left: 16px;
  }
  .l_header .btn_area .hambarger_btn .close_btn .item:nth-child(1) {
    transform: rotate(45deg);
  }
  .l_header .btn_area .hambarger_btn .close_btn .item:nth-child(2) {
    transform: rotate(-45deg);
  }
  .l_header .btn_area .hambarger_btn .close_btn .item:nth-child(3) {
    display: none;
  }
  .l_header .btn_area .hambarger_btn .close_btn.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* =================================
 sp_menu
================================= */
.sp_menu {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  padding: 80px 15px 36px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 400ms ease, opacity 400ms ease, visibility 0s linear 400ms;
  transform-origin: right top;
  background-color: #FBF7ED;
  height: 100%;
}
.sp_menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s, 0s, 0s;
}
.sp_menu .sp_menu_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 27px;
}
.sp_menu .sp_nav_list {
  padding-left: 20px;
}
.sp_menu .sp_nav_list .item .link {
  display: block;
  padding: 13px 0;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.sp_menu .sp_nav_list .item.current .link {
  color: #ff6f00;
}
.sp_menu .sp_cta_area {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 27px;
}
.sp_menu .sp_cta_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ECE6D7;
}
.sp_menu .sp_cta_area .link {
  text-align: center;
}
/* =================================
 l_footer
================================= */
.l_footer {
  padding: 60px 0 32px;
  background: #fbf7ed;
}
.l_footer .inner {
  padding: 0;
  margin: 0 auto;
  width: 884px;
}
.l_footer .footer_main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.l_footer .footer_logo {
  flex: 0 0 auto;
  width: 70px;
}
.l_footer .footer_logo_img {
  display: block;
  width: 70px;
  height: auto;
}
.l_footer .footer_info {
  flex: 1 1 auto;
  min-width: 0;
}
.l_footer .footer_company {
  margin: 0 0 7px;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.l_footer .footer_address {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
}
.l_footer .footer_contact {
  font-size: 16px;
  line-height: 1.6;
}
.l_footer .footer_links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l_footer .footer_link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1.6;
  color: #205c9b;
  text-decoration: none;
}
.l_footer .footer_link_icon {
  width: 12px;
  height: 12px;
}
.l_footer .footer_copy {
  margin: 40px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #969696;
}

@media screen and (min-width: 768px) {
  .l_footer .footer_link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .l_footer .inner {
    margin: 0 20px;
    width: auto;
  }
  .l_footer .footer_main {
    flex-wrap: wrap;
  }
  .l_footer .footer_links {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l_footer {
    padding: 20px 0 10px;
  }
  .l_footer .inner {
    margin: 0 15px;
  }
  .l_footer .footer_main {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .l_footer .footer_logo {
    width: 59px;
  }
  .l_footer .footer_logo_img {
    width: 59px;
  }
  .l_footer .footer_info {
    flex: 1;
  }
  .l_footer .footer_company {
    margin: 0 0 15x;
    font-size: 16px;
  }
  .l_footer .footer_address {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .l_footer .footer_contact {
    font-size: 14px;
  }
  .l_footer .footer_links {
    justify-content: center;
    margin: 15px 0 0;
  }
  .l_footer .footer_copy {
    margin: 20px 0 0;
    font-size: 12px;
  }
}
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: flex;
  }
  .u_pc_if {
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_i, .u_sp_ib, .u_sp_f, .u_sp_if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc_i, .u_pc_ib, .u_pc_f, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: flex;
  }
  .u_sp_if {
    display: inline-flex;
  }
}
/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 1000px) {
  .u_content_size {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .u_content_size {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
}
/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u_ta_cl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_lc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u_ta_cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_cr {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u_ta_rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_rc {
    text-align: center;
  }
}
/* =================================
 hover animation
================================= */
.u_hover_1 {
  transition: opacity 0.3s;
}

@media screen and (min-width: 1025px) {
  .u_hover_1:hover {
    opacity: 0.7;
  }
}
/* ======================================================================

 title

====================================================================== */
.c_ttl_1 {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.c_ttl_1 .en {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 30px */
  text-transform: capitalize;
  background: linear-gradient(90deg, #FF6F00 0%, #FFA100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c_ttl_1 .en::before, .c_ttl_1 .en::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -9px;
  left: -28px;
}
.c_ttl_1 .en::before {
  top: -9px;
  left: -28px;
  background-image: url("../img/top/heading_bg01.webp");
}
.c_ttl_1 .en::after {
  top: auto;
  left: auto;
  right: -28px;
  bottom: -9px;
  background-image: url("../img/top/heading_bg02.webp");
}
.c_ttl_1 .jp {
  display: block;
  text-align: center;
  font-size: 42px;
  font-weight: var(--font-extra-bold);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c_ttl_1 {
    margin-bottom: 40px;
    gap: 18px;
  }
  .c_ttl_1 .en {
    font-size: 18px;
  }
  .c_ttl_1 .en::before, .c_ttl_1 .en::after {
    width: 19px;
    height: 22px;
  }
  .c_ttl_1 .en::before {
    top: -10px;
    left: -21px;
  }
  .c_ttl_1 .en::after {
    right: -21px;
    bottom: -10px;
  }
  .c_ttl_1 .jp {
    font-size: 26px;
  }
}
.c_ef_ttl_1 .c_ef_ttl_child {
  transform: perspective(1000px) translate3d(0, 50%, 0);
  opacity: 0;
  overflow: hidden;
}
.c_ef_ttl_1 .c_ef_ttl_parent {
  transform: perspective(1000px) translate3d(0, 35%, 0);
  overflow: hidden;
}
.c_ef_ttl_1 .c_ef_ttl_parent .c_ef_ttl_main,
.c_ef_ttl_1 .c_ef_ttl_parent .c_ef_ttl_sub {
  transform-origin: center 60%;
  transform: perspective(1000px) translate3d(0, 35%, 0) rotateX(-180deg);
  opacity: 0;
  overflow: hidden;
}
.c_ef_ttl_1.is-active .c_ef_ttl_child {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s;
  transition-delay: 0.6s;
}
.c_ef_ttl_1.is-active .c_ef_ttl_parent {
  transform: perspective(1000px) translateZ(0);
  transition: transform 1s cubic-bezier(0.45, 0, 0.55, 1);
}
.c_ef_ttl_1.is-active .c_ef_ttl_parent .c_ef_ttl_ml_main,
.c_ef_ttl_1.is-active .c_ef_ttl_parent .c_ef_ttl_sub {
  transform: perspective(1000px) translateZ(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.55, 1), background-position 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

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

 button

====================================================================== */
.c_btn_pill,
.c_btn_pill:link,
.c_btn_pill:visited,
.c_btn_pill:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: var(--font-bold);
  line-height: 1;
  text-decoration: none;
  color: var(--color-white);
  transition: transform 0.3s ease;
}
.c_btn_pill.c_btn_pill--orange,
.c_btn_pill:link.c_btn_pill--orange,
.c_btn_pill:visited.c_btn_pill--orange,
.c_btn_pill:active.c_btn_pill--orange {
  background: linear-gradient(90deg, #FF6F00 0%, #FFA100 100%);
  box-shadow: 0px 5px 0px #EA3E00;
}
.c_btn_pill.c_btn_pill--blue,
.c_btn_pill:link.c_btn_pill--blue,
.c_btn_pill:visited.c_btn_pill--blue,
.c_btn_pill:active.c_btn_pill--blue {
  background: var(--color-navy);
  box-shadow: 0px 5px 0px var(--color-deep-navy);
}

@media screen and (min-width: 768px) {
  .c_btn_pill:hover,
  .c_btn_pill:link:hover,
  .c_btn_pill:visited:hover,
  .c_btn_pill:active:hover {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 1000px) {
  .c_btn_pill,
  .c_btn_pill:link,
  .c_btn_pill:visited,
  .c_btn_pill:active {
    min-width: 167px;
    height: 60px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 1.4;
  }
  .c_btn_pill.c_btn_pill--orange,
  .c_btn_pill:link.c_btn_pill--orange,
  .c_btn_pill:visited.c_btn_pill--orange,
  .c_btn_pill:active.c_btn_pill--orange {
    box-shadow: 0px 4px 0px #EA3E00;
  }
  .c_btn_pill.c_btn_pill--blue,
  .c_btn_pill:link.c_btn_pill--blue,
  .c_btn_pill:visited.c_btn_pill--blue,
  .c_btn_pill:active.c_btn_pill--blue {
    box-shadow: 0px 4px 0px var(--color-deep-navy);
  }
}
@media screen and (max-width: 374px) {
  .c_btn_pill,
  .c_btn_pill:link,
  .c_btn_pill:visited,
  .c_btn_pill:active {
    min-width: unset;
    width: 100%;
    padding: 0 8px;
    font-size: 4vw;
  }
}
.c_btn_1,
.c_btn_1:link,
.c_btn_1:visited,
.c_btn_1:active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 380px;
  padding: 18px 28px;
  background: var(--Linear, linear-gradient(90deg, #FF6F00 0%, #FFA100 100%));
  box-shadow: 0px 5px 0px #EA3E00;
  border-radius: 9999px;
  transition: transform 0.3s ease;
}
.c_btn_1 .btn_txt,
.c_btn_1:link .btn_txt,
.c_btn_1:visited .btn_txt,
.c_btn_1:active .btn_txt {
  font-size: 20px;
  line-height: 1.5;
  font-weight: var(--font-bold);
  color: var(--color-white);
}
.c_btn_1 .arrow,
.c_btn_1:link .arrow,
.c_btn_1:visited .arrow,
.c_btn_1:active .arrow {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 13px;
  background-image: url("../img/top/icon_triangle_white01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c_btn_1:hover,
  .c_btn_1:link:hover {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  .c_btn_1,
  .c_btn_1:link,
  .c_btn_1:visited,
  .c_btn_1:active {
    justify-content: flex-start;
    width: 315px;
    height: 60px;
    padding: 14px 33px;
  }
  .c_btn_1 .btn_txt,
  .c_btn_1:link .btn_txt,
  .c_btn_1:visited .btn_txt,
  .c_btn_1:active .btn_txt {
    font-size: 18px;
  }
  .c_btn_1 .arrow,
  .c_btn_1:link .arrow,
  .c_btn_1:visited .arrow,
  .c_btn_1:active .arrow {
    right: 17px;
    width: 14px;
    height: 12px;
  }
}
/* ======================================================================

 area

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

 sec

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

 js

====================================================================== */
.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.js-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-op {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.js-fade-op.js-fade-op--fast {
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.js-fade-op.is-active {
  opacity: 1;
}

.c_ef_img .c_ef_img_line {
  position: relative;
  display: block;
  overflow: hidden;
  display: block;
}

.c_ef_img .c_ef_img_line::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 4px);
  content: "";
  background-color: #fff;
  will-change: auto;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
  transition-delay: 0.9s;
}

.c_ef_img.is-active .c_ef_img_line::before {
  transform: scaleX(0);
  transform-origin: right top;
}

.js-fade-scale span {
  display: inline-block;
  transition: scale 0.3s cubic-bezier(0.62, 0.185, 0.265, 1.55);
  white-space: pre;
  scale: 0;
  transform-origin: 50% 100%;
  transition-delay: calc(0.125s * var(--i));
}
.js-fade-scale.js-fade-scale--delay span {
  transition-delay: calc(0.5s + 0.1s * var(--i));
}
.js-fade-scale.is-active span {
  scale: 1;
}