@charset "UTF-8";
/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* その後、他の変数、関数、CSSコードを記述します */
.grecaptcha-badge {
  visibility: hidden;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #3c3533;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3533;
  margin: 0;
  overflow: hidden;
}

.all_bg {
  background: url(../img/top_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
}

#header_top {
  display: none;
}

.header_sldier_wrap {
  position: relative;
}
.header_sldier_wrap figure {
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 50%;
  right: 93px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header_sldier_wrap figure {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.header_sldier_wrap figure img {
  max-width: clamp(480px, 43.1918008785vw, 570px);
  width: 100%;
}
@media (max-width: 500px) {
  .header_sldier_wrap figure img {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .header_sldier_wrap figure img {
    max-width: 300px;
  }
}
@media (max-width: 360px) {
  .header_sldier_wrap figure img {
    max-width: 280px;
  }
}

#header_sns a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.484;
  font-size: clamp(24px, 3.7335285505vw, 51px);
  color: #fb7f2b !important;
}
#header_sns a:hover {
  color: #123d4d !important;
}
#header_sns p {
  border: 1px solid #123d4d;
  padding: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #123d4d;
}
#header_sns p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

#header_top {
  display: none;
}

#header_slider .layer_image img {
  height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 749px) {
  #header_slider .layer_image img {
    height: 100%;
  }
}

#header_slider {
  height: 56.25vw !important;
  width: 100vw;
}
@media (max-width: 750px) {
  #header_slider {
    height: 117.3402868318vw !important;
  }
}

#header_slider .item {
  height: 56.25vw !important;
}
@media (max-width: 750px) {
  #header_slider .item {
    height: 117.3402868318vw !important;
  }
}

#header_bottom_inner {
  height: 84px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 2.196193265vw, 30px);
  max-height: calc(100% - 10px) !important;
}
@media (max-width: 1366px) {
  .pc_logo_image {
    padding-left: 20px;
  }
}

.header_wrap {
  height: 100%;
}

#header_sns {
  display: none;
}

#header_bottom {
  background: #fff !important;
}

#global_menu {
  text-align: end;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 0;
}

.header_button {
  padding-left: clamp(25px, 2.4158125915vw, 33px);
}
.header_button a {
  display: flex;
  justify-content: center;
  background: #bf8973;
  flex-direction: column;
  padding: 16px 12px;
  height: 84px;
  transition: 0.4s all;
}
.header_button a:hover {
  opacity: 0.7;
}
.header_button a .phone_wrap {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 4px;
}
.header_button a .phone_wrap img {
  width: 21px;
  height: 21px;
}
.header_button a .phone_wrap .main_tel {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.header_button a .tel_content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: start;
  font-size: 10px;
  color: #fff;
}

#global_menu > ul > li > a {
  height: 64px;
  line-height: 64px;
  color: #3c3533 !important;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}

#menu_button span {
  background: #3c3533 !important;
}

@media (max-width: 425px) {
  header .mobile_logo_image {
    max-width: 230px !important;
  }
}

.header_grid {
  display: grid;
  grid-template-columns: 147fr 174fr;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1250px) {
  .header_grid {
    display: none;
  }
}

.slider_wrap {
  position: relative;
}
.slider_wrap .main_mv {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slider_wrap .main_mv {
    left: clamp(20px, 6.518904824vw, 50px);
  }
}
.slider_wrap .main_mv h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5387994143vw, 62px);
  color: #fff;
  line-height: normal;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
.slider_wrap .main_mv p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 2.3426061493vw, 32px);
  line-height: 1.563;
  color: #fff;
  letter-spacing: 0.05em;
}

html body #index_news {
  background: #fff;
}
html body #index_news a:hover span {
  color: #bf8973;
}

.entry-date {
  color: #bf8973;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

#index_news_slider .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3c3533;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}

#header_slider .slick-dots button:hover::before,
#header_slider .slick-dots .slick-active button::before {
  background: #3c3533 !important;
  border: 1px solid #3c3533 !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: clamp(45px, 6.7349926794vw, 92px);
  left: clamp(20px, 6.0761346999vw, 83px);
  z-index: 10;
  padding: 0;
  position: absolute;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .main_ttl {
    bottom: 7.8226857888vw;
    left: 5.2151238592vw;
    top: unset;
  }
}
.main_ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff953;
  line-height: 1.6;
  left: 0.05em;
  margin-bottom: 20px;
  font-size: clamp(32px, 3.953147877vw, 54px);
}
@media (max-width: 767px) {
  .main_ttl h2 {
    font-size: 5.8670143416vw;
  }
}
.main_ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #fff953;
}

html body #footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 6%;
  background: #fff;
}
html body #footer_bottom #menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  html body #footer_bottom #menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  html body #footer_bottom #menu-footer {
    grid-template-columns: 1fr;
  }
}
html body #footer_bottom #menu-footer li {
  margin: 0 10px;
}
html body #footer_bottom #menu-footer a {
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #3c3533;
  line-height: 2.571;
}

html body #footer_post_list_wrap {
  background: #3c3533;
}
html body #footer_post_list_wrap .title_en {
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 2.196193265vw, 30px);
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
  font-weight: 900;
  font-family: "Plus Jakarta Sans", sans-serif;
}

#footer_post_list .title span {
  color: #fff !important;
}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

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

@media (max-width: 425px) {
  .pc_only_425 {
    display: none;
  }
}

.sp_only_425 {
  display: none;
}
@media (max-width: 425px) {
  .sp_only_425 {
    display: block;
  }
}

.title_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(32px, 2.9282576867vw, 40px);
  color: #3c3533;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(28px, 23.0292397661px + 1.1695906433vw, 32px);
  }
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  color: #3c3533;
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(14px, 2.0860495437vw, 16px);
  }
}

.main_button a {
  width: 250px;
  height: 56px;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  background: #bf8973;
  border: 1px solid #bf8973;
  position: relative;
  transition: 0.4s all;
  padding: 0 20px;
}
.main_button a::after {
  content: "\f054";
  display: flex;
  align-items: center;
  justify-self: center;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 16px;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
  transition: 0.4s all;
}
.main_button a:hover {
  color: #bf8973;
  background: #fff;
  border: 1px solid #bf8973;
}
.main_button a:hover::after {
  color: #bf8973;
}

#s01 {
  background: #edf6fb;
  padding: clamp(110px, 11.7130307467vw, 160px) 0 clamp(65px, 8.4187408492vw, 115px);
}
#s01 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s01 .inner .title_jp {
  text-align: center;
  position: relative;
  margin-bottom: clamp(40px, 4.6852122987vw, 64px);
}
#s01 .inner .title_jp::after {
  content: "about us";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  width: 100%;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 180px;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp::after {
    font-size: 13.17715959vw;
  }
}
@media (max-width: 767px) {
  #s01 .inner .title_jp::after {
    font-size: 18.2529335072vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }
}
#s01 .inner .title_jp span {
  position: relative;
  z-index: 1;
}
#s01 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
  margin-bottom: clamp(40px, 4.6852122987vw, 64px);
}
@media (max-width: 767px) {
  #s01 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8670143416vw, 45px);
  }
}
#s01 .inner .grid_box .grid_col .main_img img {
  width: 100%;
}
#s01 .inner .grid_box .grid_col .box {
  background: #fff;
  padding: 20px 4%;
}
#s01 .inner .grid_box .grid_col .box .grid_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3533;
  font-weight: bold;
  font-size: clamp(20px, 2.196193265vw, 30px);
  line-height: 2;
}
#s01 .inner .grid_box .grid_col .box .content {
  text-align: center;
}
#s01 .inner .main_button a {
  margin: 0 auto;
}

#s02 {
  background: url(/wp-content/uploads/top_faq_bg.jpg) no-repeat center;
  background-size: cover;
  height: clamp(500px, 433.3333333333px + 8.6805555556vw, 600px);
  position: relative;
}
@media (max-width: 767px) {
  #s02 {
    background: url(/wp-content/uploads/top_faq_bg_sp.jpg) no-repeat;
    background-size: cover;
    height: auto;
  }
}
@media (max-width: 767px) {
  #s02 .inner {
    padding: 0 6%;
  }
}
#s02 .inner .box {
  position: absolute;
  right: clamp(40px, -69.3333333333px + 14.2361111111vw, 204px);
  top: 50%;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  #s02 .inner .box {
    position: initial;
    padding: 45.6323337679vw 0;
    transform: unset;
    width: 100%;
  }
}
#s02 .inner .box .title_jp {
  color: #fff;
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
}
@media (max-width: 767px) {
  #s02 .inner .box .title_jp {
    text-align: center;
  }
}
#s02 .inner .box .content {
  color: #fff;
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
}
@media (max-width: 767px) {
  #s02 .inner .box .content {
    text-align: center;
  }
}
#s02 .inner .box .main_button a {
  background: #fff;
  border: 1px solid #fff;
  color: #3c3533;
}
@media (max-width: 767px) {
  #s02 .inner .box .main_button a {
    margin: 0 auto;
  }
}
#s02 .inner .box .main_button a::after {
  color: #3c3533;
}
#s02 .inner .box .main_button a:hover {
  background: #bf8973;
  border: 1px solid #bf8973;
  color: #fff;
}
#s02 .inner .box .main_button a:hover::after {
  color: #fff;
}

#s03 {
  background: url(/wp-content/uploads/top_flow_bg.jpg) no-repeat center;
  background-size: cover;
  height: clamp(500px, 433.3333333333px + 8.6805555556vw, 600px);
  position: relative;
}
@media (max-width: 767px) {
  #s03 {
    background: url(/wp-content/uploads/top_flow_bg_sp.jpg) no-repeat;
    background-size: cover;
    height: auto;
  }
}
@media (max-width: 767px) {
  #s03 .inner {
    padding: 0 6%;
  }
}
#s03 .inner .box {
  position: absolute;
  left: clamp(40px, -136px + 22.9166666667vw, 304px);
  top: 50%;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  #s03 .inner .box {
    position: initial;
    padding: 45.6323337679vw 0;
    transform: unset;
    width: 100%;
  }
}
#s03 .inner .box .title_jp {
  color: #fff;
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
}
@media (max-width: 767px) {
  #s03 .inner .box .title_jp {
    text-align: center;
  }
}
#s03 .inner .box .content {
  color: #fff;
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
}
@media (max-width: 767px) {
  #s03 .inner .box .content {
    text-align: center;
  }
}
#s03 .inner .box .main_button a {
  background: #fff;
  border: 1px solid #fff;
  color: #3c3533;
}
@media (max-width: 767px) {
  #s03 .inner .box .main_button a {
    margin: 0 auto;
  }
}
#s03 .inner .box .main_button a::after {
  color: #3c3533;
}
#s03 .inner .box .main_button a:hover {
  background: #bf8973;
  border: 1px solid #bf8973;
  color: #fff;
}
#s03 .inner .box .main_button a:hover::after {
  color: #fff;
}

.index_post_slider {
  background: #edf6fb !important;
  padding: clamp(60px, 7.3206442167vw, 100px) 0;
}
.index_post_slider .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.index_post_slider .inner .title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  margin-bottom: clamp(45px, 5.710102489vw, 78px);
}
@media (max-width: 767px) {
  .index_post_slider .inner .title_flex .title_jp {
    text-align: center;
    margin: 0 auto;
  }
}
.index_post_slider .inner .item .title_area {
  background: #fff;
  padding: clamp(20px, 1.756954612vw, 24px);
}
.index_post_slider .inner .item .title_area .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3c3533;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .index_post_slider .inner .item .title_area .title span {
    font-size: 16px;
  }
}
.index_post_slider .inner .item .title_area .date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #bf8973;
}
@media (max-width: 750px) {
  .index_post_slider .inner .post_list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .index_post_slider .inner .main_button {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index_post_slider .inner .main_button a {
    margin: 0 auto;
  }
}

.fax {
  pointer-events: none !important;
}

#s_info {
  padding: clamp(80px, 11.7130307467vw, 100px) 0 clamp(60px, 5.8565153734vw, 80px);
}
#s_info .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_info .inner .title_jp {
  margin-bottom: clamp(25px, 2.5622254758vw, 35px);
}
#s_info .inner .footer_grid_box {
  display: grid;
  grid-template-columns: 0.97fr 1.03fr;
  -moz-column-gap: clamp(30px, 3.6603221083vw, 50px);
       column-gap: clamp(30px, 3.6603221083vw, 50px);
  align-items: center;
  margin-bottom: clamp(35px, 3.4407027818vw, 47px);
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box {
    grid-template-columns: 1fr;
    row-gap: 45px;
  }
}
#s_info .inner .footer_grid_box .map_area {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .map_area {
    height: 350px;
  }
}
#s_info .inner .footer_grid_box .text_area {
  max-width: 570px;
}
#s_info .inner .footer_grid_box .text_area .ad_box_area {
  display: flex;
  -moz-column-gap: clamp(25px, 3.513909224vw, 48px);
       column-gap: clamp(25px, 3.513909224vw, 48px);
  padding-bottom: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d7db;
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area {
    flex-direction: column;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
  width: 150px;
  color: #3c3533;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-weight: bold;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
    font-size: 14px;
  }
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
  width: 90%;
  color: #3c3533;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.813;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
  color: #3c3533;
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
    font-size: 14px;
  }
}
#s_info .inner .footer_grid_box .text_area .main_button {
  margin-top: 30px;
}
#s_info .inner .footer_grid_box .text_area .main_button a {
  margin-left: auto;
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .main_button a {
    margin: 0 auto;
  }
}

#s04 {
  padding-bottom: clamp(80px, 11.7130307467vw, 160px);
}
#s04 .inner {
  max-width: calc(1000px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s04 .inner .title_insta {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: clamp(36px, 3.2210834553vw, 44px);
  line-height: normal;
  color: #3c3533;
  margin-bottom: clamp(25px, 2.3426061493vw, 32px);
}

#s05 {
  background: #bf8973;
  padding: clamp(60px, 7.3206442167vw, 100px) 0;
}
#s05 .inner {
  max-width: calc(1144px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s05 .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 2.635431918vw, 36px);
  color: #fff;
}
#s05 .inner .content {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(24px, 2.635431918vw, 36px);
}
#s05 .inner .content.mb0 {
  margin-bottom: 0;
}
#s05 .inner .grid_button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.635431918vw, 36px);
  margin-bottom: clamp(24px, 2.635431918vw, 36px);
}
@media (max-width: 767px) {
  #s05 .inner .grid_button {
    grid-template-columns: 1fr;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 24px;
  }
}
#s05 .inner .grid_button a {
  display: block;
  transition: 0.4s all;
}
#s05 .inner .grid_button a:hover {
  opacity: 0.7;
}
#s05 .inner .grid_button a img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */