@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;
}
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;
  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;
  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
}
/*
 *  utility
 * ------------------------------------------------------------------- */
.wrap {
  max-width: 1224px;
  position: relative;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
/* 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-midium {
  margin-top: 30px !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-ta-center {
  text-align: center
}
.u-ta-left {
  text-align: left
}
.u-ta-right {
  text-align: right
}
/*! 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-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) {
  .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-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%
  }
}
/* g-siteHeader */
#header.g-siteHeader .g-headerSearch .siteSearch_switchBtn {
  background-color: buttonface;
}
/* 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 {
  display: none;
  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
  }
}

/* main
* ------------------------------------------------------------------- */
.oh_main {
  position: relative;
}

/* About Style
* ------------------------------------------------------------------- */
.about_main {
  padding-top: 72px;
  padding-bottom: 55px;
  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;
}
/* 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: 1.6rem;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0.2em;
  background-color: #005BAC;
}
.detail_btn.kerning {
  padding: 0.2em 2.2em 0.3em 1.2em;
  line-height: 1.375;
  letter-spacing: 0;
}
.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: 100px;
  text-align: center;
}
/* font bold */
.u-fw-bold,
.detail_btn {
  font-family: "FP-ヒラギノUD角ゴ StdN W6";
  font-weight: 600;
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
  .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* g-siteHeader */
  #header.g-siteHeader .g-siteHeader_nav #header_gnav {
    margin-top: 80px;
  }
  .function01 .ul_function01 {
    margin: 48px 0;
  }

  /* main
  * ------------------------------------------------------------------- */
  .oh_main {
    position: relative;
  }

  /* About Style
  * ------------------------------------------------------------------- */
  .about_main {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .about_main .logo_hhhr {
    margin-bottom: 27px;
  }
  .about_main .message {
    line-height: 1.625;
    font-size: 1.6rem;
    text-align: left;
  }
  .about_main .message + .message {
    margin-top: 1.625em;
  }
  /* detail_btn */
  .detail_btn {
    min-width: 146px;
    padding: 0.2em 1em;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .detail_btn.kerning {
    padding: 0.5em 2.6em 0.6em 1.2em;
  }
  .detail_btn::before,
  .detail_btn::after {
  }
  .detail_btn_wrap {
    margin-top: 45px;
  }
} /* query end */
