@charset "UTF-8";

/*! =========================================================
 _reset
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
main, article, aside, figcaption, figure, footer, header, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  vertical-align: top;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
sup.reg {
  top: -0.3em;
  font-size: 100%;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
select::-ms-expand {
  display: none;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
label[for] {
  cursor: pointer;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
em {
  font-style: normal;
  font-weight: normal
}
img[src$=".svg"] {
  width: 100%;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  padding-top: 100px;
  line-height: 1.75;
  color: #000;
  font-family: 'FP-ヒラギノUD角ゴ StdN W4', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic Medium', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
body.is-fixed {
  overflow: hidden;
}
a {
  color: #005bac;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
a:visited {
  color: #005bac;
}
a:active, a:focus {
  color: #76a4cd;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto
}
button {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  border: 0
}
button {
  cursor: pointer
}
em {
  font-style: normal
}
li {
  list-style-type: none
}
figure {
  margin: 0
}
:focus {
  outline: auto;
  outline-style: auto;
  outline-color: #76a4cd
}
/* #onetrust-banner-sdk.otRelFont {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #onetrust-banner-sdk.otRelFont {
    font-size: 1.4rem;
  }
} */
#onetrust-banner-sdk #onetrust-policy-text, #onetrust-banner-sdk .ot-dpd-desc, #onetrust-banner-sdk .ot-b-addl-desc {
  font-size: 1.2rem !important;
}
body #onetrust-banner-sdk #onetrust-accept-btn-handler, body #onetrust-banner-sdk #onetrust-reject-all-handler, body #onetrust-banner-sdk #onetrust-pc-btn-handler {
  font-size: 1.2rem !important;
  padding: 0.75em !important;
  margin-right: 0.25em !important;
}
body #onetrust-banner-sdk #onetrust-accept-btn-handler:last-child, body #onetrust-banner-sdk #onetrust-reject-all-handler:last-child, body #onetrust-banner-sdk #onetrust-pc-btn-handler:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 426px) {
  body #onetrust-banner-sdk #onetrust-policy {
    margin: 1em 1em 1em 0 !important;
  }
  body #onetrust-banner-sdk #onetrust-close-btn-container {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
  }
  body #onetrust-banner-sdk .onetrust-close-btn-ui {
    top: 0 !important;
    right: 0 !important;
    width: 36px !important;
    height: 36px !important;
  }
}
/*
 *  utility
 * ------------------------------------------------------------------- */
.wrap {
  max-width: 1224px;
  position: relative;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
.article_wrap {
  max-width: 1024px;
  margin: 70px auto 200px;
  padding-right: 53px;
  padding-left: 53px;
  line-height: 1.85;
}
.article_wrap.u-mb-medium {
  margin-bottom: 84px !important;
}
article {
  counter-reset: sectionCount 0;
}
.bg-gray {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
}
.bg-gray .article_wrap {
  margin-top: 0;
  margin-bottom: 0;
}
/* display */
@media screen and (min-width:960px) {
  .hide-pc.show-tb {
    display: none;
  }
}
@media screen and (max-width:959px) {
  .hide-pc.show-tb {
    display: inline-block;
  }
}
@media screen and (min-width:769px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .hide-sp {
    display: none;
  }
}
/* margin */
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-small {
  margin-top: 15px !important;
}
.u-mt-midium {
  margin-top: 30px !important;
}
.u-mt-large {
  margin-top: 60px !important;
}
.u-mb-small {
  margin-bottom: 15px !important;
}
.u-mb-midium {
  margin-bottom: 30px !important;
}
.u-mb-large {
  margin-bottom: 60px !important;
}
/* font */
.u-color-blue {
  color: #005BAC;
}
.u-fw-regular {
  font-weight: 400
}
.u-fw-medium {
  font-weight: 500
}
.u-fw-bold {
  font-weight: 700
}
.u-fz-small {
  font-size: 1.4rem;
}
.u-fz-medium {
  font-size: 1.6rem;
}
.u-fz-large {
  font-size: 1.8rem;
}
.u-ta-center {
  text-align: center
}
.u-ta-left {
  text-align: left
}
.u-ta-right {
  text-align: right
}
.u-lh-thin {
  line-height: 1.5;
}
/*! Grid */
.l-grid_item-5per {
  width: 5%
}
.l-grid_item-10per {
  width: 10%
}
.l-grid_item-15per {
  width: 15%
}
.l-grid_item-20per {
  width: 20%
}
.l-grid_item-25per {
  width: 25%
}
.l-grid_item-30per {
  width: 30%
}
.l-grid_item-35per {
  width: 35%
}
.l-grid_item-40per {
  width: 40%
}
.l-grid_item-45per {
  width: 45%
}
.l-grid_item-50per {
  width: 50%
}
.l-grid_item-55per {
  width: 55%
}
.l-grid_item-60per {
  width: 60%
}
.l-grid_item-65per {
  width: 65%
}
.l-grid_item-68per {
  width: 68%
}
.l-grid_item-70per {
  width: 70%
}
.l-grid_item-75per {
  width: 75%
}
.l-grid_item-80per {
  width: 80%
}
.l-grid_item-85per {
  width: 85%
}
.l-grid_item-90per {
  width: 90%
}
.l-grid_item-95per {
  width: 95%
}
.l-grid_item-100per {
  width: 100%
}
@media only screen and (max-width:768px) {
  .u-mt-large {
    margin-top: 20px !important;
  }
  .u-mb-large {
    margin-bottom: 20px !important;
  }
  .u-ta-center-sp {
    text-align: center !important;
  }
  .u-ta-left-sp {
    text-align: left !important;
  }
  .u-ta-right-sp {
    text-align: right !important;
  }
  .l-grid_item-5per {
    width: 100%
  }
  .l-grid_item-10per {
    width: 100%
  }
  .l-grid_item-15per {
    width: 100%
  }
  .l-grid_item-20per {
    width: 100%
  }
  .l-grid_item-25per {
    width: 100%
  }
  .l-grid_item-30per {
    width: 100%
  }
  .l-grid_item-35per {
    width: 100%
  }
  .l-grid_item-40per {
    width: 100%
  }
  .l-grid_item-45per {
    width: 100%
  }
  .l-grid_item-50per {
    width: 100%
  }
  .l-grid_item-55per {
    width: 100%
  }
  .l-grid_item-60per {
    width: 100%
  }
  .l-grid_item-65per {
    width: 100%
  }
  .l-grid_item-68per {
    width: 100%
  }
  .l-grid_item-70per {
    width: 100%
  }
  .l-grid_item-75per {
    width: 100%
  }
  .l-grid_item-80per {
    width: 100%
  }
  .l-grid_item-85per {
    width: 100%
  }
  .l-grid_item-90per {
    width: 100%
  }
  .l-grid_item-95per {
    width: 100%
  }
  .l-grid_item-100per {
    width: 100%
  }
  .sp-l-grid_item-5per {
    width: 5% !important;
  }
  .sp-l-grid_item-10per {
    width: 10% !important;
  }
  .sp-l-grid_item-15per {
    width: 15% !important;
  }
  .sp-l-grid_item-20per {
    width: 20% !important;
  }
  .sp-l-grid_item-25per {
    width: 25% !important;
  }
  .sp-l-grid_item-30per {
    width: 30% !important;
  }
  .sp-l-grid_item-35per {
    width: 35% !important;
  }
  .sp-l-grid_item-40per {
    width: 40% !important;
  }
  .sp-l-grid_item-45per {
    width: 45% !important;
  }
  .sp-l-grid_item-50per {
    width: 50% !important;
  }
  .sp-l-grid_item-55per {
    width: 55% !important;
  }
  .sp-l-grid_item-60per {
    width: 60% !important;
  }
  .sp-l-grid_item-65per {
    width: 65% !important;
  }
  .sp-l-grid_item-70per {
    width: 70% !important;
  }
  .sp-l-grid_item-75per {
    width: 75% !important;
  }
  .sp-l-grid_item-80per {
    width: 80% !important;
  }
  .sp-l-grid_item-85per {
    width: 85% !important;
  }
  .sp-l-grid_item-90per {
    width: 90% !important;
  }
  .sp-l-grid_item-95per {
    width: 95% !important;
  }
  .sp-l-grid_item-100per {
    width: 100% !important;
  }
}
/* heading */
.oh_heading_a {
  position: relative;
  margin-bottom: 52px;
  padding: 0 30px;
  line-height: 1.4;
  text-align: center;
}
.oh_heading_a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #808080;
}
.oh_heading_a > span {
  display: block;
  width: 372px;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  color: #005BAC;
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #fff;
}
.oh_heading_a > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: #808080;
}
.oh_heading_a > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: #808080;
}
.oh_heading_b {
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
hr {
  height: 0;
  margin: 70px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #808080;
}
/* button */
.border__button {
  display: inline-block;
  min-width: 21rem;
  padding: 0.45em 0.5em 0.45em;
  border: 1px solid #666;
  border-radius: 1.3em;
  color: inherit;
  text-decoration: none !important;
  font-size: 1.6rem;
  text-align: center;
}
.border__button:hover {
  transform: scale(1.2);
}
.button__wrap {
  margin-top: 4rem;
  text-align: center;
}
/* function01 */
.function01 {
  margin: 0;
  overflow: hidden;
}
.ul_function01 {
  display: flex;
  justify-content: center;
  margin: 86px 0 48px;
  overflow: hidden;
  font-size: 1.2rem
}
.function01 .ul_function01 li.social01:first-child {
  padding-left: 0
}
.ul_function01 li.social01 {
  padding-left: 15px
}
.ul_function01 li.social01 > a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -940px;
  overflow: hidden;
  cursor: pointer
}
.ul_function01 li.social01 > a:hover {
  opacity: 0.8
}
.ul_function01 li.social01 > a.facebook01 {
  background-image: url('/-/Media/cojp/heart/assets/img/ic_facebook.svg')
}
.ul_function01 li.social01 > a.twitter01 {
  background-image: url('/-/Media/cojp/heart/assets/img/ic_twitter.svg?20230831')
}
.ul_function01 li.social01 > a.line01 {
  background-image: url('/-/Media/cojp/heart/assets/img/ic_line.svg')
}
.ul_function01 li.print01 {
  position: relative;
  padding: 3px 0 3px 20px;
  font-size: 14px;
  line-height: 150%;
  margin-left: 0;
  padding-left: 24px;
}
.ul_function01 li.print01 > a {
  display: inline-block;
  padding-right: 28px;
  padding-left: 0;
  text-decoration: none;
  background-image: url('/-/Media/cojp/heart/assets/img/ic_print.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px 24px;
}
.ul_function01 li.print01 > a:hover {
  opacity: 0.8
}
@media screen and (max-width: 768px) {
  .ul_function01 li.print01 {
    display: none
  }
}
@media screen and (max-width: 480px) {
  .function01 {
    margin: 12px 0;
    padding: 0 4.7%
  }
}
@media print {
  .function01 {
    display: none
  }
}

/* ページトップ */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #005BAC url('/-/Media/cojp/heart/assets/img/ic_arrow_up.svg') no-repeat 50% 50%;
  background-size: 16px 16px;
  cursor: pointer;
  z-index: 99;
}
#pagetop:hover {
  opacity: 0.6;
  transition: .2s ease-out;
}

/* header
 * ------------------------------------------------------------------- */
.oh_header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease 0s;
}
.oh_header .header_logo {
  display: flex;
  position: relative;
  margin-left: 28px;
}
.header_logo .logo_rohto {
  display: block;
  width: 141px;
  align-self: center;
}
.header_logo .logo_hhhr {
  display: block;
  position: absolute;
  top: 8px;
  left: 197px;
  width: 344px;
}
.no-header_logo .header_logo .logo_hhhr {
  display: none;
}
.top .header_logo .logo_hhhr {
  top: -180px;
  transition: all 0.5s ease 0s;
}
.top .header_logo .logo_hhhr.anime {
  top: 8px;
}
.header_logo .logo_hhhr img {
  -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
/* oh_header_nav */
.oh_header_nav {
  display: flex;
  margin-right: 53px;
  margin-left: auto;
}
.oh_header_nav ul {
  display: flex;
  margin-top: auto;
}
.oh_header_nav ul li a {
  display: block;
  padding: 1.2em 1.55em;
  color: inherit;
  text-decoration: none !important;
}
.oh_header_nav ul li a.is-current {
  color: #005BAC;
}
/* oh_nav */
.oh_nav {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: #F7F7F7;
  opacity: 0;
  transition: all 0.3s;
}
.oh_nav.is-active {
	opacity: 1;
  z-index: 101;
}
.oh_nav_top {
  padding: 5px 0 13px;
  background-color: #fff;
}
.oh_nav_top .logo_hhhr {
  display: block;
  width: 195px;
  margin: 0 auto;
}
.oh_nav_body {
  padding: 28px 0 30px;
}
.oh_nav .nav_title {
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: 1;
  text-align: center;
}
.oh_nav .nav_title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #808080;
}
.oh_nav .nav_title > span {
  display: inline-block;
  min-width: 196px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  background-color: #F7F7F7;
}
.oh_nav .nav_title > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #808080;
}
.oh_nav .nav_title > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #808080;
}
.oh_nav .nav_title img {
  display: block;
  margin: 0 auto;
}
img.title_menu {
  display: block;
  width: 85px;
  margin: 0 auto;
}
img.title_category {
  display: block;
  width: 214px;
  margin: 0 auto;
}
img.title_all {
  display: block;
  width: 65px;
  margin: 0 auto;
}
img.title_new {
  display: block;
  width: 87px;
  margin: 0 auto;
}
.oh_nav_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
  font-size: 1.8rem;
}
.oh_nav_menu li:not(:first-child) {
  margin-left: 2em;
}
.oh_nav_menu li a {
  display: block;
  padding: 1em;
  color: inherit;
  text-decoration: none;
}
.oh_nav_category {
  margin: 0 10px;
}
.oh_nav_category li:not(:first-child) {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #808080;
}
.oh_nav_category a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.oh_nav_category .category_heading {
  display: block;
  margin-bottom: 0.1em;
  color: #005BAC;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.oh_nav_category .category_text {
  display: block;
  font-size: 1.4rem;
}
.header_menu_btn {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}
.header_menu_btn:hover {
  opacity: 0.6;
}
.header_menu_btn span{
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #4D4D4D;
  transition: all .4s;
}
.header_menu_btn span:nth-of-type(1) {
  top: 14px;
}
.header_menu_btn span:nth-of-type(2) {
  top: 21px;
}
.header_menu_btn span:nth-of-type(3) {
  top: 28px;
}
.header_menu_btn.is-active span:nth-of-type(1) {
  top: 24px;
  left: 14px;
  transform: rotate(-135deg);
}
.header_menu_btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header_menu_btn.is-active span:nth-of-type(3){
  top: 24px;
  left: 14px;
  transform: rotate(135deg);
}
/* page_anchor_nav */
.page_anchor_nav {
  display: none;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.list-anchor__item:not(:first-child) {
  margin-top: 0
}
.page_anchor_nav li a {
  display: block;
  padding: 0.85em;
  color: #999;
  font-size: 1.8rem;
  text-decoration: none;
}
.page_anchor_nav li a.is-active {
  color: #004BB1;
  font-weight: 700;
}

/* footer
 * ------------------------------------------------------------------- */
.oh_footer {
  position: relative;
  padding-top: 36px;
  padding-bottom: 20px;
  background: #F7F7F7;
}
.oh_footer .footer_wrap {
  padding: 0 28px;
}
.oh_footer .logo_hhhr {
  display: block;
  max-width: 423px;
  margin: 0 auto;
}
.oh_footer .logo_rohto {
  max-width: 137px;
  margin: 33px auto 0;
}
.oh_footer .logo_rohto a {
  display: block;
  color: inherit;
  text-decoration: none !important;
}
.oh_footer .logo_rohto figcaption {
  margin-top: 1.2em;
  font-size: 1.2rem;
  text-align: center;
}
/* footer_links */
.footer_links {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.footer_links li {
  padding: 0 1.1em;
  font-size: 1.2rem;
}
.footer_links li:not(:first-child) {
  border-left: 1px solid #000;
}
.footer_links li a {
  color: inherit;
  text-decoration: none !important;
}
.oh_footer .copyright {
  margin-top: 18px;
  font-size: 1rem;
  text-align: center;
}

/* main
* ------------------------------------------------------------------- */
.oh_main {
  position: relative;
}
/* article_head */
.article_head {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #F7F7F7;
}
.article_head_inner {
  max-width: 1600px;
  margin: 0 auto;
}
.article_head_inner::before {
  content: '';
  display: block;
  padding-top: 44.45%;
}
.article_head_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 806px;
  padding: 18px 28px 15px;
  background-color: rgba(255, 255, 255, 0.7);
}
.mv_info .article_title {
  display: block;
  margin-top: 0;
  line-height: 1.3;
  font-weight: bold;
  font-size: 3.2rem;
}
.mv_info .article_title .sub_title {
  display: block;
  font-size: 2rem;
}
.mv_info .mv_info_text {
  display: block;
  margin-top: 0.6em;
  line-height: 1.85;
}
/* article_tag */
.article_tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px 28px;
}
.article_tag ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.article_tag ul li:not(:last-child) {
  margin-right: 1em;
}
.article_tag ul li a {
  color: inherit;
  text-decoration: none;
}
.article_tag .article_date {
  margin-right: 25px;
  line-height: 1.83;
  font-size: 1.2rem;
  text-align: right;
}
.article_tag .article_date .reprint {
  position: absolute;
  bottom: 14px;
  left: 28px;
}
@media screen and (min-width:961px) {
  .article_tag .article_date {
    margin-right: calc((100% - (100% - 50px)) / 2);
  }
}
@media screen and (min-width:1024px) {
  .article_tag .article_date {
    margin-right: calc((100% - 918px) / 2);
  }
}
/* profile */
.profile {
  margin: 70px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.profile_block {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.profile_block:not(:first-child) {
  margin-top: 30px;
}
.profile_block .profile_img {
  position: relative;
  width: 170px;
  margin-right: 46px;
}
.profile_block .profile_img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.profile_block .profile_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_block .profile_text {
  flex: 1;
}
.profile_block .profile_name {
  margin-bottom: 0.5em;
  color: #004BB1;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
.profile_block .profile_name em {
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.33em;
}
.profile_block .profile_name + p {
  margin-top: 0;
}
/* article_index */
.article_index {
  margin-top: 70px;
  padding: 25px;
  background-color: #F7F7F7;
}
.article_index ol {
  max-width: 760px;
  margin: 0 auto;
  counter-reset: indexCount 0;
}
.article_index ol li {
  counter-increment: indexCount 1;
}
.article_index ol li:not(:first-child) {
  margin-top: 1em;
}
.article_index ol li a {
  position: relative;
  padding-left: 3.6em;
  color: inherit;
  text-decoration: none;
}
.article_index ol li a::before {
  content: counter(indexCount);
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
  white-space: nowrap;
}
.article_index ol li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 2.3em;
  width: 5px;
  height: 2px;
  background-color: #4d4d4d;
}
/* article_section */
.article_section {
  position: relative;
  margin-top: 140px;
  padding-top: 40px;
  counter-increment: sectionCount 1;
}
.article_section::before {
  content: counter(sectionCount, decimal-leading-zero);
  position: absolute;
  top: -0.5em;
  left: -1.8em;
  width: 1.5em;
  color: #000;
  line-height: 1;
  font-size: 3rem;
  text-align: right;
  white-space: nowrap;
}
.article_section::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}
.article_section .section_title {
  min-height: 3.32em;
  margin-bottom: 30px;
  line-height: 1.66;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.article_section .section_title.minh0 {
  min-height: 0;
}
.article_section .section_title + p {
  margin-top: 70px;
}
.article_section .section_title + .speaker {
  margin-top: 30px;
}
.article_wrap p + p {
  margin-top: 1.8em;
}
.article_section .section_heading {
  margin-top: 70px;
  font-weight: bold;
}
.article_section .section_title + .section_heading {
  margin-top: 30px;
}
.article_section .section_heading + .speaker {
  margin-top: 60px;
}
.article_section .section_sub_heading {
  margin-top: 70px;
  font-weight: bold;
}
.article_section hr + .section_sub_heading {
  margin-top: -40px;
}
.article_wrap .speaker + .speaker {
  margin-top: 60px;
}
.article_wrap p + .speaker {
  margin-top: 60px;
}
.article_wrap figure + p {
  margin-top: 70px;
}
.speaker1 {
  color: #005BAC;
  font-weight: bold;
}
.speaker2 {
  color: #E60012;
  font-weight: bold;
}
.speaker3 {
  color: #000;
  font-weight: bold;
}
/* section_tips */
.section_tips {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 30px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.article_img {
  margin: 70px auto;
}
.article_img + .article_img {
  margin-top: 45px;
}
.article_img + hr {
  margin-top: 30px;
}
.section_tips .article_img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.article_img figcaption {
  font-size: 1.4rem;
}
.article_img figcaption.text-large {
  font-size: 1.6rem;
}
.article_img img + figcaption {
  margin-top: 1em;
}
.article_img figcaption + img {
  margin-top: 1em;
}
.article_img.overflow_side {
  margin-right: -2.1rem;
  margin-left: -2.1rem;
}
/* oh_other_article */
.oh_other_article {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #808080;
}
.oh_heading_a + .oh_other_article {
  margin-top: -24px;
}
.oh_other_article::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: #808080;
  transform: translateX(-200px);
}
.oh_other_article::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  right: 50%;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: #808080;
  transform: translateX(200px);
}
.oh_other_article .article_item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.oh_other_article .article_item .article_thumb {
  display: block;
  width: 280px;
  margin-right: 28px;
  padding: 24px 0;
  border-top: 1px dashed transparent;
  color: inherit;
  text-decoration: none;
}
.oh_other_article .article_item .article_thumb .title {
  display: none;
}
.oh_other_article .article_item .article_thumb .article_thumb_img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 280 / 144;
}
.oh_other_article .article_item .article_thumb .article_thumb_img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.oh_other_article .article_item .article_thumb:hover .article_thumb_img img {
  transform: scale(1.1);
}
.oh_other_article .article_item .article_detail {
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding: 24px 0;
  border-top: 1px dashed transparent;
}
.oh_other_article .article_item:not(:first-child) .article_detail {
  border-top-color: #808080;
}
.oh_other_article .article_item .article_text {
  flex: 1;
  color: inherit;
  text-decoration: none;
}
.oh_other_article .article_item .title {
  display: block;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #005BAC;
  font-weight: bold;
  font-size: 1.8rem;
}
.oh_other_article .article_item .text {
  display: block;
}
.oh_other_article .article_item .index_link {
  position: relative;
  width: 146px;
  margin-left: 16px;
  border-left: 1px solid #808080;
  line-height: 1.5;
  text-align: center;
}
.oh_other_article .article_item .index_link a {
  display: inline-block;
  position: relative;
  padding-right: 22px;
  color: inherit;
  text-decoration: none;
}
.oh_other_article .article_item .index_link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.oh_other_article .article_item .index_link a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/* Top Style
* ------------------------------------------------------------------- */
.article_slider_wrap {
  position: relative;
  margin-bottom: 45px;
}
.article_slider_wrap .logo_hhhr {
  position: absolute;
  top: -84px;
  left: 50%;
  margin-left: -463px;
  z-index: 100;
  width: 606px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .article_slider_wrap .logo_hhhr {
    top: -10%;
    margin-left: -36.17%;
    width: 47.34%;
  }
}
.mv_article {
  display: block;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #F7F7F7;
}
a.mv_article {
  color: inherit;
}
a.mv_article:hover {
  opacity: 0.8;
}
.mv_article_inner {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.mv_article_inner::before {
  content: '';
  display: block;
  padding-top: 46.87%;
}
.mv_article_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.mv_article:hover .mv_article_inner img {
  transform: scale(1.1);
}
/* article_slider_bottom */
.article_slider_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.article_slider_bottom .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
}
.article_slider_bottom .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #808080;
  background: #fff;
  opacity: 1;
}
.article_slider_bottom .swiper-pagination-bullet-active {
  background: #808080;
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
.article_slider_bottom .swiper-controll {
  position: relative;
  width: 30px;
  margin: 0 9px;
}
.article_slider_bottom .swiper-controll::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.article_slider_bottom .swiper-controll .swiper-pause {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.article_slider_bottom .swiper-controll .swiper-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.article_slider_bottom .swiper-controll.is-active .swiper-pause {
  display: block;
}
.article_slider_bottom .swiper-controll.is-active .swiper-play {
  display: none;
}

/* About Style
* ------------------------------------------------------------------- */
.about_main {
  padding-bottom: 140px;
  text-align: center;
}
.about_main .logo_hhhr {
  max-width: 792px;
  margin: 0 auto 54px;
}
.about_main .message {
  line-height: 2.5;
  letter-spacing: 0.05em;
}
.about_main .message + .message {
  margin-top: 2.5em;
}

/* All Style
* ------------------------------------------------------------------- */
.oh_main.contents_all {
  padding-top: 142px;
}
.oh_heading_b + .recommend_block {
  padding: 0 0 112px;
}
.recommend_block {
  padding: 16px 0 60px;
}
.recommend_filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* max-width: 920px; */
  margin: 0 auto;
  column-gap: 10px;
  row-gap: 24px;
}
.recommend_filter.home {
  max-width: 880px;
}
.recommend_filter_label {
  display: inline-block;
  padding: 0.25em 1.5em;
  border: 1px solid #000;
  border-radius: 1.3em;
  line-height: 1.5;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  cursor: pointer;
}
.recommend_filter_label:visited {
  color: inherit;
}
.recommend_filter_label:hover {
  background-color: #DBE1E7;
  transition: all 0.2s
}
.recommend_filter_label:has(:checked) {
  color: #fff;
  border-color: #005BAC;
  background-color: #005BAC;
}
.recommend_filter_label input {
  display: none;
}
.recommend_filter_bottom {
  width: 100%;
  margin-top: -0.5em;
  text-align: right;
}
.recommend_filter_reset {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-size: 1.4rem;
  transition: opacity 0.2s;
}
.recommend_filter_reset.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
  -ms-user-select: all;
  -webkit-user-select: all;
  user-select: none;
}
.recommend_filter_reset:hover {
  opacity: 0.6;
}
.recommend_filter_reset::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #808080;
  transform: rotate(45deg);
}
.recommend_filter_reset::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #808080;
  transform: rotate(-45deg);
}
/* article_item_list */
.article_item_list {
  width: 100%;
  overflow: hidden;
}
.article_item_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -70px -41px 215px;
}
.article_item_list ul li {
  position: relative;
  width: calc(100% / 3);
  padding: 70px 41px;
}
.article_item_list ul li.is-hidden {
  display: none !important;
}
.article_item_list ul li::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 1px;
  height: 30px;
  background-color: #808080;
}
.article_item_list ul li::after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #808080;
}
.article_item_list ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.article_item_list .item_thumb {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 320 / 200;
}
.article_item_list .item_thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.article_item_list a:hover .item_thumb img {
  transform: scale(1.1);
}
.article_item_list .item_text {
  display: block;
  margin-top: 1em;
  line-height: 1.75;
  font-weight: bold;
}
.article_item_list.short_list {
  margin-top: 25px;
  margin-bottom: 125px;
}
.article_item_list.short_list ul {
  margin-bottom: 0;
}
.article_item_list.short_list ul li:nth-child(n+4)::before,
.article_item_list.short_list ul li:nth-child(n+4)::after {
  display: none;
}
/* detail_btn */
.detail_btn {
  display: inline-block;
  position: relative;
  min-width: 238px;
  padding: 0.2em 1.3em;
  border-radius: 1.3em;
  color: #fff !important;
  line-height: 1;
  font-size: 2rem;
  text-decoration: none !important;
  letter-spacing: 0.2em;
  background-color: #005BAC;
}
.detail_btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.detail_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.detail_btn_wrap {
  margin-top: 55px;
  text-align: center;
}
.article_item_list.short_list ul + .detail_btn_wrap {
  margin-top: 15px;
}
/* article_notes */
.article_notes {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 1.4rem;
}
.article_wrap p + p.article_notes {
  margin-top: 70px;
}
.article_notes > div {
  display: flex;
  width: 100%;
}
.article_notes > div > dt {
  margin-right: 0.5em;
  white-space: nowrap;
}
.article_notes > div > dd {
  flex: 1;
}
/* article_column */
.article_column {
  margin-top: 50px;
  border: 1px solid #005BAC;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.article_column .column_head {
  padding: 0.2em 0 0.25em;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #005BAC;
  text-align: center;
}
.article_column .column_body {
  padding: 24px 30px 30px;
}
.article_column .column_body p {
  max-width: 720px;
  margin: 0 auto;
}
/* article_other_detail */
.article_other_detail {
  margin: 70px auto 0;
  font-weight: bold;
  text-align: center;
}
.article_other_detail.u-mt-large {
  margin-top: 120px !important;
}
.article_other_detail .article_other_detail_top {
  margin-bottom: 1.1em;
}
.article_other_detail .article_other_detail_body {
  margin-bottom: 1.2em;
}
.article_other_detail .article_other_detail_body a {
  color: inherit;
  text-decoration: none;
}
.article_other_detail .article_other_detail_body .article_img {
  max-width: 224px;
}
.article_other_detail .article_other_detail_body .article_img.banner_size {
  max-width: 576px;
}
.article_other_detail .article_other_detail_body .article_img + p {
  margin-top: 0.7em;
  font-size: 2rem;
}
.border_box {
  padding: 45px 23px;
  border: 1px solid #707070;
}
.list_heading {
  margin-bottom: 0.3em;
}
.disc_list > li {
  position: relative;
  padding-left: 1.1em;
}
.disc_list > li + li {
  margin-top: 0.3em;
}
.disc_list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #707070;
}
.section_column {
  display: flex;
  gap: 40px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.section_column .section_column_left {
  flex: 1;
}
.section_column .section_column_right {
  width: 42%;
}
.text_link {
  color: inherit !important;
  text-decoration: none;
}
.text_link:hover {
  color: inherit;
  text-decoration: underline;
}

/* font bold */
.u-fw-bold,
.oh_heading_a > span,
.oh_heading_b,
.oh_nav_category .category_heading,
.mv_info .article_title,
.profile_block .profile_name,
.article_section .section_title,
.article_section .section_heading,
.article_section .section_sub_heading,
.speaker1,
.speaker2,
.speaker3,
.oh_other_article .article_item .title,
.article_item_list .item_text,
.article_column .column_head,
.article_other_detail {
  font-family: "FP-ヒラギノUD角ゴ StdN W6", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic Bold', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-weight: 700;
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (max-width: 768px) {
  body {
    padding-top: 68px;
    font-size: 1.5rem;
  }
  a:hover {
    opacity: 1;
  }
  .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .article_wrap {
    margin: 30px auto 80px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.46;
  }
  .article_wrap.u-mb-medium {
    margin-bottom: 70px !important;
  }
  .bg-gray {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .function01 .ul_function01 {
    margin-top: 22px;
    margin-bottom: 30px;
  }
  #pagetop {
    right: 10px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  #pagetop:hover {
    opacity: 1;
  }
  /* heading */
  .oh_heading_a {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .oh_heading_a::before {
    display: none;
  }
  .oh_heading_a > span {
    display: inline-block;
    width: auto;
    padding: 0;
    position: relative;
    font-size: 2rem;
  }
  .oh_heading_a > span::before {
    left: -8px;
    width: 1px;
    height: 16px;
  }
  .oh_heading_a > span::after {
    right: -8px;
    width: 1px;
    height: 16px;
  }
  .oh_heading_a > span > span {
    display: block;
    position: relative;
    padding: 0 2em;
  }
  .oh_heading_a > span > span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    width: 16px;
    height: 1px;
    margin: auto;
    background-color: #808080;
  }
  .oh_heading_a > span > span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    width: 16px;
    height: 1px;
    margin: auto;
    background-color: #808080;
  }
  .oh_heading_a.sp-simple {
    padding: 0;
  }
  .oh_heading_a + .oh_heading_a.sp-simple {
    margin-top: 45px;
  }
  .oh_heading_a.sp-simple > span {
    font-size: 1.6rem;
  }
  .oh_heading_a.sp-simple > span::before,
  .oh_heading_a.sp-simple > span::after {
    display: none;
  }
  .oh_heading_a.sp-simple > span > span {
    padding: 0;
  }
  .oh_heading_a.sp-simple > span > span::before,
  .oh_heading_a.sp-simple > span > span::after {
    display: none;
  }
  .oh_heading_b {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  hr {
    margin: 30px 0;
  }
  /* button */
  .border__button {
    display: inline-block;
    min-width: 21rem;
    padding: 0.45em 0.5em 0.45em;
    border: 1px solid #666;
    border-radius: 1.3em;
    color: inherit;
    text-decoration: none !important;
    font-size: 1.6rem;
    text-align: center;
  }
  .border__button:hover {
    transform: scale(1.2);
  }
  .button__wrap {
    margin-top: 4rem;
    text-align: center;
  }

  /* header
  * ------------------------------------------------------------------- */
  .oh_header {
    height: 68px;
  }
  .oh_header .header_logo {
    display: flex;
    position: relative;
    margin-left: 12px;
  }
  .header_logo .logo_rohto {
    width: 93px;
  }
  .header_logo .logo_hhhr {
    top: 2px;
    left: 114px;
    width: 195px;
  }
  /* oh_header_nav */
  .oh_header_nav {
    display: flex;
    margin-right: 53px;
    margin-left: auto;
  }
  .oh_header_nav ul {
    display: none;
  }
  .header_menu_btn {
    display: block;
  }
  .header_menu_btn:hover {
    opacity: 1;
  }
  img.title_category {
    width: 156px;
  }
  img.title_all {
    width: 49px;
  }
  img.title_new {
    width: 66px;
  }
  .page_anchor_nav {
    display: none !important;
  }
  /* footer
  * ------------------------------------------------------------------- */
  .oh_footer {
    padding-top: 14px;
    padding-bottom: 6px;
  }
  .oh_footer .footer_wrap {
    padding: 0 10px;
  }
  .oh_footer .logo_hhhr {
    max-width: 241px;
  }
  .oh_footer .logo_rohto {
    max-width: 100px;
    margin: 16px auto 0;
  }
  .oh_footer .logo_rohto figcaption {
    display: none;
  }
  /* footer_links */
  .footer_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .footer_links li {
    padding: 0 1.1em;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .footer_links li:not(:first-child) {
    border-left: 1px solid #000;
  }
  .footer_links li:nth-child(3) {
    margin-top: 0.5em;
    border-left: none;
  }
  .footer_links li a {
    text-decoration: none !important;
  }
  .oh_footer .copyright {
    margin-top: 16px;
    font-size: 1.2rem;
  }

  /* main
  * ------------------------------------------------------------------- */
  .oh_main {
    position: relative;
  }
  /* article_head */
  .article_head {
    position: relative;
  }
  .article_head_inner::before {
    content: '';
    display: block;
    padding-top: 101.86%;
  }
  .article_head_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv_info {
    padding: 8px 10px 7px;
  }
  .mv_info .article_title {
    font-size: 1.6rem;
  }
  .mv_info .article_title .sub_title {
    font-size: 1.6rem;
  }
  .mv_info .mv_info_text {
    margin-top: 0.6em;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  /* article_tag */
  .article_tag {
    padding: 17px 10px;
  }
  .article_tag ul {
    width: 100%;
  }
  .article_tag .article_date {
    width: 100%;
    margin-top: 0.5em;
    margin-right: 0;
    line-height: 1.46;
  }
  .article_tag .article_date .reprint {
    position: static;
    margin-top: 0.8em;
  }
  /* profile */
  .profile {
    margin: 50px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .profile_block:not(:first-child) {
    margin-top: 20px;
  }
  .profile_block .profile_img {
    width: 100px;
    margin-right: 10px;
  }
  .profile_block .profile_name {
    font-size: 1.2rem;
  }
  .profile_block .profile_name em {
    display: block;
    margin-right: 0;
    font-size: 1.5em;
  }
  .profile_block .profile_name + p {
    font-size: 1.4rem;
  }
  /* article_index */
  .article_index {
    margin-top: 50px;
    padding: 20px 10px;
  }
  .article_index ol li {
    counter-increment: indexCount 1;
  }
  .article_index ol li:not(:first-child) {
    margin-top: 0.8em;
  }
  .article_index ol li a {
    display: block;
    padding-left: 0;
  }
  .article_index ol li a::before {
    content: counter(indexCount, decimal-leading-zero);
    display: block;
    position: static;
    width: auto;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
  }
  .article_index ol li a::after {
    display: none;
  }
  /* article_section */
  .article_section {
    margin-top: 95px;
    padding-top: 30px;
  }
  .article_section::before {
    left: 0;
    text-align: left;
  }
  .article_section::after {
    left: 47px;
    width: calc(100% - 47px);
  }
  .article_section .section_title {
    min-height: 3.5em;
    margin-bottom: 20px;
    line-height: 1.75;
    font-size: 1.8rem;
  }
  .article_section .section_title.minh0 {
    min-height: 3.5em;
  }
  .article_section .section_title + p {
    margin-top: 20px;
  }
  .article_section .section_title + .speaker {
    margin-top: 20px;
  }
  .article_wrap p + p {
    margin-top: 1.5em;
  }
  .article_section .section_heading {
    margin-top: 30px;
  }
  .article_section .section_title + .section_heading {
    margin-top: 20px;
  }
  .article_section .section_heading + .speaker {
    margin-top: 30px;
  }
  .article_section .section_sub_heading {
    margin-top: 30px;
  }
  .article_section hr + .section_sub_heading {
    margin-top: -10px;
  }
  .article_wrap .speaker + .speaker {
    margin-top: 30px;
  }
  .article_wrap p + .speaker {
    margin-top: 30px;
  }
  .article_wrap figure + p {
    margin-top: 30px;
  }
  .article_img {
    margin: 30px auto;
  }
  .article_img.overflow_side {
    margin-right: -10px;
    margin-left: -10px;
  }
  .article_img + .article_img {
    margin-top: 30px;
  }
  .article_img + hr {
    margin-top: 20px;
  }
  .section_tips .article_img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .article_img figcaption {
    font-size: 1.4rem;
  }
  .article_img figcaption.text-large {
    font-size: 1.5rem;
  }

  /* oh_other_article */
  .oh_other_article {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .oh_heading_a + .oh_other_article {
    margin-top: 0;
  }
  .oh_other_article::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 1px;
    height: 16px;
    margin: auto;
    background-color: #808080;
    transform: translateX(-100px);
  }
  .oh_other_article::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    right: 50%;
    width: 1px;
    height: 16px;
    margin: auto;
    background-color: #808080;
    transform: translateX(100px);
  }
  .oh_other_article .article_item {
    flex-wrap: wrap;
  }
  .oh_other_article .article_item:not(:first-child) {
    border-top: 1px dashed #808080;
  }
  .oh_other_article .article_item:last-child {
    position: relative;
  }
  .oh_other_article .article_item:last-child::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 16px;
    height: 1px;
    margin: auto;
    background-color: #808080;
    transform: translateX(-108px);
  }
  .oh_other_article .article_item:last-child::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    right: 50%;
    width: 16px;
    height: 1px;
    margin: auto;
    background-color: #808080;
    transform: translateX(108px);
  }
  .oh_other_article .article_item .article_thumb {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding: 20px 0 10px;
    border-top: none;
  }
  .oh_other_article .article_item .article_thumb .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: 0;
  }
  .oh_other_article .article_item .article_thumb .article_thumb_img {
    width: 174px;
  }
  .oh_other_article .article_item .article_detail {
    display: block;
    padding: 0 0 20px;
    border-top: none;
  }
  .oh_other_article .article_item:not(:first-child) .article_detail {
    border-top-color: #808080;
  }
  .oh_other_article .article_item .article_text {
    flex: 1;
  }
  .oh_other_article .article_item .article_text .title {
    display: none;
  }
  .oh_other_article .article_item .index_link {
    display: none;
  }

  /* Top Style
  * ------------------------------------------------------------------- */
  .article_slider_wrap {
    margin-bottom: 13px;
  }
  .article_slider_wrap .logo_hhhr {
    position: absolute;
    top: -8%;
    left: 29%;
    margin-left: 0;
    width: 59%;
  }
  a.mv_article:hover {
    opacity: 1;
  }
  .mv_article_inner::before {
    padding-top: 101.86%;
  }
  /* article_slider_bottom */
  .article_slider_bottom {
    padding: 8px 0;
  }
  .article_slider_bottom .swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;
  }

  /* About Style
  * ------------------------------------------------------------------- */
  .about_main {
    padding-top: 18px;
    padding-bottom: 88px;
  }
  .about_main .logo_hhhr {
    margin-bottom: 30px;
  }
  .about_main .message {
    line-height: 1.875;
    font-size: 1.6rem;
    white-space: nowrap;
    letter-spacing: normal;
  }
  .about_main .message + .message {
    margin-top: 1.875em;
  }
  /* All Style
  * ------------------------------------------------------------------- */
  .oh_main.contents_all {
    padding-top: 70px;
  }
  .oh_heading_b + .recommend_block {
    padding: 0 0 42px;
  }
  .recommend_block {
    padding: 10px 0 50px;
  }
  .recommend_filter {
    column-gap: 6px;
    row-gap: 8px;
  }
  .recommend_filter_label {
    padding: 0.35em 1.3em;
    font-size: 1.2rem;
  }
  .recommend_filter_label:hover {
    color: inherit;
    background-color: #fff;
  }
  .recommend_filter_label:has(:checked) {
    color: #fff;
    border-color: #005BAC;
    background-color: #005BAC;
  }
  .recommend_filter_bottom {
    margin-top: 0.1em;
  }
  .recommend_filter_reset {
    padding-left: 22px;
    font-size: 1.3rem;
  }
  .recommend_filter_reset:hover {
    opacity: 1;
  }
  .recommend_filter_reset::before {
    width: 16px;
  }
  .recommend_filter_reset::after {
    width: 16px;
  }
  /* article_item_list */
  .article_item_list {
    width: auto;
    margin: 10px -10px 0;
  }
  .article_item_list ul {
    justify-content: space-between;
    margin: -21px -8px 80px;
  }
  .article_item_list ul li {
    position: relative;
    width: 50%;
    padding: 21px 8px;
  }
  .article_item_list ul li::before {
    content: '';
    position: absolute;
    top: -7px;
    right: -1px;
    bottom: auto;
    width: 1px;
    height: 15px;
    background-color: #808080;
  }
  .article_item_list ul li::after {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    bottom: auto;
    width: 15px;
    height: 1px;
    background-color: #808080;
  }
  .article_item_list .item_text {
    margin-top: 0.5em;
    line-height: 1.42;
    font-size: 1.4rem;
  }
  .article_item_list ul li:nth-child(odd of :not(.is-hidden)) .item_text {
    padding-left: 10px;
  }
  .article_item_list ul li:nth-child(even of :not(.is-hidden)) .item_text {
    padding-right: 10px;
  }
  .article_item_list.short_list {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .article_item_list.short_list ul li:nth-child(n+4)::before,
  .article_item_list.short_list ul li:nth-child(n+4)::after {
    display: block;
  }
  /* detail_btn */
  .detail_btn {
    min-width: 146px;
    padding: 0.2em 1em;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .detail_btn::before,
  .detail_btn::after {
    display: none;
  }
  .detail_btn_wrap {
    margin-top: 30px;
  }
  .article_item_list.short_list ul + .detail_btn_wrap {
    margin-top: 10px;
  }
  /* article_notes */
  .article_notes {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
  .article_notes.u-mt-0 {
    margin-top: 25px;
  }
  .article_wrap p + p.article_notes {
    margin-top: 25px;
  }
  /* article_column */
  .article_column {
    margin-top: 30px;
  }
  .article_column .column_head {
    padding: 0.2em 0 0.25em;
    font-size: 1.8rem;
  }
  .article_column .column_body {
    padding: 12px;
  }
  /* article_other_detail */
  .article_other_detail {
    margin-top: 30px;
  }
  .article_other_detail.u-mt-large {
    margin-top: 50px !important;
  }
  .article_other_detail .article_other_detail_body .article_img + p {
    margin-top: 1.2em;
    font-size: 1.4rem;
  }
  .border_box {
    padding: 13px 7px;
    font-size: 1.6rem;
  }
  .list_heading {
    margin-bottom: 0.2em;
  }
  .disc_list > li {
    padding-left: 1.2em;
  }
  .disc_list > li + li {
    margin-top: 0.2em;
  }
  .disc_list > li::before {
    top: 0.6em;
  }
  .section_column {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section_column .section_column_right {
    width: auto;
    margin-top: 30px;
  }
  /* font bold */
  .article_index ol li a::before {
    font-family: "FP-ヒラギノUD角ゴ StdN W6", 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Yu Gothic Bold', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-weight: 700;
  }
} /* query end */

@media screen and (max-width: 374px) {
  .oh_header .header_logo {
    margin-left: 3.2vw;
  }
  .header_logo .logo_rohto {
    width: 24.8vw;
  }
  .header_logo .logo_hhhr {
    left: 30.4vw;
    width: 52vw;
  }
  .about_main .message {
    font-size: 4.26vw;
  }
}