@charset "UTF-8";
@media (max-width: 480px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 480px) {
  .sp_only {
    display: block;
  }
}

.main_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

h2.under_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #333;
  font-size: 2.2rem;
  line-height: 1.818;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  h2.under_title {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

h2.under_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 3px;
  width: calc((20px * 3) + (4px * 2));
  /* 막대 3개 + 간격 2개 */
  background: repeating-linear-gradient(to right, #4fbac8, #4fbac8 20px, transparent 20px, transparent 24px);
}

h3.under_subtitle1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  h3.under_subtitle1 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

h3.under_subtitle1::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/sub_illust_001.svg) no-repeat;
  background-size: contain;
}

h3.under_subtitle2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.1em;
  color: #333;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0 20px 40px;
  border-top: 1px solid #4fbac87d;
  border-bottom: 1px solid #4fbac87d;
}

@media (max-width: 480px) {
  h3.under_subtitle2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

h3.under_subtitle2::after {
  position: absolute;
  top: 19px;
  left: 0;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/sub_illust_002.png) no-repeat;
  background-size: contain;
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

.wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #333;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .wrap p {
    font-size: 1.4rem;
  }
}

.wrap .row {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .wrap .row {
    margin-bottom: 45px;
  }
}

.u_mb0 {
  margin-bottom: 0px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb30 {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .u_mb30 {
    margin-bottom: 25px;
  }
}

.u_mb40 {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .u_mb40 {
    margin-bottom: 35px;
  }
}

.u_mb60 {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .u_mb60 {
    margin-bottom: 40px;
  }
}

.u_mb80 {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .u_mb80 {
    margin-bottom: 60px;
  }
}

.u_mb120 {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .u_mb120 {
    margin-bottom: 80px;
  }
}

.text_12 {
  font-size: 12px;
}

@media (max-width: 480px) {
  .text_12 {
    font-size: 11px;
  }
}

.text_14 {
  font-size: 14px;
}

@media (max-width: 480px) {
  .text_14 {
    font-size: 12px;
  }
}

.text_16 {
  font-size: 16px;
}

@media (max-width: 480px) {
  .text_16 {
    font-size: 14px;
  }
}

.text_18 {
  font-size: 18px;
}

@media (max-width: 480px) {
  .text_18 {
    font-size: 16px;
  }
}

.text_20 {
  font-size: 20px;
}

@media (max-width: 480px) {
  .text_20 {
    font-size: 18px;
  }
}

.text_22 {
  font-size: 22px;
}

@media (max-width: 480px) {
  .text_22 {
    font-size: 20px;
  }
}

.text_24 {
  font-size: 24px;
}

@media (max-width: 480px) {
  .text_24 {
    font-size: 20px;
  }
}

.text_28 {
  font-size: 28px;
}

@media (max-width: 480px) {
  .text_28 {
    font-size: 22px;
  }
}

html body .wrap .u_mb0 {
  margin-bottom: 0px;
}

html body .wrap .u_mb10 {
  margin-bottom: 10px;
}

html body .wrap .u_mb20 {
  margin-bottom: 20px;
}

html body .wrap .u_mb30 {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  html body .wrap .u_mb30 {
    margin-bottom: 25px;
  }
}

html body .wrap .u_mb40 {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  html body .wrap .u_mb40 {
    margin-bottom: 35px;
  }
}

html body .wrap .u_mb60 {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  html body .wrap .u_mb60 {
    margin-bottom: 40px;
  }
}

html body .wrap .u_mb80 {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  html body .wrap .u_mb80 {
    margin-bottom: 60px;
  }
}

html body .wrap .u_mb120 {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  html body .wrap .u_mb120 {
    margin-bottom: 80px;
  }
}

html body .wrap .text_12 {
  font-size: 12px;
}

@media (max-width: 480px) {
  html body .wrap .text_12 {
    font-size: 11px;
  }
}

html body .wrap .text_14 {
  font-size: 14px;
}

@media (max-width: 480px) {
  html body .wrap .text_14 {
    font-size: 12px;
  }
}

html body .wrap .text_16 {
  font-size: 16px;
}

@media (max-width: 480px) {
  html body .wrap .text_16 {
    font-size: 14px;
  }
}

html body .wrap .text_18 {
  font-size: 18px;
}

@media (max-width: 480px) {
  html body .wrap .text_18 {
    font-size: 16px;
  }
}

html body .wrap .text_20 {
  font-size: 20px;
}

@media (max-width: 480px) {
  html body .wrap .text_20 {
    font-size: 18px;
  }
}

html body .wrap .text_22 {
  font-size: 22px;
}

@media (max-width: 480px) {
  html body .wrap .text_22 {
    font-size: 20px;
  }
}

html body .wrap .text_24 {
  font-size: 24px;
}

@media (max-width: 480px) {
  html body .wrap .text_24 {
    font-size: 20px;
  }
}

html body .wrap .text_28 {
  font-size: 28px;
}

@media (max-width: 480px) {
  html body .wrap .text_28 {
    font-size: 22px;
  }
}

html body .wrap .al_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

html body .wrap .al_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body .wrap .js_cneter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .wrap .flex_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body .wrap .re_center {
  text-align: center;
}

@media (max-width: 480px) {
  html body .wrap .re_center {
    text-align: start;
  }
}

html body .wrap .u_center {
  text-align: center;
}

html body .wrap .u_start {
  text-align: start;
}

html body .wrap .u_end {
  text-align: end;
}

.bg_b {
  padding: 60px 0 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(45%, #effafc));
  background: linear-gradient(180deg, white 0%, #effafc 45%);
  position: relative;
}

@media (max-width: 480px) {
  .bg_b {
    padding: 45px 0 60px;
  }
}

.bg_w {
  background: #fff;
  padding: 160px 0 100px;
}

@media (max-width: 480px) {
  .bg_w {
    padding: 100px 0 70px;
  }
}

.bg_w.add_top {
  position: relative;
}

.bg_w.add_top::after {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 60px;
  content: "";
  z-index: 0;
  background: url(../img/dot_bg.svg) 0% 0%/auto;
  z-index: 1;
}

@media (max-width: 480px) {
  .bg_w.add_top::after {
    height: 30px;
  }
}

.effect_left {
  position: relative;
}

.effect_left::before {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  width: 193px;
  height: 127px;
  top: -85.5px;
  z-index: 2;
}

@media (max-width: 480px) {
  .effect_left::before {
    width: 95px;
    height: 63px;
    top: -40px;
  }
}

.effect_right {
  position: relative;
}

.effect_right::before {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  width: 193px;
  height: 127px;
  top: -85.5px;
  z-index: 2;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 480px) {
  .effect_right::before {
    width: 95px;
    height: 63px;
    top: -40px;
  }
}

.under_blue {
  background: #effafc;
  padding: 55px;
}

@media (max-width: 480px) {
  .under_blue {
    padding: 55px 6%;
  }
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.64%;
          column-gap: 3.64%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(20px, 6.25vw, 30px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex_box .img_area {
  width: 51.82%;
}

@media (max-width: 480px) {
  .flex_box .img_area {
    width: 100%;
  }
}

.flex_box .text_area {
  width: 44.55%;
}

@media (max-width: 480px) {
  .flex_box .text_area {
    width: 100%;
  }
}

.flex_box .w30 {
  width: 30%;
}

@media (max-width: 480px) {
  .flex_box .w30 {
    width: 100%;
  }
}

.flex_box .w70 {
  width: 70%;
}

@media (max-width: 480px) {
  .flex_box .w70 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .flex_box.box_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.step_box {
  position: relative;
}

.step_box .step_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .step_box .step_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step_box .step_flex:last-of-type::after {
  display: none;
}

.step_box .step_flex::after {
  top: 110%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0) !important;
  border-top-color: #4fbac8 !important;
  border-width: 30px !important;
  margin-left: -30px !important;
  z-index: 20 !important;
}

@media (max-width: 480px) {
  .step_box .step_flex::after {
    border-width: 20px !important;
    margin-left: -20px !important;
    top: 107%;
  }
}

.step_box .step_flex .step_area {
  background: #4fbac8;
  padding: 64px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top-left-radius: 20px;
}

@media (max-width: 480px) {
  .step_box .step_flex .step_area {
    padding: 10px;
  }
}

.step_box .step_flex .step_area p {
  color: #fff;
}

.step_box .step_flex .step_area p .s_s {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  line-height: 1.364;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media (max-width: 480px) {
  .step_box .step_flex .step_area p .s_s {
    font-size: 1.8rem;
  }
}

.step_box .step_flex .content_area {
  padding: 30px 20px;
  background: #effafb;
  width: 100%;
  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;
}

.step_box .step_flex .content_area h3 {
  font-size: 2rem;
}

.Qa-Box {
  width: 100%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  margin-bottom: 30px;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 15px;
}

.Qa-Box .Qa dt p,
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 0;
}

.Qa-Box .Qa dt {
  background: #4fbac8;
  margin: 0;
  border-top-left-radius: 20px;
}

.Qa-Box .Qa dt::before {
  content: "Q.";
  color: #fff;
  font-weight: 500;
  padding: 0 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: normal;
  font-size: 2rem;
}

.Qa-Box .Qa dt p {
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.02em;
}

.Qa-Box .Qa dd {
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0 2px 6px 0 #deeff0;
          box-shadow: 0 2px 6px 0 #deeff0;
}

.main_visual_subpage {
  width: 100%;
  height: 195px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 6%;
  background: url(../img/sub_bg001.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.main_visual_subpage::after {
  background: url(../img/sub_bg002.png) no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  width: clamp(360px, 36.60322vw, 500px);
  height: 195px;
  position: absolute;
}

@media (max-width: 480px) {
  .main_visual_subpage::after {
    width: 100vw;
    height: 195px;
  }
}

.main_visual_subpage::before {
  background: url(../img/sub_bg002.png) no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: clamp(360px, 36.60322vw, 500px);
  height: 195px;
  position: absolute;
}

@media (max-width: 480px) {
  .main_visual_subpage::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .main_visual_subpage {
    padding: 0 2%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main_visual_subpage .page_name {
  z-index: 3;
}

.main_visual_subpage .page_name h1 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

@media (max-width: 480px) {
  .main_visual_subpage .page_name h1 {
    font-size: clamp(22px, 5.41667vw, 26px);
  }
}

#contents .breadcrumbs {
  background: #fff;
}

.table_base table {
  border-right: 1px solid #082a4f;
  border-left: 1px solid #082a4f;
}

@media (max-width: 480px) {
  .table_base table {
    border: 1px solid #082a4f;
  }
}

.table_base table tbody th {
  font-size: 1.6rem;
  text-align: left;
  width: 28%;
  background: #4fbac8;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    width: 100%;
  }
}

.text_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
          column-gap: 0.5em;
  margin: 0;
}

.text_flex .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6em;
  text-align: start;
  white-space: nowrap;
}

.text_flex .colon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text_flex .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.a_link {
  color: #4fbac8 !important;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline !important;
}

.a_link:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

.under_grid_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media (max-width: 480px) {
  .under_grid_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 70px;
  }
}

.under_grid_box .col {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 47px 40px 45px;
  position: relative;
}

@media (max-width: 480px) {
  .under_grid_box .col {
    padding: 47px 0 45px;
  }
}

.under_grid_box .col::after {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  z-index: 1;
}

.under_grid_box .col .address_content {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.53734vw, 21px);
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
}

.under_grid_box .col .address {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  margin-bottom: 17px;
  font-size: clamp(32px, 2.56223vw, 35px);
}

.under_grid_box .col.box1 {
  background: #5ab7aa;
  border-top-left-radius: 40px;
}

@media (max-width: 480px) {
  .under_grid_box .col.box1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.under_grid_box .col.box1::after {
  background: url(../img/icon_001.svg) no-repeat center;
  background-color: #5ab7aa;
}

.under_grid_box .col.box1 .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.under_grid_box .col.box1 .time .time_head {
  padding: 3px 10px 4px;
  color: #5ab7aa;
  border-radius: 5px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
}

.under_grid_box .col.box1 .time .time_body {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  letter-spacing: 0.02em;
  font-size: 2rem;
}

.under_grid_box .col.box2 {
  background: #6baecc;
}

@media (max-width: 480px) {
  .under_grid_box .col.box2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

.under_grid_box .col.box2::after {
  background: url(../img/icon_002.svg) no-repeat center;
  background-color: #6baecc;
}

.under_grid_box .col.box2 .time {
  padding: 3px 10px 4px;
  color: #6baecc;
  border-radius: 5px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .under_grid_box .col.box2 .time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.under_grid_box .col.box3 {
  background: #4fbac8;
  border-bottom-right-radius: 40px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .under_grid_box .col.box3 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: unset;
    row-gap: 30px;
  }
}

.under_grid_box .col.box3::after {
  background: url(../img/icon_003.svg) no-repeat center;
  background-color: #4fbac8;
}

.under_grid_box .col.box3 .button {
  margin: 0;
}

.under_grid_box .col.box3 .button a {
  width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #4fbac8;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #fff;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  margin: 0 auto;
  border: 1px solid #4fbac8;
}

.under_grid_box .col.box3 .button a::after {
  background: url(../img/arrow_002.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background-size: contain;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.under_grid_box .col.box3 .button a:hover {
  border: 1px solid #fff;
  background: #4fbac8;
  color: #fff;
}

.under_grid_box .col.box3 .button a:hover::after {
  background: url(../img/arrow_001.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.s_menu-table {
  width: 100%;
}

.s_menu-table tbody tr {
  border-bottom: 1px solid #333;
}

.s_menu-table tbody tr:first-child {
  border-top: 1px solid #333;
}

@media (max-width: 769px) {
  .s_menu-table tbody tr {
    border-bottom: none;
  }
}

.s_menu-table th p,
.s_menu-table td p {
  margin: 0;
}

.s_menu-table th {
  text-align: left;
  width: 30%;
  background: transparent;
  border: none;
  line-height: 2;
  padding: 20px 15px;
}

@media (max-width: 480px) {
  .s_menu-table th {
    display: block;
    width: 100%;
    color: #333;
    padding: 10px 6%;
  }
}

.s_menu-table th span {
  display: block;
  font-weight: bold;
}

.s_menu-table td {
  border: none;
  line-height: 2;
  padding: 20px 15px;
  font-weight: bold;
  text-align: end;
}

@media (max-width: 480px) {
  .s_menu-table td {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #333;
    padding: 10px 6%;
  }
}

.send_btn_inner button {
  background: #4fbac8;
  border: 2px solid #4fbac8;
}

.send_btn_inner button:hover {
  color: #4fbac8;
}

.fax {
  pointer-events: none;
}

.single .button {
  margin: 0;
}

.single .button a {
  max-width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0 auto;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #4fbac8;
  border-radius: 50vh;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  display: block;
  border: 1px solid #4fbac8;
}

.single .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 2.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.single .button a:hover {
  background: #fff;
  color: #4fbac8;
}

.single .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

#header::after {
  display: none;
}

.news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news_item {
  border-bottom: 1px solid #adadad;
  padding: 16px 0;
}

.news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_item a:hover span {
  color: #4fbac8;
}

.news_date {
  font-size: 1.6rem;
  color: #333;
  font-family: "Roboto", sans-serif;
  line-height: 1.825;
  letter-spacing: 0.02em;
}

.news_title {
  font-size: 1.6rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.825;
  letter-spacing: 0.02em;
}
/*# sourceMappingURL=contents.css.map */