@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://unpkg.com/photoswipe/dist/photoswipe.css");
html, body {
  overflow-x: hidden !important;
  width: 100%;
  position: relative; }

html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6em; }

a {
  text-decoration: none;
  color: #0bbcd6;
  transition: .3s; }

a:hover {
  color: #20d9f4;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif; }

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #0bbcd6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s; }
  .back-to-top i {
    font-size: 2.4rem;
    color: #fff;
    line-height: 0; }
  .back-to-top:hover {
    background: #17d7f3;
    color: #fff; }
  .back-to-top.active {
    visibility: visible;
    opacity: 1; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(11, 188, 214, 0.9);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); }
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400; }
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #054d57;
    text-decoration: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600; }
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 46px;
    transform: translateZ(0);
    backface-visibility: hidden; }

.scrolled-offset {
  margin-top: 70px; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0; }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center; }
  .navbar li {
    position: relative; }
  .navbar .pc_nolink {
    pointer-events: auto; }
    @media (min-width: 992px) {
      .navbar .pc_nolink {
        pointer-events: none; } }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .navbar a,
      .navbar a:focus {
        font-size: 1.8rem; } }
    .navbar a i,
    .navbar a:focus i {
      font-size: 1.2rem;
      line-height: 0;
      margin-left: 5px; }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #077788; }
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #0bbcd6;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff; }
    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
      color: #fff;
      background: #0cd1ee; }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #0bc5e0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s; }
    .navbar .dropdown ul li {
      min-width: 200px; }
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 1.3rem;
      font-weight: 500;
      text-transform: none; }
      @media (min-width: 1200px) {
        .navbar .dropdown ul a {
          font-size: 1.4rem; } }
      .navbar .dropdown ul a i {
        font-size: 1.2rem; }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover > a {
      color: #077788; }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden; }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible; }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%; }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%; } }

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 2.8rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s; }
  .mobile-nav-toggle.bi-x {
    color: #fff; }

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block; }

  .navbar ul {
    display: none; } }
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  z-index: 999; }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s; }
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 1.7rem;
    color: #0bbcd6; }
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #077788; }
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px; }
  .navbar-mobile .dropdown ul {
    position: static;
    display: block;
    margin: 0 20px;
    padding: 0 10px;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #fff;
    transition: 0.4s ease-in-out;
    box-shadow: none; }
    .navbar-mobile .dropdown ul li {
      min-width: 200px; }
    .navbar-mobile .dropdown ul a {
      padding: 10px 20px;
      font-size: 1.6rem; }
      .navbar-mobile .dropdown ul a i {
        font-size: 1.2rem; }
    .navbar-mobile .dropdown ul a:hover,
    .navbar-mobile .dropdown ul .active:hover,
    .navbar-mobile .dropdown ul li:hover > a {
      color: #0bbcd6; }
  .navbar-mobile .dropdown > .dropdown-active {
    max-height: 1000px;
    padding: 10px 0;
    margin: 10px 20px;
    opacity: 1;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0; }

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.hero-content {
  text-align: center;
  color: #fff;
  z-index: 1; }
  .hero-content h1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.6em;
    margin-bottom: .2em;
    -webkit-filter: drop-shadow(0px 0px 6px black);
    filter: drop-shadow(0px 0px 6px black); }
    @media (min-width: 576px) {
      .hero-content h1 {
        font-size: 3.6rem; } }
    @media (min-width: 1200px) {
      .hero-content h1 {
        font-size: 4.6rem; } }
  .hero-content p {
    font-size: 1.4rem;
    margin-bottom: 3em;
    -webkit-filter: drop-shadow(0px 0px 6px black);
    filter: drop-shadow(0px 0px 6px black); }
    @media (min-width: 576px) {
      .hero-content p {
        font-size: 1.6rem; } }
  .hero-content a.om_link {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 13em;
    margin: auto;
    padding: .6em 1em .7em;
    border-radius: 100vw;
    color: #fff;
    background: #0bbcd6;
    font-weight: 700;
    font-size: 2.2rem; }
    .hero-content a.om_link:hover {
      background-position: right center;
      background-size: 200% auto;
      -webkit-animation: pulse 2s infinite;
      animation: shad26 1.5s infinite;
      color: #fff; }

@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #76DAE5; }
  70% {
    box-shadow: 0 0 0 10px rgba(118, 218, 229, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(118, 218, 229, 0); } }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0; }
  section:not(:first-child) {
    background: #fff; }

.section-bg {
  background-color: #b2f1fb; }

.section-title {
  padding-bottom: 30px; }
  .section-title h2 {
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #0bbcd6;
    font-family: "Zen Kaku Gothic New", sans-serif; }
    @media (min-width: 576px) {
      .section-title h2 {
        font-size: 3rem; } }

.lower_top_sec {
  padding-top: 100px; }

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  width: 100%;
  overflow: visible;
  height: 30dvh; }
  @media (min-width: 576px) {
    .breadcrumbs {
      height: 40vh; } }
  @media (min-width: 769px) {
    .breadcrumbs {
      height: 70vh; } }
  .breadcrumbs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/dummy/cp_page_main.webp");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 120%;
    z-index: -1; }
    @media (min-width: 768px) {
      .breadcrumbs::before {
        position: fixed;
        background-size: cover; } }
  .breadcrumbs .page_ttl {
    position: absolute;
    color: #0bbcd6;
    overflow: visible;
    bottom: -3.2em;
    left: 50%;
    transform: translate(-50%, 0); }
    @media (min-width: 769px) {
      .breadcrumbs .page_ttl {
        bottom: -3.6em; } }
    .breadcrumbs .page_ttl h1 {
      text-align: center;
      font-size: 5rem;
      font-weight: 500; }
      @media (min-width: 769px) {
        .breadcrumbs .page_ttl h1 {
          font-size: 6.5rem; } }
      @media (min-width: 1200px) {
        .breadcrumbs .page_ttl h1 {
          font-size: 8rem; } }
      .breadcrumbs .page_ttl h1 span {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
        padding-top: .5em; }

/*--------------------------------------------------------------
# 以下は下層ページの特殊な動きのCSS(必要なくなったら消す)
--------------------------------------------------------------*/
.boxset {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 768px) {
    .boxset {
      display: none; } }
  .boxset .box1 {
    width: 30%;
    position: relative;
    z-index: 10; }
  .boxset .box2 {
    width: 30%;
    position: relative;
    z-index: 10; }
  .boxset .box3 {
    width: 30%;
    position: relative;
    z-index: 1; }
  .boxset .boxsetline {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 15%;
    max-width: 60%; }

.boxset_sp {
  position: relative;
  text-align: center; }
  @media (min-width: 769px) {
    .boxset_sp {
      display: none; } }
  .boxset_sp .box1 {
    position: relative;
    z-index: 10;
    padding-bottom: 30px; }
  .boxset_sp .box2 {
    position: relative;
    z-index: 10;
    padding-bottom: 30px; }
  .boxset_sp .box3 {
    position: relative;
    z-index: 1; }
  .boxset_sp .boxsetline {
    position: absolute;
    z-index: 5;
    max-width: 100px;
    top: 275px;
    left: 50%;
    margin-left: -50px; }

/*--------------------------------------------------------------
# TOP PAGE
--------------------------------------------------------------*/
.top .news {
  background-color: #262626;
  padding: 1.5em 0; }
  .top .news h3 {
    font-size: 2.4rem;
    line-height: 1.6em;
    color: #0bbcd6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300; }
  .top .news ul {
    padding: 0;
    list-style: none; }
    .top .news ul li {
      font-size: 1.4rem;
      line-height: 1.6em;
      padding: .5em 0;
      display: block; }
      @media (min-width: 769px) {
        .top .news ul li {
          display: flex;
          align-items: center;
          padding: .3em 0; } }
      @media (min-width: 992px) {
        .top .news ul li {
          display: block; } }
      @media (min-width: 1400px) {
        .top .news ul li {
          display: flex;
          align-items: center;
          padding: .3em 0; } }
      .top .news ul li .days {
        color: #a6a6a6;
        padding-right: .8em;
        display: inline-block; }
        @media (min-width: 769px) {
          .top .news ul li .days {
            display: block; } }
        @media (min-width: 992px) {
          .top .news ul li .days {
            display: inline-block; } }
        @media (min-width: 1400px) {
          .top .news ul li .days {
            display: block; } }
      .top .news ul li .icon {
        display: inline-block;
        padding: .1em .5em;
        background-color: #000;
        color: #fff;
        border-radius: 5px;
        margin-right: .8em;
        font-size: 1.3rem; }
        @media (min-width: 769px) {
          .top .news ul li .icon {
            display: block; } }
        @media (min-width: 992px) {
          .top .news ul li .icon {
            display: inline-block; } }
        @media (min-width: 1400px) {
          .top .news ul li .icon {
            display: block; } }
      .top .news ul li .seminar {
        background-color: #71375f; }
      .top .news ul li .event {
        background-color: #6f6539; }
      .top .news ul li .service {
        background-color: #164f17; }
      .top .news ul li a {
        color: #d9d9d9;
        display: block;
        transition: .3s; }
        .top .news ul li a:hover {
          color: #fff; }
.top .sec01 {
  background-color: #fff !important;
  padding: 0; }
  .top .sec01 .item_link_box {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 500px;
    padding: 36px 0 0 !important;
    color: #fff;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) {
      .top .sec01 .item_link_box {
        height: 600px; } }
    @media (min-width: 992px) {
      .top .sec01 .item_link_box {
        padding: 75px 0 0 !important; } }
    .top .sec01 .item_link_box::before {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: auto;
      background-color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .top .sec01 .item_link_box:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      background-size: cover;
      transition: all 1s ease-out;
      background: url(../img/top/sec01_bgimage.webp) no-repeat center center; }
    .top .sec01 .item_link_box:hover:after {
      opacity: 1;
      transform: scale(1.1); }
    .top .sec01 .item_link_box:hover .link_btn {
      transform: translatey(20px);
      opacity: 1;
      transition: opacity 1s ease, transform 1s; }
    .top .sec01 .item_link_box .box_inner {
      z-index: 1;
      width: 90%;
      margin: 0 auto;
      transform: translatey(-24px);
      display: block; }
      @media (min-width: 992px) {
        .top .sec01 .item_link_box .box_inner {
          width: 870px;
          display: flex;
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        .top .sec01 .item_link_box .box_inner {
          width: 1020px; } }
      @media (min-width: 1400px) {
        .top .sec01 .item_link_box .box_inner {
          width: 1280px; } }
      .top .sec01 .item_link_box .box_inner .item-left {
        text-align: left;
        width: 100%; }
        @media (min-width: 576px) {
          .top .sec01 .item_link_box .box_inner .item-left {
            text-align: center; } }
        @media (min-width: 992px) {
          .top .sec01 .item_link_box .box_inner .item-left {
            text-align: left;
            width: 45%; } }
      .top .sec01 .item_link_box .box_inner .item-right {
        display: none; }
        @media (min-width: 992px) {
          .top .sec01 .item_link_box .box_inner .item-right {
            display: block;
            width: 45%; } }
      .top .sec01 .item_link_box .box_inner .ttl {
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6em;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif; }
        @media (min-width: 768px) {
          .top .sec01 .item_link_box .box_inner .ttl {
            font-size: 2rem; } }
      .top .sec01 .item_link_box .box_inner .sec_ttl_img {
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 576px) {
          .top .sec01 .item_link_box .box_inner .sec_ttl_img {
            width: 80%; } }
        @media (min-width: 768px) {
          .top .sec01 .item_link_box .box_inner .sec_ttl_img {
            width: 70%; } }
        @media (min-width: 992px) {
          .top .sec01 .item_link_box .box_inner .sec_ttl_img {
            width: 100%; } }
      .top .sec01 .item_link_box .box_inner .desc {
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.6em;
        padding: .5em 0 0; }
        @media (min-width: 768px) {
          .top .sec01 .item_link_box .box_inner .desc {
            font-size: 2.6rem; } }
    .top .sec01 .item_link_box .link_btn {
      opacity: 0;
      transform: translatey(70px);
      transition: opacity 1s ease-out, transform 1s; }
      .top .sec01 .item_link_box .link_btn a {
        display: inline-block;
        width: 8em;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: #0bbcd6;
        font-size: 2rem;
        font-weight: bold;
        transition: .3s; }
        .top .sec01 .item_link_box .link_btn a:hover {
          background: #20d9f4; }
.top .sec02 {
  background-color: #fff !important;
  padding: 0; }
  .top .sec02 .item_link_box {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 500px;
    padding: 36px 0 0 !important;
    color: #fff;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) {
      .top .sec02 .item_link_box {
        height: 600px; } }
    @media (min-width: 992px) {
      .top .sec02 .item_link_box {
        padding: 75px 0 0 !important; } }
    .top .sec02 .item_link_box::before {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: auto;
      background-color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .top .sec02 .item_link_box:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      background-size: cover;
      transition: all 1s ease-out;
      background: url(../img/top/sec02_bgimage.webp) no-repeat center center; }
    .top .sec02 .item_link_box:hover:after {
      opacity: 1;
      transform: scale(1.1); }
    .top .sec02 .item_link_box:hover .link_btn {
      transform: translatey(20px);
      opacity: 1;
      transition: opacity 1s ease, transform 1s; }
    .top .sec02 .item_link_box .box_inner {
      z-index: 1;
      width: 90%;
      margin: 0 auto;
      transform: translatey(-24px);
      display: block; }
      @media (min-width: 992px) {
        .top .sec02 .item_link_box .box_inner {
          width: 870px;
          display: flex;
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        .top .sec02 .item_link_box .box_inner {
          width: 1020px; } }
      @media (min-width: 1400px) {
        .top .sec02 .item_link_box .box_inner {
          width: 1280px; } }
      .top .sec02 .item_link_box .box_inner .item-left {
        display: none; }
        @media (min-width: 992px) {
          .top .sec02 .item_link_box .box_inner .item-left {
            display: block;
            width: 45%; } }
      .top .sec02 .item_link_box .box_inner .item-right {
        text-align: left;
        width: 100%; }
        @media (min-width: 576px) {
          .top .sec02 .item_link_box .box_inner .item-right {
            text-align: center; } }
        @media (min-width: 992px) {
          .top .sec02 .item_link_box .box_inner .item-right {
            text-align: left;
            width: 45%; } }
      .top .sec02 .item_link_box .box_inner .sec_ttl_img {
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 576px) {
          .top .sec02 .item_link_box .box_inner .sec_ttl_img {
            width: 80%; } }
        @media (min-width: 768px) {
          .top .sec02 .item_link_box .box_inner .sec_ttl_img {
            width: 70%; } }
        @media (min-width: 992px) {
          .top .sec02 .item_link_box .box_inner .sec_ttl_img {
            width: 100%; } }
      .top .sec02 .item_link_box .box_inner .desc {
        color: #000;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.6em;
        padding: .5em 0 0; }
        @media (min-width: 768px) {
          .top .sec02 .item_link_box .box_inner .desc {
            font-size: 2.6rem; } }
    .top .sec02 .item_link_box .link_btn {
      opacity: 0;
      transform: translatey(70px);
      transition: opacity 1s ease-out, transform 1s; }
      .top .sec02 .item_link_box .link_btn a {
        display: inline-block;
        width: 8em;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: #0bbcd6;
        font-size: 2rem;
        font-weight: bold;
        transition: .3s; }
        .top .sec02 .item_link_box .link_btn a:hover {
          background: #20d9f4; }
.top .sec03 {
  background-color: #fff !important;
  padding: 0; }
  .top .sec03 .item_link_box {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 500px;
    padding: 36px 0 0 !important;
    color: #fff;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) {
      .top .sec03 .item_link_box {
        height: 600px; } }
    @media (min-width: 992px) {
      .top .sec03 .item_link_box {
        padding: 75px 0 0 !important; } }
    .top .sec03 .item_link_box::before {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: auto;
      background-color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .top .sec03 .item_link_box:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      background-size: cover;
      transition: all 1s ease-out;
      background: url(../img/top/sec03_bgimage.webp) no-repeat center center; }
    .top .sec03 .item_link_box:hover:after {
      opacity: 1;
      transform: scale(1.1); }
    .top .sec03 .item_link_box:hover .link_btn {
      transform: translatey(20px);
      opacity: 1;
      transition: opacity 1s ease, transform 1s; }
    .top .sec03 .item_link_box .box_inner {
      z-index: 1;
      width: 90%;
      margin: 0 auto;
      transform: translatey(-24px);
      display: block; }
      @media (min-width: 992px) {
        .top .sec03 .item_link_box .box_inner {
          width: 870px;
          display: flex;
          justify-content: space-between; } }
      @media (min-width: 1200px) {
        .top .sec03 .item_link_box .box_inner {
          width: 1020px; } }
      @media (min-width: 1400px) {
        .top .sec03 .item_link_box .box_inner {
          width: 1280px; } }
      .top .sec03 .item_link_box .box_inner .item-left {
        text-align: left;
        width: 100%; }
        @media (min-width: 576px) {
          .top .sec03 .item_link_box .box_inner .item-left {
            text-align: center; } }
        @media (min-width: 992px) {
          .top .sec03 .item_link_box .box_inner .item-left {
            text-align: left;
            width: 45%; } }
      .top .sec03 .item_link_box .box_inner .item-right {
        display: none; }
        @media (min-width: 992px) {
          .top .sec03 .item_link_box .box_inner .item-right {
            display: block;
            width: 45%; } }
      .top .sec03 .item_link_box .box_inner .sec_ttl_img {
        width: 100%;
        margin: 0 auto; }
        @media (min-width: 576px) {
          .top .sec03 .item_link_box .box_inner .sec_ttl_img {
            width: 80%; } }
        @media (min-width: 768px) {
          .top .sec03 .item_link_box .box_inner .sec_ttl_img {
            width: 70%; } }
        @media (min-width: 992px) {
          .top .sec03 .item_link_box .box_inner .sec_ttl_img {
            width: 100%; } }
      .top .sec03 .item_link_box .box_inner .desc {
        color: #000;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.6em;
        padding: .5em 0 0; }
        @media (min-width: 768px) {
          .top .sec03 .item_link_box .box_inner .desc {
            font-size: 2.6rem; } }
    .top .sec03 .item_link_box .link_btn {
      opacity: 0;
      transform: translatey(70px);
      transition: opacity 1s ease-out, transform 1s; }
      .top .sec03 .item_link_box .link_btn a {
        display: inline-block;
        width: 8em;
        padding: 0.8em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: #0bbcd6;
        font-size: 2rem;
        font-weight: bold;
        transition: .3s; }
        .top .sec03 .item_link_box .link_btn a:hover {
          background: #20d9f4; }

/*--------------------------------------------------------------
# NEWS&TOPICS
--------------------------------------------------------------*/
/* PhotoSwipe本体のスタイル */
.news-topics .breadcrumbs::before {
  background-image: url("../img/news-topics/news_page_main.webp"); }
.news-topics .section-title {
  padding-bottom: 10px; }
.news-topics .item-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .news-topics .item-list li {
    padding: 1em;
    background: #fff;
    border-bottom: 1px solid #d8dbdd;
    display: block; }
    @media (min-width: 769px) {
      .news-topics .item-list li {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .news-topics .item-list li .date {
      display: block;
      width: 100%;
      color: #999999; }
      @media (min-width: 769px) {
        .news-topics .item-list li .date {
          width: 15%; } }
      @media (min-width: 992px) {
        .news-topics .item-list li .date {
          width: 10%; } }
    .news-topics .item-list li .ttl {
      display: block;
      width: 100%; }
      @media (min-width: 769px) {
        .news-topics .item-list li .ttl {
          width: 75%; } }
      @media (min-width: 992px) {
        .news-topics .item-list li .ttl {
          width: 80%; } }
    .news-topics .item-list li .link-btn {
      display: inline-block;
      text-align: center;
      padding: .3em 1em;
      margin-top: .5em;
      border: solid 1px #0bbcd6;
      border-radius: 5px;
      transition: .3s; }
      .news-topics .item-list li .link-btn:hover {
        background: #0bbcd6;
        color: #fff; }
      @media (min-width: 769px) {
        .news-topics .item-list li .link-btn {
          width: 8%;
          display: block;
          padding: .3em .5em;
          margin-top: 0; } }
.news-topics .item-list02 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .news-topics .item-list02 li {
    padding: 1em;
    background: #fff;
    border-bottom: 1px solid #d8dbdd;
    display: block; }
    @media (min-width: 769px) {
      .news-topics .item-list02 li {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .news-topics .item-list02 li .date {
      display: inline-block;
      width: 6em;
      color: #999999; }
      @media (min-width: 769px) {
        .news-topics .item-list02 li .date {
          width: 15%; } }
      @media (min-width: 992px) {
        .news-topics .item-list02 li .date {
          width: 10%; } }
    .news-topics .item-list02 li .icon {
      display: inline-block;
      width: 6em;
      text-align: center;
      font-size: 1.4rem;
      padding: .2em .5em;
      border-radius: 3px;
      color: #fff; }
      @media (min-width: 769px) {
        .news-topics .item-list02 li .icon {
          width: 15%; } }
      @media (min-width: 992px) {
        .news-topics .item-list02 li .icon {
          width: 10%; } }
    .news-topics .item-list02 li .seminar {
      background-color: #d2a2c3; }
    .news-topics .item-list02 li .event {
      background-color: #d0c8a4; }
    .news-topics .item-list02 li .service {
      background-color: #5FD261; }
    .news-topics .item-list02 li .ttl {
      display: block;
      width: 100%; }
      @media (min-width: 769px) {
        .news-topics .item-list02 li .ttl {
          width: 58%; } }
      @media (min-width: 992px) {
        .news-topics .item-list02 li .ttl {
          width: 68%; } }
    .news-topics .item-list02 li .link-btn {
      display: inline-block;
      text-align: center;
      padding: .3em 1em;
      margin-top: .5em;
      border: solid 1px #0bbcd6;
      border-radius: 5px;
      transition: .3s; }
      .news-topics .item-list02 li .link-btn:hover {
        background: #0bbcd6;
        color: #fff; }
      @media (min-width: 769px) {
        .news-topics .item-list02 li .link-btn {
          width: 8%;
          display: block;
          padding: .3em .5em;
          margin-top: 0; } }
.news-topics .hidden-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  padding: 0;
  margin: 0;
  transition: max-height 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.6s ease; }
.news-topics .is-open {
  max-height: 2500px;
  /* 中身に合わせて十分な高さを */
  opacity: 1;
  transform: translateY(0); }
.news-topics .toggle-btn {
  margin: 0 auto;
  display: block;
  background: none;
  border: 1px solid #0bbcd6;
  color: #0bbcd6;
  padding: .5em 1.2em;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s; }
  .news-topics .toggle-btn:hover {
    background: #0bbcd6;
    color: #fff; }
.news-topics h4 {
  font-size: 2rem;
  line-height: 1.6em;
  color: #0bbcd6; }
.news-topics .modal .ttl .fix {
  color: #0bbcd6;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-right: .5em; }
.news-topics .modal .date .fix {
  color: #0bbcd6;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-right: .5em; }
.news-topics .modal .disc .fix {
  color: #0bbcd6;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-right: .5em; }
.news-topics .modal .image-link-button {
  display: inline-block;
  padding: .6em 1em;
  background-color: #0bbcd6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 400;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease; }
  .news-topics .modal .image-link-button:hover {
    background-color: #0cd1ee;
    transform: translateY(-3px); }
.news-topics .modal .b_txt {
  color: #0bbcd6;
  font-size: 2.4rem;
  line-height: 1.6em; }
.news-topics .modal h5 {
  color: #0bbcd6;
  font-size: 2rem;
  line-height: 1.6em; }
.news-topics .modal h6 {
  color: #fff;
  font-size: 1.8rem;
  background-color: #0bbcd6;
  font-family: "Noto Sans JP", sans-serif;
  padding: .5em .8em; }
.news-topics .modal .r_flt {
  max-width: 100%;
  float: none; }
  @media (min-width: 992px) {
    .news-topics .modal .r_flt {
      max-width: 300px;
      float: right; } }
.news-topics .modal .ss_ttl {
  color: #0bbcd6;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em; }
.news-topics .link_btn_area {
  display: flex;
  justify-content: center;
  margin: 25px 0; }

/* PhotoSwipeのスタイル */
.pswp__item {
  background: #000000 !important; }

.pswp-gallery {
  display: flex;
  justify-content: center;
  margin: 25px 0; }

/*--------------------------------------------------------------
# COMPANY
--------------------------------------------------------------*/
.company .breadcrumbs::before {
  background-image: url("../img/company/company_page_main.webp"); }
.company .sec01 .video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9; }
.company .sec01 .video-wrap iframe {
  width: 100%;
  height: 100%; }
.company .sec02 .outline {
  display: block;
  border-bottom: solid 1px #d8dbdd;
  padding: 1.3em 0 1.8em; }
  @media (min-width: 769px) {
    .company .sec02 .outline {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .company .sec02 .outline .ttl {
    width: 100%;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.2em;
    color: #0bbcd6; }
    @media (min-width: 769px) {
      .company .sec02 .outline .ttl {
        width: 23%;
        font-size: 2.6rem;
        text-align: center;
        padding-bottom: 0; } }
    .company .sec02 .outline .ttl img {
      max-width: 200px; }
  .company .sec02 .outline .disc {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6em;
    padding-top: .5em; }
    @media (min-width: 769px) {
      .company .sec02 .outline .disc {
        width: 75%;
        font-size: 1.8rem; } }
    .company .sec02 .outline .disc dl {
      display: flex;
      flex-wrap: wrap;
      font-weight: 400;
      line-height: 1.6em; }
      .company .sec02 .outline .disc dl dt {
        width: 100%; }
        @media (min-width: 1200px) {
          .company .sec02 .outline .disc dl dt {
            width: 16%; } }
      .company .sec02 .outline .disc dl dd {
        width: 100%; }
        @media (min-width: 769px) {
          .company .sec02 .outline .disc dl dd {
            width: 80%; } }
        @media (min-width: 992px) {
          .company .sec02 .outline .disc dl dd {
            width: 88%; } }
        @media (min-width: 1200px) {
          .company .sec02 .outline .disc dl dd {
            width: 74%; } }
      .company .sec02 .outline .disc dl .map {
        width: 100%; }
        @media (min-width: 769px) {
          .company .sec02 .outline .disc dl .map {
            width: 18%; } }
        @media (min-width: 992px) {
          .company .sec02 .outline .disc dl .map {
            width: 12%; } }
        @media (min-width: 1200px) {
          .company .sec02 .outline .disc dl .map {
            width: 10%; } }
        .company .sec02 .outline .disc dl .map a {
          padding: .3em .6em .4em;
          border: solid 1px #0bbcd6;
          border-radius: 4px;
          font-size: 1.6rem;
          font-weight: 300;
          transition: .3s; }
          .company .sec02 .outline .disc dl .map a:hover {
            background: #0bbcd6;
            color: #fff; }
    .company .sec02 .outline .disc ul {
      list-style: none;
      padding: 0; }
      .company .sec02 .outline .disc ul li {
        padding: .1em 0; }
        .company .sec02 .outline .disc ul li a {
          color: #333333; }
          .company .sec02 .outline .disc ul li a:hover {
            color: #0bbcd6; }
    .company .sec02 .outline .disc .list02 {
      display: flex;
      flex-wrap: wrap; }
      .company .sec02 .outline .disc .list02 .s_txt {
        font-size: 1.4rem;
        padding-left: 1.5em;
        color: gray; }
    .company .sec02 .outline .disc .list03 li {
      padding-left: 1em;
      text-indent: -1em; }
.company .sec02 .modal .ttl .fix {
  color: #0bbcd6;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-right: .5em; }
.company .sec02 .modal .date .fix {
  color: #0bbcd6;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-right: .5em; }
.company .sec02 .modal .disc .fix {
  color: #0bbcd6;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-right: .5em; }
.company .sec02 .modal .image-link-button {
  display: inline-block;
  padding: .6em 1em;
  background-color: #0bbcd6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 400;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease; }
  .company .sec02 .modal .image-link-button:hover {
    background-color: #0cd1ee;
    transform: translateY(-3px); }
.company .sec02 .modal .b_txt {
  color: #0bbcd6;
  font-size: 2.4rem;
  line-height: 1.6em; }
.company .sec02 .modal h5 {
  color: #0bbcd6;
  font-size: 2rem;
  line-height: 1.6em; }
.company .sec02 .modal h6 {
  color: #fff;
  font-size: 1.8rem;
  background-color: #0bbcd6;
  font-family: "Noto Sans JP", sans-serif;
  padding: .5em .8em; }
.company .sec02 .modal .r_flt {
  max-width: 100%;
  float: none; }
  @media (min-width: 992px) {
    .company .sec02 .modal .r_flt {
      max-width: 300px;
      float: right; } }
.company .sec02 .modal .ss_ttl {
  color: #0bbcd6;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em; }
.company .sec02 .sdgs_btn {
  text-align: center;
  padding-top: 2em; }
  .company .sec02 .sdgs_btn a {
    padding: .3em 1em .4em;
    border: solid 1px #0bbcd6;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 400;
    transition: .3s; }
    .company .sec02 .sdgs_btn a:hover {
      background: #0bbcd6;
      color: #fff; }

.history .breadcrumbs::before {
  background-image: url("../img/company/history_page_main.webp"); }
.history .sec01 .timeline {
  list-style: none; }
.history .sec01 .timeline > li {
  margin-bottom: 3em; }
  .history .sec01 .timeline > li .timeline-year {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6em;
    color: #0bbcd6; }
  .history .sec01 .timeline > li .timeline-date {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 0;
    color: #0bbcd6;
    opacity: 0.5; }
@media (min-width: 769px) {
  .history .sec01 .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center; }
    .history .sec01 .timeline > li .timeline-year {
      width: 7.5%;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.6em;
      margin-top: -.5em; }
    .history .sec01 .timeline > li .timeline-date {
      width: 17.5%;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.6em;
      margin-top: -.5em;
      margin-bottom: .4em; }
    .history .sec01 .timeline > li .timeline-small-cont {
      width: 75%;
      border-left: 3px #0bbcd6 solid;
      padding: 0 0 1em 1.5em;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6em;
      margin: -.1em 0 0; }
    .history .sec01 .timeline > li .timeline-small-cont:before {
      content: '';
      width: 14px;
      height: 14px;
      border: solid 5px #0bbcd6;
      background: #0bbcd6;
      position: absolute;
      left: 25%;
      top: 32%;
      border-radius: 100%;
      transform: translate(-43%, -50%); }
    .history .sec01 .timeline > li .timeline-nomal-cont {
      width: 75%;
      border-left: 3px #0bbcd6 solid;
      padding: 0 0 1em 1.5em;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6em;
      margin: 0; }
    .history .sec01 .timeline > li .timeline-nomal-cont:before {
      content: '';
      width: 20px;
      height: 20px;
      border: solid 5px #0bbcd6;
      background: #fff;
      position: absolute;
      left: 25%;
      top: 32%;
      border-radius: 100%;
      transform: translate(-45%, -50%); }
    .history .sec01 .timeline > li .timeline-big-cont {
      width: 75%;
      border-left: 3px #0bbcd6 solid;
      padding: 0 0 1em 1.5em;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6em;
      margin: 0; }
    .history .sec01 .timeline > li .timeline-big-cont:before {
      content: '';
      width: 30px;
      height: 30px;
      border: solid 6px #0bbcd6;
      background: #fff;
      position: absolute;
      left: 25%;
      top: 0;
      border-radius: 100%;
      transform: translateX(-46%); } }
@media (min-width: 992px) {
  .history .sec01 .timeline > li .timeline-year {
    width: 10%;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: -.5em; }
  .history .sec01 .timeline > li .timeline-date {
    width: 20%;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: -.5em; }
  .history .sec01 .timeline > li .timeline-small-cont {
    width: 70%;
    border-left: 3px #0bbcd6 solid;
    padding: .1em 0 1em 1.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em; }
  .history .sec01 .timeline > li .timeline-small-cont:before {
    content: '';
    width: 14px;
    height: 14px;
    border: solid 5px #0bbcd6;
    background: #0bbcd6;
    position: absolute;
    left: 30%;
    top: 32%;
    border-radius: 100%;
    transform: translate(-43%, -50%); }
  .history .sec01 .timeline > li .timeline-nomal-cont {
    width: 70%;
    border-left: 3px #0bbcd6 solid;
    padding: 0 0 1em 1.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0; }
  .history .sec01 .timeline > li .timeline-nomal-cont:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid 5px #0bbcd6;
    background: #fff;
    position: absolute;
    left: 30%;
    top: 32%;
    border-radius: 100%;
    transform: translate(-45%, -50%); }
  .history .sec01 .timeline > li .timeline-big-cont {
    width: 70%;
    border-left: 3px #0bbcd6 solid;
    padding: 0 0 1em 1.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0; }
  .history .sec01 .timeline > li .timeline-big-cont:before {
    content: '';
    width: 34px;
    height: 34px;
    border: solid 8px #0bbcd6;
    background: #fff;
    position: absolute;
    left: 30%;
    top: 0;
    border-radius: 100%;
    transform: translateX(-46%); } }
@media (min-width: 1400px) {
  .history .sec01 .timeline > li .timeline-year {
    width: 8%;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: -.5em; }
  .history .sec01 .timeline > li .timeline-date {
    width: 17%;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.6em;
    margin-top: -.5em; }
  .history .sec01 .timeline > li .timeline-small-cont {
    width: 73%;
    border-left: 3px #0bbcd6 solid;
    padding: .1em 0 1em 1.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em; }
  .history .sec01 .timeline > li .timeline-small-cont:before {
    content: '';
    width: 14px;
    height: 14px;
    border: solid 5px #0bbcd6;
    background: #0bbcd6;
    position: absolute;
    left: 25%;
    top: 32%;
    border-radius: 100%;
    transform: translate(-43%, -50%); }
  .history .sec01 .timeline > li .timeline-nomal-cont {
    width: 75%;
    border-left: 3px #0bbcd6 solid;
    padding: 0 0 1em 1.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0; }
  .history .sec01 .timeline > li .timeline-nomal-cont:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid 5px #0bbcd6;
    background: #fff;
    position: absolute;
    left: 25%;
    top: 32%;
    border-radius: 100%;
    transform: translate(-45%, -50%); }
  .history .sec01 .timeline > li .timeline-big-cont {
    width: 75%;
    border-left: 3px #0bbcd6 solid;
    padding: 0 0 1em 1.5em;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0; }
  .history .sec01 .timeline > li .timeline-big-cont:before {
    content: '';
    width: 34px;
    height: 34px;
    border: solid 8px #0bbcd6;
    background: #fff;
    position: absolute;
    left: 25%;
    top: 0;
    border-radius: 100%;
    transform: translateX(-46%); } }

.identity .breadcrumbs::before {
  background-image: url("../img/company/identity_page_main.webp"); }
.identity .sec01 {
  padding: 120px 0 100px; }
  .identity .sec01 .page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px 0; }
  .identity .sec01 .quote-container {
    position: relative;
    padding: 40px;
    display: inline-block; }
    @media (min-width: 576px) {
      .identity .sec01 .quote-container {
        padding: 60px; } }
    .identity .sec01 .quote-container::before {
      content: "“";
      position: absolute;
      top: 26%;
      left: -3%;
      font-size: 15rem;
      color: #efefef;
      font-family: serif;
      line-height: 1;
      transform: translateY(-24%); }
      @media (min-width: 550px) {
        .identity .sec01 .quote-container::before {
          top: 34%; } }
      @media (min-width: 768px) {
        .identity .sec01 .quote-container::before {
          font-size: 20rem;
          top: 28%;
          left: -3%; } }
      @media (min-width: 992px) {
        .identity .sec01 .quote-container::before {
          top: 50%; } }
    .identity .sec01 .quote-container::after {
      content: "”";
      position: absolute;
      bottom: 0;
      right: -2%;
      font-size: 15rem;
      color: #efefef;
      font-family: serif;
      line-height: 1;
      transform: translateY(35%); }
      @media (min-width: 550px) {
        .identity .sec01 .quote-container::after {
          bottom: 3%; } }
      @media (min-width: 768px) {
        .identity .sec01 .quote-container::after {
          font-size: 20rem;
          bottom: -4%;
          right: -2%; } }
      @media (min-width: 992px) {
        .identity .sec01 .quote-container::after {
          bottom: 0; } }
  .identity .sec01 .quote-text {
    font-family: "Shippori Mincho", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .identity .sec01 .quote-text {
        font-size: 2rem; } }

.access .breadcrumbs::before {
  background-image: url("../img/company/access_page_main.webp"); }
.access h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #0bbcd6;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6em; }
  @media (min-width: 992px) {
    .access h3 {
      font-size: 3rem; } }
.access .map {
  margin-top: 1em;
  width: 100%;
  aspect-ratio: 16 / 9; }
  .access .map iframe {
    width: 100%;
    height: 100%; }

.csr .breadcrumbs::before {
  background-image: url("../img/company/csr_page_main.webp"); }
.csr h2 {
  font-size: 2.4rem; }
  @media (min-width: 769px) {
    .csr h2 {
      font-size: 3rem; } }
.csr .sec02 {
  padding-top: 0; }
  .csr .sec02 h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6em;
    color: #077788; }
    @media (min-width: 769px) {
      .csr .sec02 h3 {
        font-size: 2.2rem; } }
  .csr .sec02 dl {
    display: block;
    font-size: 1.8rem;
    line-height: 1.6em; }
    .csr .sec02 dl dt {
      width: 100%;
      font-weight: 400;
      padding: .5em 0 0; }
    .csr .sec02 dl dd {
      width: 100%;
      padding: 0 0 .5em; }
    @media (min-width: 992px) {
      .csr .sec02 dl {
        display: flex;
        flex-wrap: wrap; }
        .csr .sec02 dl dt {
          width: 18%;
          padding: .2em 0; }
        .csr .sec02 dl dd {
          width: 82%;
          padding: .2em 0; } }
    @media (min-width: 1200px) {
      .csr .sec02 dl dt {
        width: 15%; }
      .csr .sec02 dl dd {
        width: 85%; } }
    @media (min-width: 1400px) {
      .csr .sec02 dl dt {
        width: 12%; }
      .csr .sec02 dl dd {
        width: 88%; } }
  .csr .sec02 h4 {
    font-size: 2rem;
    line-height: 1.6em;
    color: #0bbcd6; }

/*--------------------------------------------------------------
# VISION
--------------------------------------------------------------*/
.philosophy .breadcrumbs::before {
  background-image: url("../img/vision/philosophy_page_main.webp"); }
.philosophy .sec01 .heart_bg {
  background-image: url("../img/vision/philosophy_sec01_img01.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%; }
  @media (min-width: 992px) {
    .philosophy .sec01 .heart_bg {
      background-size: 80%; } }
  @media (min-width: 1400px) {
    .philosophy .sec01 .heart_bg {
      background-size: 70%; } }
.philosophy .sec01 h2 {
  padding: 2em 0 1em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6em;
  color: #0bbcd6;
  text-align: center; }
  @media (min-width: 420px) {
    .philosophy .sec01 h2 {
      font-size: 3rem; } }
  @media (min-width: 769px) {
    .philosophy .sec01 h2 {
      font-size: 4rem; } }
.philosophy .sec01 .wording p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  padding-bottom: 1.5em; }
  @media (min-width: 769px) {
    .philosophy .sec01 .wording p {
      font-size: 2rem; } }
.philosophy .sec01 .pc_img {
  display: none; }
  @media (min-width: 500px) {
    .philosophy .sec01 .pc_img {
      display: block; } }
.philosophy .sec01 .sp_img {
  display: block; }
  @media (min-width: 500px) {
    .philosophy .sec01 .sp_img {
      display: none; } }
.philosophy .sec02 {
  border-top: solid 1px #6c757d;
  padding-top: 40px; }
  .philosophy .sec02 .page_ttl {
    color: #0bbcd6;
    overflow: visible; }
    .philosophy .sec02 .page_ttl h1 {
      text-align: center;
      font-size: 5rem;
      font-weight: 500;
      padding-bottom: .8em; }
      @media (min-width: 769px) {
        .philosophy .sec02 .page_ttl h1 {
          font-size: 6.5rem; } }
      @media (min-width: 1200px) {
        .philosophy .sec02 .page_ttl h1 {
          font-size: 8rem; } }
      .philosophy .sec02 .page_ttl h1 span {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
        padding-top: .5em; }
  .philosophy .sec02 .st6, .philosophy .sec02 .st5, .philosophy .sec02 .st4 {
    opacity: 1; }
  .philosophy .sec02 .st0, .philosophy .sec02 .st1, .philosophy .sec02 .st2 {
    opacity: 0; }
  .philosophy .sec02 .explan {
    list-style: none;
    padding: 2em 0 0; }
    .philosophy .sec02 .explan li {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.6em;
      padding: .3em 0; }
      @media (min-width: 769px) {
        .philosophy .sec02 .explan li {
          font-size: 2.2rem; } }
      .philosophy .sec02 .explan li span {
        color: #006390; }
    .philosophy .sec02 .explan .list01 {
      padding-left: 6em;
      text-indent: -6em; }
    .philosophy .sec02 .explan .list02 {
      padding-left: 3.5em;
      text-indent: -3.5em; }
    .philosophy .sec02 .explan .list03 {
      padding-left: 5.3em;
      text-indent: -5.3em; }
    .philosophy .sec02 .explan .list04 {
      padding-left: 4.3em;
      text-indent: -4.3em; }
      .philosophy .sec02 .explan .list04 span {
        color: #dbbf53; }

.credo .breadcrumbs::before {
  background-image: url("../img/vision/credo_page_main.webp"); }
.credo .sec01 ul {
  list-style: none;
  padding: 0; }
  .credo .sec01 ul li {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6em;
    padding: .2em 0 .2em 1.2em;
    text-indent: -.6em; }
    @media (min-width: 769px) {
      .credo .sec01 ul li {
        font-size: 2.2rem; } }
    .credo .sec01 ul li i {
      color: #0bbcd6; }
.credo .sec02 {
  padding-top: 0; }
  .credo .sec02 h2 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2em;
    color: #0bbcd6;
    text-align: center;
    padding-bottom: .5em; }
    @media (min-width: 576px) {
      .credo .sec02 h2 {
        font-size: 5rem; } }
    @media (min-width: 768px) {
      .credo .sec02 h2 {
        font-size: 6rem; } }
    @media (min-width: 992px) {
      .credo .sec02 h2 {
        font-size: 8rem; } }
    .credo .sec02 h2 span {
      color: #dbbf53; }
    .credo .sec02 h2 .darkblue {
      color: #006390; }
  .credo .sec02 .ozxm_ten_area {
    display: flex;
    justify-content: center; }
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number1,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number2,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number3,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number4,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number5,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number6,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number7,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number8,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number9,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number10 {
      margin-bottom: 10px; }
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number1 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number2 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number3 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number4 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number5 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number6 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number7 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number8 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number9 span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number10 span {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 2.2rem;
      position: relative;
      line-height: 1.4;
      font-weight: 900;
      padding: 0.25em 1em 0.25em 2em;
      display: inline-block;
      color: #ccc;
      top: 0;
      text-indent: -1em; }
      @media (min-width: 576px) {
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number1 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number2 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number3 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number4 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number5 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number6 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number7 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number8 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number9 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number10 span {
          font-size: 2.4rem; } }
      @media (min-width: 992px) {
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number1 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number2 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number3 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number4 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number5 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number6 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number7 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number8 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number9 span,
        .credo .sec02 .ozxm_ten_area .ozxm_ten .number10 span {
          font-size: 3rem; } }
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number10 span {
      padding: 0.25em 1em 0.25em 2.3em;
      text-indent: -1.6em; }
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number1.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number2.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number3.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number4.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number5.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number6.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number7.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number8.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number9.is-active span,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number10.is-active span {
      color: #000; }
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number1.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number2.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number3.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number4.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number5.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number6.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number7.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number8.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number9.is-active span:before,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number10.is-active span:before {
      position: absolute;
      top: 0;
      content: '';
      width: 15px;
      height: 100%;
      display: inline-block;
      border-left: solid 1px #0bbcd6;
      border-top: solid 1px #0bbcd6;
      border-bottom: solid 1px #0bbcd6;
      left: 0; }
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number1.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number2.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number3.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number4.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number5.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number6.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number7.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number8.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number9.is-active span:after,
    .credo .sec02 .ozxm_ten_area .ozxm_ten .number10.is-active span:after {
      position: absolute;
      top: 0;
      content: '';
      width: 15px;
      height: 100%;
      display: inline-block;
      border-top: solid 1px #0bbcd6;
      border-right: solid 1px #0bbcd6;
      border-bottom: solid 1px #0bbcd6;
      right: 0; }

.greeting .breadcrumbs::before {
  background-image: url("../img/vision/greet_page_main.webp"); }
.greeting .sec01 .section-title {
  padding-bottom: .4em; }
.greeting .sec02 {
  padding-top: 0; }
  .greeting .sec02 .section-title {
    padding-bottom: .4em; }
.greeting .sec03 {
  padding-top: 0; }
  .greeting .sec03 .section-title {
    padding-bottom: .4em; }
  .greeting .sec03 .famous {
    text-align: end; }
    .greeting .sec03 .famous .record {
      display: block; }
    .greeting .sec03 .famous .name {
      font-family: "Shippori Mincho", serif;
      font-size: 3rem;
      line-height: 1.6em;
      font-weight: 500;
      margin-right: .8em; }

.sdgs .breadcrumbs::before {
  background-image: url("../img/vision/sdgs_page_main.webp"); }
.sdgs .sec01 .section-title {
  padding-bottom: .4em; }
.sdgs .sec02 {
  padding-top: 0; }
  .sdgs .sec02 .section-title {
    padding-bottom: .4em; }
.sdgs .sec03 {
  padding-top: 0; }
  .sdgs .sec03 .section-title {
    padding: 2em 0 1em; }
  .sdgs .sec03 .wrap {
    padding: .5em 0;
    border-bottom: solid 1px #bcc1c6; }
    .sdgs .sec03 .wrap:first-child {
      border-top: solid 1px #bcc1c6; }
    .sdgs .sec03 .wrap .icon {
      width: 12%; }
      @media (min-width: 576px) {
        .sdgs .sec03 .wrap .icon {
          width: 10%; } }
    .sdgs .sec03 .wrap .ttl {
      width: 25%;
      font-size: 2.4rem;
      line-height: 1.6em;
      font-weight: 400;
      text-align: center;
      color: #0bbcd6;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .sdgs .sec03 .wrap .ttl {
          width: 20%; } }
      @media (min-width: 768px) {
        .sdgs .sec03 .wrap .ttl {
          font-size: 3rem; } }
    .sdgs .sec03 .wrap .disc {
      width: 100%;
      font-size: 1.6rem;
      line-height: 1.6em;
      margin-bottom: 0;
      padding-top: .8em; }
      @media (min-width: 576px) {
        .sdgs .sec03 .wrap .disc {
          width: 68%;
          padding-top: 0; } }
      @media (min-width: 768px) {
        .sdgs .sec03 .wrap .disc {
          font-size: 2rem; } }

.our_mission .breadcrumbs::before {
  background-image: url("../img/vision/our_mission_page_main.webp"); }
.our_mission .sec01 h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6em;
  color: #333333; }
  @media (min-width: 768px) {
    .our_mission .sec01 h2 {
      font-size: 3.6rem; } }
  @media (min-width: 992px) {
    .our_mission .sec01 h2 {
      font-size: 4.2rem; } }
.our_mission .sec01 .kagi-center {
  display: flex;
  justify-content: center;
  padding: 10px 10px; }
  @media (min-width: 576px) {
    .our_mission .sec01 .kagi-center {
      padding: 20px 20px; } }
  .our_mission .sec01 .kagi-center h3 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6em; }
    @media (min-width: 576px) {
      .our_mission .sec01 .kagi-center h3 {
        font-size: 2.4rem;
        padding: 30px 50px; } }
    @media (min-width: 768px) {
      .our_mission .sec01 .kagi-center h3 {
        font-size: 2.6rem; } }
    @media (min-width: 992px) {
      .our_mission .sec01 .kagi-center h3 {
        font-size: 3rem; } }
    .our_mission .sec01 .kagi-center h3::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-top: 2px solid #333333;
      border-left: 2px solid #333333; }
    .our_mission .sec01 .kagi-center h3::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 40px;
      height: 40px;
      border-bottom: 2px solid #333333;
      border-right: 2px solid #333333; }
.our_mission .sec01 .mission {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 1em 0; }
  @media (min-width: 768px) {
    .our_mission .sec01 .mission {
      font-size: 2rem; } }
  .our_mission .sec01 .mission .driven {
    font-size: 2.2rem;
    font-weight: 900;
    color: #0bbcd6; }
    @media (min-width: 768px) {
      .our_mission .sec01 .mission .driven {
        font-size: 2.8rem; } }
.our_mission .sec01 .video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9; }
.our_mission .sec01 .video-wrap iframe {
  width: 100%;
  height: 100%; }
.our_mission .sec02 {
  padding-top: 0; }
  .our_mission .sec02 h2 {
    text-align: center; }
  .our_mission .sec02 .om_list {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .our_mission .sec02 .om_list {
        display: flex;
        align-items: center; } }
  .our_mission .sec02 .om_item_ttl {
    font-size: 2.4rem;
    line-height: 1.6em;
    font-weight: 400;
    color: #0bbcd6; }
    @media (min-width: 576px) {
      .our_mission .sec02 .om_item_ttl {
        font-size: 2.8rem; } }
    .our_mission .sec02 .om_item_ttl::first-letter {
      font-size: 3.6rem;
      font-weight: 900;
      line-height: 1;
      vertical-align: top; }
      @media (min-width: 576px) {
        .our_mission .sec02 .om_item_ttl::first-letter {
          font-size: 4.2rem; } }
  .our_mission .sec02 .om_list .txt_left {
    width: 100%;
    padding: 20px 0 60px;
    order: 2; }
    .our_mission .sec02 .om_list .txt_left::last-child {
      padding: 20px 0 20px; }
    @media (min-width: 768px) {
      .our_mission .sec02 .om_list .txt_left {
        order: 1;
        width: 50%;
        padding: 40px 0; } }
  .our_mission .sec02 .om_list .box_right {
    width: 100%;
    font-size: 4rem;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    order: 1;
    color: #d8dbdd; }
    @media (min-width: 576px) {
      .our_mission .sec02 .om_list .box_right {
        font-size: 6rem; } }
    @media (min-width: 768px) {
      .our_mission .sec02 .om_list .box_right {
        order: 2;
        width: 50%;
        text-align: center; } }
  .our_mission .sec02 .om_list .txt_right {
    width: 100%;
    padding: 20px 0 60px;
    order: 1; }
    @media (min-width: 768px) {
      .our_mission .sec02 .om_list .txt_right {
        order: 2;
        width: 50%;
        padding: 40px 0; } }
  .our_mission .sec02 .om_list .box_left {
    width: 100%;
    font-size: 4rem;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    order: 2;
    color: #d8dbdd; }
    @media (min-width: 576px) {
      .our_mission .sec02 .om_list .box_left {
        font-size: 6rem; } }
    @media (min-width: 768px) {
      .our_mission .sec02 .om_list .box_left {
        order: 1;
        width: 50%;
        text-align: center; } }

/*--------------------------------------------------------------
# BUSINESS
--------------------------------------------------------------*/
.business .breadcrumbs::before {
  background-image: url("../img/business/business_page_main.webp"); }
.business .intro {
  background: linear-gradient(135deg, #0d234a 0%, #144b6d 40%, #1a869a 100%);
  padding: 100px 0; }
  .business .intro .catch {
    padding-bottom: 2em; }
    .business .intro .catch .first {
      color: #0bbcd6; }
    .business .intro .catch h2 {
      text-align: left;
      line-height: 1.4;
      font-weight: 900;
      font-size: 3.6rem;
      letter-spacing: -0.03em;
      border-left: 4px solid #0bbcd6;
      padding-left: 20px;
      margin: 3rem 0;
      color: #fff; }
      @media (min-width: 768px) {
        .business .intro .catch h2 {
          font-size: clamp(2.2rem, 10vw, 4.6rem);
          text-align: center;
          border-left: none;
          padding-left: 0; }
          .business .intro .catch h2::after {
            content: "";
            display: block;
            width: 80px;
            height: 2px;
            background: #0bbcd6;
            margin: 20px auto 0; } }
    .business .intro .catch p {
      margin-bottom: 0;
      text-align: left;
      color: #fff; }
      @media (min-width: 768px) {
        .business .intro .catch p {
          text-align: center; } }
  .business .intro .link_area {
    text-align: center; }
    .business .intro .link_area a {
      width: 11em;
      display: inline-block;
      padding: .5em 1em .6em;
      border: solid 1px #fff;
      border-radius: 4px;
      font-size: 2rem;
      font-weight: 300;
      transition: .3s;
      margin: .5em 1em;
      color: #fff; }
      .business .intro .link_area a:hover {
        background: #0bbcd6;
        color: #fff; }
.business .sec01 .sttl_area {
  text-align: center;
  margin-bottom: 2.5em; }
  .business .sec01 .sttl_area h3 {
    text-align: left;
    line-height: 1.5;
    word-break: break-all;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .business .sec01 .sttl_area h3 {
        text-align: center; } }
    .business .sec01 .sttl_area h3 .design-border {
      padding: 1rem 0;
      border-top: 2px solid #0bbcd6;
      border-bottom: 2px solid #0bbcd6;
      display: inline-block;
      max-width: 98%; }
.business .sec01 h4 {
  background-color: #0bbcd6;
  color: #fff;
  text-align: center;
  padding: .5em;
  font-size: 2.2rem; }
.business .sec01 .box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s; }
  .business .sec01 .box span {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #51e1f6;
    font-family: "Roboto Condensed", sans-serif; }
  .business .sec01 .box h5 {
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #077788; }
    @media (min-width: 576px) {
      .business .sec01 .box h5 {
        font-size: 2.2rem; } }
  .business .sec01 .box p {
    color: #999999;
    font-size: 15px;
    margin: 0;
    padding: 0; }
  .business .sec01 .box:hover {
    background: #0bbcd6;
    padding: 30px 20px 50px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18); }
    .business .sec01 .box:hover span, .business .sec01 .box:hover h5, .business .sec01 .box:hover p {
      color: #fff; }
.business .sec01 .triangle-down {
  width: 7em;
  /* 三角形の横幅 */
  height: 2.5em;
  /* 三角形の縦の長さ（ここを短くすると平べったくなります） */
  background-color: #B1B1B1;
  /* 三角形の色 */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* 上の両角と下の真ん中を結ぶ */
  margin: 10px auto; }
.business .sec01 .b_txt {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 576px) {
    .business .sec01 .b_txt {
      font-size: 3rem; } }
.business .cta {
  background: linear-gradient(rgba(6, 103, 117, 0.8), rgba(6, 103, 117, 0.9)), url("../img/business/cta-bg.webp") fixed center center;
  background-size: cover;
  padding: 120px 0; }
  .business .cta h3 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: .5em; }
  .business .cta p {
    color: #fff; }
  @media (max-width: 1024px) {
    .business .cta {
      background-attachment: scroll; } }
.business .sec01-2 .sttl_area {
  text-align: center;
  margin-bottom: 2.5em; }
  .business .sec01-2 .sttl_area h3 {
    text-align: left;
    line-height: 1.5;
    word-break: break-all;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .business .sec01-2 .sttl_area h3 {
        text-align: center; } }
    .business .sec01-2 .sttl_area h3 .design-border {
      padding: 1rem 0;
      border-top: 2px solid #0bbcd6;
      border-bottom: 2px solid #0bbcd6;
      display: inline-block;
      max-width: 98%; }
.business .sec01-2 .box_area {
  background-color: #088ca0;
  border: solid 5px #088ca0; }
  .business .sec01-2 .box_area .ttl {
    display: block; }
    @media (min-width: 576px) {
      .business .sec01-2 .box_area .ttl {
        display: flex;
        align-items: center; } }
    .business .sec01-2 .box_area .ttl h4 {
      font-family: "Noto Sans JP", sans-serif;
      background-color: #fff;
      color: #088ca0;
      font-size: 1.8rem;
      font-weight: 700;
      padding: .3em .5em;
      display: inline-block; }
      @media (min-width: 576px) {
        .business .sec01-2 .box_area .ttl h4 {
          display: block;
          font-size: 2rem; } }
      @media (min-width: 768px) {
        .business .sec01-2 .box_area .ttl h4 {
          font-size: 2.4rem; } }
    .business .sec01-2 .box_area .ttl p {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 700;
      padding: .3em .5em .3em 1em; }
      @media (min-width: 576px) {
        .business .sec01-2 .box_area .ttl p {
          font-size: 2rem; } }
      @media (min-width: 768px) {
        .business .sec01-2 .box_area .ttl p {
          font-size: 2.4rem; } }
  .business .sec01-2 .box_area ul {
    list-style: none;
    padding: 0 1em 1em;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      .business .sec01-2 .box_area ul {
        padding: 1em; } }
    .business .sec01-2 .box_area ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1em;
      background-color: #fff;
      width: 8em;
      height: 5em;
      margin: .5em;
      border-radius: 4px; }
      .business .sec01-2 .box_area ul li span {
        font-size: 1.8rem;
        font-weight: 700;
        color: #088ca0; }
.business .sec01-2 .box_area02 {
  background-color: #0991a5;
  border: solid 5px #0991a5;
  position: relative;
  margin-top: 2em; }
  .business .sec01-2 .box_area02::before {
    content: "\F130";
    /* bi-bezier2 のUnicode */
    font-family: "bootstrap-icons";
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10rem;
    font-weight: 700;
    color: #bbb;
    background-color: #fff;
    /* 枠線を消すために背景色（白）を指定 */
    padding: 0 15px;
    /* アイコン左右の隙間（枠線を隠す範囲） */ }
  .business .sec01-2 .box_area02 .mediation {
    position: absolute;
    font-size: 2rem;
    font-weight: 700;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    color: #262626; }
  .business .sec01-2 .box_area02 .ttl {
    display: block; }
    @media (min-width: 576px) {
      .business .sec01-2 .box_area02 .ttl {
        display: flex;
        align-items: center; } }
    .business .sec01-2 .box_area02 .ttl h4 {
      font-family: "Noto Sans JP", sans-serif;
      background-color: #fff;
      color: #0991a5;
      font-size: 1.8rem;
      font-weight: 700;
      padding: .3em .5em;
      display: inline-block; }
      @media (min-width: 576px) {
        .business .sec01-2 .box_area02 .ttl h4 {
          display: block;
          font-size: 2rem; } }
      @media (min-width: 768px) {
        .business .sec01-2 .box_area02 .ttl h4 {
          font-size: 2.4rem; } }
    .business .sec01-2 .box_area02 .ttl p {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 700;
      padding: .3em .5em .3em 1em; }
      @media (min-width: 576px) {
        .business .sec01-2 .box_area02 .ttl p {
          font-size: 2rem; } }
      @media (min-width: 768px) {
        .business .sec01-2 .box_area02 .ttl p {
          font-size: 2.4rem; } }
  .business .sec01-2 .box_area02 ul {
    list-style: none;
    padding: 0 1em 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    @media (min-width: 576px) {
      .business .sec01-2 .box_area02 ul {
        padding: 1em 1em 0; } }
    .business .sec01-2 .box_area02 ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 1em;
      margin: .5em; }
      .business .sec01-2 .box_area02 ul li span {
        font-size: 1.6rem;
        font-weight: 500;
        color: #fff; }
        @media (min-width: 576px) {
          .business .sec01-2 .box_area02 ul li span {
            font-size: 1.8rem;
            font-weight: 700; } }
        .business .sec01-2 .box_area02 ul li span i {
          display: block;
          font-size: 6rem;
          margin-bottom: .1em; }
          @media (min-width: 576px) {
            .business .sec01-2 .box_area02 ul li span i {
              font-size: 8rem; } }
.business .sec02 .sttl_area {
  text-align: center;
  margin-bottom: 2.5em; }
  .business .sec02 .sttl_area h3 {
    text-align: left;
    line-height: 1.5;
    word-break: break-all;
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .business .sec02 .sttl_area h3 {
        text-align: center; } }
    .business .sec02 .sttl_area h3 .design-border {
      padding: 1rem 0;
      border-top: 2px solid #0bbcd6;
      border-bottom: 2px solid #0bbcd6;
      display: inline-block;
      max-width: 98%; }
.business .sec02 .product_area {
  display: block; }
  @media (min-width: 992px) {
    .business .sec02 .product_area {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .business .sec02 .product_area .box {
    width: 100%;
    margin: 3em 0; }
    @media (min-width: 992px) {
      .business .sec02 .product_area .box {
        width: 48%;
        margin: 0; } }
    .business .sec02 .product_area .box .inner {
      padding: 1.5em 2em;
      box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); }
    .business .sec02 .product_area .box h4 {
      font-size: 2rem;
      font-weight: 700;
      padding: .5em 0 0; }
    .business .sec02 .product_area .box .list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .business .sec02 .product_area .box .list li {
        padding: 1em;
        font-size: 1.4rem;
        text-align: center;
        background-color: #0bbcd6;
        color: #fff;
        width: 48%;
        margin: .3em 0; }
        @media (min-width: 768px) {
          .business .sec02 .product_area .box .list li {
            font-size: 1.6rem; } }
    .business .sec02 .product_area .box .link_area {
      text-align: center; }
      .business .sec02 .product_area .box .link_area a {
        width: 11em;
        display: inline-block;
        padding: .5em 1em .6em;
        border: solid 1px #077788;
        color: #077788;
        border-radius: 4px;
        font-size: 2rem;
        font-weight: 300;
        transition: .3s;
        margin: .5em 1em; }
        .business .sec02 .product_area .box .link_area a:hover {
          background: #077788;
          color: #fff; }
.business .sec02 .partner .box {
  padding: 40px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%; }
.business .sec02 .partner .icon {
  float: left; }
  .business .sec02 .partner .icon span {
    text-align: center;
    display: block;
    font-size: 3.6rem;
    font-weight: 700;
    padding-bottom: 0.4em; }
  .business .sec02 .partner .icon i {
    color: #0bbcd6;
    font-size: 5.5rem;
    transition: 0.5s;
    line-height: 0;
    display: block; }
.business .sec02 .partner h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px; }
  .business .sec02 .partner h4 a {
    color: #111; }
.business .sec02 .partner p {
  font-size: 1.4rem;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px; }
@media (max-width: 767px) {
  .business .sec02 .partner .box {
    margin-bottom: 20px; }
  .business .sec02 .partner .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px; }
  .business .sec02 .partner h4, .business .sec02 .partner p {
    margin-left: 0;
    text-align: center; } }
.business .sec02 .txt {
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 1.5em;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .business .sec02 .txt {
      font-size: 2rem; } }
.business .sec02 .service .box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em; }
  @media (min-width: 992px) {
    .business .sec02 .service .box {
      margin-bottom: 0; } }
.business .sec02 .service h3 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #666666;
  background: #f8f8f8;
  text-align: center; }
.business .sec02 .service h4 {
  font-size: 1.8rem;
  color: #0bbcd6;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px; }
.business .sec02 .service ul {
  padding: 0 1em;
  list-style: none;
  color: #333333;
  line-height: 20px;
  font-size: 1.6rem; }
  .business .sec02 .service ul li {
    padding-bottom: 16px; }
  .business .sec02 .service ul i {
    color: #0bbcd6;
    font-size: 18px;
    padding-right: 4px; }
.business .sec02 .service .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 1.5em 1em;
  background: #F6F6F6;
  color: #0bbcd6; }
.business .sec02 .service .lfp-4 {
  padding-left: 5em;
  text-indent: -4em; }
.business .sec02 .service .lfp-1 {
  padding-left: 2em;
  text-indent: -1em; }
.business .sec02 .service .featured h3 {
  color: #fff;
  background: #0bbcd6; }
.business .sec02 .service .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0bbcd6;
  color: #fff; }
.business .sec02 .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333333; }
.business .sec02 .counters span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 10rem;
  color: #0bbcd6; }
.business .sec02 .counters .percent {
  font-size: 2.8rem;
  ont-weight: 500; }
.business .sec03 {
  background: #077788; }
  .business .sec03 .sttl_area {
    text-align: center;
    margin-bottom: 2.5em; }
    .business .sec03 .sttl_area h3 {
      text-align: left;
      line-height: 1.5;
      word-break: break-all;
      font-size: clamp(2rem, 4vw, 2.6rem);
      font-weight: 700;
      margin-bottom: 2rem;
      color: #fff; }
      @media (min-width: 768px) {
        .business .sec03 .sttl_area h3 {
          text-align: center; } }
      .business .sec03 .sttl_area h3 .design-border {
        padding: 1rem 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        display: inline-block;
        max-width: 98%; }
    .business .sec03 .sttl_area p {
      color: #fff; }
  .business .sec03 .diagnosis .card {
    background: #065e6b;
    border-color: #065e6b;
    border-radius: 8px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%; }
    @media (max-width: 991px) {
      .business .sec03 .diagnosis .card {
        margin: 0; } }
    .business .sec03 .diagnosis .card:hover {
      background: #054d58;
      border-color: #054d58; }
    .business .sec03 .diagnosis .card i {
      font-size: 48px;
      padding-top: 15px;
      color: #39ddf5; }
    .business .sec03 .diagnosis .card .card-body {
      padding: 1em 2em; }
      .business .sec03 .diagnosis .card .card-body h5 {
        font-size: 22px;
        font-weight: 600; }
      .business .sec03 .diagnosis .card .card-body p {
        font-size: 15px;
        color: #51e1f6;
        text-align: left; }
      .business .sec03 .diagnosis .card .card-body .readmore {
        color: #fff;
        font-weight: 600;
        display: inline-block;
        transition: 0.3s ease-in-out;
        border: #fff solid 2px;
        padding: .5em 1em;
        border-radius: 6px; }
        .business .sec03 .diagnosis .card .card-body .readmore:hover {
          color: #81e9f9;
          border: #81e9f9 solid 2px; }

.roi .section-title {
  text-align: center;
  padding-bottom: 30px; }
  .roi .section-title h3 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #cff7fd;
    color: #0bbcd6;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    font-family: "Noto Sans JP", sans-serif; }
  .roi .section-title h2 {
    margin: 15px 0 0 0;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 700;
    color: #333333; }
    .roi .section-title h2 span {
      color: #0bbcd6; }
  .roi .section-title p {
    margin: 15px auto 0 auto; }
  @media (min-width: 1024px) {
    .roi .section-title p {
      width: 50%; } }
.roi .intro {
  width: 100%;
  background-color: #051626;
  background-image: radial-gradient(circle at center, rgba(16, 44, 66, 0.8) 0%, transparent 70%), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 100% 100%, 20px 20px, 20px 20px, 100px 100px, 100px 100px;
  color: white;
  padding: 100px 0; }
  .roi .intro .catch {
    padding-bottom: 2em;
    text-align: center; }
    .roi .intro .catch .first {
      color: #0bbcd6;
      font-size: 1.4rem;
      padding: .2em 1em;
      background-color: rgba(11, 188, 214, 0.2);
      border: solid 1px #0bbcd6;
      display: inline-block;
      border-radius: 3em;
      text-align: center; }
    .roi .intro .catch h2 {
      text-align: left;
      line-height: 1.4;
      font-weight: 900;
      font-size: 3.6rem;
      letter-spacing: -0.03em;
      border-left: 4px solid #0bbcd6;
      padding-left: 20px;
      margin: 3rem 0;
      color: #fff; }
      .roi .intro .catch h2 span {
        color: #0bbcd6; }
      @media (min-width: 769px) {
        .roi .intro .catch h2 {
          font-size: clamp(2.2rem, 10vw, 4.6rem);
          text-align: center;
          border-left: none;
          padding-left: 0; }
          .roi .intro .catch h2::after {
            content: "";
            display: block;
            width: 80px;
            height: 2px;
            background: #0bbcd6;
            margin: 20px auto 0; } }
    .roi .intro .catch p {
      margin-bottom: 0;
      text-align: left;
      color: #fff; }
      .roi .intro .catch p span {
        color: #0bbcd6;
        font-weight: 700; }
      @media (min-width: 769px) {
        .roi .intro .catch p {
          text-align: center; } }
  .roi .intro .amount {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 1.5em 1.5em;
    margin: 0 auto 3em; }
    @media (min-width: 769px) {
      .roi .intro .amount {
        width: 580px;
        flex-direction: row;
        padding: 1.5em 0; } }
    .roi .intro .amount .box {
      text-align: center;
      padding: 2em; }
      @media (min-width: 769px) {
        .roi .intro .amount .box {
          padding: 0 2em; } }
      .roi .intro .amount .box .item .ttl {
        font-size: 1.2rem;
        line-height: 1.6; }
      .roi .intro .amount .box .item .how_much {
        font-size: 3rem;
        line-height: 1.2;
        color: #0bbcd6; }
    .roi .intro .amount .left {
      border-bottom: solid 1px #fff; }
    .roi .intro .amount .right {
      border-top: solid 1px #fff; }
    @media (min-width: 769px) {
      .roi .intro .amount .left {
        border-right: solid 1px #fff;
        border-bottom: none; }
      .roi .intro .amount .right {
        border-left: solid 1px #fff;
        border-top: none; } }
  .roi .intro .link_area {
    text-align: center; }
    .roi .intro .link_area a {
      width: 12em;
      display: inline-block;
      padding: .5em 1em .6em;
      border: solid 1px #fff;
      border-radius: 4px;
      font-size: 2rem;
      font-weight: 300;
      transition: .3s;
      margin: .5em 1em;
      color: #fff; }
      .roi .intro .link_area a:hover {
        background: #0bbcd6;
        color: #fff; }
  .roi .intro .ann {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 1.2em; }
    .roi .intro .ann li {
      padding: 0 1em;
      font-size: 1.4rem; }
    .roi .intro .ann .left {
      border-right: solid 1px #fff; }
    .roi .intro .ann .right {
      border-left: solid 1px #fff; }
.roi .sec01 .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1; }
  .roi .sec01 .icon-box::before {
    content: '';
    position: absolute;
    background: #b2f2fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1; }
  .roi .sec01 .icon-box:hover::before {
    background: #0bbcd6;
    top: 0;
    border-radius: 0px; }
  .roi .sec01 .icon-box .icon {
    margin-bottom: 15px; }
    .roi .sec01 .icon-box .icon i {
      font-size: 48px;
      line-height: 1;
      color: #0bbcd6;
      transition: all 0.3s ease-in-out; }
  .roi .sec01 .icon-box .sttl {
    font-size: 1.4rem;
    color: #6c757d; }
  .roi .sec01 .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px; }
    .roi .sec01 .icon-box .title a {
      color: #111; }
  .roi .sec01 .icon-box .description {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 0;
    list-style: none;
    padding: 0; }
    .roi .sec01 .icon-box .description li {
      text-indent: -.65em;
      padding-left: 1.2em; }
.roi .sec01 .icon-box:hover .sttl, .roi .sec01 .icon-box:hover .title, .roi .sec01 .icon-box:hover .description {
  color: #fff; }
.roi .sec01 .icon-box:hover .icon i {
  color: #fff; }
.roi .sec02 .box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff; }
  .roi .sec02 .box:hover {
    border-color: #0bbcd6; }
.roi .sec02 .head {
  margin: -20px -20px 20px -20px;
  padding: 1.5em 2em;
  background: #F5F5F5; }
  .roi .sec02 .head .level {
    font-size: 1.2rem; }
  .roi .sec02 .head .diagnosis {
    font-size: 2rem;
    font-weight: 700; }
  .roi .sec02 .head .time {
    font-size: 1.2rem; }
  .roi .sec02 .head h3 {
    font-size: 4rem;
    font-weight: 400;
    color: #20d9f4;
    font-family: "Zen Kaku Gothic New", sans-serif; }
  .roi .sec02 .head .paid {
    color: #333333; }
    .roi .sec02 .head .paid span {
      font-size: 2rem; }
  .roi .sec02 .head .point {
    font-size: 1.2rem; }
  .roi .sec02 .head .cashback {
    font-size: 1.2rem;
    font-weight: 700;
    border: solid 1px #E4BC41;
    border-radius: 8px;
    background-color: rgba(228, 188, 65, 0.05);
    padding: .5em 1.2em;
    color: #fd7e14; }
.roi .sec02 .list-wrap {
  margin: -20px -20px -20px -20px;
  padding: 1.5em 2em; }
  .roi .sec02 .list-wrap .numbers {
    padding: .8em 1.2em .4em;
    font-size: 1.4rem;
    line-height: 1.2;
    border: solid 1px #0bbcd6;
    border-radius: 8px;
    background-color: rgba(11, 188, 214, 0.05);
    margin-bottom: 2em; }
    .roi .sec02 .list-wrap .numbers .fb {
      font-weight: 700; }
  .roi .sec02 .list-wrap h4 {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px; }
  .roi .sec02 .list-wrap ul {
    padding: 0;
    list-style: none;
    color: #333333;
    line-height: 1.6; }
    .roi .sec02 .list-wrap ul li {
      padding-bottom: .8em;
      text-indent: -.65em;
      padding-left: 1.2em; }
    .roi .sec02 .list-wrap ul i {
      color: #0bbcd6;
      font-size: 18px;
      padding-right: 4px; }
.roi .sec02 .btm-wrap {
  margin: 20px -20px -20px -20px;
  padding: 1.5em 2em;
  background: #F5F5F5;
  font-weight: 700; }
.roi .sec02 .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 9px 0 10px 4em;
  background: #0bbcd6;
  color: #fff; }
.roi .sec03 {
  /* RESPONSIVE */ }
  .roi .sec03 .steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative; }
  .roi .sec03 .steps::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(100%/12);
    right: calc(100%/12);
    height: 2px;
    background: #0bbcd6;
    z-index: 0; }
  .roi .sec03 .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 12px;
    position: relative;
    z-index: 1; }
  .roi .sec03 .step-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #0bbcd6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s;
    color: #0bbcd6; }
  .roi .sec03 .step:hover .step-num {
    background: #0bbcd6;
    border-color: #0bbcd6;
    color: #fff; }
  .roi .sec03 .step-num-text {
    font-size: 1.8rem;
    font-weight: 500; }
  .roi .sec03 .step-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.4; }
  .roi .sec03 .step-desc {
    font-size: 1.2rem;
    line-height: 1.5; }
  @media (max-width: 960px) {
    .roi .sec03 {
      /* Hide line on mobile */ }
      .roi .sec03 .steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px; }
      .roi .sec03 .steps::before {
        display: none; }
      .roi .sec03 .section-h2 {
        font-size: 30px; } }
  @media (max-width: 600px) {
    .roi .sec03 .steps {
      grid-template-columns: repeat(2, 1fr); } }
.roi .sec04 .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1; }
  .roi .sec04 .icon-box::before {
    content: '';
    position: absolute;
    background: #b2f2fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1; }
  .roi .sec04 .icon-box:hover::before {
    background: #0bbcd6;
    top: 0;
    border-radius: 0px; }
  .roi .sec04 .icon-box .icon {
    margin-bottom: 15px; }
    .roi .sec04 .icon-box .icon i {
      font-size: 48px;
      line-height: 1;
      color: #0bbcd6;
      transition: all 0.3s ease-in-out; }
  .roi .sec04 .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px; }
    .roi .sec04 .icon-box .title a {
      color: #111; }
  .roi .sec04 .icon-box p {
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 0;
    list-style: none;
    padding: 0; }
.roi .sec04 .icon-box:hover .sttl, .roi .sec04 .icon-box:hover .title, .roi .sec04 .icon-box:hover p {
  color: #fff; }
.roi .sec04 .icon-box:hover .icon i {
  color: #fff; }
.roi .sec04 .bi-file-lock {
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  color: #0bbcd6; }
.roi .sec04 .manage {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6; }
.roi .sec04 .mana_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .roi .sec04 .mana_list li {
    padding: .6em 1em;
    background-color: #0bbcd6;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin: .5em;
    border-radius: 4px; }
.roi .sec05 .icon-box {
  padding: 70px 2em 80px 2em;
  transition: all ease-in-out 0.3s;
  background: #fff; }
  .roi .sec05 .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative; }
    .roi .sec05 .icon-box .icon i {
      font-size: 3.6rem;
      transition: 0.5s;
      position: relative; }
    .roi .sec05 .icon-box .icon svg {
      position: absolute;
      top: 0;
      left: 0; }
      .roi .sec05 .icon-box .icon svg path {
        transition: 0.5s;
        fill: #f5f5f5; }
  .roi .sec05 .icon-box .comment {
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom: 2em; }
  .roi .sec05 .icon-box .company {
    font-size: 1.4rem; }
    .roi .sec05 .icon-box .company::before {
      content: "";
      display: inline-block;
      width: 40px;
      /* 線の長さ */
      height: 2px;
      /* 線の太さ */
      background-color: #0bbcd6;
      /* 線の色 */
      vertical-align: middle;
      /* 垂直方向の位置（中央） */
      margin-right: 15px;
      /* 線と文字の間の余白 */ }
  .roi .sec05 .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08); }
.roi .sec05 .iconbox-navy i {
  color: #09a1b9; }
.roi .sec05 .iconbox-navy:hover .icon i {
  color: #fff; }
.roi .sec05 .iconbox-navy:hover .icon path {
  fill: #09a1b9; }
.roi .sec06 {
  background-color: #ecfcfe; }
  .roi .sec06 .faq-list {
    padding: 0; }
    .roi .sec06 .faq-list ul {
      padding: 0;
      list-style: none; }
    .roi .sec06 .faq-list li + li {
      margin-top: 15px; }
    .roi .sec06 .faq-list li {
      padding: 20px;
      background: #fff;
      border-radius: 8px;
      position: relative; }
    .roi .sec06 .faq-list a {
      display: block;
      position: relative;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 1.6rem;
      line-height: 24px;
      font-weight: 500;
      padding: 0 30px;
      outline: none;
      cursor: pointer; }
    .roi .sec06 .faq-list .icon-help {
      font-size: 2.4rem;
      position: absolute;
      right: 0;
      left: 20px;
      color: #20d9f4; }
    .roi .sec06 .faq-list .icon-show, .roi .sec06 .faq-list .icon-close {
      font-size: 2.4rem;
      position: absolute;
      right: 0;
      top: 0; }
    .roi .sec06 .faq-list p {
      margin-bottom: 0;
      padding: 10px 0 0 0; }
    .roi .sec06 .faq-list .icon-show {
      display: none; }
    .roi .sec06 .faq-list a.collapsed {
      color: #000; }
      .roi .sec06 .faq-list a.collapsed:hover {
        color: #0bbcd6; }
      .roi .sec06 .faq-list a.collapsed .icon-show {
        display: inline-block; }
      .roi .sec06 .faq-list a.collapsed .icon-close {
        display: none; }
  @media (max-width: 1200px) {
    .roi .sec06 .faq-list {
      padding: 0; } }
.roi .sec07 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, #11293d 0%, #0a1a29 40%, #050d14 100%);
  background-attachment: fixed; }
  .roi .sec07 .section-title h3 {
    background: #cff7fd;
    color: #0bbcd6;
    display: inline-block; }
  .roi .sec07 .section-title h2 {
    margin: 15px 0 0 0;
    font-family: "Shippori Mincho", serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff; }
    .roi .sec07 .section-title h2 span {
      color: #0bbcd6; }
  .roi .sec07 .section-title p {
    color: #fff;
    margin: 15px auto 0 auto; }
  @media (min-width: 1024px) {
    .roi .sec07 .section-title p {
      width: 50%; } }
  .roi .sec07 .content {
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.05);
    border: solid 1px #fff;
    border-radius: 10px; }
  .roi .sec07 .mail_subbtn {
    display: inline-block;
    border-radius: 3px;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    padding: 11px 12px 13px;
    background: #0bbcd6;
    color: #fff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #0bbcd6; }
  .roi .sec07 .mail_subbtn:hover {
    color: #0bbcd6;
    background: #fff; }
  .roi .sec07 .use {
    color: #fff;
    font-size: 1.4rem; }
  .roi .sec07 .form-group p {
    margin: 0; }
  .roi .sec07 .form-group .wpcf7-list-item-label {
    display: none; }
  .roi .sec07 .form-group label {
    color: #fff; }
  .roi .sec07 .form-control {
    font-size: 1.6rem; }
  .roi .sec07 .card-input-element {
    display: none; }
  .roi .sec07 .card-input-label {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .roi .sec07 .level-tag {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #0bbcd6;
    margin-bottom: 5px; }
  .roi .sec07 .level-title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em; }
  .roi .sec07 .level-price {
    color: #0bbcd6;
    font-size: 1.4rem;
    font-weight: bold; }
  .roi .sec07 .card-input-label:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(11, 188, 214, 0.5); }
  .roi .sec07 .card-input-element:checked + .card-input-label {
    background: rgba(11, 188, 214, 0.1);
    border-color: #33ccbb;
    box-shadow: 0 0 15px rgba(11, 188, 214, 0.2); }
.roi .thanks-content {
  padding: 120px 0;
  text-align: center;
  background: #0f1a21;
  color: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center; }
.roi .thanks-icon {
  font-size: 5rem;
  color: #0bbcd6;
  margin-bottom: 20px; }
.roi .thanks-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  margin-bottom: 30px; }
.roi .thanks-text {
  line-height: 2;
  margin-bottom: 40px;
  opacity: 0.9; }
.roi .btn-home {
  background: #0bbcd6;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  display: inline-block; }
.roi .btn-home:hover {
  background: #0991a5;
  color: #fff;
  transform: translateY(-3px); }

/* reCAPTCHAバッジの位置を調整 */
.grecaptcha-badge {
  bottom: 75px !important;
  /* 下からの距離を調整 */ }

/*--------------------------------------------------------------
# PARTNER
--------------------------------------------------------------*/
.partner {
  overflow-x: hidden;
  /*.breadcrumbs {
  	&::before {
  		background-image: url('../img/partner/partner_page_main.webp');
  	}
  }*/
  /* --- Intro Section Design Porting --- */
  /* 装飾ライン */
  /* タイポグラフィ */
  /* 区切り線 */
  /* 説明文 */
  /* スタッツ */
  /* 背景の微かなノイズ感（オプション） */
  /* --- 右上の球体アクセントの追加 --- */
  /* 球体のアニメーション定義 */
  /* コンテンツが球体に埋もれないよう、z-indexを調整 */ }
  .partner .intro.design-styled {
    position: relative;
    background: linear-gradient(135deg, #0d234a 0%, #144b6d 40%, #1a869a 100%);
    color: #FFFFFF;
    padding: 100px 0;
    overflow: hidden; }
  .partner .intro-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #077788 0%, #0bbcd6 100%); }
  .partner .intro-left-strip {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #0bbcd6; }
  .partner .intro .container {
    padding: 0 0 0 6vw; }
    @media (min-width: 576px) {
      .partner .intro .container {
        padding: 0; } }
  .partner .intro-eyebrow {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    color: #0bbcd6;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .partner .hero-title-styled {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(5rem, 8vw, 11rem);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0; }
  .partner .hero-title-styled .line-1 {
    color: #FFFFFF;
    display: block; }
  .partner .hero-title-styled .line-2 {
    color: #0bbcd6;
    display: block; }
  .partner .hero-title-styled .line-3 {
    color: #A8DADC;
    display: block;
    font-weight: 300;
    font-style: italic; }
  .partner .hero-rule {
    width: 80px;
    height: 3px;
    background: #0bbcd6;
    margin: 2.5rem 0; }
  .partner .intro-description {
    max-width: 700px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #CDD5DC; }
  .partner .intro-description strong {
    color: #0bbcd6; }
  .partner .intro-stats-wrapper {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .partner .intro-stat-item {
    margin-right: 1.5em; }
  .partner .intro-stat-item .number {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: #0bbcd6;
    line-height: 1;
    margin-bottom: 0.5rem; }
  .partner .intro-stat-item .label {
    font-size: 1.2rem;
    color: #CDD5DC;
    letter-spacing: 0.1em; }
  .partner .intro.design-styled::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.4; }
  .partner .intro.design-styled::after {
    content: '';
    position: absolute;
    right: -10vw;
    top: -10vw;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    /* 濃いネイビーから透過するグラデーション */
    background: radial-gradient(circle at 40% 40%, #0bbcd6 0%, transparent 70%);
    z-index: 1;
    /* コンテンツの背後に配置 */
    animation: pulse-sphere 8s ease-in-out infinite;
    /* ゆっくりとした鼓動アニメーション */
    pointer-events: none; }
@keyframes pulse-sphere {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6; }
  50% {
    transform: scale(1.05);
    opacity: 0.9; } }
  .partner .intro.design-styled .container {
    position: relative;
    z-index: 2; }
  .partner .ideology {
    padding: 60px 0;
    background-color: #fff; }
    .partner .ideology .border-end, .partner .ideology .ideology .border-bottom {
      border-color: #eee !important; }
    .partner .ideology .ideology-item {
      padding: 60px;
      height: 100%;
      transition: all 0.4s ease;
      background: #fff; }
      .partner .ideology .ideology-item:hover {
        background: #b2f2fb; }
      .partner .ideology .ideology-item h3 {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 20px; }
      .partner .ideology .ideology-item p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin-bottom: 0; }
    .partner .ideology .ideology-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; }
      .partner .ideology .ideology-header .num {
        font-size: 1.6rem;
        color: #bbb;
        letter-spacing: 0.2em; }
      .partner .ideology .ideology-header i {
        font-size: 3rem; }
  @media (max-width: 991px) {
    .partner .ideology-item {
      padding: 40px 20px; }
    .partner .ideology .border-end {
      border-right: none !important; }
    .partner .ideology .col-lg-6:not(:last-child) {
      border-bottom: 1px solid #eee !important; } }
  .partner .sec01 .partner-box {
    border: 1px solid white;
    padding: 2em 2em;
    transition: all ease-in-out 0.3s;
    background: #fff; }
    .partner .sec01 .partner-box:hover {
      border-color: #fff;
      box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
      transform: translateY(-10px); }
    @media (max-width: 575px) {
      .partner .sec01 .partner-box {
        margin: 0 auto; } }
    .partner .sec01 .partner-box .area {
      display: inline-block;
      padding: .3em .5em;
      background: #0bbcd6;
      color: #fff;
      font-size: 1.4rem;
      line-height: 1; }
    .partner .sec01 .partner-box h4 {
      font-weight: 700;
      margin: .3em 0 1em;
      font-size: 1.8rem; }
      .partner .sec01 .partner-box h4 a {
        color: #077788;
        transition: ease-in-out 0.3s; }
        .partner .sec01 .partner-box h4 a:hover {
          color: #0bbcd6; }
    .partner .sec01 .partner-box ul {
      list-style: none;
      padding: 0; }
      .partner .sec01 .partner-box ul li {
        padding-bottom: .5em; }
        .partner .sec01 .partner-box ul li i {
          color: #077788; }
    .partner .sec01 .partner-box .arrow-link {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      font-weight: bold; }
    .partner .sec01 .partner-box .url {
      word-break: break-all;
      overflow-wrap: break-word; }
    .partner .sec01 .partner-box .arrow {
      display: inline-block;
      margin-left: 8px;
      transition: transform 0.3s ease; }
    .partner .sec01 .partner-box .arrow-link:hover .arrow {
      transform: translateX(10px); }
  .partner .sec02 h3 {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.6;
    padding-bottom: .3em; }
    @media (min-width: 576px) {
      .partner .sec02 h3 {
        font-size: 3.6rem; } }
    @media (min-width: 768px) {
      .partner .sec02 h3 {
        font-size: 4.2rem; } }
    @media (min-width: 992px) {
      .partner .sec02 h3 {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .partner .sec02 h3 {
        font-size: 5rem; } }
  .partner .sec02 [data-aos="blur-fade"] {
    opacity: 0;
    filter: blur(15px);
    transform: scale(0.94);
    transition-property: opacity, filter, transform; }
  .partner .sec02 [data-aos="blur-fade"].aos-animate {
    opacity: 1;
    filter: blur(0);
    transform: scale(1); }
  .partner .sec02 dl dt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-top: .5em; }
    .partner .sec02 dl dt i {
      color: #0bbcd6; }
  .partner .sec02 dl dd {
    font-size: 1.4rem;
    padding-bottom: .8em;
    border-bottom: solid 1px #0bbcd6; }
  .partner .sec03 {
    background: #077788;
    color: #fff; }
    .partner .sec03 .on_yuka {
      font-size: 1.4rem; }
    .partner .sec03 h3 {
      font-size: 3.8rem;
      font-weight: 700;
      line-height: 1.5; }
      @media (min-width: 576px) {
        .partner .sec03 h3 {
          font-size: 4.6rem; } }

/*--------------------------------------------------------------
# RECRUIT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/
.inquiry {
  /* reCAPTCHAバッジの位置を調整 */ }
  .inquiry .breadcrumbs::before {
    background-image: url("../img/contact/inquiry_page_main.webp"); }
  .inquiry .sec01 .mail_subbtn {
    display: inline-block;
    border-radius: 3px;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    padding: 11px 12px 13px;
    background: #0bbcd6;
    color: #fff;
    line-height: 1em;
    transition: .3s;
    border: 2px solid #0bbcd6; }
  .inquiry .sec01 .mail_subbtn:hover {
    color: #0bbcd6;
    background: #fff; }
  .inquiry .sec01 .form_bg_c {
    background-color: #e2fafe; }
  .inquiry .sec01 .section-title {
    padding-bottom: 40px; }
    .inquiry .sec01 .section-title p {
      font-size: 1.4rem;
      font-weight: 500;
      padding: 0;
      line-height: 1px;
      margin: 0 0 5px 0;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #999999;
      font-family: "Zen Kaku Gothic New", sans-serif; }
    .inquiry .sec01 .section-title p::after {
      content: "";
      width: 50px;
      height: 1px;
      display: inline-block;
      background: #39ddf5;
      margin: 4px 10px; }
      @media (min-width: 413px) {
        .inquiry .sec01 .section-title p::after {
          width: 80px; } }
  .inquiry .sec01 .form-group p {
    margin: 0; }
  .inquiry .sec01 .form-group .wpcf7-list-item-label {
    display: none; }
  .inquiry .sec01 .form-control {
    font-size: 1.6rem; }
  .inquiry .grecaptcha-badge {
    bottom: 75px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important; }

/*--------------------------------------------------------------
# Materials
--------------------------------------------------------------*/
.materials .hero-material-lp {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0D2136;
  padding: 100px 0; }
  .materials .hero-material-lp .hero-photo {
    position: absolute;
    inset: 0;
    background-image: url("../img/contact/materials_page_bg.webp");
    background-size: cover;
    background-position: center;
    filter: brightness(0.4) saturate(1.2);
    transform: scale(1.1); }
  .materials .hero-material-lp .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(0, 90, 110, 0.85) 0%, rgba(0, 180, 200, 0.4) 45%, rgba(0, 40, 64, 0.8) 100%); }
  .materials .hero-material-lp .hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px; }
  .materials .hero-material-lp .container {
    position: relative;
    z-index: 10; }
  .materials .hero-material-lp .text-content {
    color: #ffffff; }
    .materials .hero-material-lp .text-content .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 6px 15px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      margin-bottom: 25px; }
      .materials .hero-material-lp .text-content .hero-eyebrow .eyebrow-dot {
        width: 8px;
        height: 8px;
        background: #00B4C8;
        border-radius: 50%;
        animation: pulse 2s infinite; }
    .materials .hero-material-lp .text-content h1 {
      font-family: 'Shippori Mincho', serif;
      font-size: clamp(28px, 4vw, 52px);
      font-weight: 800;
      line-height: 1.3;
      margin-bottom: 25px; }
      .materials .hero-material-lp .text-content h1 .accent {
        color: #00B4C8; }
    .materials .hero-material-lp .text-content .hero-desc {
      font-size: 16px;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 35px;
      max-width: 600px; }
    .materials .hero-material-lp .text-content .hero-chips {
      display: flex;
      gap: 10px;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        .materials .hero-material-lp .text-content .hero-chips {
          justify-content: center; } }
      .materials .hero-material-lp .text-content .hero-chips .chip {
        font-size: 12px;
        background: rgba(255, 255, 255, 0.1);
        padding: 5px 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 2px; }
    .materials .hero-material-lp .text-content .hero-stats {
      display: flex;
      gap: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 30px; }
      .materials .hero-material-lp .text-content .hero-stats .stat-item {
        display: flex;
        flex-direction: column; }
        .materials .hero-material-lp .text-content .hero-stats .stat-item .stat-num {
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 32px;
          font-weight: 700;
          color: #00B4C8; }
        .materials .hero-material-lp .text-content .hero-stats .stat-item .stat-lbl {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          margin-top: 4px; }
  .materials .hero-material-lp .form-card-wrapper {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 6px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    color: #333; }
    .materials .hero-material-lp .form-card-wrapper .form-tag {
      display: inline-block;
      background: #e6f7fa;
      color: #008FA0;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 2px;
      margin-bottom: 10px; }
    .materials .hero-material-lp .form-card-wrapper h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 25px;
      line-height: 1.4; }
      .materials .hero-material-lp .form-card-wrapper h2 span {
        color: #00B4C8; }
    .materials .hero-material-lp .form-card-wrapper .form-control,
    .materials .hero-material-lp .form-card-wrapper .form-select {
      background: #f8fbff;
      border: 1px solid #d0e6ec;
      padding: 12px;
      font-size: 1.4rem; }
      .materials .hero-material-lp .form-card-wrapper .form-control:focus,
      .materials .hero-material-lp .form-card-wrapper .form-select:focus {
        border-color: #00B4C8;
        box-shadow: 0 0 0 4px rgba(0, 180, 200, 0.1); }
    .materials .hero-material-lp .form-card-wrapper em {
      color: #CD6161; }
    .materials .hero-material-lp .form-card-wrapper .sstxt {
      font-size: 1.2rem;
      line-height: 1.4; }
    .materials .hero-material-lp .form-card-wrapper .privacy-check {
      font-size: 1.4rem; }
      .materials .hero-material-lp .form-card-wrapper .privacy-check label {
        color: #666; }
        .materials .hero-material-lp .form-card-wrapper .privacy-check label a {
          color: #008FA0;
          text-decoration: underline; }
    .materials .hero-material-lp .form-card-wrapper .submit-btn {
      width: 100%;
      background: #00B4C8;
      color: #ffffff;
      border: none;
      padding: 16px;
      font-weight: 700;
      border-radius: 4px;
      transition: all 0.3s; }
      .materials .hero-material-lp .form-card-wrapper .submit-btn:hover {
        background: #008FA0;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 180, 200, 0.3); }
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@media (max-width: 991px) {
  .materials .hero-material-lp {
    padding: 80px 0; }
    .materials .hero-material-lp .text-content {
      margin-bottom: 50px;
      text-align: center; }
      .materials .hero-material-lp .text-content .hero-eyebrow,
      .materials .hero-material-lp .text-content .hero-stats {
        justify-content: center; } }
.materials .thanks-content {
  padding: 120px 0;
  text-align: center;
  background: #0f1a21;
  color: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center; }
.materials .thanks-icon {
  font-size: 5rem;
  color: #0bbcd6;
  margin-bottom: 20px; }
.materials .thanks-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  margin-bottom: 30px; }
.materials .thanks-text {
  line-height: 2;
  margin-bottom: 40px;
  opacity: 0.9; }
.materials .btn-home {
  background: #0bbcd6;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  display: inline-block; }
.materials .btn-home:hover {
  background: #0991a5;
  color: #fff;
  transform: translateY(-3px); }
.materials .grecaptcha-badge {
  visibility: hidden; }
.materials .sec-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00B4C8;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px; }
  .materials .sec-eyebrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #00B4C8; }
.materials .sec-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #0D2136;
  margin-bottom: 20px; }
  .materials .sec-title .accent {
    color: #00B4C8; }
.materials .sec-lead {
  font-size: 16px;
  color: #4A6B7C;
  line-height: 1.85;
  margin-bottom: 50px; }
@media (max-width: 991px) {
  .materials .sec-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00B4C8;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px; }
    .materials .sec-eyebrow::before {
      content: '';
      display: block;
      width: 24px;
      height: 2px;
      background: #00B4C8; }
  .materials .sec-title {
    font-family: 'Shippori Mincho', serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: #0D2136;
    margin-bottom: 14px; }
    .materials .sec-title .accent {
      color: #00B4C8; }
  .materials .sec-lead {
    font-size: 15px;
    color: #4A6B7C;
    line-height: 1.8; } }
.materials .sec01 {
  padding: 100px 0;
  background: #F7FBFC;
  border-top: 3px solid #00B4C8; }
  .materials .sec01 .pain-card {
    background: #fff;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #D0E6EC;
    border-top: 3px solid transparent;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease; }
    .materials .sec01 .pain-card:hover {
      border-top-color: #00B4C8;
      box-shadow: 0 12px 32px rgba(0, 180, 200, 0.12);
      transform: translateY(-5px); }
    .materials .sec01 .pain-card .pain-num {
      position: absolute;
      top: 15px;
      right: 20px;
      font-family: 'Space Mono', monospace;
      font-size: 48px;
      font-weight: 600;
      color: rgba(0, 180, 200, 0.08);
      line-height: 1; }
    .materials .sec01 .pain-card .pain-icon {
      width: 48px;
      height: 48px;
      background: rgba(0, 180, 200, 0.1);
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin-bottom: 20px; }
    .materials .sec01 .pain-card h3 {
      font-family: 'Shippori Mincho', serif;
      font-size: 18px;
      font-weight: 700;
      color: #0D2136;
      margin-bottom: 15px;
      line-height: 1.5; }
    .materials .sec01 .pain-card p {
      font-size: 14px;
      color: #4A6B7C;
      line-height: 1.8;
      margin-bottom: 0; }
  .materials .sec01 .callout-bar {
    padding: 30px 40px;
    background: linear-gradient(135deg, #00B4C8 0%, #008FA0 100%);
    border-radius: 4px;
    color: #fff; }
    .materials .sec01 .callout-bar p {
      font-size: 16px;
      flex: 1; }
      .materials .sec01 .callout-bar p strong {
        font-weight: 700; }
    .materials .sec01 .callout-bar .callout-btn {
      background: #fff;
      color: #008FA0;
      padding: 14px 32px;
      border: none;
      border-radius: 3px;
      font-weight: 700;
      font-size: 14px;
      white-space: nowrap;
      transition: all 0.3s ease; }
      .materials .sec01 .callout-bar .callout-btn:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px); }
.materials .sec02 {
  padding: 100px 0;
  background: #fff; }
  .materials .sec02 .contents-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #D0E6EC;
    border: 1px solid #D0E6EC;
    border-radius: 4px;
    overflow: hidden;
    margin: 0; }
    @media (max-width: 991px) {
      .materials .sec02 .contents-grid {
        grid-template-columns: 1fr; } }
  .materials .sec02 .content-item {
    background: #fff;
    display: flex;
    gap: 18px;
    padding: 28px;
    transition: all 0.3s ease; }
    .materials .sec02 .content-item:hover {
      background: #E6F7FA; }
    .materials .sec02 .content-item .content-ch {
      flex-shrink: 0;
      font-family: 'Space Mono', monospace;
      font-size: 10px;
      font-weight: 600;
      color: #00B4C8;
      background: #E6F7FA;
      padding: 4px 10px;
      border-radius: 2px;
      height: fit-content; }
    .materials .sec02 .content-item .item-body h3 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #0D2136; }
    .materials .sec02 .content-item .item-body p {
      font-size: 13px;
      color: #4A6B7C;
      margin-bottom: 0; }
.materials .sec03 {
  padding: 100px 0;
  background: #0D2136; }
  .materials .sec03 .sec-title {
    color: #fff; }
  .materials .sec03 .roi-card {
    text-align: center;
    padding: 40px 20px;
    border: 1px solid rgba(0, 180, 200, 0.2);
    border-top: 3px solid #00B4C8;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.04);
    height: 100%;
    transition: all 0.3s ease; }
    .materials .sec03 .roi-card:hover {
      background: rgba(0, 180, 200, 0.08);
      transform: translateY(-5px); }
    .materials .sec03 .roi-card .roi-num {
      font-family: 'Space Mono', monospace;
      font-size: 48px;
      font-weight: 700;
      color: #00B4C8;
      line-height: 1;
      margin-bottom: 12px; }
    .materials .sec03 .roi-card .roi-lbl {
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 12px; }
    .materials .sec03 .roi-card .roi-desc {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      line-height: 1.7;
      margin-bottom: 0; }
  .materials .sec03 .ba-table {
    border-collapse: collapse;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.02); }
    .materials .sec03 .ba-table th,
    .materials .sec03 .ba-table td {
      padding: 18px 24px;
      text-align: left;
      font-size: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
    .materials .sec03 .ba-table thead th {
      background: #00B4C8;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.05em; }
    .materials .sec03 .ba-table tbody tr:nth-child(even) {
      background: rgba(255, 255, 255, 0.02); }
    .materials .sec03 .ba-table .col-label {
      color: #fff;
      font-weight: 500; }
    .materials .sec03 .ba-table td {
      color: rgba(255, 255, 255, 0.75); }
    .materials .sec03 .ba-table .col-good {
      color: #2EC4B6;
      font-weight: 700;
      font-family: 'Space Mono', monospace; }
.materials .sec04 {
  padding: 100px 0;
  background: #F7FBFC; }
  .materials .sec04 .product-card {
    background: #fff;
    border: 1px solid #D0E6EC;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease; }
    .materials .sec04 .product-card:hover {
      box-shadow: 0 12px 40px rgba(0, 180, 200, 0.13);
      transform: translateY(-5px); }
  .materials .sec04 .product-header {
    padding: 24px 28px;
    background: linear-gradient(135deg, #006878 0%, #008FA0 100%);
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff; }
    .materials .sec04 .product-header.lfa-theme {
      background: linear-gradient(135deg, #0D2136 0%, #006878 100%); }
    .materials .sec04 .product-header .product-icon {
      width: 44px;
      height: 44px;
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px; }
    .materials .sec04 .product-header h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0; }
    .materials .sec04 .product-header p {
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
      margin-top: 2px;
      margin-bottom: 0; }
  .materials .sec04 .product-body {
    padding: 30px 28px; }
  .materials .sec04 .feature-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .materials .sec04 .feature-list li {
      display: flex;
      gap: 12px;
      font-size: 14px;
      line-height: 1.75;
      color: #4A6B7C;
      padding-bottom: 16px;
      border-bottom: 1px solid #eee; }
      .materials .sec04 .feature-list li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .materials .sec04 .feature-list li::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #00B4C8;
        margin-top: 8px;
        flex-shrink: 0; }
      .materials .sec04 .feature-list li strong {
        color: #0D2136;
        font-weight: 700; }
.materials .sec05 {
  padding: 100px 0;
  background: #F7FBFC;
  position: relative;
  border-top: 4px solid #00B4C8; }
  .materials .sec05 .submit-btn {
    width: 100%;
    background: #00B4C8;
    color: #fff;
    border: none;
    padding: 18px;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s; }
    .materials .sec05 .submit-btn:hover {
      background: #008FA0;
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(0, 180, 200, 0.25); }
  .materials .sec05 .bottom-form-wrapper {
    background: #fff;
    padding: 40px;
    border: 1px solid #D0E6EC;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05); }
    .materials .sec05 .bottom-form-wrapper label {
      display: block;
      font-size: 13px;
      font-weight: 600;
      color: #555;
      margin-bottom: 6px; }
      .materials .sec05 .bottom-form-wrapper label em {
        color: #E05C5C;
        font-style: normal; }
    .materials .sec05 .bottom-form-wrapper .form-control,
    .materials .sec05 .bottom-form-wrapper .form-select {
      background: #F7FBFC;
      border: 1px solid #D0E6EC;
      padding: 12px;
      font-size: 14px; }
      .materials .sec05 .bottom-form-wrapper .form-control:focus,
      .materials .sec05 .bottom-form-wrapper .form-select:focus {
        border-color: #00B4C8;
        box-shadow: 0 0 0 4px rgba(0, 180, 200, 0.1); }
    .materials .sec05 .bottom-form-wrapper .submit-btn {
      width: 100%;
      background: #00B4C8;
      color: #fff;
      border: none;
      padding: 18px;
      font-weight: 700;
      border-radius: 4px;
      transition: all 0.3s; }
      .materials .sec05 .bottom-form-wrapper .submit-btn:hover {
        background: #008FA0;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 180, 200, 0.25); }
    .materials .sec05 .bottom-form-wrapper .form-secured {
      font-size: 11px;
      color: #999;
      text-align: center; }

/*--------------------------------------------------------------
# Proposal 削除する
--------------------------------------------------------------*/
.proposal .breadcrumbs::before {
  background-image: url("../img/contact/proposal_page_main.webp"); }
.proposal .sec01 .section-title {
  padding-bottom: 0; }
.proposal .sec02 {
  position: relative;
  padding-top: 0; }
  .proposal .sec02 .section-title {
    padding-bottom: 0;
    position: relative; }
    .proposal .sec02 .section-title .free {
      position: absolute;
      top: -80px;
      right: 3%;
      z-index: 10; }
      .proposal .sec02 .section-title .free img {
        display: none; }
      @media (min-width: 576px) {
        .proposal .sec02 .section-title .free {
          right: 2%; }
          .proposal .sec02 .section-title .free img {
            width: 150px;
            display: block; } }
      @media (min-width: 768px) {
        .proposal .sec02 .section-title .free {
          right: 5%; }
          .proposal .sec02 .section-title .free img {
            width: 200px; } }
      @media (min-width: 992px) {
        .proposal .sec02 .section-title .free {
          right: 22%; } }
      @media (min-width: 1200px) {
        .proposal .sec02 .section-title .free {
          right: 20%; } }
      @media (min-width: 1400px) {
        .proposal .sec02 .section-title .free {
          right: 32%; } }
  .proposal .sec02 ul {
    list-style: none;
    padding: 0; }
    .proposal .sec02 ul li {
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.6em;
      padding: 5px 0; }
  .proposal .sec02 ol {
    list-style: none;
    padding: 0; }
    .proposal .sec02 ol li {
      font-size: 1.4rem;
      font-weight: 500;
      ine-height: 1.6em;
      padding: 2px 0; }
  .proposal .sec02 .slide-in-right {
    position: absolute;
    top: -20%;
    right: 0; }
    .proposal .sec02 .slide-in-right .image01 {
      position: absolute;
      z-index: 3;
      display: none; }
      .proposal .sec02 .slide-in-right .image01 img {
        width: 700px; }
      @media (min-width: 992px) {
        .proposal .sec02 .slide-in-right .image01 {
          display: block;
          top: 0;
          right: -100px; }
          .proposal .sec02 .slide-in-right .image01 img {
            width: 500px; } }
      @media (min-width: 1200px) {
        .proposal .sec02 .slide-in-right .image01 {
          top: 0;
          right: -250px; }
          .proposal .sec02 .slide-in-right .image01 img {
            width: 700px; } }
      @media (min-width: 1400px) {
        .proposal .sec02 .slide-in-right .image01 {
          top: 0;
          right: -20px; } }
    .proposal .sec02 .slide-in-right .image02 {
      position: absolute;
      display: none;
      z-index: 4; }
      .proposal .sec02 .slide-in-right .image02 img {
        width: 700px; }
      @media (min-width: 992px) {
        .proposal .sec02 .slide-in-right .image02 {
          display: block;
          top: -50px;
          right: -180px; }
          .proposal .sec02 .slide-in-right .image02 img {
            width: 500px; } }
      @media (min-width: 1200px) {
        .proposal .sec02 .slide-in-right .image02 {
          top: -50px;
          right: -350px; }
          .proposal .sec02 .slide-in-right .image02 img {
            width: 700px; } }
      @media (min-width: 1400px) {
        .proposal .sec02 .slide-in-right .image02 {
          top: -50px;
          right: -100px; } }
    .proposal .sec02 .slide-in-right .image03 {
      position: absolute;
      display: none;
      z-index: 5; }
      .proposal .sec02 .slide-in-right .image03 img {
        width: 700px; }
      @media (min-width: 992px) {
        .proposal .sec02 .slide-in-right .image03 {
          display: block;
          top: -100px;
          right: -270px; }
          .proposal .sec02 .slide-in-right .image03 img {
            width: 500px; } }
      @media (min-width: 1200px) {
        .proposal .sec02 .slide-in-right .image03 {
          top: -100px;
          right: -430px; }
          .proposal .sec02 .slide-in-right .image03 img {
            width: 700px; } }
      @media (min-width: 1400px) {
        .proposal .sec02 .slide-in-right .image03 {
          top: -100px;
          right: -180px; } }
.proposal .sec03 {
  padding-top: 0; }
  .proposal .sec03 .page_ttl {
    color: #0bbcd6;
    overflow: visible; }
    .proposal .sec03 .page_ttl h1 {
      text-align: center;
      font-size: 5rem;
      font-weight: 500;
      padding-bottom: 0.5em; }
      @media (min-width: 769px) {
        .proposal .sec03 .page_ttl h1 {
          font-size: 6.5rem; } }
      @media (min-width: 1200px) {
        .proposal .sec03 .page_ttl h1 {
          font-size: 8rem; } }
      .proposal .sec03 .page_ttl h1 span {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "Noto Sans JP", sans-serif;
        padding-top: .5em; }
  .proposal .sec03 h3 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6em;
    color: #0bbcd6; }
    @media (min-width: 992px) {
      .proposal .sec03 h3 {
        font-size: 3rem; } }
  .proposal .sec03 .tel {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2em;
    margin: .1em 0;
    color: #0bbcd6; }
    @media (min-width: 992px) {
      .proposal .sec03 .tel {
        font-size: 6rem; } }
  .proposal .sec03 .time {
    font-size: 1.4rem;
    line-height: 1.6em; }
  .proposal .sec03 .formbtn {
    display: block;
    padding: 1em;
    border: solid 1px #0bbcd6;
    border-radius: 4px;
    font-size: 2rem;
    font-weight: 400;
    color: #0bbcd6;
    text-align: center;
    transition: .3s;
    margin-top: .6em; }
    .proposal .sec03 .formbtn:hover {
      background: #0bbcd6;
      color: #fff; }
    @media (min-width: 992px) {
      .proposal .sec03 .formbtn {
        font-size: 2.6rem; } }

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.privacy_policy .breadcrumbs::before {
  background-image: url("../img/contact/inquiry_page_main.webp"); }
.privacy_policy .section-title {
  padding-bottom: 0px; }
.privacy_policy .intro p {
  text-indent: 1em; }
.privacy_policy .sec01 {
  padding-top: 0; }
  .privacy_policy .sec01 span {
    display: block;
    font-weight: 700; }
    @media (min-width: 769px) {
      .privacy_policy .sec01 span {
        display: inline; } }
    .privacy_policy .sec01 span span {
      display: none; }
      @media (min-width: 769px) {
        .privacy_policy .sec01 span span {
          display: inline; } }
.privacy_policy .sec02 {
  padding-top: 0; }
  .privacy_policy .sec02 p {
    text-indent: 1em; }
.privacy_policy .sec03 {
  padding-top: 0; }
  .privacy_policy .sec03 p {
    text-indent: 1em; }
.privacy_policy .sec04 {
  padding-top: 0; }
  .privacy_policy .sec04 p {
    text-indent: 1em; }
  .privacy_policy .sec04 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-top: .5em; }
  .privacy_policy .sec04 ul {
    padding-left: 2em; }
    .privacy_policy .sec04 ul li {
      padding: .25em 0; }
      .privacy_policy .sec04 ul li span {
        font-size: 1rem; }
  .privacy_policy .sec04 .txid {
    text-indent: -3em;
    padding-left: 4em; }
.privacy_policy .sec05 {
  padding-top: 0; }
  .privacy_policy .sec05 p {
    text-indent: 1em; }
  .privacy_policy .sec05 ol {
    list-style: none;
    padding-left: 1.25em; }
    .privacy_policy .sec05 ol li {
      padding: .25em 0 .25em 1em;
      text-indent: -1.25em; }
.privacy_policy .sec06 {
  padding-top: 0; }
  .privacy_policy .sec06 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-top: .5em; }
  .privacy_policy .sec06 ul {
    padding-left: 2em; }
    .privacy_policy .sec06 ul li {
      padding: .25em 0; }
.privacy_policy .sec07 {
  padding-top: 0; }
  .privacy_policy .sec07 p {
    text-indent: 1em; }
  .privacy_policy .sec07 h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-top: .5em; }
  .privacy_policy .sec07 ol {
    list-style: none;
    padding-left: 1.25em; }
    .privacy_policy .sec07 ol li {
      padding: .25em 0 .25em 1em;
      text-indent: -1.25em; }
  .privacy_policy .sec07 h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-top: .5em; }
.privacy_policy .sec08 {
  padding-top: 0; }
  .privacy_policy .sec08 h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6em;
    padding-top: .5em; }
  .privacy_policy .sec08 p {
    text-indent: 1em; }
.privacy_policy .sec09 {
  padding-top: 0;
  text-align: end; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #262626;
  padding: 0;
  color: #fff;
  font-size: 14px; }
  #footer .footer-top {
    background: #262626;
    border-bottom: 1px solid #066270;
    padding: 60px 0 30px 0; }
    #footer .footer-top .footer-info {
      margin-bottom: 30px; }
      #footer .footer-top .footer-info h3 {
        font-size: 2.4rem;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 700; }
        #footer .footer-top .footer-info h3 img {
          max-height: 46px; }
      #footer .footer-top .footer-info p {
        font-size: 1.4rem;
        line-height: 1.6em;
        margin-bottom: 0;
        font-family: "Shippori Mincho", serif;
        color: #fff; }
    #footer .footer-top h4 {
      font-size: 1.6rem;
      font-weight: 600;
      color: #fff;
      position: relative;
      padding-bottom: 12px; }
      #footer .footer-top h4 a {
        color: #fff;
        padding: 0 0 .5em;
        display: block; }
        #footer .footer-top h4 a:hover {
          color: #39ddf5; }
    #footer .footer-top .footer-links {
      margin-bottom: 30px; }
      #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        #footer .footer-top .footer-links ul i {
          padding-right: 2px;
          color: #51e1f6;
          font-size: 1.8rem;
          line-height: 1; }
        #footer .footer-top .footer-links ul li {
          padding: 8px 0;
          white-space: nowrap;
          display: flex;
          align-items: center; }
          #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0; }
        #footer .footer-top .footer-links ul a {
          color: #fff;
          transition: 0.3s;
          display: inline-block;
          line-height: 1.2em; }
          #footer .footer-top .footer-links ul a:hover {
            color: #39ddf5; }
          #footer .footer-top .footer-links ul a i {
            padding-right: 2px;
            color: #fff;
            font-size: 1.4rem;
            line-height: 1; }
            #footer .footer-top .footer-links ul a i:hover {
              color: #39ddf5; }
  #footer .footer-bottom {
    background-color: #333333;
    text-align: center;
    padding: 1em 0; }
  #footer .copyright {
    text-align: center;
    padding: 1.5em 0;
    font-size: 1.3rem;
    color: #fff; }
