@media (max-width: 767px) {
  .row .col_2 + .col_2 {
    margin-top: 30px;
  }
  .row .col_3 + .col_3 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_3 {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
}
section {
  padding: 40px 0;
}

section h2 {
  color: #333;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  margin-top: 2.5em;
  line-height: 1.4;
  padding-top: 70px;
  background: url(../img/h3.svg) no-repeat center top;
  background-size: 52px;
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  section h2 {
    font-size: 26px;
    padding-top: 56px;
    background-size: 40px;
  }
  section .tel_box {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
  section h2 {
    margin-bottom: 60px;
  }
  section .tel_box {
    margin-bottom: 40px;
  }
  section .tel_box p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  section .tel_box {
    display: block;
  }
  section .tel_box .btn-style {
    text-align: left;
    margin-top: 20px;
  }
}
.tel_box {
  gap: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.tel_box .tel a {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  background: url("../img/icon_tel.svg") no-repeat center left;
  background-size: 26px;
  padding-left: 36px;
  letter-spacing: 0.05em;
}

.tel_box .web a {
  font-size: 28px;
  padding: 10px 20px;
  width: 340px;
}

.tel_box .web a .large {
  font-size: 30px;
  vertical-align: top;
}

.tel_box .web a .icon {
  background: url("../img/icon_web.svg") no-repeat center left;
  background-size: 22px;
  padding-left: 32px;
}

@media (max-width: 767px) {
  .tel_box .tel {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .tel_box .tel a {
    font-size: 28px;
    background-size: 20px;
    padding-left: 26px;
  }
  .tel_box .web a {
    font-size: 22px;
  }
  .tel_box .web a .large {
    font-size: 24px;
  }
}
.sec01 h3 {
  padding-top: 0;
  margin-top: 0 !important;
}

.sec01 .time-table + h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sec01 .news h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.sec01 .news .btn-style {
  position: absolute;
  top: 0;
  right: 0;
}

.sec01 .news dl {
  margin-top: 0 !important;
}

.sec01 .row .col_2 {
  width: 100%!important;
  margin: auto;
}

@media (max-width: 767px) {
  .sec01 .time-table + h3 {
    margin-top: 40px !important;
  }
  .sec01 h3 {
    font-size: 24px;
  }
  .sec01 .news h3 {
    padding-bottom: 10px;
  }
  .sec01 .news .btn-style {
    top: -5px;
  }
  .sec01 .news .btn-style a {
    width: 200px;
    padding: 7px 10px;
  }
}
@media (min-width: 768px) {
  .sec01 .time-table + h3 {
    margin-top: 30px !important;
  }
  .sec01 .news .btn-style a {
    width: 210px;
    max-width: 100%;
    padding: 10px;
  }
  .sec01 .tel_box {
    margin-bottom: 0;
  }
  .sec01 .tel_box .btn-style {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec01 .tel_box {
    display: block;
  }
  .sec01 .tel_box .btn-style {
    text-align: left;
  }
}
.sec02 {
  padding: 0;
  overflow: hidden;
}

.sec02 .topinner {
  padding: 40px 0;
  position: relative;
}

.sec02 .topinner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: 0 auto;
  height: 100%;
  z-index: -1;
  background: #e8f6fc url("../img/sec02_bg.png") no-repeat bottom right;
}

.sec02 .text {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec02 .topinner::after {
    left: -20px;
    width: calc(100% + 40px);
    background-size: 150px;
  }
  .sec02 .img {
    margin-bottom: 10px;
  }
  .sec02 .text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding-bottom: 100px;
  }
  .sec02 .topinner {
    padding: 100px 0;
  }
  .sec02 .btn-style a {
    max-width: 340px;
    width: 100%;
    font-size: 22px;
    padding: 0.77em 1.3em;
  }
  .sec02 .topinner::after {
    left: -120px;
    width: 1820px;
    border-radius: 100px 0 0 100px;
  }
  .sec02 .row {
    gap: 50px 0;
  }
  .sec02 .row .col_2 {
    display: flex;
    flex-direction: column;
  }
  .sec02 .row .col_2 .btn-style {
    margin-top: auto;
  }
  .sec02 .text {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec02 .row {
    width: 920px;
    max-width: 100%;
    margin: auto;
  }
  .sec02 .col_3 {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .sec02 .col_3:nth-child(3n) {
    margin-right: 40px;
  }
  .sec02 .col_3:nth-child(2n) {
    margin-right: 0;
  }
  .sec02 .text {
    font-size: clamp(24px, 2.4vw, 30px);
  }
}
.sec03 .topinner {
  position: relative;
}

.sec03 h3 {
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sec03 .btn_box {
  margin-top: 10px;
}

.sec03 .wrapper {
  background: #fff;
  padding: clamp(10px, 5vw, 60px);
}
.sec03 .wrapper .ul01 {
  margin-bottom: 0;
}
.sec03 .wrapper .ul01:not(:last-child) {
  margin-bottom: 20px;
}
.sec03 .wrapper_pa0 {
  padding-top: 10px!important;
}
.sec03 .sec_title {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}
.sec03 .sec_list li {
  display: flex;
  padding: 15px 0;
  gap: 0 30px;
  border-bottom: 1px solid #d3e2ed;
}
.sec03 .sec_list li .sec_span1 {
  font-size: 16px;
  display: block;
  font-weight: bold;
  width: 66px;
}
.sec03 .sec_list li .sec_span2 {
  display: block;
  width: calc(100% - (66px + 30px));
}
.sec03 .sec_list2 {
  margin-bottom: 25px;
}
.sec03 .sec_list2:last-child {
  margin-bottom: 0;
}
.sec03 .sec_list2 li {
  padding-left: 16px;
  position: relative;
}
.sec03 .sec_list2 li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 9px;
  height: 9px;
  background: #a2c1bf;
  border-radius: 50%;
}
.sec03 .sec_title2 {
  font-size: 24px;
  line-height: 1;
  padding: 13px 10px;
  border-radius: 8px;
  color: #66a6d7;
  font-weight: bold;
  background: #e9f1f6;
}
.sec03 .sec_title3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  color: #333333;
}
@media (max-width: 767px) {
  .sec03 {
    background: url("../img/sp_sec03_bg.jpg") no-repeat bottom right/cover;
  }
  .sec03 .topinner::after {
    width: 50%;
    right: -10px;
    bottom: -40px;
  }
  .sec03 .sec_title2 {
    font-size: 20px;
  }
  .sec03 .sec_list li {
    padding: 10px 0;
    gap: 0 10px;
  }
  .sec03 h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .sec03 .text .row {
    width: 50%;
  }
  .sec03 .text .row .col_2 + .col_2 {
    margin-top: 10px;
  }
  .sec03 .text .btn-style {
    margin-bottom: 0;
  }
  .sec03 .text .btn-style a {
    padding: 10px;
  }
  .sec03 .text li {
    font-size: 12px;
    line-height: 1.4;
  }
  .sec03 .text li::before {
    top: 0.4em;
  }
  .sec03 .columns .column:not(:last-child) {
    margin-bottom: 35px;
  }
  .sec03 .button_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    background: url("../img/sec03_bg.jpg") no-repeat top right/cover;
  }
  .sec03 .text {
    width: 740px;
  }
  .sec03 .text .row {
    gap: 30px;
  }
  .sec03 .text .row > * {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
  }
  .sec03 p + .row {
    margin-top: 40px;
  }
  .sec03 .btn-style a {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    padding: 15px;
  }
  .sec03 .ul01 li::before {
    background: #a2c1bf;
    width: 10px;
    height: 10px;
    top: 8px;
  }
  .sec03 .columns {
    display: grid;
    gap: 10px 4%;
    grid-template-columns: 62% 34%;
  }
  .sec03 .btn_box {
    max-width: 720px;
  }
  .sec03 .button_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec03 .topinner::after {
    right: 0;
    max-width: 24vw;
    width: 220px;
  }
  .sec03 .text {
    width: 100%;
  }
  .sec03 .text .row {
    max-width: 70%;
  }
}

.sec03 .cont01 .img {
  text-align: center;
}

.sec03 .cont01 .text {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: #fdf7f2;
  border-radius: 30px;
  padding: 20px;
}

.sec03 .cont01 h3 {
  color: #fd9e4f;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2307692308;
}

.sec03 .cont01 .ul01 {
  margin-bottom: 0;
}

.sec03 .cont01 .ul01 li {
  line-height: 1.4;
}

.sec03 .cont01 .ul01 li::before {
  top: 0.35em;
  background: #ffd8b8;
}

.sec03 .cont02 h4 {
  font-size: 20px;
}

.sec03 .cont02 p:last-child {
  margin-bottom: 0;
}

.sec03 .cont02 .col_2:first-child h4 {
  color: #00a273;
}

.sec03 .cont02 .col_2:last-child h4 {
  color: #0068b7;
}

.sec03 h2 {
  margin-bottom: 0;
}
.sec03 h3 {
  font-size: clamp(20px, 1.8vw, 26px);
}
.sec03 .contents {
  display: none;
}
.sec03 .cont01 {
  border-top: solid 1px #dacdc2;
  padding-bottom: clamp(40px, 8.33vw, 100px);
  padding-top: clamp(20px, 3.33vw, 40px);
}
.sec03 .title {
  margin: 0;
  cursor: pointer;
  position: relative;
}
.sec03 .title:after {
  content: "";
  border-bottom: solid 1px #66a6d7;
  border-right: solid 1px #66a6d7;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec03 .title.open:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec03 .box_container {
  border-radius: clamp(15px, 2.5vw, 30px);
  background: #fff;
  padding: clamp(10px, 1.66vw, 20px) clamp(20px, 5vw, 60px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sec03 .box_container:not(:last-child) {
  margin-bottom: clamp(20px, 5vw, 60px);
}
.sec03 h3 {
  text-align: center;
  padding: 20px 0;
  font-size: clamp(24px, 2.16vw, 36px);
}
.sec03 .cont02 .cont02_contents {
  background: #fff;
  padding: clamp(10px, 1.66vw, 20px) clamp(20px, 5vw, 60px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: clamp(15px, 2.5vw, 30px);
}
.sec03 .cont02 .wrapper {
  padding: 30px 0 60px;
  display: none;
  border-top: solid 1px #d3e2ed;
}
.sec03 .cont02 .type_blue .wrapper {
  border-top: solid 1px #c4d2dc;
}
  .sec03 .cont02 {
    margin-bottom: clamp(20px, 5vw, 60px);
  }
.sec03 .sec_text {
  line-height: 30px;
  letter-spacing: 0.05em;
}
.sec03 .text_box {
  background: #faf7f4;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 40px 40px 30px;
}
.sec03 .contents {
  position: relative;
  padding-top: 70px;
}
.sec03 .contents:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 35px;
  bottom: auto;
  width: 100%;
  height: 1px;
  background: #d3e2ed;
}
.sec03 .ol_decimal {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec03 .text_box {
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 30px 10px;
  }
  .sec03 h2.title {
    font-size: 24px!important;
    padding-top: 50px;
  }
  .sec03 .cont01 .img {
    margin-bottom: -100px;
  }
  .sec03 .cont01 .img img {
    width: 240px;
  }
  .sec03 .cont01 .col:not(:last-child), .sec03 .cont02 .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec03 h3 {
    margin-top: 0;
  }
  .sec03 h3.title {
    padding: 20px 0!important;
  }
  .sec03 .cont02 .title {
    padding: 20px 0!important;
  }
}
@media (min-width: 768px) {
  .sec03 .cont02 .col {
    display: flex;
    flex-direction: column;
    justify-content: initial;
  }
  /* .sec03 .cont02 .cont02_contents {
    flex-grow: 1;
  } */
  .sec03 .cont01 {
    gap: clamp(30px, 5vw, 60px) clamp(20px, 3.33vw, 40px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .sec03 .ol_decimal li {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec03 .cont01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec03 .cont01 .col img {
    width: 50%;
  }
  .sec03 .cont01 .col .img {
    margin-bottom: -45px;
  }
}
@media (min-width: 768px) {
  .sec03 .cont01 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec03 .cont01 .col .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec03 .cont01 .text {
    padding: 40px;
  }
  .sec03 .cont01 .img {
    margin-bottom: -100px;
  }
  .sec03 .cont01 h3 {
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sec03 .cont02 .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px clamp(30px, 5vw, 60px);
  }
  .sec03 .cont02 .col {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec03 .cont01 h3 {
    font-size: 22px;
  }
  .sec03 .cont01 .text {
    padding: 20px;
  }
  .sec03 .cont01 .col_3 {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .sec03 .cont01 .col_3:nth-child(3n) {
    margin-right: 40px;
  }
  .sec03 .cont01 .col_3:nth-child(2n) {
    margin-right: 0;
  }
}


.sec04 {
  background: url("../img/sec04_bg.jpg") no-repeat center top, #e8f6fc;
}

.sec04 .cont01 .img {
  text-align: center;
}

.sec04 .cont01 .text {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: #fdf7f2;
  border-radius: 30px;
  padding: 20px;
}

.sec04 .cont01 h3 {
  color: #fd9e4f;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2307692308;
}

.sec04 .cont01 .ul01 {
  margin-bottom: 0;
}

.sec04 .cont01 .ul01 li {
  line-height: 1.4;
}

.sec04 .cont01 .ul01 li::before {
  top: 0.35em;
  background: #ffd8b8;
}

.sec04 .cont02 h4 {
  font-size: 20px;
}

.sec04 .cont02 p:last-child {
  margin-bottom: 0;
}

.sec04 .cont02 .col_2:first-child h4 {
  color: #00a273;
}

.sec04 .cont02 .col_2:last-child h4 {
  color: #0068b7;
}

.sec04 h2 {
  padding: clamp(10px, 2.5vw, 30px) 0;
  color: #fd9e4f;
  background: none;
  margin-bottom: 0;
  font-size: clamp(24px, 3.5vw, 42px);
}
.sec04 h3 {
  font-size: clamp(20px, 1.8vw, 26px);
}
.sec04 .contents {
  display: none;
}
.sec04 .cont01 {
  border-top: solid 1px #dacdc2;
  padding-bottom: clamp(40px, 8.33vw, 100px);
  padding-top: clamp(20px, 3.33vw, 40px);
}
.sec04 .title {
  cursor: pointer;
  position: relative;
}
.sec04 .title:after {
  content: "";
  border-bottom: solid 1px #fd9e4f;
  border-right: solid 1px #fd9e4f;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec04 .title.open:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec04 .box_container {
  border-radius: clamp(15px, 2.5vw, 30px);
  background: #fff;
  padding: clamp(10px, 1.66vw, 20px) clamp(20px, 5vw, 60px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sec04 .box_container:not(:last-child) {
  margin-bottom: clamp(20px, 5vw, 60px);
}
.sec04 .cont02 h3 {
  text-align: center;
  color: #00a273;
  padding: 20px 0;
  font-size: clamp(22px, 2.16vw, 26px);
}
.sec04 .cont02 h3:after {
  border-color: #00a273;
}
.sec04 .cont02 h4 {
  color: #00a273;
}
.sec04 .cont02 .cont02_contents {
  background: #fff;
  padding: clamp(10px, 1.66vw, 20px) clamp(20px, 5vw, 60px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: clamp(15px, 2.5vw, 30px);
}
.sec04 .cont02 .wrapper {
  padding: 30px 0 60px;
  display: none;
  border-top: solid 1px #c0d8d1;
}
.sec04 .cont02 .type_blue h3 {
  color: #0068b7;
}
.sec04 .cont02 .type_blue h3:after {
  border-color: #0068b7;
}
.sec04 .cont02 .type_blue h4 {
  color: #0068b7;
}
.sec04 .cont02 .type_blue .wrapper {
  border-top: solid 1px #c4d2dc;
}

@media (max-width: 767px) {
  .sec04 .cont01 h3 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .sec04 .cont01 .img {
    margin-bottom: -100px;
  }
  .sec04 .cont01 .img img {
    width: 240px;
  }
  .sec04 .cont01 .col:not(:last-child), .sec04 .cont02 .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec04 .cont02 h3 {
    margin-top: 0;
  }
  .sec04 .cont02 h4 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sec04 .cont01 {
    gap: clamp(30px, 5vw, 60px) clamp(20px, 3.33vw, 40px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec04 .cont01 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec04 .cont01 .col img {
    width: 50%;
  }
  .sec04 .cont01 .col .img {
    margin-bottom: -45px;
  }
}
@media (min-width: 768px) {
  .sec04 .cont01 .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec04 .cont01 .col .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec04 .cont01 .text {
    padding: 40px;
  }
  .sec04 .cont01 .img {
    margin-bottom: -100px;
  }
  .sec04 .cont01 h3 {
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04 .cont02 .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px clamp(30px, 5vw, 60px);
  }
  .sec04 .cont02 .col {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sec04 .cont01 h3 {
    font-size: 22px;
  }
  .sec04 .cont01 .text {
    padding: 20px;
  }
  .sec04 .cont01 .col_3 {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  .sec04 .cont01 .col_3:nth-child(3n) {
    margin-right: 40px;
  }
  .sec04 .cont01 .col_3:nth-child(2n) {
    margin-right: 0;
  }
}
.sec05 .info-table {
  width: 100%;
  margin-bottom: 40px;
}

.sec05 .info-table th {
  color: #0068b7;
}

.sec05 .time-table {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sec05 .googlemap {
    padding-bottom: 0;
    height: 100%;
  }
}/*# sourceMappingURL=original_style.css.map */