@charset "UTF-8";
@import "menu_add.css";

/*! 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;
  padding: 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 */
  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: 75%;
  line-height: 0;
  position: relative;
  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;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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 {
  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;
}

/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP',source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #242424;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

.en {
  font-family: acumin-pro, sans-serif;
  line-height: 1;
}

::selection,
::-moz-selection {
  background: #5db2d9;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  width: 100%;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  -webkit-appearance: auto;
  appearance: auto;
}

/*  tetliタグ
---------------------------------------------------------- */
[id^=ttr] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/* ------------------------
header
------------------------ */
.system_article h2 {
  clear: both;
  font-weight: 900;
  line-height: 1.4;
  margin: 2em 0 1em;
  font-size: 1.25em;
  display: flex;
}

.system_article h2::before{
  content: "";
  height: 17px;
  aspect-ratio: 1 / 1;
  margin: 2px 4px;
  display: block;
  background-color: var(--button_corp_color);
}


:root {
  --main_color_black: #242323;
  --main_color_white: #fafafa;
  --main_corp_color: #01479e;
  --button_corp_color: #0040ff;
  --sub_corp_color: #5e83b0;
  --list_title_font: 17px;
  --list_subtitle_font: 12px;
}

/* ヘッダー */
.header_menu {
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 8000;
  display: flex;
  position: fixed;
  transition: transform 0.3s ease, background-color 0.3s ease;
  top: 0;
}

.header_menu.hide {
  transform: translateY(-100%);
}


.header_menu_container {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0;
  position: relative;
}

.header_icon {
  height: 50px;
  width: auto;
  position: absolute;
  left: 8%;
  top: 25px;
  overflow: hidden;
  z-index: 8001;
}

.header_icon h1 {
  height: 100%;
  width: auto;
}

.header_icon_logo {
  height: 100%;
  display: block;
}

.header_icon .header_icon_logo.hide#header_icon_black {
  display: block;
}
.header_icon .header_icon_logo #header_icon_white {
  display: block;
}
.header_icon .header_icon_logo#header_icon_black {
  display: block;
}
.header_icon .header_icon_logo.hide#header_icon_white {
  display: block;
}

.header_icon_logo img {
  width: auto;
  height: 100%;
}

.header_menu_hum {
  top: 25px;
  right: 8%;
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  z-index: 8002;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.header_menu_hum:hover {
  transform: scale(1.1);
}

.header_menu_hum span {
  width: 40px;
  height: 3px;
  background-color: var(--main_color_black);
  margin: 4px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.header_menu_hum.black span {
  background-color: var(--main_color_black);
}

.header_menu_hum.active {
  transform: translateX(-7px);
}

/* アイコンのアニメーション */
.header_menu_hum.active span:nth-child(1) {
  transform: rotate(40deg) translate(0px, 15px);
}

.header_menu_hum.active span:nth-child(2) {
  opacity: 0;
  transition: all 0.1s ease;
}

.header_menu_hum.active span:nth-child(3) {
  transform: rotate(-40deg) translate(-1px, -15px);
}

/* オーバーレイ（背景） */
.header_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* メニューリスト（スライドイン） */
.header_menu_list {
  position: fixed;
  top: 0;
  right: -42%;
  width: 42%;
  height: 100vh;
  background-color: #fff;
  z-index: 8000;
  transition: right 0.4s ease;
  overflow-y: auto;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.header_menu_list.active {
  right: 0;
}

.header_menu_grid {
  display: flex;
  padding: 100px 0 0 7%;
  width: 75%;
}

/* 左カラム：メインナビ */
.header_menu_main {
  width: 50%;
  margin-right: 50px;
}

.header_menu_main ul {
  list-style: none;
  padding: 0;
}

.header_menu_main li {
  margin: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.header_menu_list.active .header_menu_main li {
  opacity: 1;
  transform: translateX(0);
}

.header_menu_main li > a span{
  color: var(--button_corp_color);
  text-decoration: none;
  font-size: clamp(1.8rem , calc(0.5vw + 1.6vw), 2.4rem);
  font-weight: 600;
  margin-bottom:  clamp(1.8rem , calc(0.5vw + 1.6vw), 2.4rem);
  display: block;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: max-content;
}


/* 右カラム：PLANセクション */
.header_menu_plan {
  flex: 1;
  padding-left: 0;
}

.header_menu_plan h3 {
  color: var(--button_corp_color);
  font-size: clamp(1.8rem , calc(0.5vw + 1.6vw), 2.4rem);
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-bottom: clamp(1.8rem , calc(0.5vw + 1.6vw), 2.4rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: max-content;
}

.header_menu_list.active .header_menu_plan h3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.header_menu_plan ul {
  list-style: none;
  padding-left: 2rem;
}

.header_menu_plan li {
  margin: 0;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.header_menu_list.active .header_menu_plan li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}


.header_menu_plan li > a {
  color: var(--footer_text_color);
  text-decoration: none;
  font-size: clamp(1.3rem , calc(0.3vw + 1vw), 1.8rem);
  font-weight: 500;
  padding: 0;
  padding-left: 10%;
  margin-bottom: clamp(1.3rem , calc(0.3vw + 1vw), 1.8rem);
  display: block;
  transition: all 0.3s ease;
  width: max-content;
}

.header_menu_plan li > a:hover {
  opacity: 0.7;
}

/* ボタンエリア */
.header_menu_buttons {
  padding: 50px 0 0 7%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.header_btn {
  width: max-content;
  height: max-content;
  padding: 10px 50px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateY(20px);
}

.header_menu_list.active .header_btn {
  opacity: 1;
  transform: translateY(0);
}

.header_menu_list.active .header_menu_buttons a span{
  color: var(--main_color_white);
  font-size: 2.2rem;
}

.header_menu_list.active .header_menu_buttons a span i::before{
  color: var(--main_color_white);
  font-size: 2.2rem;
  margin-right: 10px;
}

.header_btn_event {
  background-color: var(--button_corp_color);
}

.header_btn_event:hover {
  background-color: var(--main_corp_color);
  transform: translateY(-2px);
}

.header_btn_catalog {
  background-color: var(--main_color_black);
}

.header_btn_catalog:hover {
  background-color: var(--footer_text_color);
  transform: translateY(-2px);
}


/* 順次アニメーション */
.header_menu_list.active .header_menu_main li:nth-child(1) { transition-delay: 0.1s; }
.header_menu_list.active .header_menu_main li:nth-child(2) { transition-delay: 0.15s; }
.header_menu_list.active .header_menu_main li:nth-child(3) { transition-delay: 0.2s; }
.header_menu_list.active .header_menu_main li:nth-child(4) { transition-delay: 0.25s; }
.header_menu_list.active .header_menu_main li:nth-child(5) { transition-delay: 0.3s; }
.header_menu_list.active .header_menu_main li:nth-child(6) { transition-delay: 0.35s; }
.header_menu_list.active .header_menu_main li:nth-child(7) { transition-delay: 0.4s; }
.header_menu_list.active .header_menu_main li:nth-child(8) { transition-delay: 0.45s; }
.header_menu_list.active .header_menu_main li:nth-child(9) { transition-delay: 0.5s; }

.header_menu_list.active .header_menu_plan li:nth-child(1) { transition-delay: 0.2s; }
.header_menu_list.active .header_menu_plan li:nth-child(2) { transition-delay: 0.25s; }
.header_menu_list.active .header_menu_plan li:nth-child(3) { transition-delay: 0.3s; }
.header_menu_list.active .header_menu_plan li:nth-child(4) { transition-delay: 0.35s; }
.header_menu_list.active .header_menu_plan li:nth-child(5) { transition-delay: 0.4s; }


.header_menu_sns{
  width: 100%;
  height: max-content;
  display: flex;
  gap: 4rem;
  justify-content: start;
  margin-top: 8rem;
  margin-left: 8%;
}

.header_sns_icon{
  width: max-content;
  height: max-content;
  display: flex;
}

.header_sns_icon span i::before{
  font-size: 3.5rem;
}

/* タブレット対応 */
@media (max-width: 768px) {
  .header_menu_list {
    width: 100%;
    right: -100%;
  }

  .header_menu_hum.active {
    transform: translateX(-5px);
  }

  .header_menu_hum.active span:nth-child(1) {
    transform: rotate(40deg) translate(0px, 10px);
  }

  .header_menu_hum.active span:nth-child(2) {
    opacity: 0;
  }

  .header_menu_hum.active span:nth-child(3) {
    transform: rotate(-40deg) translate(-1px, -10px);
  }
}

/* mobile */
@media (max-width: 480px) {
  .header_menu {
    height: 60px;
  }
  
  .header_icon {
    height: 40px;
    left: 3%;
    top: 10px;
  }
  
  .header_menu_hum {
    top: 10px;
    right: 5%;
    width: 40px;
    height: 40px;
  }

  .header_menu_hum span {
    width: 28px;
    height: 2px;
    margin: 3px 0;
  }

  .header_menu_grid {
    flex-direction: column;
    padding: 100px 0 0 0%;
    width: 100%;
    list-style: none;
    align-items: start;
  }
  .header_menu_main{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .header_menu_main ul{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .header_menu_plan{
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header_menu_list.active .header_menu_plan h3{
    transition-delay: 0.55s;
  }

  .header_menu_list.active .header_menu_plan ul {
    display: none;
  }
  
  .header_menu_buttons{
    padding: 50px 0;
    flex-direction: row;
    gap: 3%;
    justify-content: center;
    align-items: center;
  }
  .header_menu_list.active .header_menu_buttons a span{
    font-size: 1.9rem;
  }
  .header_btn{
    padding: 10px 8%;
  }
  .header_menu_sns{
    width: 100%;
    height: max-content;
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-top: 3rem;
    margin-left: 0;
  }
}

/* header end */

/* ------------------------------------
footer
------------------------------------ */
:root{
  --footer_text_color: #989898;
  --accordion_active_color: #0066FF;
}

.footer {
  width: 100%;
  background-color: transparent;
  padding: 70px 0 0;
}

.footer_container {
  width: 100%;
  padding: 0 5%;
  display: grid;
  grid-template-columns: 20% 75%;
  gap: 5%;
}

.footer_logo h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--main_color_black);
}

.company_info {
  font-size: var(--list_subtitle_font);
  line-height: 1.6;
}

.company_info p {
  margin-bottom: 5px;
  color: var(--footer_text_color);
}

.footer_nav {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 35px;
}

.nav_column h3 {
  font-size: var(--list_subtitle_font);
  font-weight: bold;
  color: var(--footer_text_color);
  padding-bottom: 8px;
}

.nav_column h3 a {
  color: var(--footer_text_color);
  text-decoration: none;
  font-size: var(--list_subtitle_font);
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav_column h3 a::before{
  content: "-";
  margin-right: 0px;
  color: var(--footer_text_color);
  font-size: var(--list_subtitle_font);
}

.nav_column h3 a:hover {
  opacity: 0.6;
}

.sub_nav {
  margin-bottom: 25px;
}

.sub_nav li {
  font-size: calc(var(--list_subtitle_font) - 2px);
  text-decoration: none;
  margin-bottom: 6px;
  padding-left: 4px;
}

.sub_nav li:hover {
  opacity: 0.6;
}

.sub_nav li a{
  color: var(--footer_text_color);
  text-decoration: none;
}

.footer_bottom {
  background-color: transparent;
  padding: 30px 0;
  text-align: center;
}

.copyright {
  font-size: 12px;
  color: #666;
  margin: 0;
}

/* アコーディオン関連のスタイル（デスクトップでは非表示） */
.accordion_icon {
  display: none;
}

/* スマートフォン用レスポンシブ（768px以下） */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
  
  .footer_container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  
  .footer_logo {
    text-align: center;
    padding-bottom: 20px;
  }
  
  .footer_nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .nav_column {
    border-bottom: 1px solid var(--footer_text_color);
    padding: 0;
  }
  
  .nav_column:first-child {
    border-top: 1px solid var(--footer_text_color);
  }
  
  .nav_column h3 {
    font-size: 14px;
    padding: 15px 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .nav_column h3 a {
    flex: 1;
    color: var(--sub_corp_color) !important;
    margin-right: 20%;
    margin-left: 3%;
    font-size: 14px;
  }

  
  .nav_column h3 a::before {
    display: none;
  }
  
  /* アコーディオンメニューのスタイル */
  .has_accordion .accordion_trigger {
    cursor: pointer;
  }
  
  .accordion_trigger .accordion_icon {
    display: inline-block;
    aspect-ratio: 1 / 1;
    height: 25px;
    background-color: var(--main_corp_color);
    border-radius: 50%;
    position: relative;
    margin-right: 3%;
    transition: transform 0.3s ease;
  }
  .accordion_trigger .accordion_icon::after {
    content: "＋";
    position: absolute;
    color: var(--main_color_white);
    height: 100%;
    width: 100%;
    margin-left: 20%;
    top: 1px;
    display: flex;
  }
    .accordion_trigger.active .accordion_icon::after {
    content: "ー";
  }

  
  /* サブメニューがない項目にはアイコンを表示しない */
  .nav_column:not(.has_accordion) .accordion_icon {
    display: none;
  }
  
  .accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    margin: 0;
  }
  
  .accordion_content.active {
    max-height: 500px;
    padding-bottom: 15px;
  }
  
  .sub_nav li {
    font-size: 13px;
    padding: 8px 0 8px 20px;
    margin: 0;
  }
  
  .sub_nav li a {
    display: block;
    color: var(--main_color_black);
  }
  
  .footer_bottom {
    padding: 20px 0;
  }
  
  .copyright {
    font-size: 11px;
  }
}

/* 480px以下の特別な調整 */
@media (max-width: 480px) {
  .footer_container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  
  .footer_container .footer_logo {
    text-align: center;
    padding-bottom: 20px;
  }

  .footer_container .footer_logo h2{
    margin-bottom: 10px;
    height: max-content;
  }

  .footer_container .footer_logo h2 img{
    height: 50px;
    width: 100%;
  }
  
  .company_info {
    font-size: 12px;
  }
}

/* footer end */



/* スマートフォン用コントロールバー */
.mobile_control {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.control_item,
.control_contact {
  flex: 1;
  margin: 0;
}

.control_item a,
.control_contact a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
  text-decoration: none;
  color: #333;
  font-size: 11px;
  transition: background-color 0.3s ease;
}

.control_item a:hover,
.control_contact a:hover {
  background-color: #f8f9fa;
}

.control_item .icon,
.control_contact span {
  margin-bottom: 5px;
}

.control_item .icon img,
.control_contact span img {
  width: 20px;
  height: 20px;
}

/* PC表示時はコントロールバーを非表示 */
@media (min-width: 769px) {
  .mobile_control {
    display: none;
  }
}

/* SP表示時のみ表示 */
.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }
}
/* ------------------------------------
footer_end
------------------------------------ */

/* ----------------------------------------------------------
cookie-box
---------------------------------------------------------- */
.cookie-box.cookie-box--close {
  display: none;
}
.cookie-box .cookie-box__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.cookie-box .cookie-box__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.cookie-box .cookie-box__cnt {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__cnt {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.cookie-box .cookie-box__txt {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__txt {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.cookie-box .cookie-box__txt a {
  text-decoration: underline;
}
.cookie-box .cookie-box__txt a:hover {
  text-decoration: none;
}
.cookie-box .cookie-box__btn {
  width: 100px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.cookie-box .cookie-box__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}


/* ------------ 
main_wrapper
------------ */

.main_wrapper{
  width: 100%;
  overflow-x: hidden;
}

.main_content{
  width: 100%;
}

/* top_visual */

.top_visual{
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
}

.top_visual h2,.top_visual h6,.top_visual p{
  color: var(--main_color_white);
}

.top_visual_container{
  width: 100%;
  height: 90%;
  position: relative;
}

.top_visual_image_content{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

.image_item{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_visual_text_content{
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  position: relative;
  left: 8%;
  top: 40%;
  align-items: start;
  justify-content: center;
  z-index: 2;
}

.top_visual_br{
  display: none;
}

.top_visual_text_content h2{
  font-size: 4rem;
  line-height: 7rem;
}

.top_visual_subtext_content{
  width: 350px;
  height: 160px;
  position: relative;
  top: 40%;
  left: 8%;
  margin-top: 3rem;
  z-index: 2;
}

.authority_words{
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 80px 80px;
  gap: 4% 2%;
  font-size: 1.5rem;
}

.authority_words span{
  border: 0.7px solid var(--main_color_white);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1rem ;
  text-align: center;
  align-content: center;
}

.quake > .fontsize_s{
  font-size: 1rem;
}
.quake > p{
  line-height: 1rem;
}
.quake > h6{
  font-size: 3rem;
  line-height: 4rem;
}

.heat > h6{
  font-size: 3rem;
  line-height: 3rem;
}

.gooddesign > .fontsize_s{
  font-size: 1rem;
}

.award > p{
  font-size: 1rem;
}

.top_visual_scroll{
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 60px;
  z-index: 1000;
}

.scroll_text{
  font-size: 1rem;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  justify-content: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scroll_line{
  width: 10px;
  height: 35px;
  position: relative;
  background-color: transparent;
}

.scroll_line::before{
  content: "";
  color: var(--main_color_white);
  width: 3px;
  height: 35px;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  writing-mode: vertical-rl;
  font-size: 10px;
  animation: scrollLine 3.5s infinite;
}

@keyframes scrollLine{
  0%{
    content: "";
  }
  20%{
    content: "・";
  }
  40%{
    content: "・・";
  }
  60%{
    content: "・・・";
  }
  80%{
    content: "・・・・";
  }
  100%{
    content: "";
  }
}

@media (max-width:480px) {
  .top_visual_container{
    height: 100dvh;
  }
  .top_visual_br{
    display: block;
  }
  .top_visual_text_content{
    left: 3%;
    top: 35%;
  }
  .top_visual_text_content h2{
    font-size: 3rem;
    line-height: 4.5rem;
  }
  .top_visual_subtext_content{
    width: 250px;
    height: auto;
    top: 33%;
    left: 3%;
    aspect-ratio: 4/2;
  }
  .authority_words{
    grid-template-rows: 50% 50%;
  }
  .authority_words span{
    border-radius: 10px;
    padding: 8px;
  }
  .quake > p{
    line-height: 0.5rem;
    font-size: 1rem;
  }
  .quake > h6 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .quake > .fontsize_s {
    font-size: 0.7rem;
  }
  .airtight h6{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .heat p{
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .heat h6{
    font-size: 2.5rem;
  }
  .planner h6{
    font-size: 1.2rem;
  }
  .gooddesign{
    padding: 5px;
  }
  .gooddesign p{
    font-size: 0.8rem;
  }
  .award{
    padding: 5px;
  }
  .award p{
    font-size: 0.8rem;
  }
}


/* top_visual_end */

/* top_concept */
.top_concept{
  width: 100%;
  height: 1000px;
  padding-top: 150px;
}

.top_concept_container{
  width: 100%;
  height: 100%;
  position: relative;
}

.top_concept_content{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: revert;
}

.top_concept_image_content{
  width: 60%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.top_concept_image_content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_concept_text_content{
  width: 28%;
  height: 40%;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  left: 8%;
  top: 0;
  position: relative;
}

.section_title{
  width: 100%;
}

.section_title h3{
  font-size: 4rem;
  line-height: 3rem;
  font-weight: 700;
  color: var(--main_corp_color);
  text-transform: uppercase;
  margin-left: -5px;
}

.section_title p{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1rem;
  color: var(--main_color_black);
  margin-top: 1.5rem;
}

.concept_title{
  width: 100%;
  height: max-content;
  font-size: 2rem;
  line-height: 4rem;
  margin-top: 40px;
  letter-spacing: 3px;
}

.concept_description{
  width: 100%;
  height: max-content;
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 3rem;
}

@media (max-width: 1240px){
  .concept_title{
    font-size: 2rem;
    line-height: 3.5rem;
    margin-top: 30px;
    letter-spacing: 2px;
  }

  .concept_description{
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.section_button{
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: clamp(0px, 17vw, 300px);
  left: 8%;
}

.section_button a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--button_corp_color);
  color: var(--main_color_white);
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 30px;
}
.section_button a::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  left: 160px;
  background-color: var(--main_color_white);
  display: flex;
  animation: sectionButtonBar 5s infinite;
}

@keyframes sectionButtonBar{
  0%{
    width: 2px;
  }
  50%{
    width: 12px;
  }
  60%{
    width: 12px;
  }
  90%{
    width: 2px;
  }
  100%{
    width: 2px;
  }
}

.section_button_link p{
  color: var(--main_color_white);
}

.top_concept .top_concept_container > .top_concept_bg{
  width: 400px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 5%;
  transform: rotate(90deg) translate(-150px, 60px);
  transform-origin: bottom left;
}


@media (max-width:480px) {
  .top_concept_image_content{
    width: 95%;
    height: 30%;
    border-radius: 10px 0 0 10px;
    margin-top: 20px;
  }
  .top_concept_text_content{
    width: 85%;
    left: 5%;
  }
  .section_title{
    position: absolute;
    top: -150px;
  }
  .section_title h3{
    font-size: 3rem;
  }
  .section_title p{
    margin-left: -3px;
  }
  .concept_title{
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 250px;
  }
  .concept_description{
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .top_concept_bg{
    width: 200px;
    height: 100px;
    top: -30px;
    left: 50%;
    transform: rotate(0deg) translate(0px, 0px);
    transform-origin: bottom right;
  }
  .section_button{
    left: 50%;
    transform: translateX(-53%);
  }
}


/* top_concept_end */

/* ------------ 
main_wrapper_end
------------ */

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

menu : l-toggle (SP)

------------------------------------ */
.l-toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 15.897vw;
  height: 15.897vw;
  background: #393939;
  z-index: 9999;
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 8vw;
  height: 5vw;
  margin: 0;
}
.l-toggle span {
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
.l-toggle p {
  display: none;
}
.l-toggle.active div {
  justify-content: center;
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(1px) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  display: none;
}
.l-toggle.active span:nth-child(3) {
  transform: translateY(-1px) rotate(45deg);
}

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

menu : l-navigation (SP)

------------------------------------ */
.l-navigation {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 3vw 3vw 10vw 2.6vw;
  overflow: scroll;
  z-index: 9000;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
}
.l-navigation.active {
  opacity: 1;
  visibility: visible;
}
.l-navigation__logo {
  margin: 0 0 10vw;
  width: 90%;
}
.l-navigation__logo a {
  display: flex;
  align-items: center;
  font-size: 3.74vw;
  color: #242424;
}
.l-navigation__logo .hlogo {
  width: 35.64vw;
  height: auto;
  margin-right: 6px;
}
.l-navigation__logo span.en {
  display: block;
  padding-top: 6px;
  font-size: 3.3vw;
  letter-spacing: 1px;
  font-weight: 600;
}
.l-navigation__menu {
  margin: 0;
}
.l-navigation__menu__banner {
  margin-bottom: 8vw;
}
.l-navigation__menu p {
  font-size: 3.4vw;
  text-align: center;
  color: #9e9e9e;
  margin: 0 0 2vw;
}
.l-navigation__menu > ul > li.non_link > span {
  padding: 1.769vw 4vw;
}
.l-navigation__menu > ul > li.non_link.ft {
  margin-top: 3vw;
}
.l-navigation__menu > ul > li > a {
  display: block;
  font-size: 4.615vw;
  padding: 1.769vw 4vw;
  color: #000;
}
.l-navigation__menu > ul > li > a.accordion {
  position: relative;
}
.l-navigation__menu > ul > li > a.accordion:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2vw;
  bottom: 0;
  width: 2.6vw;
  height: 2.6vw;
  margin: auto;
  border-right: 0.6vw solid #242424;
  border-bottom: 0.6vw solid #242424;
  transform: rotate(45deg);
  transition: 0.3s;
  box-sizing: border-box;
}
.l-navigation__menu > ul > li > a.accordion.active:before {
  transform: rotate(225deg);
}
.l-navigation__menu > ul > li ul {
  display: flex;
  padding: 0 0 3vw;
  flex-wrap: wrap;
}
.l-navigation__menu > ul > li ul li {
  margin: 0 0 1vw;
}
.l-navigation__menu > ul > li ul li:last-child {
  margin: 0;
}
.l-navigation__menu > ul > li ul li a {
  position: relative;
  display: inline-block;
  color: #C0C0C0;
  padding: 0.7vw 4vw;
}
.l-navigation__menu > ul > li ul li a span {
  position: relative;
  display: block;
  font-size: 3.9vw;
  padding: 0 0 0 5.9vw;
}
.l-navigation__menu > ul > li ul li a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 11px;
  height: 2px;
  background: #C0C0C0;
}
.l-navigation__menu > ul > li.l-sns {
  text-align: center;
  width: 100%;
  margin: 19.743vw auto 6.67vw;
  border-bottom: none;
}
.l-navigation__menu > ul > li.l-sns ul {
  display: block;
}
.l-navigation__menu > ul > li.l-sns ul li {
  height: 40px;
  padding: 0 9px;
  display: inline-block;
  vertical-align: top;
}
.l-navigation__menu > ul > li.l-sns ul li img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.l-navigation__menu > ul > li.l-sns ul li:nth-child(4) {
  width: 38px;
  height: 27px;
  margin-top: 6px;
}
.l-navigation__menu > ul > li.l-sns ul a {
  padding: 0;
  background: none;
  height: 100%;
}
.l-navigation__menu > ul > li.l-sns ul .en {
  font-size: 5vw;
  color: #242424;
  letter-spacing: 1.4px;
  padding-top: 8px;
  display: block;
  height: auto;
  margin-bottom: 12px;
}
.l-navigation .c-button.cv {
  margin: 0 auto 5vw;
  width: 100%;
  height: 90px;
  line-height: 90px;
}
.l-navigation .c-button.cv span.en {
  font-size: 9vw;
  padding-left: 3%;
  padding-right: 7%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}

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

menu : l-navigation-contact (SP)

------------------------------------ */
.l-navigation-contact {
  width: 100%;
  padding: 0 1.046vw;
}
.l-navigation-contact .main {
  width: 100%;
  color: #fff;
  background: rgba(54, 54, 54, 0.65);
  padding: 10.538vw 6.41vw;
}
.l-navigation-contact .l-nav-title {
  text-align: center;
  margin-bottom: 7.6923vw;
}
.l-navigation-contact .l-nav-title h2 {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-size: 6.1538vw;
  margin-bottom: 2.5641vw;
  letter-spacing: 3px;
}
.l-navigation-contact .l-nav-title p {
  font-size: 3.333vw;
  font-weight: 400;
}
.l-navigation-contact .nav-list li a {
  display: block;
  background: #5b5b5b;
  width: 100%;
  height: 100%;
}
.l-navigation-contact .nav-list li a .box {
  display: flex;
  align-items: center;
  height: 36.154vw;
  padding-left: 5.897vw;
}
.l-navigation-contact .nav-list li a .box .img {
  width: 81px;
  min-width: 81px;
  height: 100px;
  margin-right: 7.6923vw;
}
.l-navigation-contact .nav-list li a p {
  font-size: 3.333vw;
  font-weight: 400;
}
.l-navigation-contact .nav-list li a p.tit {
  font-size: 4.61538vw;
}
.l-navigation-contact .nav-list li a {
  text-align: center;
  padding: 7vw 0;
}
.l-navigation-contact .nav-list li:not(:last-child) {
  margin-bottom: 5%;
}
.l-navigation-contact .nav-list li:last-child a {
  background: #6699cc;
}

.l-navigation__menu .sec_dx .main {
  width: 84.615vw;
  height: auto;
  position: relative;
  margin: 5vw auto 0;
  padding: 0;
}
.l-navigation__menu .sec_dx .main .img {
  width: 100%;
  height: 45.15vw;
  display: block;
  overflow: hidden;
}
.l-navigation__menu .sec_dx .main .img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.l-navigation__menu .sec_dx .main .content {
  width: 76.41vw;
  height: 35.897vw;
  background: rgba(54, 54, 54, 0.65);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-top: calc((45.897vw - 110px) / 2);
}
.l-navigation__menu .sec_dx .main .content .tit {
  /* font-family: txt.$font01; */
  font-size: 3.333vw;
  font-weight: 400;
  color: #fff;
  /* letter-spacing: 3px; */
  margin-bottom: 15px;
}
.l-navigation__menu .sec_dx .main .content .txt {
  font-size: 5.74358vw;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  font-family: acumin-pro, sans-serif;
}
.l-navigation__menu .sec_dx .main .content .lead {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.8em;
}
.l-navigation__menu .sec_dx .main a {
  display: block;
}
.l-navigation__menu .sec_dx .main a:hover {
  opacity: 1;
}
.l-navigation__menu .sec_dx .main a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

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

c-button

------------------------------------ */
/*  c-button  */
.c-button, .p-button {
  width: 198px;
  height: 39px;
  line-height: 38px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.c-button a, .p-button a {
  display: block;
  width: 100%;
}
.c-button::before {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 3.5px 0 3.5px 6.1px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.p-button::before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 3.5px 6.1px 3.5px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}

.c-button a::before,.p-button a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}


.c-button:hover::before,.p-button:hover::before  {
  border-color: transparent transparent transparent #6699cc;
}

.c-button a:hover,.p-button a:hover {
  color: #6699cc;
}
.c-button a:hover::before,.p-button a:hover::before  {
  transform: scale(1, 1);
  transform-origin: left top;
}

.c-button a:hover::before,.p-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 740px) {
  .c-button,.p-button {
    font-size: 3.4vw;
  }
}
.c-button02 {
  width: 280px;
}

/*  dark  */
.c-button.dark,.p-button.dark  {
  color: #fff;
  background: #6699cc;
}
.c-button.dark::before {
  border-color: transparent transparent transparent #fff;
}

.p-button.dark::before {
  border-color: transparent #fff transparent transparent;
}

.c-button.dark:hover,.p-button.dark:hover  {
  border: 2px solid #6699cc;
  line-height: 35px;
}
.c-button.dark:hover::before {
  border-color: transparent transparent transparent #6699cc;
}
.p-button.dark:hover::before {
  border-color: transparent #6699cc transparent transparent;
}
.c-button.dark a:hover,.p-button.dark a:hover {
  opacity: 0.999;
}

/*  light  */
.c-button.light,.p-button.light  {
  color: #6699cc;
  background: #fff;
  border: 2px solid #6699cc;
  margin-bottom: 10px;
}
.c-button.light::before {
  border-color: transparent transparent transparent #6699cc;
}
.p-button.light::before {
  border-color: transparent #6699cc transparent transparent;
}
.c-button.light:hover, .p-button.light:hover {
  border: 2px solid #fff;
}
.c-button.light:hover::before {
  border-color: transparent transparent transparent #fff;
}
.p-button.light:hover::before {
  border-color: transparent #fff transparent transparent;
}
.c-button.light a::before, .p-button.light a::before {
  background: #6699cc;
}
.c-button.light a:hover, .p-button.light a:hover {
  opacity: 0.999;
  color: #fff;
}

/*  cv  */
.c-button.cv {
  width: 200px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: #f69125;
  font-family: acumin-pro, sans-serif;
  font-size: 21px;
}
.c-button.cv a:hover {
  color: #f69125;
  opacity: 0.999;
}
.c-button.cv a:hover::before {
  border-color: transparent transparent transparent #f69125;
}
.c-button.cv:hover::before {
  border-color: transparent transparent transparent #f69125;
}

@media screen and (max-width: 740px) {
  .c-button.cv {
    width: 80%;
  }
}
.header .c-button.cv a:hover {
  opacity: 0.999999;
}

/*  c-button-text  */
.c-button.c-button-text {
  display: inline-block;
  padding-right: 10px;
  margin-left: -10px;
  font-size: 13px;
  color: #6699cc;
  width: auto;
  height: auto;
  line-height: inherit;
}
.c-button.c-button-text::before {
  border-color: transparent transparent transparent #6699cc;
  right: -6px;
  border-width: 3.2px 0 3.2px 5.6px;
}

/*  c-button-border  */
.c-button.c-button-border {
  width: 374px;
  height: 124px;
  line-height: inherit;
  border: 3px solid #6699cc;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-button.c-button-border .title {
  font-size: 26px;
}
.c-button.c-button-border .txt {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: urw-din,  sans-serif;
  color: #ddf3fa;
}
.c-button.c-button-border::before {
  border-color: transparent transparent transparent #6699cc;
  top: inherit;
  bottom: 16px;
  transform: inherit;
  border-width: 3.2px 0 3.2px 5.6px;
}
.c-button.c-button-border:hover {
  border: 3px solid #6699cc;
}
.c-button.c-button-border:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.c-button-border a::before {
  background: #6699cc;
}
.c-button.c-button-border a:hover {
  color: #fff;
  opacity: 0.999;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-border {
    width: 90%;
    border-width: 2px;
    height: 88px;
    border-radius: 12px;
  }
  .c-button.c-button-border .title {
    font-size: 5.4vw;
    font-weight: 600;
    line-height: 1.5;
  }
  .c-button.c-button-border .txt {
    font-size: 3vw;
    letter-spacing: 1.4px;
  }
  .c-button.c-button-border::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
}
/*  c-button-middle  */
.c-button.c-button-middle {
  width: 224px;
  height: 130px;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6699cc;
  background: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
  overflow: hidden;
}
.c-button.c-button-middle::before {
  border-color: transparent transparent transparent #ddf3fa;
  top: inherit;
  right: 10px;
  bottom: 10px;
  transform: inherit;
  border-width: 4.2px 0 4.2px 6.6px;
}
.c-button.c-button-middle::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: -19px;
  left: -6px;
  border-width: 28px 0 28px 30px;
  transform: rotate(224deg);
  border-color: transparent transparent transparent #58b2dc;
}
.c-button.c-button-middle:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.c-button-middle a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-button.c-button-middle a::before {
  background: #6699cc;
}
.c-button.c-button-middle a:hover {
  color: #fff;
  opacity: 0.999;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-middle {
    font-size: 4.4vw;
    height: 80px;
    line-height: 1.3;
  }
  .c-button.c-button-middle::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
  .c-button.c-button-middle::after {
    border-width: 20px 0 20px 22px;
  }
}
/*  c-button-cmn-cv  */
.c-button.c-button-cmn-cv {
  width: 386px;
  height: 102px;
  line-height: 102px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 18px;
  background: #f69125;
  color: #fff;
}
.c-button.c-button-cmn-cv::before {
  border-color: transparent transparent transparent #fff;
  border-width: 3.2px 0 3.2px 5.6px;
}
.c-button.c-button-cmn-cv a::before {
  background: #f69125;
}
.c-button.c-button-cmn-cv a:hover {
  color: #fff;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-cmn-cv {
    width: 90%;
    border-width: 3px;
    height: 76px;
    border-radius: 10px;
    font-size: 4.6vw;
  }
  .c-button.c-button-cmn-cv::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
}
.c-button.c-button-cmn-cv.cv02 {
  background: #6699cc;
}

/*  c-button-no-link  */
.c-button.dark.no-link:hover {
  border: none;
  line-height: 39px;
}
.c-button.dark.no-link:hover::before {
  border-color: transparent transparent transparent #fff;
}

.c-button.light.no-link:hover {
  border: none;
  line-height: 39px;
}
.c-button.light.no-link:hover ::before {
  border-color: transparent transparent transparent #6699cc;
}

/*  section_cmn_cv  */
@media screen and (min-width: 761px) {
  .section_cmn_cv {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_cmn_cv .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 740px) {
  .section_cmn_cv .c-button {
    margin-bottom: 5%;
  }
}
/* ------------------------------------

icon

------------------------------------ */
/*  p-item__icons  */
.p-item__icons .icon {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 1px 8px 2px;
  margin-bottom: 2px;
}

@media screen and (max-width: 740px) {
  .p-item__icons .icon {
    padding: 0 8px 1px;
    font-size: 1em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ip-item__icons .icon {
    padding: 0 8px 4px;
  }
}

@media screen and (max-width: 480px) {
  .p-item__icons .icon {
    padding: 0 4px 1px;
    font-size: 0.7em;
  }
}
.p-item__icons:empty {
  margin-bottom: 0;
}

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

new icon

------------------------------------ */
.new {
  position: relative;
}

.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #f69125;
  font-family: source-han-sans-japanese, sans-serif;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  letter-spacing: 0;
}

@media screen and (max-width: 740px) {
  .new:after {
    font-size: 12px;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
/* ------------------------------------

title

------------------------------------ */
.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

/* list-page__header */
.list-page__header {
  text-align: center;
  padding-bottom: 40px;
}
.list-page__header .title {
  position: relative;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
.list-page__header .subtitle {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #6699cc;
  letter-spacing: 3px;
  font-size: 17px;
  margin-top: 9px;
  text-transform: uppercase;
}
.list-page__header .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .list-page__header {
    padding-bottom: 10%;
  }
  .list-page__header .title {
    font-size: 7.2vw;
    margin-bottom: 2%;
    letter-spacing: 1px;
    padding: 0 4px;
  }
  .list-page__header .subtitle {
    font-size: 10.14vw;
    line-height: 1.25;
    font-size: 4vw;
  }
  .list-page__header .text {
    font-size: 3.74vw;
  }
}
/* list-page__header */
.l-page .list-page__header {
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 740px) {
  .l-page .list-page__header {
    padding-top: 10%;
  }
}
/* ------------------------------------

page_index c-section01

------------------------------------ */
/* ------------------------------------
icon extend
------------------------------------ */
.sec-index .block-item .item-main .item-content .btn-view p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5.2px 0 5.2px 9px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

/* ------------------------------------
sec-message
------------------------------------ */
.sec-message.index .main {
  margin: 0 auto 98px;
  text-align: center;
}
@media (max-width: 760px) {
  .sec-message.index .main {
    margin: 0 auto 16.5vw;
  }
}
.sec-message.index .main h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .sec-message.index .main h2 {
    font-size: 6.41025vw;
    letter-spacing: 0.3vw;
    width: 84.6153vw;
    margin: 0 auto 4.5vw;
  }
}
.sec-message.index .main .txt {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.4;
}
@media (max-width: 760px) {
  .sec-message.index .main .txt {
    font-size: 3.33333vw;
    width: 84.6153vw;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 0.06vw;
  }
}

/* ------------------------------------
sec-index
------------------------------------ */
.sec-index {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-index .block-item {
  margin-bottom: 60px;
}
@media (max-width: 760px) {
  .sec-index .block-item {
    margin-bottom: 10vw;
  }
}
.sec-index .block-item .item-main {
  display: flex;
  padding: 38px;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #dfdfdf;
  margin-bottom: 45px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main {
    display: block;
    width: 89.744vw;
    margin: 0 auto 5.1282vw;
    padding: 20px;
  }
}
.sec-index .block-item .item-main .item-img {
  display: block;
  height: 248px;
  width: 391px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-img {
    height: 50.256vw;
    width: auto;
  }
}
.sec-index .block-item .item-main .item-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sec-index .block-item .item-main .item-content {
  display: block;
  margin-left: 47px;
  margin-top: 3px;
  height: 248px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content {
    margin-top: 4.103vw;
    margin-left: 0;
    height: auto;
  }
}
.sec-index .block-item .item-main .item-content .tit {
  font-family: source-han-serif-japanese, serif;
  font-size: 2.5rem;
  margin: 18px 0 5px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content .tit {
    font-size: 6vw;
    margin-top: 4.103vw;
  }
}
.sec-index .block-item .item-main .item-content .txt-normal {
  font-size: 1.3rem;
  font-weight: 500;
  height: 132px;
  color: #6e6e6e;
  line-height: 2.4;
  padding-top: 8px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content .txt-normal {
    height: auto;
    padding-top: 3.59vw;
  }
}
.sec-index .block-item .item-main .item-content .btn-view {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
}
.sec-index .block-item .item-main .item-content .btn-view p {
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #a8a8a8;
  position: relative;
  padding-right: 14px;
  letter-spacing: 3px;
  padding-left: 3px;
}
@media (max-width: 760px) {
  .sec-index .block-item .item-main .item-content .btn-view p {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 5.385vw;
  }
}
.sec-index .block-item .item-main .item-content .btn-view p::after {
  right: 0;
  border-color: transparent transparent transparent #a8a8a8;
}
.sec-index .block-item .item-main:hover .item-img {
  display: block;
}
.sec-index .block-item .item-main:hover .item-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sec-index .block-item .item-main:hover .item-content .btn-view p {
  color: #6699cc;
  transition: 0.3s;
  opacity: 1;
}
.sec-index .block-item .item-main:hover .item-content .btn-view p::after {
  border-color: transparent transparent transparent #6699cc;
}

/* ------------------------------------
last_btn
------------------------------------ */
@media (max-width: 760px) {
  .last_btn {
    width: 89.744vw;
    margin: 0 auto;
  }
}
.last_btn .btn-view-more a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6e6e6e;
  width: 333px;
  height: 64px;
  line-height: 60px;
  margin: 55px auto 0;
  text-align: center;
  border: 3px solid #e4e4e4;
  position: relative;
}
@media (max-width: 760px) {
  .last_btn .btn-view-more a {
    width: 100%;
  }
}
.last_btn .btn-view-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  transition: transform 0.3s;
  border-width: 5.2px 0 5.2px 9px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(168, 168, 168, 0.5);
}
.last_btn .btn-view-more a:hover {
  border-color: #6699cc;
  color: #6699cc;
}
.last_btn .btn-view-more a:hover::after {
  border-color: transparent transparent transparent #6699cc;
}

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

Clear Fix

------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fadeInAnim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.fadeInAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}



/*# sourceMappingURL=common.css.map */