:root {
  --ink: #161a1e;
  --muted: #4a5158;
  --subtle: #7a8089;
  --line: #f6f6f6;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --teal: #008d97;
  --teal-dark: #00737b;
  --orange: #f98938;
  --font-serif: "Shippori Mincho", "Noto Serif JP", serif;
  --font-sans: "Montserrat", "Shippori Mincho", "Noto Serif JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-serif);
  letter-spacing: 0;
  overflow-x: clip;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: min(1000px, calc(100% - 80px));
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1000;
  padding: 8px 16px;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.section-white,
.section-band,
.cta-section {
  padding: 88px 0;
}

.section-band,
.cta-section {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

:root {
  --header-h: 78px;
  --tokium-border: #D7D7DA;
  --tokium-border-light: #E2E2E2;
  --tokium-muted: #B2B7B8;
  --tokium-black: #191414;
  --tokium-text: #222229;
  --tokium-gray: #F6F6F6;
}

/* ==========================================================
   HEADER (流用: サービスサイト)
   ========================================================== */
.tokium_green {
    color: #008D97;
}
.header_pc_renew {
    background: #fff;
    box-sizing: border-box;
    z-index: 10000;
    border-bottom: solid 2px #d7d7da;
    position: sticky;
    top: 0;
}

.header_pc_renew .header_main_flex {
    padding: 0 35px;
    height: 79px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
}

.header_pc_renew .header_main_flex .header_logo {
    width: 156px;
}

.header_pc_renew .header_main_flex .header_logo img {
    width: 100%;
    height: auto;
}

.header_pc_renew .header_main_flex .header_logo.tk_logo {
    width: 248px;
}

.header_pc_renew .header_main_flex .header_logo.ti_logo {
    width: 256px;
}

.header_pc_renew .header_main_flex .header_logo.td_logo {
    width: 280px;
}

.header_pc_renew .header_main_flex .header_logo.tc_logo {
    width: 247px;
}

.header_pc_renew .header_main_flex .header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link {
    margin-left: 24px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .underline {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .underline::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #008d97;
    position: absolute;
    bottom: -32px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .3s;
    z-index: 1100;
}
.header_pc_renew .header_main_flex .header_nav .nav_link .underline:hover {
    color: #008d97;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .underline:hover::after {
    transform: scale(1, 1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_btn a {
    padding: 8px 10px;
    border: solid 1px #b2b7b8;
    border-radius: 20px;
    transition: .3s;
    font-size: 17px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_btn a:hover {
    background: #f98938;
    color: #fff;
    border: solid 1px #f98938;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_btn .underline::after {
    background: #f98938;
    bottom: -31px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.btn_left a {
    background: #f98938;
    color: #fff;
    border: solid 1px #f98938;
}

.header_pc_renew .header_main_flex .header_nav .link_more {
    transition: .3s;
}

.header_pc_renew .header_main_flex .header_nav .link_more:hover {
    cursor: pointer;
}

.header_pc_renew .header_main_flex .header_nav .link_more:hover .header_pc_renew .header_main_flex .header_nav .link_more:hover .underline::after {
    transform: scale(1, 1);
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    width: 100%;
    height: 120px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1000;
    transition: .3s;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu:hover {
    cursor: default;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 40px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 10%;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .hide_item {
    width: 35%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    line-height: 100%;
    letter-spacing: .1em;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .hide_item .side_line {
    margin-top: 0;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .side_line {
    margin-top: 12px;
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #008d97;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .side_line.line_fee {
    margin-top: 10px;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .side_line.line_other {
    margin-top: 10px;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .side_line.line_login {
    margin-top: 10px;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li .text_s {
    font-size: 10px;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li.last_item {
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li.last_item::after {
    content: "";
    width: 1px;
    height: 62px;
    background: #008d97;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li a.menu_link {
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li a.menu_link::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #008d97;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .3s;
    z-index: 1000;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li a.menu_link:hover {
    color: #008d97;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu li a.menu_link:hover::after {
    transform: scale(1, 1);
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu.and_th li {
    justify-content: flex-start;
    margin: 0;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu.and_th li .hide_item {
    width: 30%;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu.price_menu {
    max-width: 1000px;
    padding: 22px 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    flex-wrap: wrap;
    justify-content: flex-start;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu.price_menu::before {
    content: "";
    background: #f6f6f6;
    width: 10000px;
    height: 120px;
    position: absolute;
    top: 0;
    left: -5000px;
    z-index: -999;
}

.header_pc_renew .header_main_flex .header_nav .link_more .hide_menu.price_menu li {
    width: 33.3%;
    margin: 0;
    justify-content: flex-start;
    letter-spacing: 10%;
    line-height: 170%;
}

.header_pc_renew .header_main_flex .right_menu .nav_link {
    margin-left: 14px;
    padding: 0;
}

.header_sp_renew {
    display: none;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .underline .vector_bottom {
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    transition: .3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link:hover .underline .vector_bottom {
    margin-top: 2px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu {
    display: none;
    height: inherit;
    padding: 30px 0;
    font-weight: 500;
    top: 81px;
    overflow: hidden;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful {
    display: none;
    padding: 30px 0;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left {
    width: 154px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .left_sub {
    margin-bottom: 16px;
    font-size: 18px;
    color: #008D97;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .top {
    width: 100%;
    padding: 11px 15px 11px 43px;
    display: block;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .top .top_ul {
    text-decoration: underline;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .h_service {
    width: 100%;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .h_service.h_active {
    background: #fff;
    border-radius: 8px 0 0 8px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .h_service.h_active .vector_right {
    display: none;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .h_service:hover .vector_right {
    margin-left: 6px;
    transition: .1s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .h_service .s_icon {
    margin-right: 8px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_left .s_list .h_service .vector_right {
    margin-left: 4px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle {
    width: 552px;
    background: #fff;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: -14px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents {
    display: none;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show {
    display: block;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex {
    display: flex;
    justify-content: space-between;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu {
    width: 50%;
    padding-left: 38px;
    align-content: center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service {
    margin-bottom: 32px;
    display: block;
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service::before {
    content: '';
    width: 218px;
    height: 2px;
    background: #D7D7DA;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service::after {
    content: '';
    width: 218px;
    height: 2px;
    background: #008D97;
    position: absolute;
    bottom: -12px;
    left: 0;
    transform: scale(0,1);
    transform-origin: left top;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service:hover::after {
    transform: scale(1,1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service .catch_copy {
    margin-bottom: 8px;
    white-space: nowrap;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service .service_flex {
    display: flex;
    align-items: center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service .service_flex .service_logo {
    width: 192px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_flex .service_menu .main_service .service_flex .circle_right {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents.show .service_moc {
    width: 254px;
    align-content: end;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents .other_service {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents .other_service.last {
    margin-bottom: inherit;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents .other_service::after {
    content: '';
    width: 190px;
    height: 1px;
    background: #008D97;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scale(0,1);
    transform-origin: left top;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents .other_service .circle_right {
    width: 16px;
    height: 16px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents .other_service:hover::after {
    transform: scale(1,1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_middle .h_service_contents .other_service .service_name {
    width: max-content;
    margin: 0 8px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right {
    width: 258px;
    margin-left: 8px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .option .option_sub {
    margin-bottom: 10px;
    font-size: 18px;
    color: #008D97;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .option_flex .option_menu {
    display: inline-block;
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .option_flex .option_menu.left {
    margin-right: 16px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .option_flex .option_menu.last {
    margin-top: 16px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .eyecatch_menu::after,.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .option_flex .option_menu::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #008D97;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scale(0,1);
    transform-origin: left top;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .eyecatch_menu:hover::after,.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .h_menu_flex .h_menu_right .option_flex .option_menu:hover::after {
    transform: scale(1,1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .pickup {
    margin-bottom: 8px;
    text-align: center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .pickup .pickup_sub {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Neuzeit Grotesk",sans-serif;
    color: #008D97;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .eyecatch {
    margin-bottom: 15px;
    display: block;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .eyecatch img {
    width: 100%;
    height: auto;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .eyecatch_menu {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu .eyecatch:hover img {
    box-shadow: 0 0 9px gray;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu {
    max-width: inherit;
    width: 100%;
    padding: 30px 0;
    left: 0;
    transform: inherit;
    -webkit-transform: inherit;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu::before {
    display: none;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left {
    width: 70%;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .fee_sub {
    margin-bottom: 28px;
    font-size: 18px;
    color: #008D97;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list {
    display: flex;
    justify-content: space-between;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list .list_left {
    width: 50%;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list .list_right {
    width: 50%;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list .fee_menu_link {
    margin-bottom: 30px;
    display: inline-block;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list .fee_menu_link .circle_right {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list .fee_menu_link::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #008D97;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: scale(0,1);
    transform-origin: left top;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_left .menu_list .fee_menu_link:hover::after {
    transform: scale(1,1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_right {
    width: 22%;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.price_menu .fee_menu_flex .fee_right .pickup_txt {
    text-align: center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content {
    max-width: 1000px;
    margin: 0 auto;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_sub {
    margin-bottom: 28px;
    font-size: 18px;
    color: #008D97;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex {
    display: flex;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu {
    width: 45%;
    display: flex;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_link {
    margin-right: 16px;
    display: inline-block;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_link .circle_right {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_link::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #008D97;
    position: absolute;
    bottom: -8px;
    left: 0;
    transform: scale(0,1);
    transform-origin: left top;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_link:hover::after {
    transform: scale(1,1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_img {
    width: 220px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_img img {
    width: 100%;
    height: auto;
}

.header_pc_renew .header_main_flex .header_nav .nav_link .hide_menu.useful .useful_content .menu_flex .useful_menu .menu_img.blog {
    margin-left: 8px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_more {
    margin-right: 10px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_more.m_active .underline .vector_bottom {
    margin-top: 3px;
    transform: rotate(180deg);
    transform-origin: top center;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_more.m_active .hide_menu {
    display: block;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.link_more.m_active .hide_menu::after {
    content: '';
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: #0009;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0,.7,0,1);
    margin-top: 30px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu {
    transition: 2s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box {
    position: relative;
    height: 100px;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box .menu_box_content {
    position: absolute;
    top: 50%;
    right: 135px;
    transform: translateY(-50%);
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box .menu_box_content .menu_nav {
    margin: 30px 0;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box .menu_box_content .menu_nav .menu_link {
    position: relative;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box .menu_box_content .menu_nav .menu_link::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #008D97;
    position: absolute;
    bottom: -8px;
    left: 0;
    transform: scale(0,1);
    transform-origin: left top;
    transition: 0.3s;
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box .menu_box_content .menu_nav .menu_link:hover::after {
    transform: scale(1,1);
}

.header_pc_renew .header_main_flex .header_nav .nav_link.login_menu .hide_menu .menu_box .menu_box_content .menu_nav .menu_link .circle_right {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

.mai_menu {
    width: 162px;
    margin: -5px auto 20px;
    display: flex;
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .header_pc_renew {
        display: none;
    }

    .header_sp_renew {
        display: block;
        height: 49px;
    }

    .header_sp_renew .header_main_flex {
        width: 100%;
        border-bottom: solid 1px #d7d7da;
        padding: 0 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 10000;
        background: #fff;
    }

    .header_sp_renew .header_main_flex:has(.active) {
        border-bottom: inherit;
    }

    .header_sp_renew .header_main_flex .header_logo {
        width: 120px;
    }

    .header_sp_renew .header_main_flex .header_logo img {
        width: 100%;
        height: auto;
    }

    .header_sp_renew .header_main_flex .header_logo.tk_logo {
        width: 192px;
    }

    .header_sp_renew .header_main_flex .header_logo.ti_logo {
        width: 198px;
    }

    .header_sp_renew .header_main_flex .header_logo.td_logo {
        width: 216px;
    }

    .header_sp_renew .header_main_flex .header_logo.tc_logo {
        width: 200px;
    }

    .header_sp_renew .header_main_flex .header_menu_btn {
        width: 48px;
        height: 48px;
        position: relative;
    }

    .header_sp_renew .header_main_flex .header_menu_btn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: #222229;
    }

    .header_sp_renew .header_main_flex .header_menu_btn span:nth-of-type(1) {
        top: 22px;
        width: 50%;
    }

    .header_sp_renew .header_main_flex .header_menu_btn span:nth-of-type(2) {
        top: 29px;
        width: 50%;
    }

    .header_sp_renew .header_main_flex .header_menu_btn.active span:nth-of-type(1) {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
    }

    .header_sp_renew .header_main_flex .header_menu_btn.active span:nth-of-type(2) {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
    }

    .header_sp_renew .menu_fixed {
        max-height: 100vh;
        width: 100%;
        padding: 0 16px 80px 16px;
        background: #f6f6f6;
        overflow-y: auto;
        position: fixed;
        z-index: 1000;
        top: -120%;
        left: 0;
        transition: all .6s;
    }

    .header_sp_renew .menu_fixed.open_menu {
        top: 48px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link {
        padding: 40px 18px;
        border-top: solid 1px #b2b7b8;
        font-size: 16px;
        font-weight: 500;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link a {
        display: block;
        width: 100%;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu li {
        display: flex;
        margin-top: 23px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0,4em;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu li .side_line {
        margin-top: 8px;
        margin-right: 10px;
        display: inline-block;
        width: 16px;
        height: 1px;
        background: #008d97;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu li .side_line.line_other {
        margin-top: 10px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu li .text_s {
        font-size: 12px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu li.last_item {
        margin-top: 36px;
        font-size: 15px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu li.bottom_item {
        display: flex;
        align-items: center;
        width: 50%;
        margin-top: 23px;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0,4em;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu li.bottom_item .side_line {
        margin-right: 10px;
        display: inline-block;
        width: 16px;
        height: 1px;
        background: #008d97;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu li.last_item {
        width: 100%;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp {
        position: relative;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp .hide_menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height .7s;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp.open .hide_menu {
        max-height: 100vh;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp.open::before {
        opacity: 0;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp.open::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp::before,.header_sp_renew .menu_fixed .header_nav_sp .link_more_sp::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #b2b7b8;
        position: absolute;
        top: 49px;
        right: 20px;
        transition: opacity .7s;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .link_more_sp::after {
        top: 50px;
        transform: translateY(-50%) rotate(90deg);
        transition: transform .7s;
    }

    .header_sp_renew .menu_fixed .btn_section {
        padding-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_sp_renew .menu_fixed .btn_section .header_cta_btn {
        max-width: 320px;
        max-height: 44px;
        width: 48%;
        padding: 10px 0;
        border-radius: 24px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 100%;
    }

    .header_sp_renew .menu_fixed .btn_section .header_cta_btn.sp_orange {
        background: #f98938;
        color: #fff;
    }

    .header_sp_renew .menu_fixed .btn_section .header_cta_btn.sp_white {
        margin-left: 8px;
        background: #fff;
        border: solid 1px #d7d7da;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1080px) {
    .header_pc_renew .header_main_flex .header_nav .nav_link .underline {
        font-size: 12px;
    }
}

@media screen and (max-width:1000px) {
    .header_sp_renew .menu_fixed .header_nav_sp .nav_link {
        padding: 20px 18px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link.link_more_sp::before {
        display: none;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link.link_more_sp::after {
        display: none;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link.link_more_sp .underline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link.link_more_sp .underline .vector_bottom {
        transition: .7s;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link.link_more_sp.open .underline .vector_bottom {
        transition: .3s;
        transform: rotate(180deg);
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link.link_more_sp.open .hide_menu {
        max-height: 200vh!important;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu {
        margin-bottom: 20px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu li.bottom_item {
        width: 48%;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .bottom_menu li.bottom_item .square {
        margin-right: 4px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu {
        font-weight: 400;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu.open {
        max-height: 200vh!important;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .top {
        margin-top: 30px;
        display: block;
        color: #008D97;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .service_name {
        margin-top: 40px;
        color: #008D97;
        display: flex;
        align-items: center;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .service_name .s_icon {
        margin-right: 4px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .main_service {
        margin-top: 20px;
        margin-left: 20px;
        display: block;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .main_service .catch_copy {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .main_service .service_flex {
        display: flex;
        align-items: center;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .main_service .service_flex .service_logo {
        margin-right: 6px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .other_service {
        margin-top: 20px;
        margin-left: 20px;
        display: flex;
        align-items: center;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .other_service .service_name {
        margin: 0 6px;
        color: #191414;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .menu_link {
        display: flex;
        align-items: center;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .hide_menu .menu_link .circle_right {
        margin-left: 6px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .menu_icon {
        width: 20px;
        height: 20px;
    }

    .header_sp_renew .menu_fixed .header_nav_sp .nav_link .circle_right {
        width: 16px;
        height: 16px;
    }

    .header_sp_renew .menu_fixed .btn_section .header_cta_btn {
        max-height: inherit;
        padding: 14px 0;
        position: relative;
    }

    .header_sp_renew .menu_fixed .btn_section .header_cta_btn::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url(../images/renew_btn/dl_o.svg);
        background-size: cover;
        vertical-align: middle;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
    }

    .header_sp_renew .menu_fixed .btn_section .sp_white::after {
        background-image: url(../images/renew_btn/btn_arrow_wb.svg);
    }
}

/* ==========================================================
   セクション間 panel デコレーション
   ========================================================== */
.panel-deco {
  position: relative;
  height: 0;
  width: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.panel-deco svg {
  position: absolute;
  width: 260px;
  height: 260px;
  top: -130px;
  display: block;
  opacity: 0.42;
}

.panel-deco--right svg {
  right: -70px;
}

.panel-deco--left svg {
  left: -70px;
}


.hero {
  position: relative;
  min-height: calc(100svh - 81px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(135deg, #008d97 0%, #0a5257 100%);
  opacity: 0;
  pointer-events: none;
}

.hero.is-animating::before {
  animation: heroBgReveal 600ms linear forwards;
  animation-delay: 2500ms;
}

@keyframes heroBgReveal {
  to {
    opacity: 1;
  }
}

.hero.is-animating .hero-copy {
  animation: copyShiftUp 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 3100ms;
}

@keyframes copyShiftUp {
  to {
    transform: translateY(-20px);
  }
}

.hero.is-animating .hero-copy h1,
.hero.is-animating .hero-copy .lead {
  animation: textWhiten 600ms linear forwards;
  animation-delay: 2500ms;
}

@keyframes textWhiten {
  to {
    color: #ffffff;
  }
}

.hero.is-animating .hero-actions {
  opacity: 0;
  transform: translateY(12px);
  animation: ctaReveal 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 3100ms;
}

@keyframes ctaReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero.is-animating .scroll-cue {
  opacity: 0;
  animation: cueReveal 600ms linear forwards;
  animation-delay: 3100ms;
}

@keyframes cueReveal {
  to {
    opacity: 1;
  }
}

.hero-pattern {
  position: absolute;
  inset: -240px;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(var(--tile-cols, 5), 593px);
  grid-auto-rows: 593px;
  gap: 48px;
  justify-content: center;
  align-content: center;
  pointer-events: none;
  overflow: visible;
  transform: rotate(45deg);
  transform-origin: center center;
}

.hero-tile {
  background: #eeeeee;
  border-radius: 4px;
  transform-origin: center center;
  will-change: transform, opacity;
}

.hero.is-animating .hero-tile {
  opacity: 0;
  transform: scale(0.88);
  animation:
    tileFlowIn 480ms cubic-bezier(0.22, 1, 0.36, 1) forwards,
    tileGrow 600ms cubic-bezier(0.7, 0, 0.3, 1) forwards,
    tileColorize 820ms cubic-bezier(0.4, 0, 0.4, 1) forwards;
  animation-delay:
    calc(var(--i, 0) * 180ms),
    1900ms,
    calc(2380ms + var(--shimmer-d, 0) * 1ms);
}

@keyframes tileFlowIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes tileGrow {
  from {
    transform: translateX(0) scale(1);
  }
  to {
    transform: translateX(0) scale(1.1);
  }
}

.hero.is-animating .hero-pattern {
  animation: patternMorph 600ms cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation-delay: 1900ms;
}

@keyframes patternMorph {
  to {
    gap: 0;
  }
}

@keyframes tileColorize {
  0% {
    background: #eeeeee;
    opacity: 1;
  }
  38% {
    background: var(--tile-flash, #1f9aa3);
    opacity: 1;
  }
  72% {
    background: #008d97;
    opacity: 1;
  }
  100% {
    background: #008d97;
    opacity: 0;
  }
}

.hero-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - 81px);
  padding: 62px 0 82px;
  text-align: center;
}

.hero-copy {
  transform: translateY(0);
}

.eyebrow {
  position: relative;
  margin: 0 0 28px;
  padding-left: 60px;
  color: var(--teal);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
}

.eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.eyebrow.is-revealing::before,
.eyebrow.is-uncovered::before {
  transform: translateY(-50%) scaleX(1);
}

.hero h1,
.section-title,
.cta-inner h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  margin-inline: auto;
  color: #222229;
}

.hero h1 .title-line {
  display: block;
  width: 100%;
  text-align: center;
}

.hero h1 .title-line--bottom {
  margin-top: clamp(14px, 2.4vw, 24px);
}

.hero h1 .title-svg {
  display: block;
  height: auto;
  color: inherit;
}

.hero h1 .title-svg--top {
  width: 560px;
  max-width: 100%;
}

.hero h1 .title-svg--bottom {
  width: 374px;
  max-width: 100%;
}

.hero h1 .title-line {
  overflow: hidden;
}

.hero h1 .title-inner {
  display: inline-block;
  transform: translateY(130%);
  will-change: transform;
}

.hero.is-animating h1 .title-inner {
  animation: titleMaskIn 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero.is-animating h1 .title-line--top .title-inner {
  animation-delay: 300ms;
}

.hero.is-animating h1 .title-line--bottom .title-inner {
  animation-delay: 700ms;
}

@keyframes titleMaskIn {
  to {
    transform: translateY(0);
  }
}

.section-title > span:not(.char) {
  color: var(--teal);
}

.lead,
.section-lead,
.cta-inner p {
  color: var(--muted);
  font-size: 16px;
  line-height: 2.05;
}

.lead {
  max-width: 720px;
  margin: 29px 0 0;
  color: #222229;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 2.05;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 41px;
  opacity: 1;
  transform: translateY(0);
}

.button-primary,
.button-ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 280px;
  padding: 0 28px;
  overflow: hidden;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, color 220ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms ease, box-shadow 220ms ease;
}

.button-primary {
  background: #ffffff;
  color: var(--teal);
  border: 1.5px solid var(--teal);
  box-shadow: 0 14px 28px rgba(0, 141, 151, 0.14);
  transition: transform 180ms ease, color 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 280ms ease, background-color 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms ease;
}

.button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
  z-index: 0;
}

.button-primary:hover::before {
  animation: buttonSweep 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes buttonSweep {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  50.01% {
    transform: scaleX(1);
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}

.button-primary span,
.button-primary i {
  position: relative;
  z-index: 1;
}

.arrow-button i {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 18px;
  height: 9px;
  transform: translateY(-50%);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.arrow-button i::before,
.arrow-button i::after {
  content: "";
  position: absolute;
  right: 0;
}

.arrow-button i::before {
  top: 4px;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.arrow-button i::after {
  top: 1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.button-ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}

.button-primary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 22px 36px rgba(0, 141, 151, 0.24);
}

.arrow-button:hover i {
  transform: translateY(-50%) translateX(5px);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 3;
  width: 28px;
  height: 14px;
  transform: translateX(-50%);
}

.scroll-cue__chevron {
  position: absolute;
  inset: 0;
  animation: scrollChevron 1500ms ease-in-out infinite;
}

.scroll-cue__chevron::before,
.scroll-cue__chevron::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 16px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 1px;
}

.scroll-cue__chevron::before {
  left: 0;
  transform-origin: right center;
  transform: rotate(35deg);
}

.scroll-cue__chevron::after {
  right: 0;
  transform-origin: left center;
  transform: rotate(-35deg);
}

.agent-label,
.agent-row span,
.solution-cards span,
.case-list span,
.leader-grid span {
  font-family: var(--font-sans);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  max-width: 1180px;
  font-size: 40px;
  line-height: 1.58;
}

.section-lead {
  max-width: 980px;
  margin: 26px 0 0;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 54px;
}

.problem-grid article,
.solution-cards article,
.case-list article,
.leader-grid article {
  background: #fff;
  border: 1px solid var(--line);
}

.problem-grid article {
  padding: 0;
  overflow: hidden;
}

.problem-card-img {
  display: block;
  width: 100%;
  height: auto;
}

.problem-grid span {
  color: var(--subtle);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.solution-cards h3,
.case-list h3 {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.solution-phases {
  display: flex;
  align-items: stretch;
  margin-top: 50px;
  gap: 0;
}

.phase-illust {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  height: auto;
  display: block;
  opacity: 0;
  transform: translateX(-32px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.phase-illust img {
  display: block;
  width: 100%;
  height: auto;
}

.phase-illust--sp {
  display: none;
}

.solution-phases.is-visible .phase-illust {
  opacity: 1;
  transform: translateX(0);
}

.solution-phases.is-visible .phase-illust:nth-child(1) {
  transition-delay: 80ms;
}

.solution-phases.is-visible .phase-illust:nth-child(2) {
  transition-delay: 360ms;
}

.solution-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 50px;
}

.solution-cards article {
  min-height: 184px;
  padding: 32px;
  color: #fff;
}

.dark-card {
  background: var(--ink) !important;
}

.teal-card {
  background: var(--teal) !important;
}

.solution-cards span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  opacity: 0.78;
}

.solution-cards .card-sub {
  margin: 8px 0 0;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.86;
}

.solution-cards .card-body {
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  opacity: 0.96;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 54px;
  border-top: 1px solid #e7e7e7;
}

.case-list article {
  min-height: 260px;
  padding: 38px 32px;
  border-top: 0;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.case-list.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.case-list.is-visible article:nth-child(1) { transition-delay: 60ms; }
.case-list.is-visible article:nth-child(2) { transition-delay: 180ms; }
.case-list.is-visible article:nth-child(3) { transition-delay: 300ms; }
.case-list.is-visible article:nth-child(4) { transition-delay: 420ms; }
.case-list.is-visible article:nth-child(5) { transition-delay: 540ms; }
.case-list.is-visible article:nth-child(6) { transition-delay: 660ms; }

.case-list article:nth-child(odd) {
  border-left: 0;
}

.case-list article:nth-child(even) {
  border-right: 0;
}

.case-list span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
}

.case-list p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.leader-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

#why > .container {
  width: min(1140px, calc(100% - 80px));
}

.why-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 56px;
}

.why-left {
  min-width: 0;
}

.why-left .section-title {
  white-space: nowrap;
}

.why-left .section-lead--strong {
  max-width: 520px;
}

.why-right {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.why-circle {
  display: block;
  width: 100%;
  max-width: 580px;
  height: auto;
}

.why-logos-row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 32px;
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid #e7e7e7;
}

.why-logos-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.why-logos-divider {
  display: block;
  width: 1px;
  height: 56px;
  background: #d6dadd;
}

.why-logos {
  display: block;
  width: 100%;
}

.why-logos img {
  display: block;
  width: 100%;
  height: auto;
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 77px;
  row-gap: 77px;
  margin-top: 54px;
}

.leader-grid article {
  border: 0;
  display: grid;
  grid-template-columns: 162px 1fr;
  column-gap: 24px;
  align-items: start;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.leader-grid.is-visible article {
  opacity: 1;
  transform: translateY(0);
}

.leader-grid.is-visible article:nth-child(1),
.leader-grid.is-visible article:nth-child(2) {
  transition-delay: 80ms;
}

.leader-grid.is-visible article:nth-child(3),
.leader-grid.is-visible article:nth-child(4) {
  transition-delay: 360ms;
}

.leader-avatar {
  width: 162px;
  height: 162px;
  background: var(--ink);
  overflow: hidden;
}

.leader-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-text {
  min-width: 0;
}

.leader-grid span {
  display: block;
  margin-top: 0;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
}

.leader-grid h3 {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.leader-role {
  margin: 4px 0 0;
  color: #7a8089;
  font-family: var(--font-serif);
  font-size: 12px;
  line-height: 1.55;
}

.section-lead--strong {
  margin-top: 32px;
  color: var(--ink);
  font-weight: 700;
}

.cta-section {
  background: linear-gradient(135deg, #008d97 0%, #0a5257 100%);
  border-top: 0;
  border-bottom: 0;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.cta-inner .eyebrow {
  padding-left: 0;
  color: #ffffff;
}

.cta-inner .eyebrow::before {
  display: none;
}

.cta-inner h2,
.cta-inner p {
  color: #ffffff;
}

.cta-inner h2 {
  max-width: 820px;
  text-wrap: balance;
}

.cta-section .button-primary {
  background: #ffffff;
  color: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.cta-section .button-primary:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.28);
}

.cta-inner h2 {
  max-width: 720px;
  font-size: 40px;
  line-height: 1.6;
}

.cta-inner p {
  margin: 22px 0 34px;
}

/* =====================================================
   FOOTER (流用: サービスサイト)
   ===================================================== */
.footer_renew .f_content_top{padding:50px 0;background:#F6F6F6}.footer_renew .f_content_top .f_subheading{margin-bottom:10px;font-weight:600;color:#008D97}.footer_renew .f_content_top .s_name{margin-bottom:10px;font-size:18px;font-weight:600}.footer_renew .f_content_top .s_name.mt{margin-top:40px}.footer_renew .f_content_top .s_name.link{text-decoration:underline}.footer_renew .f_content_top .s_content{margin-bottom:8px}.footer_renew .f_content_top .s_content .s_link{text-decoration:underline;font-size:14px}.footer_renew .f_content_top .s_content .s_link.sub{padding-left:16px;white-space:nowrap}.footer_renew .f_content_top .f_flex1{margin-bottom:50px;display:flex;justify-content:space-between}.footer_renew .f_content_top .f_flex1 .flex1_item{width:22.5%}.footer_renew .f_content_top .f_flex2{padding-bottom:30px;display:flex;justify-content:space-between;border-bottom:solid 2px #B2B7B8}.footer_renew .f_content_top .f_flex2 .flex2_item .s_name{color:#008D97}.footer_renew .f_content_top .f_flex3{padding-top:40px;display:flex}.footer_renew .f_content_top .f_flex3 .f_flex3_txt{margin-bottom:12px}.footer_renew .f_content_top .f_flex3 .f_flex3_left{margin-right:140px}.footer_renew .f_content_top .f_flex3 .f_flex3_left .company_info{margin-bottom:10px;font-size:14px}.footer_renew .f_content_top .f_flex3 .f_flex3_left .company_info .txt_b{font-weight:600}.footer_renew .f_content_bottom{padding:50px 0;background:#fff}.footer_renew .f_content_bottom .f_flex4{padding-bottom:20px;display:flex;justify-content:space-between;border-bottom:solid 2px #B2B7B8}.footer_renew .f_content_bottom .f_flex4 .f_logo:hover{transition:.3s;opacity:.7}.footer_renew .f_content_bottom .f_flex5{padding-top:30px;display:flex;justify-content:space-between}.footer_renew .f_content_bottom .f_flex5 .flex_link{font-size:12px;text-decoration:underline}.footer_renew .f_content_bottom .f_flex5 small{font-size:10px}.footer_renew .f_innar{max-width:1000px;margin:0 auto}.f_content_top_sp{display:none}.f_content_bottom_sp{display:none}@media screen and (max-width:1000px){.footer_renew .f_content_top{display:none}.footer_renew .f_content_bottom{display:none}.footer_renew .f_content_top_sp{padding:30px 0;display:block;background:#f6f6f6}.footer_renew .f_content_top_sp .footer_nav_sp{padding:0 24px 50px}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link{padding:20px 0;border-bottom:solid 1px #b2b7b8}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link.link_more_fsp.open .menu_flex .vector_bottom{transition:.3s;transform:rotate(180deg)}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link.link_more_fsp.open .hide_menu{max-height:200vh}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .menu_flex{font-weight:600;color:#008D97;display:flex;justify-content:space-between;align-items:center}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .menu_flex .vector_bottom{margin-right:6px;transition:.8s}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .hide_menu{max-height:0;overflow:hidden;transition:max-height .3s}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .hide_menu .service_name{margin:16px 0;font-weight:600}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .hide_menu .menu_item{margin-bottom:10px}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .hide_menu .menu_item .f_link{font-size:14px;text-decoration:underline}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .hide_menu .menu_item.sub .f_link{margin-left:16px}.footer_renew .f_content_top_sp .footer_nav_sp .nav_link .hide_menu .menu_item.mt{margin-top:16px}.footer_renew .f_company{padding:0 24px;font-size:14px}.footer_renew .f_company .company_sub{margin-bottom:10px;font-size:16px}.footer_renew .f_company .company_info{line-height:1.8rem}.footer_renew .f_company .company_info .txt_b{display:block;font-weight:500}.footer_renew .f_company .company_info.last{margin-bottom:40px}.footer_renew .f_company .s_content{margin-bottom:10px}.footer_renew .f_company .s_content .s_link{text-decoration:underline}.footer_renew .f_content_bottom_sp{display:block;padding:50px 0}.footer_renew .f_content_bottom_sp .f_innar{padding:0 24px}.footer_renew .f_content_bottom_sp .f_images{padding-bottom:30px;border-bottom:solid 1px #b2b7b8}.footer_renew .f_content_bottom_sp .f_images .f_image_logo{max-width:210px;margin:0 auto 30px}.footer_renew .f_content_bottom_sp .f_images .f_image_logo img{width:100%;height:auto}.footer_renew .f_content_bottom_sp .f_images .f_image{max-width:320px;margin:0 auto}.footer_renew .f_content_bottom_sp .f_images .f_image img{width:100%;height:auto}.footer_renew .f_content_bottom_sp .f_link_box{max-width:210px;margin:0 auto;padding:40px 0}.footer_renew .f_content_bottom_sp .f_link_box .link_item{margin-bottom:8px}.footer_renew .f_content_bottom_sp .f_link_box .link_item .flex_link{font-size:12px;text-decoration:underline}.footer_renew .f_content_bottom_sp .f_link_box small{font-size:10px}}
/* Eyebrow ブロックリビール（白ブロックが左→右に伸び、引いて文字が現れる） */
.eyebrow__text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1;
}

.eyebrow__inner {
  display: inline-block;
  opacity: 0;
  transition: opacity 80ms linear;
}

.eyebrow__block {
  position: absolute;
  inset: -2px -1px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  pointer-events: none;
}

.eyebrow.is-revealing .eyebrow__block {
  transform: scaleX(1);
}

.eyebrow.is-uncovered .eyebrow__inner {
  opacity: 1;
}

.eyebrow.is-uncovered .eyebrow__block {
  transform-origin: right center;
  transform: scaleX(0);
}

/* CTA（teal背景） → 同色だと埋もれるので #F6F6F6 で抜く */
.cta-section .eyebrow__block {
  background: #f6f6f6;
}

/* セクションタイトル: 文字ごとフェードイン */
.section-title .char,
.cta-inner h2 .char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}

.section-title.is-visible .char,
.cta-inner h2.is-visible .char {
  animation: charFadeIn 420ms forwards;
  animation-delay: calc(var(--char-i, 0) * 22ms);
}

@keyframes charFadeIn {
  to {
    opacity: 1;
  }
}

/* セクションリード: 行ごとフェードイン（タイトルより軽快に） */
.section-lead .lead-line,
.cta-inner p .lead-line {
  display: block;
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}

.section-lead.is-visible .lead-line,
.cta-inner p.is-visible .lead-line {
  animation: leadLineIn 520ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--line-i, 0) * 140ms);
}

@keyframes leadLineIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eyebrow__inner {
    opacity: 1 !important;
  }
  .eyebrow__block {
    display: none;
  }
  .eyebrow::before {
    transform: translateY(-50%) scaleX(1) !important;
    transition: none !important;
  }
  .section-title .char,
  .cta-inner h2 .char,
  .section-lead .lead-line,
  .cta-inner p .lead-line {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .phase-illust,
  .case-list article,
  .leader-grid article {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@keyframes scrollChevron {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.55;
  }

  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .hero.is-animating::before {
    opacity: 1;
  }

  .hero.is-animating .hero-pattern {
    display: none;
  }

  .hero.is-animating .hero-copy {
    transform: translateY(-20px);
  }

  .hero.is-animating .hero-copy h1,
  .hero.is-animating .hero-copy .lead {
    color: #ffffff;
  }

  .hero.is-animating h1 .title-inner {
    transform: none;
  }

  .hero.is-animating .hero-actions {
    opacity: 1;
    transform: none;
  }

  .hero.is-animating .scroll-cue {
    opacity: 1;
  }

  .scroll-cue__chevron {
    opacity: 1;
    transform: none;
  }
}

/* =====================================================
   SP (max-width: 768px) レスポンシブ
   ===================================================== */
@media (max-width: 768px) {

  /* スクロールキュー非表示 */
  .scroll-cue { display: none !important; }

  /* === グローバル === */
  body { min-width: 0; }
  .container { width: calc(100% - 40px); }

  /* === HEADER（画像はviewport幅に縮小） === */
  .site-header {
    min-width: 0;
    height: auto;
    border-bottom: 1px solid var(--tokium-border-light);
  }
  .site-header__img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* === HERO === */
  .hero h1 .title-svg--top { width: clamp(220px, 80vw, 380px); }
  .hero h1 .title-svg--bottom { width: clamp(150px, 56vw, 270px); }

  .lead { font-size: 13px; line-height: 1.85; padding: 0 4px; }
  .lead br { display: none; }

  /* === セクション共通 === */
  .section-white,
  .section-band,
  .cta-section { padding: 60px 0; }

  .section-title {
    font-size: 24px !important;
    line-height: 1.55 !important;
    max-width: none !important;
  }

  .section-lead,
  .section-lead--strong {
    font-size: 14px !important;
    line-height: 1.85 !important;
    max-width: none !important;
  }
  /* リード文の<br>と lead-line（splitLines生成）を解除してブロック組に */
  .section-lead br,
  .cta-inner p br { display: none; }
  .section-lead .lead-line,
  .cta-inner p .lead-line {
    display: inline;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .eyebrow { padding-left: 50px; font-size: 11px; }
  .eyebrow::before { width: 36px; }

  /* === PROBLEM: 3カード縦並び === */
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 36px;
  }
  .problem-grid article {
    padding: 18px 18px 18px 8px;
    gap: 8px;
  }
  .problem-illust {
    width: 120px;
    transform: scale(1.12);
  }
  .problem-grid h3 { font-size: 15px; }

  /* === OUR APPROACH: sp_skipに切替 === */
  .phase-illust--desktop { display: none !important; }
  .phase-illust--sp {
    display: block;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    transform: none;
    opacity: 1;
    margin: 36px auto 0;
    max-width: 360px;
  }
  .solution-phases {
    display: block;
    margin-top: 28px;
  }

  /* === USE CASES: 1列 === */
  .case-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 36px;
  }
  .case-list article {
    padding: 24px 18px;
    border-left: 1px solid var(--line) !important;
    min-height: 0;
  }
  .case-list h3 { font-size: 17px; line-height: 1.6; }
  .case-list p { font-size: 13px; line-height: 1.85; }
  .case-list span { font-size: 11px; }

  /* === WHY TOKIUM: 1カラム + logos.pngに === */
  #why > .container { width: calc(100% - 40px); }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why-left .section-title { white-space: normal; }
  .why-left .section-lead--strong br { display: none; }
  .why-right {
    margin-left: -20px;
    margin-right: -20px;
  }
  .why-circle { max-width: 380px; margin: 0 auto; }
  .why-logos-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
  }
  .why-logos-divider { display: none; }
  .why-logos-label { text-align: center; }
  /* 縦長logos.png使用時はclip-pathアニメ無効化（横列構造が違うため） */
  .why-logos {
    clip-path: none;
    animation: none !important;
  }

  /* === LEADERSHIP: 1列縦並び === */
  .leader-grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  .leader-grid article {
    grid-template-columns: 126px 1fr;
    column-gap: 16px;
  }
  .leader-avatar { width: 126px; height: 126px; }
  .leader-grid h3 { font-size: 18px; }
  .leader-grid p { font-size: 12px; line-height: 1.7; }

  /* === CTA === */
  .cta-inner h2 {
    font-size: 24px !important;
    line-height: 1.55 !important;
    max-width: none !important;
  }
  .cta-inner h2 br { display: none; }
  .cta-inner p {
    font-size: 13px;
    line-height: 1.8;
    margin: 18px 0 28px;
  }
  .cta-inner p br { display: none; }
  .cta-section .button-primary {
    width: 100%;
    max-width: 320px;
  }

  /* === セクション間 panel デコレーション SPでは控えめに === */
  .panel-deco svg {
    width: 140px;
    height: 140px;
    top: -70px;
  }
  .panel-deco--right svg { right: -50px; }
  .panel-deco--left svg { left: -50px; }
}
