@charset "UTF-8";
.con-pageoutline { max-width: 1280px; margin-left: auto; margin-right: auto; width: calc(100% - 160px); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-pageoutline { width: 92%; } }
@media only screen and (max-width: 767px) { .con-pageoutline { width: 89.6%; } }

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html { font-size: 62.5%; line-height: 1.75; }

body { color: #292929; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 1.8rem; }
@media only screen and (max-width: 767px) { body { font-size: 1.4rem; } }
body a { color: #292929; line-height: 1; }
body a:link, body a:visited, body a:active, body a:hover, body a.touchstart { text-decoration: none; }
body img { max-width: 100%; -webkit-touch-callout: none; image-rendering: -webkit-optimize-contrast; }

body, pre, input, textarea, select { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; }

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

@media only screen and (min-width: 1025px) { body .view_tab-sp, body .view_tab { display: none !important; } }
@media print { body .view_tab-sp, body .view_tab { display: none !important; } }
.ie8 body .view_tab-sp, .ie8 body .view_tab { display: none !important; }
@media only screen and (min-width: 768px) { body .view_sp { display: none !important; } }
@media print { body .view_sp { display: none !important; } }
.ie8 body .view_sp { display: none !important; }
@media only screen and (max-width: 1024px) { body .view_pc { display: none !important; } }
@media only screen and (max-width: 767px) { body .view_pc-tab, body .view_tab { display: none !important; } }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.visually-hidden { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

@media only screen and (min-width: 1025px) { a .hover-group { display: inline-block; position: relative; overflow: hidden; }
  a .hover-group span { padding: 0.6em 0; line-height: 1.6; }
  a .hover-group .hover-front { display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  a .hover-group .hover-back { display: block; position: absolute; top: 100%; left: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  a:hover .hover-group .hover-front { transform: translate(0, -100%); }
  a:hover .hover-group .hover-back { top: 0; } }
@media print { a .hover-group { display: inline-block; position: relative; overflow: hidden; }
  a .hover-group span { padding: 0.6em 0; line-height: 1.6; }
  a .hover-group .hover-front { display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  a .hover-group .hover-back { display: block; position: absolute; top: 100%; left: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  a:hover .hover-group .hover-front { transform: translate(0, -100%); }
  a:hover .hover-group .hover-back { top: 0; } }
.ie8 a .hover-group { display: inline-block; position: relative; overflow: hidden; }
.ie8 a .hover-group span { padding: 0.6em 0; line-height: 1.6; }
.ie8 a .hover-group .hover-front { display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 a .hover-group .hover-back { display: block; position: absolute; top: 100%; left: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 a:hover .hover-group .hover-front { transform: translate(0, -100%); }
.ie8 a:hover .hover-group .hover-back { top: 0; }

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page { position: relative; }

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header { padding: 8px 0; position: absolute; top: 24px; left: 0; right: 0; margin: 0 auto; width: calc(100% - 3.3vw); display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; border-radius: 8px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(5px); }
@media only screen and (max-width: 767px) { header { top: 8px; } }
header .logo { width: 20%; padding: 0 1.1vw; max-width: 160px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { header .logo { width: 40%; } }
@media only screen and (max-width: 767px) { header .logo { width: 35%; } }
@media only screen and (min-width: 1025px) { header .logo a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  header .logo a:hover { opacity: 0.6; } }
@media print { header .logo a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  header .logo a:hover { opacity: 0.6; } }
.ie8 header .logo a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 header .logo a:hover { opacity: 0.6; }
header .gnav { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; gap: 0 2.2vw; padding-right: 8px; width: 80%; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { header .gnav { width: 60%; } }
@media only screen and (max-width: 767px) { header .gnav { width: 75%; gap: 0 16px; } }
header .gnav .gnav-mainlist { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; gap: 0 2.2vw; }
header .gnav .gnav-mainlist .gnav-item { position: relative; }
header .gnav .gnav-mainlist .gnav-item > a { display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; font-size: 1.5rem; }
@media only screen and (min-width: 1025px) and (max-width: 1280px) { header .gnav .gnav-mainlist .gnav-item > a { font-size: 1.15vw; } }
@media print { header .gnav .gnav-mainlist .gnav-item > a { font-size: 1.15vw; } }
.ie8 header .gnav .gnav-mainlist .gnav-item > a { font-size: 1.15vw; }
header .gnav .nav-buttons { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; gap: 0 11px; }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons { gap: 0 8px; } }
header .gnav .nav-buttons .button-contact a { display: inline-block; color: #E8410B; font-size: 1.5rem; font-weight: 700; line-height: 1; letter-spacing: 1px; text-align: center; padding: calc(16px - 1em) 32px; border: 1px solid #E48E29; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; }
@media only screen and (min-width: 1025px) and (max-width: 1280px) { header .gnav .nav-buttons .button-contact a { font-size: 1.12vw; padding: calc(16px - 0.6em) 2.2vw; } }
@media print { header .gnav .nav-buttons .button-contact a { font-size: 1.12vw; padding: calc(16px - 0.6em) 2.2vw; } }
.ie8 header .gnav .nav-buttons .button-contact a { font-size: 1.12vw; padding: calc(16px - 0.6em) 2.2vw; }
@media only screen and (min-width: 1025px) { header .gnav .nav-buttons .button-contact a { -webkit-transition: 0.15s; -moz-transition: 0.15s; -ms-transition: 0.15s; -o-transition: 0.15s; transition: 0.15s; }
  header .gnav .nav-buttons .button-contact a:hover { background-color: #E48E29; color: #fff; } }
@media print { header .gnav .nav-buttons .button-contact a { -webkit-transition: 0.15s; -moz-transition: 0.15s; -ms-transition: 0.15s; -o-transition: 0.15s; transition: 0.15s; }
  header .gnav .nav-buttons .button-contact a:hover { background-color: #E48E29; color: #fff; } }
.ie8 header .gnav .nav-buttons .button-contact a { -webkit-transition: 0.15s; -moz-transition: 0.15s; -ms-transition: 0.15s; -o-transition: 0.15s; transition: 0.15s; }
.ie8 header .gnav .nav-buttons .button-contact a:hover { background-color: #E48E29; color: #fff; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { header .gnav .nav-buttons .button-contact a { padding: 16px 32px; } }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons .button-contact a { font-size: 1.3rem; padding: 14px 4vw; } }
header .gnav .nav-buttons .button-menu { width: 52px; height: 52px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; position: relative; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; cursor: pointer; border: 2px solid #E48E29; background-color: #E48E29; }
@media only screen and (min-width: 1025px) { header .gnav .nav-buttons .button-menu:hover { background-color: #fff; }
  header .gnav .nav-buttons .button-menu:hover span { background-color: #E48E29; width: 20px; } }
@media print { header .gnav .nav-buttons .button-menu:hover { background-color: #fff; }
  header .gnav .nav-buttons .button-menu:hover span { background-color: #E48E29; width: 20px; } }
.ie8 header .gnav .nav-buttons .button-menu:hover { background-color: #fff; }
.ie8 header .gnav .nav-buttons .button-menu:hover span { background-color: #E48E29; width: 20px; }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons .button-menu { width: 48px; height: 48px; } }
header .gnav .nav-buttons .button-menu span { display: block; background-color: #fff; width: 12px; height: 2px; position: absolute; left: 0; right: 0; margin: 0 auto; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons .button-menu span { width: 10px; } }
header .gnav .nav-buttons .button-menu span:first-child { left: auto; right: 14px; top: 18px; }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons .button-menu span:first-child { right: 12px; top: 16px; } }
header .gnav .nav-buttons .button-menu span:nth-child(2) { width: 20px; top: 24px; }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons .button-menu span:nth-child(2) { width: 18px; top: 22px; } }
header .gnav .nav-buttons .button-menu span:last-child { right: auto; left: 14px; top: 30px; }
@media only screen and (max-width: 767px) { header .gnav .nav-buttons .button-menu span:last-child { left: 12px; top: 28px; } }
header.hamburger-menu-on { position: fixed; right: 0; z-index: 101; }
header.hamburger-menu-on .button-menu { position: relative; top: 0; margin-left: auto; }
header.hamburger-menu-on.menu-open { z-index: 0; }

/* -----------------------------------------------------------
	.con-modalmenu
----------------------------------------------------------- */
.con-modalmenu { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; opacity: 0; visibility: hidden; pointer-events: none; position: fixed; top: 0; right: 0; z-index: 100; width: 100%; height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; }
.con-modalmenu:before { content: ""; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.85); position: absolute; top: 0; right: 0; display: block; }
.con-modalmenu .logo { max-width: 160px; position: absolute; aspect-ratio: 1/0.345; width: 12.5%; top: 35px; left: 30px; }
@media only screen and (max-width: 767px) { .con-modalmenu .logo { width: 28.5%; top: 20px; left: 2.75vw; } }
.con-modalmenu .button-close { width: 52px; height: 52px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; position: relative; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; cursor: pointer; background-color: #E48E29; background: var(--logo-blue-grad, linear-gradient(117deg, #008bca -43.81%, #172a88 89.56%)); backdrop-filter: blur(2px); position: absolute; top: 32px; right: calc(1.65vw + 8px); cursor: pointer; z-index: 5; }
@media only screen and (min-width: 1025px) { .con-modalmenu .button-close:hover { transform: rotate(180deg); } }
@media print { .con-modalmenu .button-close:hover { transform: rotate(180deg); } }
.ie8 .con-modalmenu .button-close:hover { transform: rotate(180deg); }
@media only screen and (max-width: 767px) { .con-modalmenu .button-close { width: 48px; height: 48px; top: 16px; } }
.con-modalmenu .button-close span { display: block; background-color: #fff; width: 18px; height: 2px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
@media only screen and (max-width: 767px) { .con-modalmenu .button-close span { width: 10px; } }
.con-modalmenu .button-close span:first-child { transform: rotate(45deg); }
.con-modalmenu .button-close span:last-child { transform: rotate(-45deg); }
.con-modalmenu .box-news { color: #fff; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; align-items: flex-end; position: relative; z-index: 1; width: 20%; position: absolute; bottom: 5%; left: 5%; }
.con-modalmenu .box-news .title-news span { display: block; letter-spacing: 0.08em; line-height: 1; }
.con-modalmenu .box-news .title-news span.en { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; font-size: 4rem; font-weight: 500; text-transform: uppercase; margin-top: 16px; }
.con-modalmenu .box-news .txt-link a { display: inline-block; text-decoration: underline; color: #fff; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-news .txt-link a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-news .txt-link a:hover { text-decoration: none; } }
@media print { .con-modalmenu .box-news .txt-link a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-news .txt-link a:hover { text-decoration: none; } }
.ie8 .con-modalmenu .box-news .txt-link a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 .con-modalmenu .box-news .txt-link a:hover { text-decoration: none; }
.con-modalmenu .box-news .list-news { width: 100%; margin-top: 40px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; gap: 24px; }
.con-modalmenu .box-news .list-news .item-news { position: relative; }
.con-modalmenu .box-news .list-news .item-news a { display: block; border-bottom: 1px solid #E1E2E4; padding-bottom: 24px; color: #fff; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-news .list-news .item-news a:hover:before { background-image: url(../images/common/icon-arrow-orange.svg); background-color: #fff; } }
@media print { .con-modalmenu .box-news .list-news .item-news a:hover:before { background-image: url(../images/common/icon-arrow-orange.svg); background-color: #fff; } }
.ie8 .con-modalmenu .box-news .list-news .item-news a:hover:before { background-image: url(../images/common/icon-arrow-orange.svg); background-color: #fff; }
.con-modalmenu .box-news .list-news .item-news a .date { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; font-size: 1.5rem; font-weight: 500; line-height: 1; letter-spacing: 0.08em; padding-top: 9px; }
.con-modalmenu .box-news .list-news .item-news a .title-post { font-weight: 400; line-height: 1; margin-top: 16px; }
.con-modalmenu .box-news .list-news .item-news a .title-post .hover-group { width: 100%; }
.con-modalmenu .box-news .list-news .item-news a .title-post .hover-group span { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.con-modalmenu .box-news .list-news .item-news a:before { content: ""; position: absolute; top: 0; right: 0; border: 1px solid rgba(225, 226, 228, 0.5); -webkit-border-radius: 9999px; -moz-border-radius: 9999px; -ms-border-radius: 9999px; border-radius: 9999px; width: 64px; height: 32px; background: url(../images/common/icon-arrow-wh.svg) center center no-repeat; background-size: 20px 20px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.con-modalmenu .box-modalmenu { position: absolute; top: 98px; right: 0; width: 70%; display: block; height: calc(100% - 98px); background-color: rgba(0, 57, 144, 0.9); -webkit-border-radius: 40px 0 0 0; -moz-border-radius: 40px 0 0 0; -ms-border-radius: 40px 0 0 0; border-radius: 40px 0 0 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; overflow-y: auto; padding: 7vh 7vw 2vh 9vw; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-modalmenu .box-modalmenu { padding: 8vh 7vw 2vh 9vw; width: 95%; } }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu { width: 95%; top: 72px; height: calc(100% - 72px); padding: 7vh 2vw 7vh 10vw; } }
.con-modalmenu .box-modalmenu::-webkit-scrollbar { width: 5px; }
.con-modalmenu .box-modalmenu:-webkit-scrollbar-track { background: #dedede; }
.con-modalmenu .box-modalmenu::-webkit-scrollbar-thumb { background: #003990; border-radius: 5px; }
.con-modalmenu .box-modalmenu .main-nav { margin-bottom: 5vh; }
@media only screen and (min-width: 768px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto auto auto; gap: 4vh; } }
@media print { .con-modalmenu .box-modalmenu .main-nav .list-main-nav { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto auto auto; gap: 4vh; } }
.ie8 .con-modalmenu .box-modalmenu .main-nav .list-main-nav { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto auto auto; gap: 4vh; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; gap: 24px; } }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav { width: 100%; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav.dropdown > a:before { background: #fff; width: 17px; height: 1px; top: 0.5em; border: none; right: 16px; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav.dropdown > a:after { content: ""; background: #fff; width: 17px; height: 1px; top: 0.5em; transform: rotate(90deg); display: block; position: absolute; top: 8px; right: 16px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav.dropdown > a.is-open:after { transform: rotate(0); } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a { display: inline-block; color: #fff; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a:hover { opacity: 0.6; } }
@media print { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a:hover { opacity: 0.6; } }
.ie8 .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a:hover { opacity: 0.6; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a { display: block; position: relative; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a:before { content: ""; position: absolute; top: 0; right: 0; border: 1px solid rgba(225, 226, 228, 0.5); -webkit-border-radius: 9999px; -moz-border-radius: 9999px; -ms-border-radius: 9999px; border-radius: 9999px; width: 48px; height: 24px; background: url(../images/common/icon-arrow-wh.svg) center center no-repeat; background-size: 14px 14px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a .jp { line-height: 1; letter-spacing: 0.08em; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a .jp { font-size: 1.8rem; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a .en { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; margin-top: 16px; font-size: 3.6rem; text-transform: uppercase; font-weight: 500; letter-spacing: 0.08em; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a .en { font-size: 3rem; } }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav > a .en { font-size: 1.2rem; opacity: 0.6; margin-top: 8px; font-weight: 300; letter-spacing: 0.1em; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul { border-left: 1px solid #fff; margin-left: 16px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; gap: 0.5vh; margin-top: 1vh; padding: 0.5vh 0; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul { gap: 1.5vh; padding: 1vh 0; } }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul { display: none; margin-left: 8px; margin-top: 8px; padding: 0.5em 0; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li { padding-left: 24px; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li:not(:first-child) { padding-top: 1em; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a { display: inline-block; font-size: 1.6rem; font-weight: 400; color: #fff; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a:hover { opacity: 0.6; } }
@media print { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a:hover { opacity: 0.6; } }
.ie8 .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a:hover { opacity: 0.6; }
@media only screen and (max-width: 767px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a { font-size: 1.4rem; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav ul li a span { font-size: 87.5%; }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(1) { grid-column: 1; grid-row: 1; }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(2) { grid-column: 2; grid-row: 1; }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(3) { grid-column: 1; grid-row: 2 / span 4; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(3) { grid-row: 2 / span 5; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(4) { grid-column: 2; grid-row: 2; }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(5) { grid-column: 2; grid-row: 3; }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(6) { grid-column: 2; grid-row: 4; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(7) { grid-column: 2; grid-row: 5; } }
.con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(8) { grid-column: 2; grid-row: 5; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-modalmenu .box-modalmenu .main-nav .list-main-nav .item-main-nav:nth-child(8) { grid-column: 2; grid-row: 6; } }
.con-modalmenu .box-modalmenu .sub-nav { border-top: 1px solid #3863A4; padding-top: 2vh; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.con-modalmenu .box-modalmenu .sub-nav .sub a { display: inline-block; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; font-size: 1.2rem; font-weight: 400; line-height: 1; letter-spacing: 0.08em; color: #fff; }
@media only screen and (min-width: 1025px) { .con-modalmenu .box-modalmenu .sub-nav .sub a:hover { opacity: 0.6; } }
@media print { .con-modalmenu .box-modalmenu .sub-nav .sub a:hover { opacity: 0.6; } }
.ie8 .con-modalmenu .box-modalmenu .sub-nav .sub a:hover { opacity: 0.6; }
.con-modalmenu .box-modalmenu .sub-nav .sub.en { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; text-transform: uppercase; }
.con-modalmenu .box-modalmenu .sub-nav .copyright { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; text-align: right; font-size: 1rem; font-weight: 400; line-height: 1; letter-spacing: 0.08em; color: #98A7BD; }
.con-modalmenu.open { opacity: 1; visibility: inherit; pointer-events: all; }

/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer { background: url(../images/common/bg-footer.jpg) center center no-repeat; background-size: cover; margin-top: 240px; }
@media only screen and (max-width: 767px) { footer { margin-top: 120px; } }
footer .con-f-contact { padding: 14vw 5.6vw; color: #fff; }
@media only screen and (min-width: 768px) { footer .con-f-contact { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; } }
@media print { footer .con-f-contact { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; } }
.ie8 footer .con-f-contact { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
footer .con-f-contact .box-outline { width: 60%; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-outline { width: 100%; } }
footer .con-f-contact .box-outline .title span { display: block; line-height: 1; }
footer .con-f-contact .box-outline .title span.jp { letter-spacing: 0.14em; font-size: 2rem; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-outline .title span.jp { font-size: 1.6rem; } }
footer .con-f-contact .box-outline .title span.en { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; letter-spacing: 0.08em; margin-top: 8px; font-size: 6.4rem; font-weight: 300; text-transform: uppercase; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-f-contact .box-outline .title span.en { font-size: 5.4rem; } }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-outline .title span.en { font-size: 4rem; } }
footer .con-f-contact .box-outline .txt { margin-top: 35px; font-size: 1.5rem; font-weight: 400; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-outline .txt { margin-top: 24px; font-size: 1.4rem; } }
footer .con-f-contact .box-outline .txt em { font-size: 1.8rem; font-weight: 500; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-outline .txt em { font-size: 1.6rem; } }
footer .con-f-contact .box-outline .txt em span { color: #F47C55; }
footer .con-f-contact .box-contact { width: 40%; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-contact { width: 100%; margin-top: 32px; } }
footer .con-f-contact .box-contact .button-cv a { display: block; position: relative; background: linear-gradient(246deg, #f18e2c 22.83%, #e8410b 95.11%); -webkit-border-radius: 9999px; -moz-border-radius: 9999px; -ms-border-radius: 9999px; border-radius: 9999px; color: #fff; padding: calc(48px - 0.6em) 48px; font-size: 2rem; line-height: 1; letter-spacing: 0.08em; }
@media only screen and (min-width: 1025px) { footer .con-f-contact .box-contact .button-cv a:hover .circle { transform: scale(2); }
  footer .con-f-contact .box-contact .button-cv a:hover .circle:after { left: -1px; transform: scale(0.5); } }
@media print { footer .con-f-contact .box-contact .button-cv a:hover .circle { transform: scale(2); }
  footer .con-f-contact .box-contact .button-cv a:hover .circle:after { left: -1px; transform: scale(0.5); } }
.ie8 footer .con-f-contact .box-contact .button-cv a:hover .circle { transform: scale(2); }
.ie8 footer .con-f-contact .box-contact .button-cv a:hover .circle:after { left: -1px; transform: scale(0.5); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-f-contact .box-contact .button-cv a { line-height: 1.3; } }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-contact .button-cv a { font-size: 1.6rem; padding: 32px 24px; } }
footer .con-f-contact .box-contact .button-cv a .circle { overflow: hidden; background-color: #fff; width: 16px; height: 16px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; position: absolute; top: calc(50% - 8px); right: 32px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-contact .button-cv a .circle { width: 12px; height: 12px; top: calc(50% - 6px); right: 24px; } }
footer .con-f-contact .box-contact .button-cv a .circle:after { content: ""; background: url(../images/common/icon-arrow-orange.svg) center center no-repeat; background-size: contain; width: 20px; aspect-ratio: 1/1; position: absolute; left: -20px; top: calc(50% - 10px); -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
footer .con-f-contact .box-contact .box-tel { margin-top: 40px; padding-left: 48px; }
@media only screen and (min-width: 1025px) { footer .con-f-contact .box-contact .box-tel { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; } }
@media print { footer .con-f-contact .box-contact .box-tel { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; } }
.ie8 footer .con-f-contact .box-contact .box-tel { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
@media only screen and (min-width: 1025px) and (max-width: 1280px) { footer .con-f-contact .box-contact .box-tel { -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
@media print { footer .con-f-contact .box-contact .box-tel { -webkit-flex-wrap: wrap; flex-wrap: wrap; } }
.ie8 footer .con-f-contact .box-contact .box-tel { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-contact .box-tel { text-align: center; border: 1px solid #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; padding: 16px 0; margin-top: 32px; } }
footer .con-f-contact .box-contact .box-tel dt { line-height: 1.2; letter-spacing: 0.14em; }
@media only screen and (max-width: 1280px) { footer .con-f-contact .box-contact .box-tel dt br { display: none; } }
@media print { footer .con-f-contact .box-contact .box-tel dt br { display: none; } }
.ie8 footer .con-f-contact .box-contact .box-tel dt br { display: none; }
footer .con-f-contact .box-contact .box-tel dd { letter-spacing: 0.08em; font-weight: 400; }
@media only screen and (min-width: 1025px) { footer .con-f-contact .box-contact .box-tel dd { padding-left: 32px; } }
@media print { footer .con-f-contact .box-contact .box-tel dd { padding-left: 32px; } }
.ie8 footer .con-f-contact .box-contact .box-tel dd { padding-left: 32px; }
@media only screen and (max-width: 1280px) { footer .con-f-contact .box-contact .box-tel dd { padding-left: 0; margin-top: 8px; } }
@media print { footer .con-f-contact .box-contact .box-tel dd { padding-left: 0; margin-top: 8px; } }
.ie8 footer .con-f-contact .box-contact .box-tel dd { padding-left: 0; margin-top: 8px; }
footer .con-f-contact .box-contact .box-tel dd .tel { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; font-size: 3.6rem; line-height: 1; }
@media only screen and (max-width: 767px) { footer .con-f-contact .box-contact .box-tel dd .tel a { color: #fff; } }
footer .con-f-contact .box-contact .box-tel dd .time { font-size: 1.6rem; line-height: 1; margin-top: 8px; }
footer .con-f-contact .box-contact .box-tel dd .time em { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; font-weight: 400; }
footer .con-footer { background: rgba(0, 0, 0, 0.2); backdrop-filter: blur(8px); color: #fff; }
footer .con-footer .box-footer { padding: 80px 5.6vw 40px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer { padding: 40px 4.8vw 24px; } }
footer .con-footer .box-footer .inner-footer { width: calc(100% - 380px); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-footer .inner-footer { width: 40%; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .inner-footer { width: 100%; order: 1; } }
footer .con-footer .box-footer .inner-footer .logo { max-width: 320px; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .inner-footer .logo { width: 70%; margin: 0 auto; } }
@media only screen and (min-width: 1025px) { footer .con-footer .box-footer .inner-footer .logo a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  footer .con-footer .box-footer .inner-footer .logo a:hover { opacity: 0.6; } }
@media print { footer .con-footer .box-footer .inner-footer .logo a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
  footer .con-footer .box-footer .inner-footer .logo a:hover { opacity: 0.6; } }
.ie8 footer .con-footer .box-footer .inner-footer .logo a { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.ie8 footer .con-footer .box-footer .inner-footer .logo a:hover { opacity: 0.6; }
footer .con-footer .box-footer .inner-footer address { font-size: 1.5rem; font-weight: 400; margin-top: 48px; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .inner-footer address { text-align: center; margin-top: 24px; font-size: 1.4rem; } }
footer .con-footer .box-footer .button-ghost { width: 380px; margin-left: auto; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-footer .button-ghost { width: 60%; padding-left: 10%; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .button-ghost { width: 100%; margin-top: 24px; order: 3; } }
footer .con-footer .box-footer .button-ghost a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; color: #fff; border: 1px solid #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; padding: 16px 32px; text-align: center; font-size: 1.6rem; letter-spacing: 0.08em; }
@media only screen and (min-width: 1025px) { footer .con-footer .box-footer .button-ghost a { padding: calc(16px - 0.6em) 32px; } }
@media print { footer .con-footer .box-footer .button-ghost a { padding: calc(16px - 0.6em) 32px; } }
.ie8 footer .con-footer .box-footer .button-ghost a { padding: calc(16px - 0.6em) 32px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-footer .button-ghost a { padding: 16px; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .button-ghost a { padding: 16px; font-size: 1.5rem; } }
footer .con-footer .box-footer .button-ghost a img { width: 24px; margin-right: 8px; }
footer .con-footer .box-footer .txt-link { width: 20%; -webkit-align-self: flex-end; align-self: flex-end; padding-bottom: 0.5em; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-footer .txt-link { width: 25%; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .txt-link { width: 100%; text-align: center; margin-top: 24px; order: 2; } }
footer .con-footer .box-footer .txt-link a { color: #fff; letter-spacing: 0.08em; font-size: 1.2rem; }
footer .con-footer .box-footer .box-copyright_support { width: 80%; margin-top: 16px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: center; align-items: center; gap: 0 32px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { footer .con-footer .box-footer .box-copyright_support { width: 75%; } }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .box-copyright_support { width: 100%; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; justify-content: flex-start; order: 4; margin-top: 32px; } }
footer .con-footer .box-footer .box-copyright_support .txt { text-align: right; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .box-copyright_support .txt { display: contents; } }
footer .con-footer .box-footer .box-copyright_support .txt .support { font-size: 1.4rem; font-weight: 400; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .box-copyright_support .txt .support { font-size: 1.1rem; order: 1; padding-bottom: 8px; } }
footer .con-footer .box-footer .box-copyright_support .txt .copyright { font-size: 1rem; letter-spacing: 0.04em; line-height: 1; margin-top: 8px; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .box-copyright_support .txt .copyright { margin-top: 24px; order: 3; } }
footer .con-footer .box-footer .box-copyright_support .logo { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .box-copyright_support .logo { justify-content: center; order: 1; } }
footer .con-footer .box-footer .box-copyright_support .logo img.fcgifu { max-width: 180px; }
footer .con-footer .box-footer .box-copyright_support .logo img.minamo { max-width: 64px; }
@media only screen and (max-width: 767px) { footer .con-footer .box-footer .box-copyright_support .logo img.minamo { width: 56px; } }

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
.con-pageoutline { padding-top: 247px; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .con-pageoutline { padding-top: 200px; } }
@media only screen and (max-width: 767px) { .con-pageoutline { padding-top: 120px; } }
@media only screen and (min-width: 1680px) { .con-pageoutline .box-title { padding-left: 40px; } }
@media print { .con-pageoutline .box-title { padding-left: 40px; } }
.ie8 .con-pageoutline .box-title { padding-left: 40px; }
.con-pageoutline .box-title h1 { font-size: 2.4rem; font-weight: 700; line-height: 1; letter-spacing: 0.14em; }
@media only screen and (max-width: 767px) { .con-pageoutline .box-title h1 { font-size: 1.8rem; } }
.con-pageoutline .box-title .txt-en { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; margin-top: 24px; text-transform: uppercase; letter-spacing: 0.08em; line-height: 1; font-weight: 400; font-size: clamp(6.4rem, 6.8vw, 9.6rem); }
@media only screen and (max-width: 767px) { .con-pageoutline .box-title .txt-en { margin-top: 16px; letter-spacing: 0; font-size: 5rem; } }
.con-pageoutline .box-title .txt-en.long { font-size: clamp(2rem, 5.1vw, 9.6rem); }
@media only screen and (max-width: 767px) { .con-pageoutline .box-title .txt-en.long { font-size: 3.4rem; } }
.con-pageoutline .txt-pageoutline { margin-top: 56px; padding-left: 13.9vw; }
@media only screen and (max-width: 767px) { .con-pageoutline .txt-pageoutline { margin-top: 32px; padding-left: 8vw; } }

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.button-basic a { display: inline-block; position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; border-radius: 8px; padding: calc(18px - 0.6em) 104px calc(18px - 0.6em) 24px; font-size: 1.5rem; font-weight: 500; letter-spacing: 0.08em; border: 1px solid #ccc; text-align: left; }
@media only screen and (min-width: 1025px) { .button-basic a:hover .circle { transform: scale(2.5); }
  .button-basic a:hover .circle:after { left: -4px; transform: scale(0.5); } }
@media print { .button-basic a:hover .circle { transform: scale(2.5); }
  .button-basic a:hover .circle:after { left: -4px; transform: scale(0.5); } }
.ie8 .button-basic a:hover .circle { transform: scale(2.5); }
.ie8 .button-basic a:hover .circle:after { left: -4px; transform: scale(0.5); }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .button-basic a { padding: 18px 104px 18px 24px; } }
@media only screen and (max-width: 767px) { .button-basic a { font-size: 1.4rem; padding: 20px 64px 20px 16px; } }
.button-basic a .circle { overflow: hidden; background: linear-gradient(246deg, #f18e2c 22.83%, #e8410b 95.11%); width: 8px; height: 8px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; position: absolute; top: calc(50% - 4px); right: 16px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
@media only screen and (max-width: 767px) { .button-basic a .circle { right: 16px; } }
.button-basic a .circle:after { content: ""; background: url(../images/common/icon-arrow-wh.svg) center center no-repeat; background-size: contain; width: 16px; aspect-ratio: 1/1; position: absolute; left: -16px; top: calc(50% - 8px); -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.button-basic.white a { color: #fff; }

.title-basic span { display: block; }
.title-basic span.jp { font-size: 2rem; line-height: 1; letter-spacing: 0.14em; }
@media only screen and (max-width: 767px) { .title-basic span.jp { font-size: 1.7rem; } }
.title-basic span.en { text-transform: uppercase; font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; font-size: 6.4rem; line-height: 1; font-weight: 300; letter-spacing: 0.08em; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .title-basic span.en { font-size: 5.6rem; } }
@media only screen and (max-width: 767px) { .title-basic span.en { font-size: 4.2rem; margin-top: 8px; } }
.title-basic.center { text-align: center; }

.box-title-animate { overflow: hidden; display: -webkit-flex; display: flex; gap: 0 16px; }
.box-title-animate .number { font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; color: #E8410B; font-size: 2rem; line-height: 1; font-weight: 500; text-transform: uppercase; opacity: 0; transform: translateY(20px); -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.box-title-animate .title { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; transition-delay: 0.2s; overflow: hidden; position: relative; display: inline-block; }
.box-title-animate .title .jp { display: block; margin-bottom: 12px; font-size: 2rem; line-height: 1; letter-spacing: 0.14em; }
@media only screen and (max-width: 767px) { .box-title-animate .title .jp { font-size: 1.7rem; } }
.box-title-animate .title .en { text-transform: uppercase; font-family: "Outfit", serif; font-optical-sizing: auto; font-style: normal; line-height: 1.1; letter-spacing: 0.08em; display: inline-block; font-size: 6.4rem; font-weight: 300; margin-top: -0.1em; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .box-title-animate .title .en { font-size: 5.6rem; } }
@media only screen and (max-width: 767px) { .box-title-animate .title .en { font-size: 3.6rem; } }
.box-title-animate .title .line { position: relative; height: 2px; background-color: #E8410B; width: 0; transform: translateX(0); animation: none; display: inline-block; top: -1em; }
.box-title-animate.js-inview-in .number { opacity: 1; transform: translateY(0); }
.box-title-animate.js-inview-in .title { opacity: 1; transform: translateY(0); }
.box-title-animate.js-inview-in .title .line { animation: lineSlide 1.2s forwards; }

/* ラインのアニメーション定義 */
@keyframes lineSlide { 0% { width: 0; transform: translateX(0); }
  50% { width: 100%; transform: translateX(0); }
  100% { width: 100%; transform: translateX(100%); } }
.tbl-basic { width: 100%; }
@media only screen and (min-width: 768px) { .tbl-basic tr th, .tbl-basic tr td { border-bottom: 1px solid #E1E2E4; padding: 32px 0; } }
@media print { .tbl-basic tr th, .tbl-basic tr td { border-bottom: 1px solid #E1E2E4; padding: 32px 0; } }
.ie8 .tbl-basic tr th, .ie8 .tbl-basic tr td { border-bottom: 1px solid #E1E2E4; padding: 32px 0; }
@media only screen and (max-width: 767px) { .tbl-basic tr th, .tbl-basic tr td { display: block; width: 100%; } }
.tbl-basic tr th { font-size: 1.4rem; line-height: 1; letter-spacing: 0.08em; }
@media only screen and (max-width: 767px) { .tbl-basic tr th { padding-top: 24px; } }
.tbl-basic tr td { font-weight: 400; line-height: 1; letter-spacing: 0.08em; padding-left: 32px; }
@media only screen and (max-width: 767px) { .tbl-basic tr td { padding: 8px 0 16px; border-bottom: 1px solid #E1E2E4; } }

/* -----------------------------------------------------------
	inview
----------------------------------------------------------- */
.anime-fade-in { opacity: 0; }
.anime-fade-in.js-inview-in { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fade-in; animation-name: fade-in; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

@-webkit-keyframes fade-in { from { opacity: 0; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes fade-in { from { opacity: 0; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fade-in-stairs > * { opacity: 0; }
.fade-in-stairs.js-inview-in > * { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fade-in; animation-name: fade-in; transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.fade-in-stairs.js-inview-in > *:nth-child(2) { animation-delay: .2s; }
.fade-in-stairs.js-inview-in > *:nth-child(3) { animation-delay: .4s; }
.fade-in-stairs.js-inview-in > *:nth-child(4) { animation-delay: .6s; }
.fade-in-stairs.js-inview-in > *:nth-child(5) { animation-delay: .8s; }
.fade-in-stairs.js-inview-in > *:nth-child(6) { animation-delay: 1s; }
.fade-in-stairs.js-inview-in > *:nth-child(7) { animation-delay: 1.2s; }
.fade-in-stairs.js-inview-in > *:nth-child(8) { animation-delay: 1.4s; }
.fade-in-stairs.js-inview-in > *:nth-child(9) { animation-delay: 1.6s; }
.fade-in-stairs.js-inview-in > *:nth-child(10) { animation-delay: 1.8s; }
.fade-in-stairs.js-inview-in > *:nth-child(11) { animation-delay: 2s; }
.fade-in-stairs.js-inview-in > *:nth-child(12) { animation-delay: 2.2s; }
.fade-in-stairs.js-inview-in > *:nth-child(13) { animation-delay: 2.4s; }
.fade-in-stairs.js-inview-in > *:nth-child(14) { animation-delay: 2.6s; }
.fade-in-stairs.js-inview-in > *:nth-child(15) { animation-delay: 2.8s; }
.fade-in-stairs.js-inview-in > *:nth-child(16) { animation-delay: 3s; }
.fade-in-stairs.js-inview-in > *:nth-child(17) { animation-delay: 3.2s; }
.fade-in-stairs.js-inview-in > *:nth-child(18) { animation-delay: 3.4s; }
.fade-in-stairs.js-inview-in > *:nth-child(19) { animation-delay: 3.6s; }
.fade-in-stairs.js-inview-in > *:nth-child(20) { animation-delay: 3.8s; }
.fade-in-stairs.js-inview-in > *:nth-child(21) { animation-delay: 4s; }
.fade-in-stairs.js-inview-in > *:nth-child(22) { animation-delay: 4.2s; }
.fade-in-stairs.js-inview-in > *:nth-child(23) { animation-delay: 4.4s; }
.fade-in-stairs.js-inview-in > *:nth-child(24) { animation-delay: 4.6s; }
.fade-in-stairs.js-inview-in > *:nth-child(25) { animation-delay: 4.8s; }
.fade-in-stairs.js-inview-in > *:nth-child(26) { animation-delay: 5s; }
.fade-in-stairs.js-inview-in > *:nth-child(27) { animation-delay: 5.2s; }
.fade-in-stairs.js-inview-in > *:nth-child(28) { animation-delay: 5.4s; }
.fade-in-stairs.js-inview-in > *:nth-child(29) { animation-delay: 5.6s; }
.fade-in-stairs.js-inview-in > *:nth-child(30) { animation-delay: 5.8s; }
