@charset "UTF-8";
/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
gje33-3
------------------------------------------------------------*/
.drawer-hamburger1 {
  display: none; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger1 {
      display: block; } }

/*
------------------------------------------------------------*/
.c-mainVisual2 {
  margin-bottom: 55px; }
  @media screen and (max-width: 767px) {
    .c-mainVisual2 {
      margin-bottom: 30px; } }

/*
------------------------------------------------------------*/
.c-text001-2 {
  font-size: 2rem;
  color: #3f3a39;
  margin-top: 17px; }
  @media screen and (max-width: 767px) {
    .c-text001-2 {
      font-size: 1.6rem !important;
      margin-top: 10px;
      margin-bottom: 5px !important;
      letter-spacing: 0; } }
  .c-text001-2 .sm {
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .c-text001-2 .sm {
        font-size: 1.4rem; } }

/*
------------------------------------------------------------*/
.c-content01.mgb-50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-content01.mgb-50 {
      margin-bottom: 30px; }
      .c-content01.mgb-50 .c-text001-2 {
        font-size: 1.8rem; }
        .c-content01.mgb-50 .c-text001-2 .sm {
          font-size: 1.6rem; } }
  .c-content01.mgb-50 .c-text002 {
    letter-spacing: 0; }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-text001-1 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 24px; } }

/*
------------------------------------------------------------*/
.c-text002 {
  font-size: 1.7rem;
  color: #4a4a4a;
  line-height: 26px;
  letter-spacing: 0.14rem; }
  @media screen and (max-width: 767px) {
    .c-text002 {
      font-size: 1.4rem;
      line-height: 21px; } }

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title2 h3 {
    font-size: 2rem; } }

/*
------------------------------------------------------------*/
.c-textnote {
  font-size: 1.4rem;
  color: #4a4a4a;
  line-height: 21px;
  letter-spacing: 0.18rem;
  position: relative;
  padding-left: 14px; }
  @media screen and (max-width: 767px) {
    .c-textnote {
      letter-spacing: 0.14rem; } }
  .c-textnote::before {
    position: absolute;
    content: '※';
    font-size: 1.4rem;
    left: -2px;
    top: -1px; }
  .c-textnote > a {
    position: relative;
    display: inline-block; }
    .c-textnote > a::before {
      position: absolute;
      content: '';
      background-color: #4a4a4a;
      width: 90%;
      height: 1px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

/*
------------------------------------------------------------*/
.c-box03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0; }
  @media screen and (max-width: 767px) {
    .c-box03 {
      margin: 0 0 30px;
      padding-bottom: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-box03__ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #3e3a39;
    margin-bottom: 11px; }
    @media screen and (max-width: 767px) {
      .c-box03__ttl {
        font-size: 1.6rem; }
        .c-box03__ttl .sm {
          font-size: 1.4rem; } }
  .c-box03__item {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .c-box03__item {
        padding: 0;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .c-box03__item:nth-child(2) {
        margin-top: 30px; }
        .c-box03__item:nth-child(2) img {
          width: 100%; } }

/*
------------------------------------------------------------*/
.c-table {
  border-collapse: collapse;
  border: 2px solid #fff;
  width: 100%; }
  @media screen and (max-width: 399px) {
    .c-table__wrap {
      width: 100%;
      display: block;
      overflow-x: scroll; } }
  @media screen and (max-width: 399px) {
    .c-table--data {
      width: 400px; } }
  .c-table td,
  .c-table th {
    border: 2px solid #00b3ec;
    text-align: center;
    font-size: 1.57rem;
    line-height: 24px;
    font-weight: 400;
    color: #262626;
    padding: 2px 4px 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-table td,
      .c-table th {
        font-size: 1.175rem;
        line-height: 17px;
        padding: 4px 2px 4px; } }
  .c-table th {
    color: #262626;
    font-weight: 400;
    border-top: none; }
  .c-table .border {
    border-left: none; }
  .c-table .border-r {
    border-right: none; }
  .c-table .border-b {
    border-bottom: none; }

/*
------------------------------------------------------------*/
.c-box04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .c-box04 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 30px; } }
  .c-box04 .c-text001-2 {
    margin-bottom: 11px; }
    @media screen and (max-width: 767px) {
      .c-box04 .c-text001-2 {
        margin-bottom: 5px; } }
  .c-box04__ttl {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.16rem;
    background-color: #00aeeb;
    text-align: center;
    margin-bottom: 18px;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .c-box04__ttl {
        font-size: 1.6rem;
        padding: 7px 0; } }
  .c-box04__item:nth-child(1) {
    width: 482px;
    margin-right: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .c-box04__item:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
  .c-box04__item:nth-child(2) {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media screen and (max-width: 767px) {
      .c-box04__item:nth-child(2) {
        width: 100%;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; } }
  .c-box04__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .c-box04__wrap {
        margin-left: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .c-box04__list:nth-child(1) {
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .c-box04__list:nth-child(1) {
        margin-right: 0;
        width: 44%; } }
  @media screen and (max-width: 767px) {
    .c-box04__list:nth-child(2) {
      width: 55%; } }
  .c-box04__list:nth-child(2) .c-box04__items:not(:first-child) {
    margin-left: 22px; }
    @media screen and (max-width: 767px) {
      .c-box04__list:nth-child(2) .c-box04__items:not(:first-child) {
        margin-left: 14px; } }
  .c-box04__items {
    font-size: 1.7rem;
    line-height: 26px;
    color: #4a4a4a;
    letter-spacing: 0.18rem;
    position: relative;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      .c-box04__items {
        font-size: 1.4rem;
        line-height: 21px;
        letter-spacing: 0.1rem;
        padding-left: 6px; } }
    @media screen and (max-width: 375px) {
      .c-box04__items {
        font-size: 1.3rem;
        letter-spacing: 0; } }
    .c-box04__items::before {
      position: absolute;
      content: '';
      background-color: #4a4a4a;
      width: 3px;
      height: 3px;
      border-radius: 50%;
      left: 0;
      top: 13px; }
      @media screen and (max-width: 767px) {
        .c-box04__items::before {
          top: 10px; } }

/*
------------------------------------------------------------*/
.p-gje33-3 .c-list001 {
  margin: 0 -8px; }
  @media screen and (max-width: 767px) {
    .p-gje33-3 .c-list001 {
      margin: 0; } }
  .p-gje33-3 .c-list001_img {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .p-gje33-3 .c-list001_img img {
        width: 100%; } }
  .p-gje33-3 .c-list001_item {
    margin-bottom: 50px;
    padding: 0 8px; }
    @media screen and (max-width: 767px) {
      .p-gje33-3 .c-list001_item {
        padding: 0;
        margin-bottom: 30px; } }
  .p-gje33-3 .c-list001.style1 {
    margin: 0; }
    .p-gje33-3 .c-list001.style1 .c-text001-2 {
      margin-top: 0; }
    .p-gje33-3 .c-list001.style1 .c-list001_img {
      margin-bottom: 0; }
    .p-gje33-3 .c-list001.style1 .c-list001_item {
      padding: 0; }
      .p-gje33-3 .c-list001.style1 .c-list001_item:nth-child(1) {
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media screen and (max-width: 767px) {
          .p-gje33-3 .c-list001.style1 .c-list001_item:nth-child(1) {
            -webkit-flex-basis: auto;
                -ms-flex-preferred-size: auto;
                    flex-basis: auto;
            width: 100%; } }
      .p-gje33-3 .c-list001.style1 .c-list001_item:nth-child(2) {
        width: 482px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-left: 16px; }
        @media screen and (max-width: 767px) {
          .p-gje33-3 .c-list001.style1 .c-list001_item:nth-child(2) {
            width: 100%;
            margin-left: 0; }
            .p-gje33-3 .c-list001.style1 .c-list001_item:nth-child(2) img {
              width: 100%; } }
  .p-gje33-3 .c-list001--other .c-list001_item:nth-child(1) {
    width: 100%; }
  .p-gje33-3 .c-list001_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -8px; }
    @media screen and (max-width: 767px) {
      .p-gje33-3 .c-list001_wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0; }
        .p-gje33-3 .c-list001_wrap .c-list001_img {
          width: 100%; }
          .p-gje33-3 .c-list001_wrap .c-list001_img:nth-child(1) {
            margin-bottom: 30px; } }
    .p-gje33-3 .c-list001_wrap .c-list001_img {
      width: 50%;
      padding: 0 8px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        .p-gje33-3 .c-list001_wrap .c-list001_img {
          width: 100%;
          padding: 0; } }

.p-gje33-3__img {
  margin-bottom: 30px; }

.p-gje33-3__sc01 {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .p-gje33-3__sc01 {
      margin-bottom: 30px; } }
