@charset "utf-8";

:root {
  font-size: 17px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.noto-sans-jp-100 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.noto-sans-jp-200 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-800 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.svg_adjust{
  height: 1em;
  margin: 0px 0px 0px 5px;
}

#topbodywrap {
  width: 100%;
  background: #E8E8E8;
}

.innerwrap_clear {
  margin: 0 auto;
  background-color: #ffffff;
}

.site-header {
  position: fixed;
  height: 100px;
  margin: 0 auto;
  background: linear-gradient(120deg, #f52629 0%, #D7003A 30%, #D7003A 100%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  left: -30px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  border-radius: 20%;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 84%;
  height: 5px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 8px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 25px;
}
.hamburger-menu__bar:last-child {
  top: 42px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: linear-gradient(to right, #9f0a2b, #b71c1c);
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
.navigation__list-item {
  border-bottom: solid 1px #ae1a3b;
}
.navigation__list-item:first-child {
  border-top: solid 1px #bf3150;
}
*/

.navigation__link {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 34px 0;
  transition: .5s;
}
.navigation__link:link, .navigation__link:visited, .navigation__link:hover, .navigation__link:active {
  color: #fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #bf3150;
  }
}

.navigation__list-adjust{
  margin-left: 30px;
}

.header-adjuster{
  height: 100px;
}

.spSecondHeader {
  min-height: 50px;
  margin: 0 auto;
  background: linear-gradient(to right, #9f0a2b, #b71c1c);
  width: 100%;
  align-items: center;
}

.spSecondHeaderText {
  font-size: 0.75rem;
  margin: 0 auto;
  padding-top: 15px;
  color: #ffffff;
  text-align: center;
}

.site-footer {
  margin-top: 0px;
  padding: 50px 30px 80px 30px;
  color: #ffffff;
  background: linear-gradient(to top, #9f0a2b, #b71c1c);
  width: 100%;
}

.footerText{
  text-align: right;
}


.btn_wrap {
  display: flex;
  flex-direction:row-reverse;
}

#jiminbar_btn_wrap {
  display: flex;
  flex-direction:row-reverse;
}

#jiminlogobar_pc{
  display: none;
}

.btn_bo {
  color: #fff;
  background: linear-gradient(120deg, #f52629 0%, #D7003A 30%, #D7003A 100%);
  border-bottom: 5px solid #9f000c;
  border-radius: 100vh;
  text-align: center;
  padding: 10px;
  margin: 30px 15px 30px 30px;
  text-decoration: none;
  width: 250px;
}

.btn_bo:hover {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(120deg, #f6c98e 0%, #fc8eac 30%, #e34972 100%);
}

.btn__link {
  text-decoration: none;
}
.btn__link:link, .btn__link:visited, .btn__link:hover, .btn__link:active {
  text-decoration: none;
}

.imgBox{
  margin:30px 30px 0px 30px;
}

.imgBoxNMG{
  margin:0px 0px 0px 0px;
}

.imgBoxU30MG{
  margin:0px 0px 30px 0px;
}

.imgType100100 {
  width: 100%;
}

.imgType6060 {
  width: 60%;
  height: 60%;
}

.imgType30px50px {
  width: 30px;
}

.textHeader{
  margin:30px 30px 0px 30px;
}

.H1TextUnderline{
  padding: 0.5em;/*文字周りの余白*/
  background: #ffe2ea;/*背景色*/
  border-bottom: solid 3px #D7003A;/*下線*/
}

.H2TextUnderline{
  padding: 0.5em;/*文字周りの余白*/
  border-bottom: solid 3px #D7003A;/*下線*/
}

.textBox{
  margin:30px 30px 0px 30px;
  line-height: 1.6rem;
}

.breadcrumbsBox{
  margin: 50px 0px 30px 0px;
  padding: 30px 30px 10px 0px;
  line-height: 1.6rem;
  background-color: #ffe2ea;
}

ol#breadcrumbs li{
  display:inline;
  list-style-type: none;
}

ol#breadcrumbs li::after{
  content: " ＞";
}

ol#breadcrumbs li:last-child:after{
  content: "";
}

.breadcrumbs__link {
  color: #D7003A;
}
.breadcrumbs__link:link, .breadcrumbs__link:visited, .breadcrumbs__link:hover, .breadcrumbs__link:active {
  color: #D7003A;
}

h1{
  font-size: 1.4rem;
  margin: 0px;
  padding: 0px;
}

h2{
  font-size: 1.2rem;
  color: #D7003A;
  margin: 0px;
  padding: 0px;
}

.headerText{
  padding-left: 30px;
}

.headetText1{
  font-size: 2.8rem;
  color: #ffffff;
}

.headetText2{
  font-size: 1.6rem;
  color: #ffffff;
}

.headetText3{
  display: none;
  margin-left: 20px;
  font-size: 1rem;
  color: #ffffff;
}

.headetText4{
  display: none;
  margin-left: 20px;
  font-size: 1rem;
  color: #ffffff;
}

.captionText{
  text-align: center;
}

.textBo{
  color: #D7003A;
}

.textHighlight{
  font-weight: bold;
  color: #D7003A;
}

.footer__link {
  color: #ffffff;
}
.footer__link:link, .footer__link:visited, .footer__link:hover, .footer__link:active {
  color: #ffffff;
}

.snsIconBox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.snsIcon{
  text-align: center;
  margin: 20px 30px 0px 30px;
}

.snsCaption{
  margin-top: 10px;
  font-size: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.sns__link {
  color: #000000;
  text-decoration: none;
}

.sns__link:hover, .sns__link:active{
  color: #1a7dcf;
  text-decoration: none;
}

.sns__link:link, .sns__link:visited{
  color: #000000;
  text-decoration: none;
}

.jiminLogo{
  width: 100px;
  margin-top: -10px;
  margin-left: 5px;
  float: left;
}

.only-pc-block{
  display: none;
}

.only-pc-text{
  display: none;
}

.snsLabelText{
  margin-top: 30px;
  text-align: center;
}

.snsLabelText1{
  font-size: 1.6rem;
  color: #D7003A;
}

.snsLabelText2{
  font-size: 1.2rem;
  color: #D7003A;
}

.snsLabelText3{
  font-size: 0.8rem;
  color: #D7003A;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/* 以下 タブレット及びパソコン向け */

@media all and (min-width: 900px) {

  .headetText3{
    display: inline;
    margin-left: 15px;
    font-size: 1rem;
    color: #ffffff;
  }

  .headetText4{
    display: inline;
    margin-left: 0px;
    font-size: 1rem;
    color: #ffffff;
  }

  .spSecondHeader {
    display: none;
    font-size: 0.8rem;
    margin: 0 auto;
    padding-top: 10px;
    color: #ffffff;
    text-align: center;
  }

  #jiminbar_btn_wrap {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
  }
  
  #jiminlogobar_pc{
    display: inline;
  }


}

@media all and (min-width: 600px) {

  :root {
    font-size: 17px;
  }

  .innerwrap_clear {
    margin: 0 auto;
    background-color:#ffffff;
    max-width: 900px;
  }

  .site-header {
    width: 100%;
    max-width: 900px;
  }

  .imgType30px50px {
    width: 50px;
  }

  .only-pc-block{
    display: block;
  }

  .only-pc-text{
    display: inline;
  }

  .br-sp {
    display: none;
  }

  .snsLabelText1{
    font-size: 2.8rem;
    color: #D7003A;
  }
  
  .snsLabelText2{
    font-size: 1.6rem;
    color: #D7003A;
  }
  
  .snsLabelText3{
    font-size: 1.2rem;
    color: #D7003A;
  }

  .btn_bo {
    margin: 30px;
  }

}