@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/* ----------------------
- 共通
- flow_sec
- bring_sec
- time_sec
---------------------- */
.text_01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .text_01 {
    margin-bottom: 18px;
  }
}

.text_02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  main .content .w900 {
    width: 100%;
  }
}

/*=======================================
　flow_sec
=======================================*/
.flow_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .flow_sec {
    margin-bottom: 80px;
  }
}
.flow_sec .sttl_01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow_sec .sttl_01 {
    margin-bottom: 30px;
  }
}
.flow_sec .flow .flow_item .column {
  gap: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.flow_sec .flow .flow_item .column .img {
  width: 44.444444%;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .column .img {
    width: 100%;
  }
}
.flow_sec .flow .flow_item .column .img .sttl_02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .column .img .sttl_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .column .img .sttl_02 .num {
    width: 29px;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .column .img .sttl_02 .num img {
    vertical-align: sub;
  }
}
.flow_sec .flow .flow_item .column .text {
  width: 46.8888888889%;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .column .text {
    width: 100%;
  }
}
.flow_sec .flow .flow_item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.flow_sec .flow .flow_item .sttl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .sttl_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .sttl_02 .num {
    width: 29px;
  }
}
.flow_sec .flow .flow_item .sttl_02 .num img {
  width: 56px;
}
.flow_sec .flow .flow_item:nth-child(3) .column {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item:nth-child(3) .column {
    gap: 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item:nth-child(3) .column ._c2 {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item:nth-child(3) .text_01 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item:nth-child(1) .sttl_02, .flow_sec .flow .flow_item:nth-child(2) .sttl_02 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow .flow_item .notes_01 {
    font-size: 13px;
  }
}
.flow_sec .flow:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow:not(:last-child) {
    margin-bottom: 50px;
  }
}
.flow_sec .flow .sttl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}
.flow_sec .flow:nth-child(3) .column {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .flow_sec .flow:nth-child(3) .column {
    gap: 23px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .flow_sec .flow:nth-child(3) .column ._c2 {
    width: calc(50% - 12px);
  }
}

.cmn_btn {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .cmn_btn {
    gap: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn .cmn_btn_01 {
    width: calc(50% - 8px);
  }
}
.cmn_btn .cmn_btn_01 a {
  font-size: 14px;
  padding: 19px 0 18px;
  min-width: 280px;
  min-height: 53px;
}
@media screen and (max-width: 768px) {
  .cmn_btn .cmn_btn_01 a {
    font-size: 12px;
    min-width: auto;
    text-align: center;
    gap: 5px;
    padding: 12px 0 10px;
  }
}
.cmn_btn .cmn_btn_01:nth-child(2) a {
  gap: 5px;
}

/*=======================================
　bring_sec
=======================================*/
.bring_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .bring_sec {
    margin-bottom: 80px;
  }
}
.bring_sec .sttl_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bring_sec .sttl_01 {
    margin-bottom: 30px;
  }
}
.bring_sec .sttl_02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .bring_sec .sttl_02 {
    margin-bottom: 30px;
  }
}
.bring_sec .bring {
  gap: 10px 39px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bring_sec .bring {
    gap: 10px 12px;
    margin-bottom: 50px;
  }
}
.bring_sec .bring._mab {
  gap: 20px 39px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .bring_sec .bring._mab {
    gap: 20px 12px;
    margin-bottom: 60px;
  }
}
.bring_sec .bring .bring_item {
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 18px 22px 17px;
  background-color: #EFE9DE;
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .bring_item {
    gap: 10px;
    -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: 0;
    background-color: #F7F4EE;
  }
}
.bring_sec .bring .bring_item._c2 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .bring_item._c2 {
    width: calc(50% - 6px);
  }
}
.bring_sec .bring .bring_item .icon {
  width: 92px;
  height: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .bring_item .icon {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #EFE9DE;
    padding: 10px 37px;
    text-align: center;
  }
}
.bring_sec .bring .bring_item .text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.bring_sec .bring .bring_item .text .nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .bring_item .text .nowrap {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .bring_item .text {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .bring_item .text.txt15 {
    font-size: 15px;
    text-align: left;
  }
}
.bring_sec .bring .notes {
  width: 100%;
  font-size: 14px;
  line-height: 1.6428571429;
}
@media screen and (max-width: 768px) {
  .bring_sec .bring .notes {
    font-size: 13px;
  }
}
.bring_sec .notes {
  gap: 51px;
}
@media screen and (max-width: 768px) {
  .bring_sec .notes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 12px;
  }
}
.bring_sec .notes dl {
  width: calc(20% - 25px);
}
@media screen and (max-width: 768px) {
  .bring_sec .notes dl {
    width: calc(50% - 6px);
  }
}
.bring_sec .notes dl dt {
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bring_sec .notes dl dt {
    min-height: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bring_sec .notes dl dd {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bring_sec .notes dl dd {
    font-size: 17px;
    line-height: 1.2352941176;
    font-weight: bold;
  }
}
.bring_sec .notes dl dd p {
  margin-top: 1px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .bring_sec .notes dl dd p {
    margin-top: 4px;
    font-weight: normal;
  }
}

/*=======================================
　time_sec
=======================================*/
.time_sec {
  margin-bottom: 228px;
}
@media screen and (max-width: 768px) {
  .time_sec {
    margin-bottom: 130px;
  }
}
.time_sec .sttl_01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .time_sec .sttl_01 {
    margin-bottom: 30px;
  }
}
.time_sec .time_table01 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 {
    padding-top: 15px;
    padding-bottom: 16.4px;
  }
}
.time_sec .time_table01 table tr th, .time_sec .time_table01 table tr td {
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 table tr th, .time_sec .time_table01 table tr td {
    padding: 10px 0;
  }
}
.time_sec .time_table01 table tr th {
  width: 10%;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 table tr th {
    font-size: 11px;
  }
}
.time_sec .time_table01 table tr th:first-child {
  font-size: 24px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 table tr th:first-child {
    font-size: 12px;
  }
}
.time_sec .time_table01 table tr td {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 table tr td {
    font-size: 11px;
  }
}
.time_sec .time_table01 table tr td:first-child, .time_sec .time_table01 table tr td.ope {
  width: 18%;
}
.time_sec .time_table01 table tr td:not(:first-child) {
  color: #60514A;
}
.time_sec .time_table01 table tr td:not(:first-child):not(.slash)::before {
  width: 75px;
  height: 75px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 table tr td:not(:first-child):not(.slash)::before {
    width: 32px;
    height: 32px;
  }
}
.time_sec .time_table01 table tr td span {
  display: block;
}
.time_sec .time_table01 table tr td span.time {
  margin-top: 3.8px;
  font-size: 24px;
  font-family: "Forum", serif;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table01 table tr td span.time {
    font-size: 12px;
  }
}
.time_sec .time_table01 table tr:last-child th, .time_sec .time_table01 table tr:last-child td {
  border-bottom: none;
}
.time_sec .time_table_note > .item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16.5px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table_note > .item {
    padding-left: 13.2px;
  }
}
@media screen and (max-width: 1400px) {
  .time_sec .time_table_note > .item {
    font-size: clamp(11px, 1vw, 14px);
  }
}
.time_sec .time_table_note > .item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 9px;
  height: 9px;
  background: #8A5858;
  border-radius: 50vw;
}
@media screen and (max-width: 768px) {
  .time_sec .time_table_note > .item::before {
    top: 0.7em;
    width: 4px;
    height: 4px;
  }
}/*# sourceMappingURL=first.css.map */