@charset "UTF-8";
/* ==========================================================================
  settings
============================================================================*/
/* -------------------------------
  responsive
------------------------------- */
/* -------------------------------
  animation keyframe
------------------------------- */
@-webkit-keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@keyframes scrollArrowMove {
  0% {
    bottom: 4px;
  }
  50% {
    bottom: -4px;
  }
  100% {
    bottom: -4px;
  }
}
@-webkit-keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollArrowOpacity {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
  hoken - 保険
============================================================================*/
.hoken {
  /* ==================================================
    top
  ================================================== */
  /* ==================================================
    canvass - 勧誘方針
  ================================================== */
  /* ==================================================
    privacy - 個人情報の取り扱い
  ================================================== */
}
.hoken.top {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    point
  ------------------------------- */
  /* -------------------------------
    flow
  ------------------------------- */
  /* -------------------------------
    event
  ------------------------------- */
  /* -------------------------------
    staff
  ------------------------------- */
  /* -------------------------------
    handling
  ------------------------------- */
}
.hoken.top .title__h2-color--en {
  letter-spacing: 0.2em;
}
.hoken.top .kv-lower {
  background-image: url(../img/hoken/top/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .hoken.top .kv-lower {
    background-image: url(../img/hoken/top/kv-bg_sp.png);
  }
}
.hoken.top .point__desc {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .hoken.top .point__desc {
    font-size: 1.6rem;
  }
}
.hoken.top .point__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .hoken.top .point__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hoken.top .point__img {
  display: block;
  width: calc((100% - 20px - 20px) / 3);
  margin-right: 20px;
}
@media screen and (max-width: 799px) {
  .hoken.top .point__img {
    width: calc((100% - 10px - 10px) / 3);
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .hoken.top .point__img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 800px) {
  .hoken.top .point__img:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .hoken.top .point__img:last-of-type {
    margin-bottom: 0;
  }
}
.hoken.top .flow__desc {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .hoken.top .flow__desc {
    font-size: 1.6rem;
  }
}
.hoken.top .flow__img {
  width: 100%;
}
.hoken.top .flow__event__title {
  border: 4px solid #3771d7;
  padding: 5px 15px;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .hoken.top .flow__event__title {
    border: 2px solid #3771d7;
    font-size: 2rem;
  }
}
.hoken.top .flow__event__title--blue {
  color: #3771d7;
}
.hoken.top .flow__event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border: 1px solid #00aeeb;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 5px, #f0f0f0 5px, #f0f0f0 6.2px);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .hoken.top .flow__event__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hoken.top .flow__event__content::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00aeeb transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 15px;
}
.hoken.top .flow__event__content:last-of-type {
  margin-bottom: 0;
}
.hoken.top .flow__event__content:last-of-type::after {
  display: none;
}
.hoken.top .flow__event__content__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
}
@media screen and (max-width: 1023px) {
  .hoken.top .flow__event__content__titlearea {
    width: 100%;
    border-bottom: 1px solid #00aeeb;
  }
}
.hoken.top .flow__event__content__titlearea__number {
  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: 0 10px;
  background-color: #e7f8fd;
  border-right: 1px solid #00aeeb;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .hoken.top .flow__event__content__titlearea__number {
    font-size: 2.6rem;
    border-right: none;
  }
}
.hoken.top .flow__event__content__titlearea__text {
  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: 0 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .hoken.top .flow__event__content__titlearea__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
    font-size: 1.6rem;
  }
}
.hoken.top .flow__event__content__titlearea__text--blue {
  padding-right: 0.25em;
  color: #3771d7;
  white-space: nowrap;
}
.hoken.top .flow__event__content__contentarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hoken.top .flow__event__content__contentarea__img {
  width: 27%;
}
@media screen and (max-width: 599px) {
  .hoken.top .flow__event__content__contentarea__img {
    width: 30%;
    padding: 10px;
  }
}
.hoken.top .flow__event__content__contentarea__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .hoken.top .flow__event__content__contentarea__text {
    width: 70%;
    padding: 10px 10px 10px 0;
  }
}
.hoken.top .event {
  padding: 70px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 599px) {
  .hoken.top .event {
    padding: 30px 0 70px;
  }
}
.hoken.top .event__slider {
  position: relative;
}
.hoken.top .event__slider .swiper-pagination {
  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;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hoken.top .event__slider .swiper-pagination-bullet {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.hoken.top .event__slider .swiper-pagination-bullet-active {
  background-color: #00aeeb;
}
.hoken.top .mfp-container .mfp-bottom-bar {
  display: none;
}
.hoken.top .mfp-container .mfp-arrow {
  display: none;
}
.hoken.top .staff .title__h2-color--en {
  letter-spacing: 0;
}
.hoken.top .staff__desc {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .hoken.top .staff__desc {
    font-size: 1.6rem;
  }
}
.hoken.top .staff__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hoken.top .staff__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 599px) {
  .hoken.top .staff__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.hoken.top .staff__content:last-of-type {
  margin-bottom: 0;
}
.hoken.top .staff__content__img {
  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;
  width: 26.8%;
}
@media screen and (max-width: 599px) {
  .hoken.top .staff__content__img {
    width: 100%;
  }
}
.hoken.top .staff__content__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hoken.top .staff__content__name {
  padding: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .hoken.top .staff__content__name {
    padding: 10px 10px 5px;
    font-size: 2rem;
  }
}
.hoken.top .staff__content__desc {
  padding: 0 20px 20px;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .hoken.top .staff__content__desc {
    padding: 0 10px 10px;
  }
}
.hoken.top .handling .title__h2-color--en {
  letter-spacing: 0;
}
.hoken.top .handling__inner {
  padding: 40px 0;
  background-color: #e7f8fd;
}
@media screen and (max-width: 599px) {
  .hoken.top .handling__inner {
    padding: 20px 0;
  }
}
.hoken.top .handling__content__title {
  display: block;
  position: relative;
  z-index: 0;
}
.hoken.top .handling__content__title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.hoken.top .handling__content__title__text {
  display: inline-block;
  padding-right: 0.5em;
  background-color: #e7f8fd;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .hoken.top .handling__content__title__text {
    font-size: 1.6rem;
  }
}
.hoken.top .handling__content__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hoken.top .handling__content__logo::before {
  display: block;
  content: "";
  width: calc((100% - 30px - 30px) / 3);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1023px) {
  .hoken.top .handling__content__logo::before {
    width: calc((100% - 20px - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .hoken.top .handling__content__logo::before {
    width: calc((100% - 15px) / 2);
  }
}
.hoken.top .handling__content__logo__link {
  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;
  width: calc((100% - 30px - 30px) / 3);
  margin-bottom: 30px;
  border: 1px solid #ccc;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1023px) {
  .hoken.top .handling__content__logo__link {
    width: calc((100% - 20px - 20px) / 3);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .hoken.top .handling__content__logo__link {
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
  }
}
.hoken.top .handling__content__logo__link:hover {
  opacity: 0.7;
}
.hoken.top .handling__buttonarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .hoken.top .handling__buttonarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hoken.top .handling__buttonarea .orange-button {
  width: calc((100% - 90px) / 2);
}
@media screen and (max-width: 1023px) {
  .hoken.top .handling__buttonarea .orange-button {
    width: 100%;
  }
  .hoken.top .handling__buttonarea .orange-button:first-of-type {
    margin-bottom: 15px;
  }
}
.hoken.canvass {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    content
  ------------------------------- */
}
.hoken.canvass .kv-lower {
  background-image: url(../img/hoken/canvass/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .hoken.canvass .kv-lower {
    background-image: url(../img/hoken/canvass/kv-bg_sp.png);
  }
}
.hoken.canvass .kv-menu {
  height: 60px;
}
@media screen and (max-width: 599px) {
  .hoken.canvass .kv-menu {
    height: 38px;
  }
}
.hoken.canvass .content {
  padding: 80px 100px 120px;
}
@media screen and (max-width: 1099px) {
  .hoken.canvass .content {
    padding: 40px 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .hoken.canvass .content {
    padding: 20px 15px 30px;
  }
}
.hoken.canvass .content__desc, .hoken.canvass .content__li, .hoken.canvass .content__name {
  font-weight: 300;
  line-height: 1.75;
}
.hoken.canvass .content__h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
.hoken.canvass .content__li {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  position: relative;
}
.hoken.canvass .content__li::before {
  display: block;
  content: "▪";
  position: absolute;
  top: 0;
  left: 0;
}
.hoken.canvass .content__name {
  text-align: right;
}
.hoken.privacy {
  /* -------------------------------
    kv
  ------------------------------- */
  /* -------------------------------
    content
  ------------------------------- */
}
.hoken.privacy .kv-lower {
  background-image: url(../img/hoken/privacy/kv-bg.png);
}
@media screen and (max-width: 599px) {
  .hoken.privacy .kv-lower {
    background-image: url(../img/hoken/privacy/kv-bg_sp.png);
  }
}
.hoken.privacy .content__inner {
  padding: 0 100px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 1099px) {
  .hoken.privacy .content__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 799px) {
  .hoken.privacy .content__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .hoken.privacy .content__inner {
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
.hoken.privacy .content ol {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
}
.hoken.privacy .content ol > li {
  margin-bottom: 1.5em;
  list-style-type: none;
  counter-increment: cnt01;
}
.hoken.privacy .content ol > li::before {
  content: "（" counter(cnt01) "）";
}
.hoken.privacy .content ol > li > p {
  margin-left: -1em;
  padding-left: 0;
  text-indent: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.hoken.privacy .content ol > li > ul > li {
  text-indent: 0.1em;
  font-weight: 400;
  position: relative;
}
.hoken.privacy .content ol > li > ul > li::before {
  display: block;
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #333;
  position: absolute;
  top: 55%;
  left: -0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hoken.privacy .content ol > li > OL > li {
  margin-left: -2em;
  margin-bottom: 0;
  padding-left: 1em;
  counter-increment: cnt02;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.hoken.privacy .content ol > li > OL > li::before {
  content: counter(cnt02) ".";
}