<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * hojin.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Common
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  body#hojin .container {
    max-width: 100%;
  }
  body#hojin .MainBody {
    overflow: visible;
  }


  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */


  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- hojin-index-wrap ----- */
  .hojin-index-wrap {
    max-width: 1600px;
    margin: 0 auto;
  }

  /* ----- hojin-index-layout ----- */
  [class*="hojin-index-layout"] {
    padding: 0 40px;
  }

  /* v1 */
  .hojin-index-layout {
    display: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hojin-index-layout.is-show {
    display: block;
  }
  .hojin-index-layout .index_column {
    overflow: hidden;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #dc3545;
    border-radius: 25px;
  }
  .hojin-index-layout .index_column &gt; * {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout .index_column &gt; * &gt; .column_inner {
    width: 100%;
  }
  .hojin-index-layout .index_column &gt; .column_heading {
    padding: 15px 25px;
    background-color: #dc3545;
    color: #fff;
  }
  .hojin-index-layout .index_column &gt; .column_detail {
    flex: 1;
    padding: 10px 20px;
  }
  .hojin-index-layout .index_heading {
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout .index_link &gt; li &gt; a {
    display: inline-block;
    text-decoration: none;
  }
  .hojin-index-layout .index_link &gt; li &gt; a.a-blank::after,
  .hojin-index-layout .index_link &gt; li &gt; a.a-pdf::after {
    content: "";
    display: inline-block;
    margin: .5em 0 0 10px;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
    vertical-align: top;
  }
  .hojin-index-layout .index_link &gt; li &gt; a:hover {
    text-decoration: underline;
  }

  /* v2 */
  .hojin-index-layout-v2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .hojin-index-layout + .hojin-index-layout-v2 {
    margin-top: -30px;
  }
  .hojin-index-layout-v2 .index_column {
    overflow: visible;
    display: flex;
  }
  [data-browser="safari"] .hojin-index-layout-v2 .index_column {
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v2 .index_column &gt; .column_slider {
    width: 62.375%;
  }
  .hojin-index-layout-v2 .index_column &gt; .column_link {
    position: relative;
    flex: 1;
    background-color: #0091e4;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    border-radius: 0 25px 25px 0;
    overflow: hidden;
  }
  .hojin-index-layout-v2 .index_column_2 {
    position: absolute;
    top: 3.84%;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 63.19%;
    padding: 0 3.32%;
  }
  .hojin-index-layout-v2 .index_column_2 &gt; .column_col {
    width: calc((100% - 2.55%) / 2);
    height: calc((100% - 1.96%) / 1.8);
    margin: 0.55% 0 0;
  }
  .hojin-index-layout-v2 .index_column_2 &gt; .column_col:first-child {
    width: 100%;
    margin-top: 0;
    height: calc((100% - 20.96%) / 2);
  }
  .hojin-index-layout-v2 .index_frame {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
  }
  .hojin-index-layout-v2 .index_heading {
    position: absolute;
    top: 5.88%;
    left: 0;
    width: 100%;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .hojin-index-layout-v2 .index_button {
    position: absolute;
    top: 26.04%;
    left: 0;
    width: 100%;
    height: 44.77%;
  }
  .hojin-index-layout-v2 .column_col:last-child .index_heading {
    top: 26.04%;
  }
  .hojin-index-layout-v2 .column_col:last-child .index_button {
    top: 46.04%;
  }
  .hojin-index-layout-v2 .index_column_2 &gt; .column_col .index_button {
    padding: 0 7.4%;
  }
  .hojin-index-layout-v2 .index_button &gt; li {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70%;
  }
  .hojin-index-layout-v2 .index_button &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffde00;
    border-radius: 30px;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v2 .index_column_2 &gt; .column_col:first-child .index_button &gt; li &gt; a {
    max-width: 89.8%;
    padding : 8%;
  }
  .hojin-index-layout-v2 .index_button &gt; li &gt; a:hover {
    opacity: 0.8;
  }
  .hojin-index-layout-v2 .index_button_2 {
    position: absolute;
    top: 67.88%;
    left: 0;
    width: 100%;
    height: 28.26%;
    padding: 0 3.32%;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
  }
  [data-browser="safari"] .hojin-index-layout-v2 .index_button_2 .button_list {
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li {
    display: flex;
    width: 50%;
    height: 50%;
    padding: 1px 0 0 1px;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li:nth-child(-n+2) {
    padding-top: 0;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li:nth-child(2n+1) {
    padding-left: 0;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5.33%;
    background-color: #126ebc;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"] {
    padding-left: 33.8%;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7.11%;
    transform: translateY(-50%);
    width: 18.869%;
    height: 74.62%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon1::before {
    background-image: url("/hojin/img/index_guide_ic01.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon2::before {
    background-image: url("/hojin/img/index_guide_ic02.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon3::before {
    background-image: url("/hojin/img/index_guide_ic03.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon4::before {
    background-image: url("/hojin/img/index_guide_ic04.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon5::before {
    background-image: url("/hojin/img/index_guide_ic05.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a:hover::after {
    opacity: 0.2;
  }
  .hojin-index-layout-v2 .index_slider {
    position: relative;
    line-height: 0;
  }
  .hojin-index-layout-v2 .slider_view {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    border-radius: 25px 0 0 25px;
    overflow: hidden;
  }
  .hojin-index-layout-v2 .index_slider button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v2 .index_slider .slider_image a {
    display: block;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v2 .index_slider .slider_image a:hover {
    opacity: 0.8;
  }
  .hojin-index-layout-v2 .index_slider .slider_control {
    position: absolute;
    left: 50%;
    bottom: -43px;
    display: none;
    transform: translateX(-50%);
  }
  .hojin-index-layout-v2 .index_slider .slider_frame {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v2 .index_slider .slider_frame &gt; * + * {
    margin-left: 15px;
  }
  .hojin-index-layout-v2 .index_slider .slider_button {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  .hojin-index-layout-v2 .index_slider .slider_button &gt; * {
    overflow: hidden;
    text-align: center;
    border-right: none;
    background-position: right 10px top 53%;
    background-size: 12px 10px;
    background-repeat: no-repeat;
    padding:2px 30px 2px 10px;
    font-weight: 700;
  }
  .hojin-index-layout-v2 .index_slider .slider_button &gt; .button_start {
    display: block;
    background-image: url("/hojin/img/index_hero_ic02.png");
  }
  .hojin-index-layout-v2 .index_slider .slider_button &gt; .button_stop {
    display: none;
    background-image: url("/hojin/img/index_hero_ic01.png");
  }
  .hojin-index-layout-v2 .index_slider .slider_button.is-play &gt; .button_start {
    display: none;
  }
  .hojin-index-layout-v2 .index_slider .slider_button.is-play &gt; .button_stop {
    display: block;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots,
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li,
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li &gt; button {
    height: 11px;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li {
    font-size: 0;
    line-height: 0;
    margin: 0 6px;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li &gt; button {
    overflow: hidden;
    width: 11px;
    background-color: #0091e4;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li.slick-active &gt; button {
    background-color: #e578ac;
  }
  .hojin-index-layout-v2 .index_frame .index_frame_box {
    width: 100%;
    display: flex;
    position: absolute;
    top: 28.19%;
    align-items: center;
  }
  .hojin-index-layout-v2 .index_frame .index_frame_box .index_button{
    position: static;
    justify-content: flex-end;
  }
  .hojin-index-layout-v2 .column_col:first-child .index_frame .index_img_box{
    text-align: left;
  }
  .hojin-index-layout-v2 .index_frame .index_img_box{
    width: 100%;
    text-align: center;
  }
  .hojin-index-layout-v2 .index_frame .index_img_box a:hover{
    opacity: 0.8;
  }
  .hojin-index-layout-v2 .index_frame .index_frame_box .index_img_box a{
    width: 60%;
    display: block;
  }
  .hojin-index-layout-v2 .index_frame .index_img_box.type-service a{
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .hojin-index-layout-v2 .index_frame .index_img_box.type-service{
    position: absolute;
    top: 62.5%;
  }


  /* v3 */
  .hojin-index-layout-v3 {
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #dbf5ff;
  }
  .hojin-index-layout-v3 .index_column {
    display: flex;
    justify-content: center;
  }
  .hojin-index-layout-v3 .index_column &gt; .column_service {
    width: 80%;
  }
  .hojin-index-layout-v3 .index_column &gt; .column_service .index_button {
    height: 300px;
  }
  .hojin-index-layout-v3 .index_heading {
    position: relative;
  }
  .hojin-index-layout-v3 .index_heading .heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .hojin-index-layout-v3 .index_heading .heading_button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .hojin-index-layout-v3 .index_heading .heading_button &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 38px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 19px;
    color: #333;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v3 .index_heading .heading_button &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .hojin-index-layout-v3 .index_button,
  .hojin-index-layout-v3 .index_banner {
    margin: 1.9em 0 0;
  }
  .hojin-index-layout-v3 .index_button {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
  }
  .hojin-index-layout-v3 .index_button &gt; li {
    display: flex;
    width: 33.3%;
    height: 33.3%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .hojin-index-layout-v3 .index_button &gt; li:nth-child(-n+3) {
    height: 33.4%;
    border-top: none;
  }
  .hojin-index-layout-v3 .index_button &gt; li:nth-child(3n+1) {
    width: 33.4%;
    border-left: none;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background-color: #fff;
    color: #333;
    font-size: 1.8rem;
    line-height: 1.3;
    text-decoration: none;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a[class*="type-icon"] {
    padding-left: 140px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a[class*="type-icon"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon1::before {
    background-image: url("/hojin/img/index_service_ic01.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon2::before {
    background-image: url("/hojin/img/index_service_ic02.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon3::before {
    background-image: url("/hojin/img/index_service_ic03.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon4::before {
    background-image: url("/hojin/img/index_service_ic06.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon5::before {
    background-image: url("/hojin/img/index_service_ic05.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon6::before {
    background-image: url("/hojin/img/index_service_ic04.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon7::before {
    background-image: url("/hojin/img/index_service_ic07.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon8::before {
    background-image: url("/hojin/img/index_service_ic08.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon9::before {
    background-image: url("/hojin/img/index_service_ic09.png");
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a:hover {
    background-color: #eafaff;
  }
  .hojin-index-layout-v3 .index_banner {
    width: 100%;
    height: 100%;
  }
  .hojin-index-layout-v3 .index_banner a.banner_frame {
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
    color: #333;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  [data-browser="safari"] .hojin-index-layout-v3 .index_banner a.banner_frame {
    z-index: 0;
  }
  .hojin-index-layout-v3 .index_banner a.banner_frame:hover {
    opacity: 0.8;
  }
  .hojin-index-layout-v3 .index_banner .banner_title {
    position: absolute;
    top: 31.81%;
    left: 0;
    width: 100%;
    padding: 0 62.62% 0 9.78%;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .hojin-index-layout-v3 .index_banner .banner_image img {
    width: 100%;
  }

  /* v4 */
  .hojin-index-layout-v4 {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v4 .index_column {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v4 .index_column &gt; * {
    flex: 1;
    width: 100%;
    padding: 45px 0;
  }
  .hojin-index-layout-v4 .index_column &gt; *::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: -1;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_important::before {
    background-color: #ffdcdc;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_note::before {
    background-color: #fffdcb;
  }
  .hojin-index-layout-v4 .index_column &gt; * + * {
    margin-left: 60px;
  }
  .hojin-index-layout-v4 .index_column &gt; * + *::before {
    left: 50%;
  }
  .hojin-index-layout-v4 .index_column_2 {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_heading {
    white-space: nowrap;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_link {
    overflow: hidden;
    flex: 1;
    width: 1px;
    margin: 0 0 0 25px;
  }
  [data-browser="ie11"] .hojin-index-layout-v4 .index_column_2 &gt; .column_link,
  [data-browser="edge"] .hojin-index-layout-v4 .index_column_2 &gt; .column_link {
    flex: 1 0 0;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav {
    white-space: nowrap;
    margin: 0 0 0 25px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow {
    overflow: hidden;
    position: relative;
    width: 25px;
    height: 25px;
    padding: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: left;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow + .slick-arrow {
    margin-left: 5px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: -3px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow.slick-next::before {
    transform: rotate(45deg);
    margin-left: -7px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow:hover::before {
    opacity: 0.7;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; * &gt; *:first-child {
    margin-top: 0 !important;
  }
  .hojin-index-layout-v4 .index_heading {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v4 .index_heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .hojin-index-layout-v4 .index_heading.type-note {
    color: #dc3545;
  }
  .hojin-index-layout-v4 .index_heading.type-important::before {
    width: 17px;
    height: 16px;
    background-image: url("/hojin/img/index_caution_ic01.png");
  }
  .hojin-index-layout-v4 .index_heading.type-note::before {
    width: 18px;
    height: 16px;
    background-image: url("/hojin/img/index_caution_ic02.png");
  }
  .hojin-index-layout-v4 .index_link li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #333;
    text-decoration: underline;
  }
  .hojin-index-layout-v4 .index_link li a:hover {
    text-decoration: none;
  }
  .hojin-index-layout-v4 .index_link li a::before {
    content: '';
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .hojin-index-layout-v4 .index_link li .a-blank::after,
  .hojin-index-layout-v4 .index_link li .a-pdf::after {
    content: "";
    display: inline-block;
    margin: .5em 0 0 10px;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
    vertical-align: top;
  }

  /* v5 */
  .hojin-index-layout-v5 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1176cc;
    color: #fff;
  }
  .hojin-index-layout-v5 .index_column {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .hojin-index-layout-v5 .index_column &gt; .column_text {
    margin: 0 22px 0 0;
  }
  .hojin-index-layout-v5 .index_column &gt; .column_form {
    flex: 1;
  }
  .hojin-index-layout-v5 .index_heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v5 .index_text {
    margin: 0.3em 0 0;
  }
  .hojin-index-layout-v5 .index_search {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
  }
  [data-browser="safari"] .hojin-index-layout-v5 .index_search {
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v5 .index_search input[type="text"],
  .hojin-index-layout-v5 .index_search input[type="submit"] {
    height: 60px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v5 .index_search input[type="text"] {
    width: 100%;
    padding: 0 170px 0 30px;
    background-color: #f9f9f9;
  }
  .hojin-index-layout-v5 .index_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    padding: 0 0 0 60px;
    background-color: #fff;
    background-image: url("/hojin/img/index_search_ic01.png");
    background-repeat: no-repeat;
    background-position: 26px 50%;
    background-size: 22px auto;
    border-left: 1px solid #d4d8dc;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v5 .index_search input[type="submit"]:hover {
    opacity: 0.8;
  }

  /* v6 */
  .hojin-index-layout-v6 {
    margin: 2.5em 0 0;
  }
  .hojin-index-layout-v6 .index_heading {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v6 .index_heading &gt; .heading_title {
    flex: 1;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v6 .index_heading &gt; .heading_link &gt; li &gt; a {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 35px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 19px;
    color: #333;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v6 .index_heading &gt; .heading_link &gt; li &gt; a:hover {
    background-color: #eee;
  }
  .hojin-index-layout-v6 .index_heading + .news-layout {
    margin-top: 0.3em;
  }

  /* v7 */
  .hojin-index-layout-v7 {
    margin: 2.5em 0 0;
  }
  .hojin-index-layout-v7 .index_banner {
    display: flex;
    justify-content: space-between;
  }
  .hojin-index-layout-v7 .index_banner &gt; li,
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a {
    border-radius: 15px;
  }
  .hojin-index-layout-v7 .index_banner &gt; li {
    width: calc((100% - 32px) / 2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border: 1px solid #eee;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button1 {
    background: linear-gradient(to right, rgba(88,165,45,1) 0%,rgba(88,165,45,1) 25%,rgba(255,255,255,1) 100%);
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button2 {
    background: linear-gradient(to right,  rgba(255,236,243,1) 0%,rgba(255,236,243,1) 25%,rgba(255,255,255,1) 100%);
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    height: 110px;
    padding: 0 40px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto 100%;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button1 &gt; a {
    background-image: url("/hojin/img/index_banner_bg01.png");
    color: #fff;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button2 &gt; a {
    background-image: url("/hojin/img/index_banner_bg02.png");
    color: #333;
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a:hover {
    text-decoration: underline;
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a &gt; span {
    position: relative;
    padding: 0 35px 0 0;
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a &gt; span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    margin: -6px 3px 0 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button1 &gt; a &gt; span::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button2 &gt; a &gt; span::before {
    border-top-color: #333;
    border-right-color: #333;
  }

  /* v8 */
  .hojin-index-layout-v8 {
    margin: 2.5em 0 0;
  }
  .hojin-index-layout-v8 .index_slider {
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v8 .index_slider button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen {
    overflow: hidden;
    margin: 0 -28px;
    padding: 0 12px;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen .slider_panel {
    float: left;
    width: 25%;
    padding: 0 16px;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen &gt; .slider_panel {
    margin-top: 32px;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen &gt; .slider_panel:nth-child(-n+4) {
    margin-top: 0;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel a.panel_inner {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel a.panel_inner:hover {
    text-decoration: underline;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel .panel_image {
    text-align: center;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel .panel_image img {
    border-radius: 15px;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel a.panel_inner:hover .panel_image img {
    opacity: 0.8;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel .panel_text {
    margin: 1.2em 0 0;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
    transition: all .2s ease-out 0s;
    z-index: 2;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow:hover {
    opacity: 0.8;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-prev {
    left: 7px;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: -3px;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-next {
    right: 7px;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-next::before {
    transform: rotate(45deg);
    margin-left: -10px;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots,
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li,
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li &gt; button {
    height: 11px;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 1em 0 0;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li {
    font-size: 0;
    line-height: 0;
    margin: 0 6px;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li &gt; button {
    overflow: hidden;
    width: 11px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li.slick-active &gt; button {
    background-color: #00aae3;
  }

  /* v9 */
  .hojin-index-layout-v9 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .hojin-index-layout.is-show + .hojin-index-layout-v9 {
    margin-top: -30px;
  }
  .hojin-index-layout-v9 .index_column {
    overflow: visible;
    display: flex;
  }
  [data-browser="safari"] .hojin-index-layout-v9 .index_column {
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v9 .index_column &gt; .column_slider {
    width: 62.375%;
  }
  .hojin-index-layout-v9 .index_column &gt; .column_link {
    position: relative;
    flex: 1;
    background-color: #0091e4;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    border-radius: 0 25px 25px 0;
    overflow: hidden;
  }
  .hojin-index-layout-v9 .index_column_2 {
    position: absolute;
    top: 3.84%;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 63.19%;
    padding: 0 3.32%;
  }
  .hojin-index-layout-v9 .index_column_2 &gt; .column_col {
    width: calc((100% - 2.55%) / 2);
    height: calc((100% - 1.96%) / 1.8);
    margin: 0.55% 0 0;
  }
  .hojin-index-layout-v9 .index_column_2 &gt; .column_col:first-child {
    width: 100%;
    margin-top: 0;
    height: calc((100% - 20.96%) / 2);
  }
  .hojin-index-layout-v9 .index_frame {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
  }
  .hojin-index-layout-v9 .index_heading {
    position: absolute;
    top: 5.88%;
    left: 0;
    width: 100%;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .hojin-index-layout-v9 .index_button {
    position: absolute;
    top: 26.04%;
    left: 0;
    width: 100%;
    height: 44.77%;
  }
  .hojin-index-layout-v9 .column_col:last-child .index_heading {
    top: 26.04%;
  }
  .hojin-index-layout-v9 .column_col:last-child .index_button {
    top: 46.04%;
  }
  .hojin-index-layout-v9 .index_column_2 &gt; .column_col .index_button {
    padding: 0 7.4%;
  }
  .hojin-index-layout-v9 .index_button &gt; li {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70%;
  }
  .hojin-index-layout-v9 .index_button &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70%;
    max-width: 84.79%;
    background-color: #ffde00;
    border-radius: 30px;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v9 .index_column_2 &gt; .column_col:first-child .index_button &gt; li &gt; a {
    max-width: 89.8%;
    padding : 4.4% 8%;
  }
  .hojin-index-layout-v9 .index_button &gt; li &gt; a:hover {
    opacity: 0.8;
  }
  .hojin-index-layout-v9 .index_button_2 {
    position: absolute;
    top: 67.88%;
    left: 0;
    width: 100%;
    height: 28.26%;
    padding: 0 3.32%;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
  }
  [data-browser="safari"] .hojin-index-layout-v9 .index_button_2 .button_list {
    position: relative;
    z-index: 0;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li {
    display: flex;
    width: 50%;
    height: 50%;
    padding: 1px 0 0 1px;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li:nth-child(-n+2) {
    padding-top: 0;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li:nth-child(2n+1) {
    padding-left: 0;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 5.33%;
    background-color: #126ebc;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"] {
    padding-left: 33.8%;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7.11%;
    transform: translateY(-50%);
    width: 18.869%;
    height: 74.62%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon1::before {
    background-image: url("/hojin/img/index_guide_ic01.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon2::before {
    background-image: url("/hojin/img/index_guide_ic02.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon3::before {
    background-image: url("/hojin/img/index_guide_ic03.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon4::before {
    background-image: url("/hojin/img/index_guide_ic04.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon5::before {
    background-image: url("/hojin/img/index_guide_ic05.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon5 &gt; span {
  font-size: min(100%, 14px);
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a:hover::after {
    opacity: 0.2;
  }
  .hojin-index-layout-v9 .index_slider {
    position: relative;
    line-height: 0;
  }
  .hojin-index-layout-v9 .slider_view {
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    border-radius: 25px 0 0 25px;
    overflow: hidden;
  }
  .hojin-index-layout-v9 .index_slider button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v9 .index_slider .slider_image a {
    display: block;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v9 .index_slider .slider_image a:hover {
    opacity: 0.8;
  }
  .hojin-index-layout-v9 .index_slider .slider_control {
    position: absolute;
    left: 50%;
    bottom: -43px;
    display: none;
    transform: translateX(-50%);
  }
  .hojin-index-layout-v9 .index_slider .slider_frame {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v9 .index_slider .slider_frame &gt; * + * {
    margin-left: 15px;
  }
  .hojin-index-layout-v9 .index_slider .slider_button {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
  }
  .hojin-index-layout-v9 .index_slider .slider_button &gt; * {
    overflow: hidden;
    text-align: center;
    border-right: none;
    background-position: right 10px top 53%;
    background-size: 12px 10px;
    background-repeat: no-repeat;
    padding:2px 30px 2px 10px;
    font-weight: 700;
  }
  .hojin-index-layout-v9 .index_slider .slider_button &gt; .button_start {
    display: block;
    background-image: url("/hojin/img/index_hero_ic02.png");
  }
  .hojin-index-layout-v9 .index_slider .slider_button &gt; .button_stop {
    display: none;
    background-image: url("/hojin/img/index_hero_ic01.png");
  }
  .hojin-index-layout-v9 .index_slider .slider_button.is-play &gt; .button_start {
    display: none;
  }
  .hojin-index-layout-v9 .index_slider .slider_button.is-play &gt; .button_stop {
    display: block;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots,
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li,
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li &gt; button {
    height: 11px;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li {
    font-size: 0;
    line-height: 0;
    margin: 0 6px;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li &gt; button {
    overflow: hidden;
    width: 11px;
    background-color: #0091e4;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li.slick-active &gt; button {
    background-color: #e578ac;
  }
  .hojin-index-layout-v9 .index_frame .index_frame_box {
    width: 100%;
    display: flex;
    position: absolute;
    top: 28.19%;
    align-items: center;
  }
  .hojin-index-layout-v9 .index_frame .index_frame_box .index_button{
    position: static;
    justify-content: flex-end;
  }
  .hojin-index-layout-v9 .column_col:first-child .index_frame .index_img_box{
    text-align: left;
  }
  .hojin-index-layout-v9 .index_frame .index_img_box{
    width: 100%;
    text-align: center;
  }
  .hojin-index-layout-v9 .index_frame .index_img_box a:hover{
    opacity: 0.8;
  }
  .hojin-index-layout-v9 .index_frame .index_frame_box .index_img_box a{
    width: 60%;
    display: block;
  }
  .hojin-index-layout-v9 .index_frame .index_img_box.type-service a{
    width: 68.5%;
    display: block;
    margin: 0 auto;
  }
  .hojin-index-layout-v9 .index_frame .index_img_box.type-service{
    position: absolute;
    top: 52.2%;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1680px) {
  .hojin-index-layout-v2 .index_column {
    font-size: 0.9523809vw;
  }
  .hojin-index-layout-v2 .index_heading {
    font-size: 125%;
  }
  .hojin-index-layout-v2 .index_button &gt; li &gt; a {
    font-size: 112.5%;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a {
    font-size: 100%;
  }
  .hojin-index-layout-v3 .index_button,
  .hojin-index-layout-v3 .index_banner {
    font-size: 0.9523809vw;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a {
    padding-right: 8.57%;
    padding-left: 8.57%;
    font-size: 112.5%;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a[class*="type-icon"] {
    padding-left: 40%;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a[class*="type-icon"]::before {
    width: 40%;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon1::before {
    background-size: 35% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon2::before {
    background-size: 68.57% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon3::before {
    background-size: 43.57% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon4::before {
    background-size: 49.28% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon5::before {
    background-size: 40% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon6::before {
    background-size: 41.42% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon7::before {
    background-size: 57.85% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon8::before {
    background-size: 55.14% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon9::before {
    background-size: 68.57% auto;
  }
  .hojin-index-layout-v3 .index_banner .banner_title {
    font-size: 162.5%;
  }
  .hojin-index-layout-v9 .index_column {
    font-size: 0.9523809vw;
  }
  .hojin-index-layout-v9 .index_heading {
    font-size: 125%;
  }
  .hojin-index-layout-v9 .index_button &gt; li &gt; a {
    font-size: 112.5%;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hojin-index-layout-v4 .index_column {
    display: block;
    margin-right: -40px;
    margin-left: -40px;
  }
  .hojin-index-layout-v4 .index_column &gt; * {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_important {
    background-color: #ffdcdc;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_note {
    background-color: #fffdcb;
  }
  .hojin-index-layout-v4 .index_column &gt; *::before {
    display: none;
  }
  .hojin-index-layout-v4 .index_column &gt; * + * {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .hojin-index-layout-v7 .index_banner {
    display: block;
  }
  .hojin-index-layout-v7 .index_banner &gt; li {
    width: 100%;
  }
  .hojin-index-layout-v7 .index_banner &gt; li + li {
    margin-top: 1.3em;
  }
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */


  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- hojin-index-layout ----- */
  /* v1 */
  .hojin-index-layout {
    display: none;
    padding: 10px 0;
  }
  .hojin-index-layout.is-show {
    display: block;
  }
  .hojin-index-layout .index_column {
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #dc3545;
    border-radius: 10px;
  }
  .hojin-index-layout .index_column &gt; * {
    padding: 10px 15px;
  }
  .hojin-index-layout .index_column &gt; .column_heading {
    background-color: #dc3545;
    color: #fff;
  }
  .hojin-index-layout .index_heading {
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout .index_link &gt; li &gt; a {
    display: inline-block;
    text-decoration: none;
  }
  .hojin-index-layout .index_link &gt; li &gt; a.a-blank::after,
  .hojin-index-layout .index_link &gt; li &gt; a.a-pdf::after {
    content: "";
    display: inline-block;
    margin: .3em 0 0 8px;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
    background-size: 240px auto;
    vertical-align: top;
  }

  /* v2 */
  .hojin-index-layout-v2 {
    padding: 10px 0 0;
  }
  .hojin-index-layout + .hojin-index-layout-v2 {
    margin-top: -10px;
  }
  .hojin-index-layout-v2 .index_column &gt; .column_link {
    margin: 0.7em -15px 0;
    background-color: #0091e4;
  }
  .hojin-index-layout-v2 .index_column_2{
    display: flex;
    padding: 5px 12px 20px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }
  .hojin-index-layout-v2 .index_column_2 .index_img_box{
    width: calc(100% - 8px);
    margin: 0 auto;
  }
  .hojin-index-layout-v2 .index_column_2 .index_heading,
  .hojin-index-layout-v2 .index_column_2 .index_button{
    display: none;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list {
    display: flex;
    flex-wrap: wrap;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li {
    display: flex;
    width: 50%;
    padding: 1px 0 0 1px;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li:nth-child(-n+2) {
    padding-top: 0;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li:nth-child(2n+1) {
    padding-left: 0;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #126ebc;
    color: #fff;
    font-weight: 700;
    line-height: 1.28;
    text-decoration: none;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"] {
    padding-left: 65px;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon1::before {
    background-image: url("/hojin/img/index_guide_ic01.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon2::before {
    background-image: url("/hojin/img/index_guide_ic02.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon3::before {
    background-image: url("/hojin/img/index_guide_ic03.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon4::before {
    background-image: url("/hojin/img/index_guide_ic04.png");
  }
  .hojin-index-layout-v2 .index_button_2 .button_list &gt; li &gt; a.type-icon5::before {
    background-image: url("/hojin/img/index_guide_ic05.png");
  }
  .hojin-index-layout-v2 .index_slider {
    margin: 0 -15px;
    line-height: 0;
  }
  .hojin-index-layout-v2 .index_slider button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v2 .index_slider .slider_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.7em 0 0;
  }
  .hojin-index-layout-v2 .index_slider .slider_frame &gt; .slider_pager + .slider_switch {
    margin-left: 9px;
  }
  .hojin-index-layout-v2 .index_slider .slider_button {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 1.3rem;
  }
  .hojin-index-layout-v2 .index_slider .slider_button &gt; * {
    overflow: hidden;
    text-align: center;
    border-right: none;
    background-position: right 10px top 53%;
    background-size: 12px 10px;
    background-repeat: no-repeat;
    padding:2px 30px 2px 10px;
    font-weight: 700;
  }
  .hojin-index-layout-v2 .index_slider .slider_button &gt; .button_start {
    display: block;
    background-image: url("/hojin/img/index_hero_ic02.png");
  }
  .hojin-index-layout-v2 .index_slider .slider_button &gt; .button_stop {
    display: none;
    background-image: url("/hojin/img/index_hero_ic01.png");
  }
  .hojin-index-layout-v2 .index_slider .slider_button.is-play &gt; .button_start {
    display: none;
  }
  .hojin-index-layout-v2 .index_slider .slider_button.is-play &gt; .button_stop {
    display: block;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots,
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li,
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li &gt; button {
    height: 11px;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li {
    font-size: 0;
    line-height: 0;
    margin: 0 6px;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li &gt; button {
    overflow: hidden;
    width: 11px;
    background-color: #0091e4;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
  }
  .hojin-index-layout-v2 .index_slider .slick-dots &gt; li.slick-active &gt; button {
    background-color: #e578ac;
  }

  /* v3 */
  .hojin-index-layout-v3 {
    margin: 0 -15px;
    padding: 20px 15px 30px;
    background-color: #dbf5ff;
  }
  .hojin-index-layout-v3 .index_column &gt; * + * {
    margin-top: 1.8em;
  }
  .hojin-index-layout-v3 .index_heading {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v3 .index_heading .heading_title {
    flex: 1;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v3 .index_heading .heading_button {
    margin-left: 0;
  }
  .hojin-index-layout-v3 .index_heading .heading_button &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 35px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v3 .index_button {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 1.4em 0 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
  }
  .hojin-index-layout-v3 .index_button &gt; li {
    display: flex;
    width: 33.3%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .hojin-index-layout-v3 .index_button &gt; li:nth-child(-n+3) {
    border-top: none;
  }
  .hojin-index-layout-v3 .index_button &gt; li:nth-child(3n+1) {
    width: 33.4%;
    border-left: none;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 5px 10px 5px;
    background-color: #fff;
    color: #333;
    line-height: 1.3;
    text-decoration: none;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a &gt; span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.6em;
    text-align: center;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a[class*="type-icon"] &gt; span {
    position: relative;
    margin: 43px 0 0;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a[class*="type-icon"] &gt; span::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 38px;
    margin: 0 0 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon1 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic01.png");
    background-size: 24px 31px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon2 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic02.png");
    background-size: 48px 27px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon3 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic03.png");
    background-size: 30px 30px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon4 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic06.png");
    background-size: 34px 27px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon5 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic05.png");
    background-size: 28px 29px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon6 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic04.png");
    background-size: 29px 34px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon7 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic07.png");
    background-size: 40px 31px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon8 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic08.png");
    background-size: 38px 34px;
  }
  .hojin-index-layout-v3 .index_button &gt; li &gt; a.type-icon9 &gt; span::before {
    background-image: url("/hojin/img/index_service_ic09.png");
    background-size: 48px 20px;
  }
  .hojin-index-layout-v3 .index_banner {
    overflow: hidden;
    position: relative;
    margin: 1.4em 0 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 15px;
  }
  .hojin-index-layout-v3 .index_banner a.banner_frame {
    display: block;
    color: #333;
    font-size: 3.73vw;
    text-decoration: none;
  }
  .hojin-index-layout-v3 .index_banner .banner_title {
    position: absolute;
    top: 31.39%;
    left: 0;
    width: 100%;
    padding: 0 62.62% 0 9.78%;
    font-size: 121.42%;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .hojin-index-layout-v3 .index_banner .banner_image img {
    width: 100%;
  }

  /* v4 */
  .hojin-index-layout-v4 .index_column {
    margin: 0 -15px;
  }
  .hojin-index-layout-v4 .index_column &gt; * {
    padding: 20px 15px;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_important {
    background-color: #ffdcdc;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_note {
    background-color: #fffdcb;
  }
  .hojin-index-layout-v4 .index_column &gt; .column_important + .column_note {
    border-top: 1px solid #f8c3c3;
  }
  .hojin-index-layout-v4 .index_column_2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_heading {
    order: 1;
    flex: 1;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_link {
    order: 3;
    width: 100%;
    margin: 0.7em 0 0;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav {
    order: 2;
    margin: 0 0 0 15px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow {
    position: relative;
    width: 25px;
    height: 25px;
    padding: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: left;
    line-height: 0;
    text-indent: -9999em;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow + .slick-arrow {
    margin-left: 5px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: all .2s ease-out 0s;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: -3px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow.slick-next::before {
    transform: rotate(45deg);
    margin-left: -7px;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; .column_nav .slick-arrow:hover::before {
    opacity: 0.7;
  }
  .hojin-index-layout-v4 .index_column_2 &gt; * &gt; *:first-child {
    margin-top: 0 !important;
  }
  .hojin-index-layout-v4 .index_heading {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v4 .index_heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .hojin-index-layout-v4 .index_heading.type-note {
    color: #dc3545;
  }
  .hojin-index-layout-v4 .index_heading.type-important::before {
    width: 14px;
    height: 13px;
    background-image: url("/hojin/img/index_caution_ic01.png");
  }
  .hojin-index-layout-v4 .index_heading.type-note::before {
    width: 18px;
    height: 16px;
    background-image: url("/hojin/img/index_caution_ic02.png");
  }
  .hojin-index-layout-v4 .index_link li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #333;
    line-height: 1.5;
    text-decoration: underline;
  }
  .hojin-index-layout-v4 .index_link li a::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -3px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #3f3f3f;
    border-right: 2px solid #3f3f3f;
    border-radius: 1px;
    transform: rotate(45deg);
  }
  .hojin-index-layout-v4 .index_link li .a-blank::after,
  .hojin-index-layout-v4 .index_link li .a-pdf::after {
    content: "";
    display: inline-block;
    margin: .3em 0 0 8px;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
    background-size: 240px auto;
    vertical-align: top;
  }

  /* v5 */
  .hojin-index-layout-v5 {
    margin: 0 -15px;
    padding: 20px 15px;
    background-color: #1176cc;
    color: #fff;
  }
  .hojin-index-layout-v5 .index_heading {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v5 .index_text {
    margin: 0.3em 0 0;
  }
  .hojin-index-layout-v5 .index_search {
    overflow: hidden;
    position: relative;
    margin: 0.7em 0 0;
    border: 1px solid #d4d8dc;
    border-radius: 18px;
  }
  .hojin-index-layout-v5 .index_search input[type="text"],
  .hojin-index-layout-v5 .index_search input[type="submit"] {
    height: 35px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v5 .index_search input[type="text"] {
    width: 100%;
    padding: 0 55px 0 15px;
    background-color: #f9f9f9;
    line-height: 35px;
  }
  .hojin-index-layout-v5 .index_search input[type="submit"] {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    background-color: #fff;
    background-image: url("/hojin/img/index_search_ic01.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px auto;
    border-left: 1px solid #d4d8dc;
    text-align: left;
    text-indent: -9999em;
  }

  /* v6 */
  .hojin-index-layout-v6 {
    margin: 1.8em 0 0;
  }
  .hojin-index-layout-v6 .index_heading {
    display: flex;
    align-items: center;
  }
  .hojin-index-layout-v6 .index_heading &gt; .heading_title {
    flex: 1;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .hojin-index-layout-v6 .index_heading &gt; .heading_link &gt; li &gt; a {
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 25px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 17px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
  }
  .hojin-index-layout-v6 .index_heading + .news-layout {
    margin-top: 0.3em;
  }

  /* v7 */
  .hojin-index-layout-v7 {
    margin: 0.7em 0 0;
  }
  .hojin-index-layout-v7 .index_banner &gt; li,
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a {
    border-radius: 15px;
  }
  .hojin-index-layout-v7 .index_banner &gt; li {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    border: 1px solid #eee;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button1 {
    background: linear-gradient(to right, rgba(88,165,45,1) 0%,rgba(88,165,45,1) 25%,rgba(255,255,255,1) 100%);
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button2 {
    background: linear-gradient(to right,  rgba(255,236,243,1) 0%,rgba(255,236,243,1) 25%,rgba(255,255,255,1) 100%);
  }
  .hojin-index-layout-v7 .index_banner &gt; li + li {
    margin-top: 1.1em;
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75px;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto 100%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button1 &gt; a {
    background-image: url("/hojin/img/index_banner_bg01.png");
    color: #fff;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button2 &gt; a {
    background-image: url("/hojin/img/index_banner_bg02.png");
    color: #333;
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a &gt; span {
    position: relative;
    padding: 0 18px 0 0;
  }
  .hojin-index-layout-v7 .index_banner &gt; li &gt; a &gt; span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
    margin: -5px 2px 0 0;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button1 &gt; a &gt; span::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .hojin-index-layout-v7 .index_banner &gt; li.type-button2 &gt; a &gt; span::before {
    border-top-color: #333;
    border-right-color: #333;
  }

  /* v8 */
  .hojin-index-layout-v8 {
    overflow: hidden;
    margin: 2.1em -15px 0;
  }
  .hojin-index-layout-v8 .index_slider button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen {
    overflow: hidden;
    padding: 0 7px;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen .slider_panel {
    float: left;
    width: 50%;
    padding: 0 8px;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen &gt; .slider_panel {
    margin-top: 15px;
  }
  .hojin-index-layout-v8 .index_slider .slider_screen &gt; .slider_panel:nth-child(-n+2) {
    margin-top: 0;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel a.panel_inner {
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel .panel_image {
    text-align: center;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel .panel_image img {
    border-radius: 15px;
  }
  .hojin-index-layout-v8 .index_slider .slider_panel .panel_text {
    margin: 0.7em 0 0;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow {
    /*overflow: hidden;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
    z-index: 2;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-prev {
    left: -11px;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: -3px;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-next {
    right: -11px;
  }
  .hojin-index-layout-v8 .index_slider .slick-arrow.slick-next::before {
    transform: rotate(45deg);
    margin-left: -10px;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots,
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li,
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li &gt; button {
    height: 11px;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 1em 0 0;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li {
    font-size: 0;
    line-height: 0;
    margin: 0 6px;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li &gt; button {
    overflow: hidden;
    width: 11px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
  }
  .hojin-index-layout-v8 .index_slider .slick-dots &gt; li.slick-active &gt; button {
    background-color: #00b0ec;
  }

  /* v9 */
  .hojin-index-layout-v9 {
    padding: 10px 0 0;
  }
  .hojin-index-layout.is-show + .hojin-index-layout-v9 {
    margin-top: -10px;
  }
  .hojin-index-layout-v9 .index_column &gt; .column_link {
    margin: 0.7em -15px 0;
    background-color: #0091e4;
  }
  .hojin-index-layout-v9 .index_column &gt; .column_link &gt; .index_column_2{
    border-top: solid 1px #cee3f8;
  }
  .hojin-index-layout-v9 .index_column_2{
    display: flex;
    padding: 5px 12px 20px;
    background-color: #fff;
    justify-content: center;
  }
  .hojin-index-layout-v9 .index_column_2 .column_col{
    display: flex;
    justify-content: center;
    width: 50%;
    padding: 0 2%;
}
  .hojin-index-layout-v9 .index_column_2 .column_col:first-child{
    border-right: solid 1px #cee3f8;
  }
  .hojin-index-layout-v9 .index_column_2 .index_img_box{
    width: calc(100% - 8px);
    margin: 0 auto;
  }
  .hojin-index-layout-v9 .index_column_2 .index_heading,
  .hojin-index-layout-v9 .index_column_2 .index_button{
    display: none;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list {
    display: flex;
    flex-wrap: wrap;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li {
    display: flex;
    width: 50%;
    padding: 1px 0 0 1px;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li:nth-child(-n+2) {
    padding-top: 0;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li:nth-child(2n+1) {
    padding-left: 0;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #126ebc;
    color: #fff;
    font-weight: 700;
    line-height: 1.28;
    text-decoration: none;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"] {
    padding-left: 65px;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a[class*="type-icon"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon1::before {
    background-image: url("/hojin/img/index_guide_ic01.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon2::before {
    background-image: url("/hojin/img/index_guide_ic02.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon3::before {
    background-image: url("/hojin/img/index_guide_ic03.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon4::before {
    background-image: url("/hojin/img/index_guide_ic04.png");
  }
  .hojin-index-layout-v9 .index_button_2 .button_list &gt; li &gt; a.type-icon5::before {
    background-image: url("/hojin/img/index_guide_ic05.png");
  }
  .hojin-index-layout-v9 .index_slider {
    margin: 0 -15px;
    line-height: 0;
  }
  .hojin-index-layout-v9 .index_slider button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .hojin-index-layout-v9 .index_slider .slider_frame {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.7em 0 0;
  }
  .hojin-index-layout-v9 .index_slider .slider_frame &gt; .slider_pager + .slider_switch {
    margin-left: 9px;
  }
  .hojin-index-layout-v9 .index_slider .slider_button {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 1.3rem;
  }
  .hojin-index-layout-v9 .index_slider .slider_button &gt; * {
    overflow: hidden;
    text-align: center;
    border-right: none;
    background-position: right 10px top 53%;
    background-size: 12px 10px;
    background-repeat: no-repeat;
    padding:2px 30px 2px 10px;
    font-weight: 700;
  }
  .hojin-index-layout-v9 .index_slider .slider_button &gt; .button_start {
    display: block;
    background-image: url("/hojin/img/index_hero_ic02.png");
  }
  .hojin-index-layout-v9 .index_slider .slider_button &gt; .button_stop {
    display: none;
    background-image: url("/hojin/img/index_hero_ic01.png");
  }
  .hojin-index-layout-v9 .index_slider .slider_button.is-play &gt; .button_start {
    display: none;
  }
  .hojin-index-layout-v9 .index_slider .slider_button.is-play &gt; .button_stop {
    display: block;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots,
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li,
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li &gt; button {
    height: 11px;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li {
    font-size: 0;
    line-height: 0;
    margin: 0 6px;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li &gt; button {
    overflow: hidden;
    width: 11px;
    background-color: #0091e4;
    border-radius: 50%;
    text-align: left;
    text-indent: -9999em;
  }
  .hojin-index-layout-v9 .index_slider .slick-dots &gt; li.slick-active &gt; button {
    background-color: #e578ac;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */


/* ======================================================
 * Print
====================================================== */
@media print {
  body[data-browser="ie11"] {
    zoom: 0.55;
  }
  body {
    width: 1920px;
  }
}
</pre></body></html>