@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
em {
  font-style: normal;
}


/* Foundation */
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b2b2b;
  font-size: 1.4rem;
  line-height: 1.6;
  word-wrap: break-word;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}
a,a:visited {
  color: #00aeeb;
  text-decoration: none;
  background-color: transparent;
  transition: 0.3s all;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* common */
.jsMessage {
  width: 100%;
  max-width: 950px;
  margin: 10px auto;
  padding: 0 10px;
  border: 1px solid #e6d600;
  background-color: #fffaee;
  border-radius: 5px;
}
.jsMessage__text {
  padding: 8px;
}
.blockJump__image {
  display: none;
}
.blockSkip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  z-index: 3000;
}

.wrapper {
  position: relative;
  overflow: hidden;
}


/* 要素の表示切り替え */
@media screen and (max-width: 750px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .spOnly {
    display: none;
  }
}


/* ---------------------
  header
--------------------- */
.header {
  z-index: 11;
}
.header__top {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 10px 16px;
}
.header__logo {
  width: 154px;
  line-height: 1;
}
.header__main {
  height: 175px;
  margin-top: 5px;
  border-top: solid 2px #fff;
  background: url(../images/renewal2023/bg_head_01.jpg) repeat-x top center / auto 100%;
  box-shadow: 0 -5px 0 0 #00aeeb;
}
.header__menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.3s all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.header__bar {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 3px;
  background-color: #2b2b2b;
  transition: all 0.4s;
  transform: translateY(-50%);
}
.header__bar::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  -webkit-transition: inherit;
  transition: inherit;
}
.header__bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  -webkit-transition: inherit;
  transition: inherit;
}
.header__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
}
.header__bar--top,
.header__bar--middle,
.header__bar--bottom {
  display: block;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 3px;
  color: #2b2b2b;
  background-color: #2b2b2b;
  border-radius: 4px;
  transition: 0.3s all;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.header__bar--top {
  top: 17px;
}
.header__bar--middle {
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.header__bar--bottom {
  bottom: 17px;
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.header__ttl {
  max-width: 356px;
  margin: 0 auto;
}
.header__transition {
  position: absolute;
  top: 20px;
  right: 10px;
}
.header__link {
  position: relative;
  color: #2b2b2b;
}
.header__link::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-top: 1.5px solid #2b2b2b;
  border-right: 1.5px solid #2b2b2b;
  transform: rotateZ(45deg);
}
.header__link:visited {
  color: #2b2b2b;
}


/* ---------------------
  topNav
--------------------- */
.topNav {
  border-bottom: solid 1px #00aeeb;
}
.topNav__transition {
  display: none;
}
.topNav__list {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.5rem;
  text-align: center;
}
.topNav__item {
  position: relative;
}
.topNav__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 65%;
  border-left: solid 1px #e6e3dc;
  transform: translateY(-50%);
}
.topNav__item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 65%;
  border-left: solid 1px #e6e3dc;
  transform: translateY(-50%);
}
.topNav__link {
  display: block;
  padding: 32px 19.5px 30px;
  color: #2b2b2b;
  line-height: 1.2;
  background-color: transparent;
  transition: 0.3s all;
}
.topNav__link:visited {
  color: #2b2b2b;
}
.topNav__link:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}


/* ---------------------
  ハンバーガーメニュー
--------------------- */
@media screen and (max-width: 906px) {
  /* header */
  .header__top {
    position: relative;
    max-width: 100%;
    padding-right: 40px;
  }
  .header__menu {
    display: block;
    z-index: 1000;
  }
  .header__ttl {
    max-width: 250px;
  }
  .header__main {
    height: 130px;
  }
  .header__transition {
    display: none;
  }
  /* topNav */
  .topNav {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 84%;
    max-width: 540px;
    margin: 0 -100% 0 0;
    border-bottom: none;
    background-color: #fff;
    transition: transform 0.3s;
  }
  .topNav__transition {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
  }
  .topNav__list {
    display: block;
    max-width: 100%;
    margin-top: 60px;
    padding: 0;
    border-top: solid 5px #00aeeb;
    font-size: 1.4rem;
    text-align: left;
  }
  .topNav__item {
    width: 100%;
    border-top: 1px solid #e6e3dc;
  }
  .topNav__item::after {
    content: none;
  }
  .topNav__item:first-child {
    border-top: none;
  }
  .topNav__item:first-child::before {
    content: none;
  }
  .topNav__link {
    padding: 15px 35px 15px 40px;
  }
  .topNav__link--text {
    position: relative;
  }
  .topNav__link--text::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-top: 1.5px solid #2b2b2b;
    border-right: 1.5px solid #2b2b2b;
    transform: rotateZ(45deg);
  }

  /* ナビゲーション展開時 */
  body.isHeaderMenuActive {
    position: relative;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  body.isHeaderMenuActive .header::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
  }
  body.isHeaderMenuActive .header__bar {
    background-color: transparent;
  }
  body.isHeaderMenuActive .header__bar::before {
    top: 0;
    transform: rotate(45deg);
  }
  body.isHeaderMenuActive .header__bar::after {
    top: 0;
    transform: rotate(-45deg);
  }
  body.isHeaderMenuActive .topNav {
    cursor: default;
    transform: translate3d(-100%, 0, 0);
  }
}


/* ---------------------
  breadcrumbs
--------------------- */
.breadcrumbs {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  color: #4d4d4d;
  font-size: 0;
}
.breadcrumbs__list {
  padding: 7px 20px 5px;
  border-bottom: solid 1px #b2b2b2;
}
.breadcrumbs__item {
  display: inline;
  position: relative;
  padding-left: 18px;
  font-size: 1.1rem;
}
.breadcrumbs__item:first-child {
  padding-left: 0;
}
.breadcrumbs__item::before {
  content: "＞";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  height: 20px;
}
.breadcrumbs__item:first-child::before {
  content: none;
}


/* ---------------------
  main
--------------------- */
.main__container {
  max-width: 980px;
  margin: 60px auto 0;
  padding: 0 10px;
}
.main__cont {
  margin-top: 75px;
}
.main__lead {
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.8rem;
}
.main__txt {
  margin-top: 30px;
}
.main__note {
  margin-top: 30px;
  color: #666;
  font-size: 1.2rem;
}
.main__btnNote {
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
}
.main__thumb {
  margin-top: 30px;
}
.main__highlight {
  color: #ff0026;
}
.main__detail {
  margin-top: 20px;
}
.main__detail > .main__txt {
  margin-top: 0;
}

/* h1 */
.mainVisual + .main__ttl {
  margin-top: 45px;
}
.main__ttl {
  color: #00aeeb;
  font-size: 4rem;
  line-height: 1.2;
}
.main__ttl__txt {
  display: block;
  font-size: 2.4rem;
}
.main__ttl__main {
  display: block;
}
.main__ttl__txt + .main__ttl__main,
.main__ttl__main + .main__ttl__txt {
  margin-top: 5px;
}

/* h2 */
.main__midttl {
  position: relative;
  margin-top: 75px;
  padding: 0 0 10px 35px;
  font-size: 3rem;
  line-height: 1.3;
}
.main__midttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 23px;
  background: url(../images/renewal2023/ico_ttl_01.png) no-repeat 0 0 / 100% auto;
}
.main__midttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #00aeeb;
  background: linear-gradient(90deg, rgba(0, 174, 235, 1) 0%, rgba(0, 174, 235, 0.2) 100%);
}
.main__midttl__main {
  margin-right: 40px;
}
.main__midttl__txt {
  display: inline-block;
  color: #808080;
  font-size: 1.8rem;
}

/* h3 */
.main__subttl {
  position: relative;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 2rem;
}
.main__subttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #00aeeb;
  border-radius: 100%;
}
.type--number .main__subttl,
.type--number .main__subttl::before {
  content: none;
  padding-left: 0;
}
.main__subttl__number {
  color: #00aeeb;
  margin-right: 5px;
}

/* ul */
.main__list {
  margin-top: 45px;
}
.main__item:not(:first-child) {
  margin-top: 45px;
}
.main__item > *:first-child {
  margin-top: 0;
}

/* column */
.column {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.column__thumb {
  width: 210px;
  min-width: 210px;
  margin-right: 30px;
}
.type--right .column__thumb {
  order: 2;
  margin-right: 0;
  margin-left: 30px;
}
.column__img + .column__img {
  margin-top: 45px;
}
.column__cont {
  width: 100%;
}
.column__cont > *:first-child {
  margin-top: 0;
}
.column__lead {
  margin-top: 30px;
  color: #00aeeb;
  font-weight: 700;
  font-size: 2rem;
}
.column__txt {
  margin-top: 10px;
}
.column__note {
  margin-top: 15px;
  color: #666;
  font-size: 1.2rem;
}

/* 訴求btn */
.main__transition {
  margin-top: 45px;
}
.main__transition.type--contact {
  margin-top: 75px;
}
.main__btn {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding: 13px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  background: linear-gradient(169deg, #00aeeb 0%, #00aeeb 50%, #33beef 50%, #33beef 100%);
  border-radius: 8px;
}
.type--contact .main__btn {
  max-width: 380px;
  padding: 12px 10px 9px;
  font-size: 1.8rem;
  background: linear-gradient(173deg, #f18e38 0%, #f18e38 50%, #f4a560 50%, #f4a560 100%);
}
.main__btn::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: url(../images/renewal2023/ico_btn_01.png) no-repeat 0 0 / 100% auto;
}
.type--contact .main__btn::after {
  width: 19px;
  height: 19px;
  background: url(../images/renewal2023/ico_btn_02.png) no-repeat 0 0 / 100% auto;
}
.main__btn:visited {
  color: #fff;
}
.main__btn:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* ---------------------
  pager
--------------------- */
.pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.pager__item {
  margin: 10px 5px 0;
  width: 45px;
  height: 45px;
}
.pager__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #00aeeb;
  color: #00aeeb;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1;
  border-radius: 3px;
}
.pager__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pager__item.current .pager__link {
  color: #fff;
  background-color: #00aeeb;
  pointer-events: none;
}


/* ---------------------
  top
--------------------- */
.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
.top__button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #333;
  border-radius: 50%;
  opacity: 0.3;
}
.top__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 22px;
  height: 3px;
  background-color: #fff;
  transform: translateX(-50%);
}
.top__button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%);
}
.top__button:hover {
  text-decoration: none;
  opacity: 0.5;
}


/* ---------------------
  footer
--------------------- */
.footer {
  margin-top: 90px;
  background-color: #f1f1f1;
}
.footer__inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 10px 35px;
}
.footer__list {
  text-align: right;
}
.footer__item {
  display: inline;
  position: relative;
  padding-left: 24px;
  font-size: 1.5rem;
}
.footer__item:first-child {
  padding-left: 0;
}
.footer__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 1px;
  height: 14px;
  background-color: #2b2b2b;
}
.footer__item:first-child::before {
  content: none;
}
.footer__link,
.footer__link:visited {
  color: #2b2b2b;
}
.footer__logo {
  max-width: 260px;
  margin: 15px auto 0;
}
.footer__copyright {
  padding: 20px 10px 18px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #00aeeb;
}


/* SP */
@media screen and (max-width: 750px) {
  /* breadcrumbs */
  .breadcrumbs__list {
    padding: 7px 0 5px;
  }
  /* main */
  .main__container {
    margin-top: 40px;
  }
  .main__cont {
    margin-top: 60px;
  }
  .main__lead {
    margin-top: 20px;
  }
  .main__txt {
    margin-top: 20px;
  }
  .main__note {
    margin-top: 20px;
  }
  .main__thumb {
    margin-top: 20px;
  }
  /* h1 */
  .mainVisual + .main__ttl {
    margin-top: 30px;
  }
  .main__ttl {
    font-size: 3rem;
  }
  .main__ttl__txt {
    font-size: 1.8rem;
  }
  /* h2 */
  .main__midttl {
    margin-top: 60px;
    padding-left: 25px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .main__midttl::before {
    top: 4px;
    width: 18px;
    height: 19px;
  }
  .main__midttl__main {
    margin-right: 0;
  }
  .main__midttl__txt {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
  }
  /* h3 */
  .main__subttl {
    font-size: 1.8rem;
  }
  .main__subttl::before {
    width: 15px;
    height: 15px;
  }
  .main__subttl__number {
    margin-right: 0;
  }

  /* ul */
  .main__list {
    margin-top: 30px;
  }
  .main__item:not(:first-child) {
    margin-top: 30px;
  }
  /* column */
  .column {
    display: block;
  }
  .column__thumb,
  .type--right .column__thumb {
    margin: 0 auto;
  }
  .column__img + .column__img {
    margin-top: 20px;
  }
  .column__cont {
    margin-top: 20px;
  }
  .column__lead {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .column__note {
    margin-top: 10px;
  }
  /* 訴求btn */
  .main__transition {
    margin-top: 30px;
  }
  .main__transition.type--contact {
    margin-top: 60px;
  }
  .main__btn {
    padding: 11px 10px 10px;
    font-size: 1.6rem;
    background: linear-gradient(172deg, #00aeeb 0%, #00aeeb 50%, #33beef 50%, #33beef 100%);
    border-radius: 8px;
  }
  .type--contact .main__btn {
    font-size: 1.6rem;
  }
  .main__btn::after {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .type--contact .main__btn::after {
    width: 16px;
    height: 16px;
  }
  /* pager */
  .pager {
    margin-top: 60px;
  }
  .pager__item {
    margin: 10px 5px 0;
    width: 45px;
    height: 45px;
  }
  .pager__link {
    font-size: 1.8rem;
  }
  /* top */
  .top {
    bottom: 10px;
    right: 10px;
  }
  /* footer */
  .footer__inner {
    padding: 10px 10px 20px;
  }
  .footer__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
  }
  .footer__item {
    display: block;
    padding-left: 0;
    font-size: 1.4rem;
    width: 50%;
    margin-top: 5px;
  }
  .footer__item::before {
    content: none;
  }
  .footer__logo {
    max-width: 200px;
  }
}
