@charset "Shift_JIS";

.header2 {
  position: relative;
  z-index: 100;
  width: 100%;
}

.header2__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d1d4dd;
  background: #fff;
}

.header2__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4.6875vw;
  height: 18.75vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header2__logo.only {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 14.375vw;
}

.header2__logo.only .header__logo__company {
  width: 29.375vw;
}

.header2__logo__company {
  width: 18.75vw;
  margin-right: 5.1vw;
}

.header2__logo__sumaHoken {
  width: 42.75vw;
}

.header2__logo__direct {
  width: 43.75vw;
}

.header2__navBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.75vw;
  height: 18.75vw;
  background: #fff;
}

.header2__navOpen {
  position: relative;
  display: block;
  width: 8.125vw;
  height: 6.25vw;
  padding: 4.75vw 5.3125vw 5.25vw;
}

.header2__navOpen::after {
  content: 'MENU';
  position: absolute;
  bottom: 0.866vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.133vw;
  font-weight: bold;
}

#header__navInput:checked ~ .header2__navOpen::after {
  content: '';
}

.header2__navOpen span,
.header2__navOpen span::before,
.header2__navOpen span::after {
  content: "";
  position: absolute;
  display: block;
  width: 8.125vw;
  height: 0.625vw;
  border-radius: 3px;
  background: #141414;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#header__navInput:checked ~ .header2__navOpen span {
  background: transparent;
}

.header2__navOpen span::before {
  bottom: -2.8125vw;
}

#header__navInput:checked ~ .header2__navOpen span::before {
  background: #141414;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header2__navOpen span::after {
  bottom: -5.625vw;
}

#header__navInput:checked ~ .header2__navOpen span::after {
  bottom: -2.8125vw;
  background: #141414;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header2__navClose {
  position: fixed;
  display: none;
  z-index: 99;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#header__navInput:checked ~ .header2__navClose {
  opacity: 1;
}

.nav2 {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  max-height: 0;
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav2__menu {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.nav2__menu + .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav2__menuItem {
  border-bottom: 1px solid #d1d4dd;
}

.nav2__menuItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 11px 20px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

.nav2__menuItem:first-child {
  border-top: 1px solid #d1d4dd;
}

.nav2__menuItem.btn--plus > a::before {
  right: 25px;
}

.nav2__menuItem.btn--plus > a::after {
  right: 20px;
}

.nav2__itemWrap a {
  padding-right: 40px;
  border-top: 1px solid #d1d4dd;
  font-weight: bold;
}

.nav2__itemWrap a .small {
  display: block;
  color: #222;
  font-size: 1rem;
  line-height: 1.167;
}

.nav2__itemWrap .btn__arrow--next::after {
  border-color: currentColor;
}

.nav2__itemBlock.blue01 .nav2__typeName::before {
  background: url(../img/top/icon-virus-white.png) no-repeat center/40.5px 25px;
}

.nav2__itemBlock.blue01 .nav2__itemContent a {
  color: #1659a0;
}

.nav2__itemBlock.blue01 .nav2__itemContent a:first-of-type {
  background: #EFF3F8;
}

.nav2__itemBlock.blue02 .nav2__typeName::before {
  background: url(../img/top/icon-hospital-white.png) no-repeat center/25px 25px;
}

.nav2__itemBlock.blue02 .nav2__itemContent a {
  color: #0058e8;
}

.nav2__itemBlock.blue02 .nav2__itemContent a:first-of-type {
  background: #EDF3FD;
}

.nav2__itemBlock.red .nav2__typeName::before {
  background: url(../img/top/icon-heart-white.png) no-repeat center/29.44px 25px;
}

.nav2__itemBlock.red .nav2__itemContent a {
  color: #ff3c00;
}

.nav2__itemBlock.red .nav2__itemContent a:first-of-type {
  background: #FFF1ED;
}

.nav2__itemBlock.green .nav2__typeName::before {
  background: url(../img/top/icon-kaigo-white.png) no-repeat center/23.91px 25px;
}

.nav2__itemBlock.green .nav2__itemContent a {
  color: #00a200;
}

.nav2__itemBlock.green .nav2__itemContent a:first-of-type {
  background: #EDF9ED;
}

.nav2__itemBlock.green02 .nav2__typeName::before {
  background: url(../img/top/icon-child-white.png) no-repeat center/21px 28.74px;
}

.nav2__itemBlock.green02 .nav2__itemContent a {
  color: #13a69e;
}

.nav2__itemBlock.green02 .nav2__itemContent a:first-of-type {
  background: #EFF9F8;
}

.nav2__itemBlock.pink .nav2__typeName::before {
  background: url(../img/top/icon-pregnant-white.png) no-repeat center/12px 30px;
}

.nav2__itemBlock.pink .nav2__itemContent a {
  color: #e85382;
}

.nav2__itemBlock.pink .nav2__itemContent a:first-of-type {
  background: #fdf3f6;
}

.nav2__itemBlock.purple .nav2__typeName::before {
  background: url(../img/top/icon-hospitalization-white.png) no-repeat center/27.67px 25px;
}

.nav2__itemBlock.purple .nav2__itemContent a {
  color: #9630dc;
}

.nav2__itemBlock.purple .nav2__itemContent a:first-of-type {
  background: #F8F1FD;
}

.nav2__itemBlock.orange .nav2__typeName::before {
  background: url(../img/top/icon-kaigo-white.png) no-repeat center/23.91px 25px;
}

.nav2__itemBlock.orange .nav2__itemContent a {
  color: #F58200;
}

.nav2__itemBlock.orange .nav2__itemContent a:first-of-type {
  background: #FEF6ED;
}

.nav2__itemBlock.gold .nav2__typeName::before {
  background: url(../img/top/icon-notebook-white.png) no-repeat center/30px 19px;
}

.nav2__itemBlock.gold .nav2__itemContent a {
  color: #b78100;
}

.nav2__itemBlock.gold .nav2__itemContent a:first-of-type {
  background: #f1e6cc;
}

.nav2__itemBlock.sky-blue > a {
  color: #29A2FF;
}

.nav2__itemBlock.sky-blue > a:first-of-type {
  background: #E9F6FF;
}

.nav2__itemBlock.pale-green > a {
  color: #368F0D;
}

.nav2__itemBlock.pale-green > a:first-of-type {
  background: #EAFFE7;
}

.nav2__typeName {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 5px 20px 5px 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1.25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav2__typeName::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  content: "";
}

.nav2__restart .iconBefore {
  display: inline-block;
  width: 18px;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
  box-sizing: initial;
}

.nav__restart.btn--base,
.header__restart.btn--base,
.header__call.btn--base,
.header2__restart.btn--base,
.header2__call.btn--base {
  border-radius: 6px;
}

.nav__restart .iconBefore,
.header__restart .iconBefore,
.header__call .iconBefore,
.header2__restart .iconBefore,
.header2__call .iconBefore {
  display: inline-block;
  width: 18px;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
}

.iconBefore {
  display: inline-block;
  width: 1em;
  padding-right: 0.25em;
  text-align: center;
  box-sizing: initial;
}

.underline--gray2 {
  border-bottom: 1px solid #d1d4dd;
}

.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn--base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 28px;
  width: 250px;
  height: 45px;
  border: solid 1px #cc0a15;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  text-decoration: none;
  color: #cc0a15;
  font-size: 1.4rem;
  font-weight: bold;
}

.btn--height40 {
  height: 40px;
}

.btn__arrow--next {
  position: relative;
}

.btn__arrow--next::after {
  right: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #cc0a15;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn--plus > a {
  position: relative;
}

.btn--plus > a::before, .btn--plus > a::after {
  display: block;
  content: '';
  background-color: #cc0a15;
  border-radius: 10px;
  position: absolute;
  width: 12px;
  height: 2px;
  top: 50%;
  right: 13px;
}

.btn--plus > a::before {
  width: 2px;
  height: 12px;
  top: calc(50% - 5px);
  right: 18px;
}

.btn--plus.open > a::before {
  display: none;
}

.dispNone {
  display: none;
}

.top .btn--base.black {
  border-color: #222;
  color: #222;
}

.mgTop10 {
  margin-top: 10px !important;
}

.mgTop20 {
  margin-top: 20px !important;
}

.pdBottom20 {
  padding-bottom: 20px !important;
}

.afterR23::after {
  right: 23px !important;
}

@media (min-width: 768px) {
  .header2__inner {
    display: block;
    width: 1040px;
    margin: 0 auto;
    padding: 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 0;
  }
  .header2__inner.simple .header__call {
    right: 188px;
  }
  .header2__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
    padding-left: 0;
  }
  .header2__logo.only {
    height: 64px;
  }
  .header2__logo.only .header__logo__company {
    width: 142px;
  }
  .header2__logo__company {
    width: 112px;
    margin-right: 0;
  }
  .header2__logo__sumaHoken {
    width: 227px;
  }
  .header2__logo__direct {
    width: 179px;
  }
  .header2__restart {
    position: absolute;
    top: 20px;
    right: 187px;
  }
  .header2__restart.btn--base {
    width: 145px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
  .header2__call {
    position: absolute;
    top: 20px;
    right: 342px;
  }
  .header2__call.btn--base {
    width: 205px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }
  .header2__navBtn {
    position: relative;
    width: 100%;
    height: 50px;
    background: #cc0a15;
  }

  .nav2 {
    overflow: inherit;
    position: static;
    width: 1040px;
    max-height: inherit;
    margin: 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #cc0a15;
  }
  .nav2__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
  }
  .nav2__menu + .btn {
    display: none;
  }
  .nav2__menuItem {
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid #fff;
    font-weight: bold;
  }
  .nav2__menuItem a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .nav2__menuItem > a.is-active, .nav2__menuItem > a:hover {
    background: #fff;
    color: #cc0a15;
  }
  .nav2__menuItem:first-child {
    border-top: 0;
    border-left: 1px solid #fff;
  }
  .nav2__menuItem.btn--plus > a:before, .nav2__menuItem.btn--plus > a:after {
    display: block;
    background-color: #fff;
  }
  .nav2__menuItem.btn--plus > a:hover:before, .nav2__menuItem.btn--plus > a:hover:after {
    background-color: #cc0a15;
  }
  .nav2__menuItem.open > a {
    background-color: #ab0811;
  }
  .nav2__menuItem.open > a:before {
    display: none;
  }
  .nav2__menuItem.open > a:hover {
    color: #fff;
  }
  .nav2__menuItem.open > a:hover:after {
    background-color: #fff;
  }
  .nav2__menuItem.open > .nav2__itemWrap {
    max-height: 200vh;
    border-top-color: #ab0811;
    border-width: 6px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .nav2__itemWrap {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    min-width: 1040px;
    max-height: 0;
    overflow: hidden;
    z-index: 100;
    border-top: 0 solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .nav2__itemWrap a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 10px;
    border: 1px solid currentColor;
    border-radius: 4px;
    text-align: left;
  }
  .nav2__itemWrap a.is-active, .nav2__itemWrap a:hover {
    opacity: 0.7;
  }
  .nav2__itemWrap a .small {
    line-height: 1.4;
  }
  .nav2__wrapInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 1040px;
    height: auto;
    margin: auto;
    padding: 20px 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav2__wrapInner.type--etc a {
    height: 60px;
    padding-left: 17px;
  }
  .nav2__itemBlock {
    width: calc(50% - 25px);
    border-left: 0;
  }
  .nav2__itemBlock:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .nav2__itemBlock.blue01 .nav2__typeName {
    color: #1659a0;
  }
  .nav2__itemBlock.blue01 .nav2__typeName::before {
    background-image: url(../img/top/icon-virus-blue.png);
    background-position: left;
  }
  .nav2__itemBlock.blue02 .nav2__typeName {
    color: #0058e8;
  }
  .nav2__itemBlock.blue02 .nav2__typeName::before {
    background-image: url(../img/top/icon-hospital-blue.png);
  }
  .nav2__itemBlock.red .nav2__typeName {
    color: #ff3c00;
  }
  .nav2__itemBlock.red .nav2__typeName::before {
    background-image: url(../img/top/icon-heart02.png);
  }
  .nav2__itemBlock.green .nav2__typeName {
    color: #00a200;
  }
  .nav2__itemBlock.green .nav2__typeName::before {
    background-image: url(../img/top/icon-kaigo-green.png);
  }
  .nav2__itemBlock.green02 .nav2__typeName {
    color: #13a69e;
  }
  .nav2__itemBlock.green02 .nav2__typeName::before {
    background-image: url(../img/top/icon-child-green.png);
    background-size: 18px 25px;
  }
  .nav2__itemBlock.pink .nav2__typeName {
    color: #e85382;
  }
  .nav2__itemBlock.pink .nav2__typeName::before {
    background-image: url(../img/top/icon-pregnant.png);
    background-size: 10px 25px;
  }
  .nav2__itemBlock.purple .nav2__typeName {
    color: #9630dc;
  }
  .nav2__itemBlock.purple .nav2__typeName::before {
    background-image: url(../img/top/icon-hospitalization-purple.png);
  }
  .nav2__itemBlock.orange .nav2__typeName {
    color: #F58200;
  }
  .nav2__itemBlock.orange .nav2__typeName::before {
    background-image: url(../img/top/icon-kaigo-orange.png);
  }
  .nav2__itemBlock.gold .nav2__typeName {
    color: #b78100;
  }
  .nav2__itemBlock.gold .nav2__typeName::before {
    background-image: url(../img/top/icon-notebook-gold.png);
  }
  .nav2__typeName {
    min-height: 25px;
    padding: 0 20px 0 50px;
    font-size: 1.6rem;
  }
  .nav2__typeName::before {
    width: 50px;
  }
  .nav2__itemContent {
    margin-top: 10px;
  }
  .nav2__itemContent.multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav2__itemContent.multi > a {
    width: calc(50% - 5px);
  }
  .nav__restart:hover,
  .header__restart:hover,
  .header__call:hover,
  .header2__restart:hover,
  .header2__call:hover {
    background-color: #ebebeb;
  }
}
@media (max-width: 767px) {
  .header2__inner.simple {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header2__inner.simple .header__callArea {
    margin-right: 9.375vw;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
  }
  .header2__logo {
    width: 100%;
  }
  .header2__logo:not(.dispLogo--sp) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header__navInput:checked ~ .nav2 {
    overflow-y: scroll;
  }
  .nav2__menuItem.open > .nav2__itemWrap {
    display: block;
  }
  .nav2__itemWrap {
    display: none;
    border-top: 1px solid #d1d4dd;
  }
  .nav2__itemWrap a:last-of-type {
    border-bottom: 1px solid #d1d4dd;
  }
  .nav2__itemBlock.blue01 .nav2__typeName {
    background: #1659a0;
  }
  .nav2__itemBlock.blue02 .nav2__typeName {
    background: #0058e8;
  }
  .nav2__itemBlock.red .nav2__typeName {
    background: #ff3c00;
  }
  .nav2__itemBlock.green .nav2__typeName {
    background: #00a200;
  }
  .nav2__itemBlock.green02 .nav2__typeName {
    background: #13a69e;
  }
  .nav2__itemBlock.pink .nav2__typeName {
    background: #e85382;
  }
  .nav2__itemBlock.purple .nav2__typeName {
    background: #9630dc;
  }
  .nav2__itemBlock.orange .nav2__typeName {
    background: #F58200;
  }
  .nav2__itemBlock.gold .nav2__typeName {
    background: #b78100;
  }
  .nav2__itemBlock:last-of-type .nav2__itemContent > a:last-of-type {
    border-bottom: 0;
  }
  .nav2 .btn--base {
    border-radius: 6px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .nav2__itemContent.multi > a:nth-child(2).is-active, .nav2__itemContent.multi > a:nth-child(2):hover {
    opacity: inherit;
  }
}




