@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
  color: #000;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  /* line-height: 1.6; */
  letter-spacing: 0.05em;
  text-align: center; }

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
  list-style: none; }

/* a:hover{
	opacity: 0.7;
} */
.caption {
  margin-top: 10px;
  text-align: left;
  font-size: 11px; }
  @media screen and (max-width: 767px) {
    .caption {
      font-size: 10px; } }
  .caption a {
    text-decoration: underline; }

/* a */
a, a:focus, a:hover, a:active {
  outline: none; }

a {
  color: #595857;
  text-decoration: none; }

h2, h3, h4 {
  font-family: 'Lato'; }

h3 {
  font-size: 2rem;
  color: #00ADEC;
  margin-top: 50px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.8rem;
      margin-top: 30px; } }

.pink {
  color: #FC7397; }

.blue {
  color: #00ADEC; }

.bk-p {
  background-color: #FC7397; }

.bk-b {
  background-color: #00ADEC; }

.bk-pp {
  background-color: #fef9fa; }

.bk-bb {
  background-color: #F4FBFE; }

.fs-11 {
  font-size: 1.1rem; }

@media (max-width: 750px) {
  .pc {
    display: none !important; }

  .mr10 {
    margin-right: 10px; }

  .mr14 {
    margin-right: 14px; } }
@media (min-width: 751px) {
  .sp {
    display: none !important; } }
.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

div.main {
  margin: 0 auto;
  /* FV */
  /* @supports (background-image: url('../img/main_pc.webp')){
  		.l-wrap{
  		background-image: url("../img/main_pc.webp");
  	}
  }
  
  @supports (background-image: url('../img/main_sp.webp')){
  		.l-wrap{
  		background-image: url("../img/main_sp.webp");
  	}
  } */
  /* NEWS */
  /* スマホでタップした時だけ電話発信を有効にする */
  /* DETAIL */
  /* CATEGORY */ }
  div.main .l-wrap {
    background-image: url("../img/main_pc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px; }
    @media screen and (max-width: 767px) {
      div.main .l-wrap {
        background-image: url("../img/main_sp.jpg"); } }
    div.main .l-wrap .header {
      width: 1000px;
      margin: 0 auto;
      padding-top: 0.8rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        div.main .l-wrap .header {
          width: 90%;
          padding-top: 1rem; } }
      div.main .l-wrap .header h1 img {
        width: 334px; }
        @media screen and (max-width: 767px) {
          div.main .l-wrap .header h1 img {
            width: 12rem; } }
      div.main .l-wrap .header .l-wrap-list, div.main .l-wrap .header .icon-list, div.main .l-wrap .header .detail-list {
        display: flex; }
      div.main .l-wrap .header .icon-list {
        align-items: stretch;
        font-size: 1.2rem;
        color: #00ADEC;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          div.main .l-wrap .header .icon-list li img {
            width: 3rem; } }
        @media screen and (max-width: 767px) {
          div.main .l-wrap .header .icon-list li p {
            display: none; } }
        div.main .l-wrap .header .icon-list li:first-child {
          margin-right: 5px; }
          @media screen and (max-width: 767px) {
            div.main .l-wrap .header .icon-list li:first-child {
              margin-right: 0; } }
      div.main .l-wrap .header .icon-list:first-child,
      div.main .l-wrap .header .detail-list:first-child {
        margin-right: 14px; }
      @media screen and (max-width: 767px) {
        div.main .l-wrap .header .icon-list:first-child {
          margin-right: 0; } }
      div.main .l-wrap .header .detail-list .ttl {
        color: #ffffff;
        background-color: #595857;
        padding: 0.4em 0.6em; }
      div.main .l-wrap .header .detail-list .contents {
        color: #595857;
        background-color: #F5F5F5;
        padding: 0.4em 0.6em; }
      @media screen and (max-width: 767px) {
        div.main .l-wrap .header .detail-list {
          display: none; } }
    div.main .l-wrap .top-ttl {
      color: #ffffff;
      font-size: 4em;
      letter-spacing: 0.1rem;
      line-height: 1.2em;
      font-weight: bold;
      margin-top: 15rem; }
      @media screen and (max-width: 767px) {
        div.main .l-wrap .top-ttl {
          font-size: 2.5em;
          margin-top: 17rem; } }
  div.main .news {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      div.main .news {
        width: 100%;
        padding: 0 1.2rem; } }
    div.main .news ul.news_list {
      overflow-y: scroll;
      height: 180px; }
      div.main .news ul.news_list li.news_list_item:first-child {
        border-top: 1px dotted #595857; }
      div.main .news ul.news_list li.news_list_item {
        padding: 1.7rem 0;
        border-bottom: 1px dotted #595857; }
        div.main .news ul.news_list li.news_list_item a {
          position: relative;
          display: flex;
          padding-right: 30px;
          color: #595857; }
          @media screen and (max-width: 767px) {
            div.main .news ul.news_list li.news_list_item a {
              padding-right: 0; } }
          div.main .news ul.news_list li.news_list_item a .news_list_date {
            display: flex;
            margin-right: 15px;
            align-items: center; }
            @media screen and (max-width: 767px) {
              div.main .news ul.news_list li.news_list_item a .news_list_date {
                display: block; } }
            div.main .news ul.news_list li.news_list_item a .news_list_date .news_item {
              color: #ffffff;
              background: #FF0004;
              border-radius: 14px;
              width: 6em;
              /* 親要素の文字サイズを基準 */
              text-align: center;
              margin-left: 20px; }
              @media screen and (max-width: 767px) {
                div.main .news ul.news_list li.news_list_item a .news_list_date .news_item {
                  margin-left: 0;
                  width: 9em; } }
            div.main .news ul.news_list li.news_list_item a .news_list_date .notice {
              color: #ffffff;
              background: #009B03;
              border-radius: 14px;
              width: 6em;
              /* 親要素の文字サイズを基準 */
              text-align: center;
              margin-left: 20px; }
              @media screen and (max-width: 767px) {
                div.main .news ul.news_list li.news_list_item a .news_list_date .notice {
                  margin-left: 0;
                  width: 9em; } }
          div.main .news ul.news_list li.news_list_item a .arrow {
            width: 25px;
            height: 1px;
            background: #707070;
            position: absolute;
            top: 50%;
            right: 5%; }
          div.main .news ul.news_list li.news_list_item a .arrow::after {
            content: "";
            display: block;
            width: 6px;
            height: 1px;
            background: #707070;
            transform: rotate(45deg);
            position: absolute;
            right: 0px;
            bottom: 2px; }
  @media (min-width: 768px) {
    div.main a[href^="tel:"] {
      pointer-events: none; } }
  div.main .detail {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      div.main .detail {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      div.main .detail {
        width: 100%;
        padding: 0 1.2rem; } }
    div.main .detail p {
      margin: 40px 0;
      line-height: 1.6rem; }
      @media screen and (max-width: 767px) {
        div.main .detail p {
          line-height: 1.3rem; } }
      div.main .detail p span {
        font-weight: bold; }
    div.main .detail ul {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 1000px; }
      @media screen and (max-width: 767px) {
        div.main .detail ul {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        div.main .detail ul li {
          width: 48%;
          padding-bottom: 20px; } }
      div.main .detail ul li img {
        max-width: 241px; }
        @media screen and (max-width: 767px) {
          div.main .detail ul li img {
            max-width: 100%; } }
      div.main .detail ul li p.detail-ttl {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0.5rem; }
      div.main .detail ul li hr {
        border: #00ADEC 1px solid; }
      div.main .detail ul li .detail-txt {
        margin: 0.5rem; }
  div.main .category {
    width: 920px;
    margin: 0 auto;
    /* ////////////////////////////////////////////////////ここから追加 */
    /* .item__image{
    		img:hover {
    			cursor: pointer;
    			opacity: 1;
    		}
    	} */ }
    @media screen and (max-width: 767px) {
      div.main .category {
        width: 100%;
        padding: 0 1.2rem; } }
    div.main .category h3 {
      text-align: center;
      font-size: 2rem;
      color: #595857; }
      @media screen and (max-width: 767px) {
        div.main .category h3 {
          font-size: 1.8rem; } }
    div.main .category .details {
      background-color: #fef9fa;
      margin-bottom: 10px; }
    div.main .category .details-summary {
      position: relative;
      display: block;
      padding: 20px;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      /* &:hover {
      	cursor: pointer;
      	opacity: 1;
      } */ }
      @media screen and (max-width: 767px) {
        div.main .category .details-summary {
          font-size: 1.2rem; } }
      div.main .category .details-summary.layer1 {
        background-color: #FC7397; }
      div.main .category .details-summary.layer2 {
        color: #FC7397;
        background-color: #ffffff;
        width: 860px;
        border-left: 15px solid #FC7397;
        margin: 10px auto 0;
        padding-left: 30px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          div.main .category .details-summary.layer2 {
            width: 100%; } }
      div.main .category .details-summary .btn {
        position: absolute;
        top: 42%;
        right: 7%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s; }
        @media screen and (max-width: 767px) {
          div.main .category .details-summary .btn {
            top: 39%;
            right: 5%; } }
        div.main .category .details-summary .btn:before, div.main .category .details-summary .btn:after {
          content: "";
          background-color: #fff;
          border-radius: 10px;
          width: 18px;
          height: 4px;
          position: absolute;
          top: 7px;
          left: 0;
          transform-origin: center center; }
        div.main .category .details-summary .btn:before {
          width: 4px;
          height: 18px;
          top: 0;
          left: 7px; }
      div.main .category .details-summary.is-active .btn {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
        div.main .category .details-summary.is-active .btn:before {
          content: none; }
      div.main .category .details-summary .btn-02 {
        position: absolute;
        top: 42%;
        right: 7%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s; }
        div.main .category .details-summary .btn-02:before, div.main .category .details-summary .btn-02:after {
          content: "";
          background-color: #FC7397;
          border-radius: 10px;
          width: 18px;
          height: 4px;
          position: absolute;
          top: 7px;
          left: 0;
          transform-origin: center center; }
        div.main .category .details-summary .btn-02:before {
          width: 4px;
          height: 18px;
          top: 0;
          left: 7px; }
      div.main .category .details-summary.is-active .btn-02 {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
        div.main .category .details-summary.is-active .btn-02:before {
          content: none; }
    div.main .category .details-summary::-webkit-details-marker {
      display: none; }
    div.main .category .details-p {
      background-color: #fef9fa;
      margin-bottom: 10px; }
    div.main .category .details-summary-p {
      position: relative;
      display: block;
      padding: 20px;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      background-color: #FC7397; }
      @media screen and (max-width: 767px) {
        div.main .category .details-summary-p {
          padding: 15px; } }
      div.main .category .details-summary-p .btn {
        position: absolute;
        top: 42%;
        right: 7%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s; }
        @media screen and (max-width: 767px) {
          div.main .category .details-summary-p .btn {
            top: 39%;
            right: 5%; } }
        div.main .category .details-summary-p .btn:before, div.main .category .details-summary-p .btn:after {
          content: "";
          background-color: #fff;
          border-radius: 10px;
          width: 18px;
          height: 4px;
          position: absolute;
          top: 7px;
          left: 0;
          transform-origin: center center; }
        div.main .category .details-summary-p .btn:before {
          width: 4px;
          height: 18px;
          top: 0;
          left: 7px; }
      div.main .category .details-summary-p.is-active .btn {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
        div.main .category .details-summary-p.is-active .btn:before {
          content: none; }
    div.main .category .details-summary-p::-webkit-details-marker {
      display: none; }
    div.main .category .l-wrap-cate {
      display: flex;
      align-items: center; }
      div.main .category .l-wrap-cate img {
        width: 72px;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          div.main .category .l-wrap-cate img {
            width: 15%;
            margin-right: 1rem; } }
      div.main .category .l-wrap-cate .cate-txt {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 75%; }
        @media screen and (max-width: 767px) {
          div.main .category .l-wrap-cate .cate-txt {
            display: block;
            text-align: left; } }
        div.main .category .l-wrap-cate .cate-txt .cate-ttl {
          font-size: 2rem; }
          @media screen and (max-width: 767px) {
            div.main .category .l-wrap-cate .cate-txt .cate-ttl {
              font-size: 1.1rem; } }
        div.main .category .l-wrap-cate .cate-txt .cate-s {
          font-size: 0.8rem; }
    div.main .category .details-content {
      color: #fff;
      text-align: center;
      background-color: #fef9fa;
      padding-bottom: 1px; }
      @media screen and (max-width: 767px) {
        div.main .category .details-content {
          padding: 5px 7px; } }
    div.main .category .details-content-item.layer3 {
      background-color: #fef9fa;
      width: 860px;
      margin: 0 auto;
      padding-bottom: 1px;
      /* ////// ここから下は追加 ////// */
      /* ////// ここから上は追加 ////// */
      /* ////// ここから下はOLD ////// */
      /* ////// ここから上はOLD ////// */ }
      @media screen and (max-width: 767px) {
        div.main .category .details-content-item.layer3 {
          width: 100%; } }
      div.main .category .details-content-item.layer3 .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #ffffff;
        margin: 30px 0;
        padding: 20px;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          div.main .category .details-content-item.layer3 .wrap {
            padding: 10px;
            margin: 10px; } }
        div.main .category .details-content-item.layer3 .wrap .item__ttl {
          font-size: 1.2rem;
          font-weight: bold;
          padding-top: 15px; }
      div.main .category .details-content-item.layer3 .wrap .item {
        text-align: center;
        width: 32%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 767px) {
          div.main .category .details-content-item.layer3 .wrap .item {
            width: 100%; } }
      div.main .category .details-content-item.layer3 .item__image img {
        max-width: 100%; }
      div.main .category .details-content-item.layer3 .wrap .item:not(:first-child) {
        margin-left: 2%; }
        @media screen and (max-width: 767px) {
          div.main .category .details-content-item.layer3 .wrap .item:not(:first-child) {
            margin-left: 0;
            margin-top: 1rem;
            margin-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
        div.main .category .details-content-item.layer3 .wrap .item:first-child {
          margin-bottom: 1rem; } }
      div.main .category .details-content-item.layer3 .wrap .item__text {
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
        text-align: justify;
        padding: 15px;
        margin-bottom: 15px;
        color: #000000; }
        div.main .category .details-content-item.layer3 .wrap .item__text .Label_red {
          background-color: #FF0004;
          color: #ffffff;
          border-radius: 0.3rem;
          padding: 0.2rem;
          display: block;
          text-align: center;
          font-weight: bold;
          margin-bottom: 5px; }
      div.main .category .details-content-item.layer3 .wrap .attention {
        font-size: 13px;
        color: #FC7397;
        font-weight: bold;
        text-align: left;
        padding-bottom: 15px; }
        div.main .category .details-content-item.layer3 .wrap .attention span {
          color: #000000;
          font-size: 10px; }
      div.main .category .details-content-item.layer3 .wrap .item .button {
        margin-top: auto; }
      div.main .category .details-content-item.layer3 .button a {
        display: inline-block;
        border-radius: 30px;
        background-color: #FC7397;
        color: #fff;
        padding: 15px 30px;
        font-weight: bold;
        letter-spacing: 0rem;
        width: 100%; }
    div.main .category .details-content-item.layer4 {
      background-color: #19aea9; }

/* FOOTER */
.footer {
  margin: 0 auto;
  padding: 10px 0 80px; }
  .footer .wrap .line {
    margin: 50px 0; }
    @media screen and (max-width: 767px) {
      .footer .wrap .line {
        margin: 30px 0; } }
  .footer .wrap .line:after {
    content: '';
    display: block;
    width: 2px;
    height: 100px;
    background-color: #00ADEC;
    margin: .5em auto; }
  .footer .cta-btn {
    border-radius: 100px;
    display: block;
    width: 420px;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #00ADEC;
    border: solid 2px #00ADEC;
    text-decoration: none;
    text-align: center;
    margin: 15px auto 80px;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
    @media screen and (max-width: 767px) {
      .footer .cta-btn {
        width: 80%;
        padding-left: 20px;
        font-size: 1.5rem; } }
  .footer .cta-btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #00ADEC;
    position: absolute;
    top: 0;
    left: 16%;
    bottom: 0;
    margin: auto; }
  .footer .cta-btn:hover {
    background-color: #00ADEC;
    color: #ffffff; }
  .footer .cta-btn:hover:before {
    border-color: transparent transparent transparent #ffffff; }
  .footer hr {
    border-color: #707070; }
  .footer .l-wrap-list {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    font-size: 0.8rem; }
    .footer .l-wrap-list .detail-list {
      display: flex; }
      .footer .l-wrap-list .detail-list .ttl {
        color: #ffffff;
        background-color: #595857;
        padding: 0.4em 0.6em; }
      .footer .l-wrap-list .detail-list .contents {
        color: #595857;
        background-color: #F5F5F5;
        padding: 0.4em 0.6em; }
  .footer .l-wrap-footer {
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer .l-wrap-footer {
        width: 100%;
        padding: 0 1.2rem; } }
    .footer .l-wrap-footer .footer-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: 30px auto 0;
      color: #595857; }
      @media screen and (max-width: 767px) {
        .footer .l-wrap-footer .footer-list {
          margin-top: 0; } }
      .footer .l-wrap-footer .footer-list li {
        padding: 2px 15px;
        border-left: solid 1px #595857; }
        @media screen and (max-width: 767px) {
          .footer .l-wrap-footer .footer-list li {
            font-size: 0.8rem; } }
      .footer .l-wrap-footer .footer-list li:last-child {
        border-right: solid 1px #595857; }
      .footer .l-wrap-footer .footer-list a {
        position: relative;
        /*アンダーラインの位置を決めるための基準 */ }
      .footer .l-wrap-footer .footer-list a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #00ADEC;
        top: 0;
        /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.4s; }
      .footer .l-wrap-footer .footer-list a:hover {
        opacity: 1; }
      .footer .l-wrap-footer .footer-list a:hover::after {
        visibility: visible;
        top: 20px;
        opacity: 1; }
    .footer .l-wrap-footer .logo-list {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px; }
      .footer .l-wrap-footer .logo-list li img {
        width: 45%; }
        @media screen and (max-width: 767px) {
          .footer .l-wrap-footer .logo-list li img {
            width: 60%; } }
