@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=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.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: #214a62;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #214a62;
  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: 78px;
  max-width: 100% !important;
  width: 100%;
}

.pc_logo_image {
  padding-left: clamp(20px, 4.3229166667vw, 83px);
  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: clamp(20px, 4.6852122987vw, 64px);
}

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

#menu_button span {
  background: #214a62 !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: #214a62;
}

.entry-date {
  color: #214a62;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
}

#index_news_slider .title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #214a62;
  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: #caaa8e !important;
  border: 1px solid #caaa8e !important;
}

#global_menu ul ul {
  top: 60px;
}

.main_ttl {
  position: absolute;
  top: 50%;
  left: 14.3229166667vw;
  z-index: 10;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1366px) {
  .main_ttl {
    left: 6.0761346999vw;
  }
}
@media (max-width: 750px) {
  .main_ttl {
    position: absolute;
    top: unset;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.main_ttl figure {
  max-width: 515px;
  width: 100%;
}
@media (max-width: 1366px) {
  .main_ttl figure {
    max-width: clamp(400px, 37.701317716vw, 515px);
  }
}
@media (max-width: 750px) {
  .main_ttl figure {
    max-width: 58.6701434159vw;
    margin: 0 auto;
  }
}
.main_ttl figure img {
  width: 100%;
}

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: #214a62;
  line-height: 2.571;
}

html body #footer_post_list_wrap {
  background: #214a62;
}
html body #footer_post_list_wrap .title_en {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(30px, 3.074670571vw, 42px);
}

#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(30px, 2.7818448023vw, 38px);
  line-height: 1.6;
  left: 0.04em;
  color: #214a62;
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(24px, 4.1720990874vw, 32px);
  }
}

.title_en {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 3.6603221083vw, 50px);
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .title_en {
    font-size: clamp(32px, 5.4758800522vw, 42px);
  }
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(14px, 2.0860495437vw, 16px);
  }
}

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

#s01 {
  background: #f6f5f2;
  padding: clamp(70px, 9.8828696925vw, 135px) 0 clamp(50px, 6.9546120059vw, 95px);
}
#s01 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s01 .inner .title_jp {
  text-align: center;
  position: relative;
  margin-bottom: clamp(60px, 7.1010248902vw, 97px);
}
#s01 .inner .title_jp::after {
  content: "REASON";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: normal;
  letter-spacing: 0.04em;
  font-size: 200px;
  font-weight: 800;
  font-style: italic;
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp::after {
    font-size: 14.6412884334vw;
  }
}
@media (max-width: 767px) {
  #s01 .inner .title_jp::after {
    font-size: 19.556714472vw;
  }
}
@media (max-width: 425px) {
  #s01 .inner .title_jp::after {
    font-size: 22.3529411765vw;
  }
}
#s01 .inner .title_jp span {
  position: relative;
  z-index: 1;
}
#s01 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
}
@media (max-width: 767px) {
  #s01 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 5.8670143416vw, 45px);
    max-width: 400px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
#s01 .inner .grid_box .grid_col {
  padding: 20px;
  border-radius: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
}
#s01 .inner .grid_box .grid_col::after {
  font-family: "Rubik", sans-serif;
  position: absolute;
  font-weight: 800;
  font-size: 120px;
  line-height: 1;
  font-style: italic;
  top: -40px;
  left: -40px;
  letter-spacing: -0.08em;
  color: #fff; /* 글자 색 */
}
@media (max-width: 1366px) {
  #s01 .inner .grid_box .grid_col::after {
    font-size: 8.78477306vw;
    top: -2.9282576867vw;
    left: -2.9282576867vw;
  }
}
@media (max-width: 1023px) {
  #s01 .inner .grid_box .grid_col::after {
    font-size: 11.71875vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
@media (max-width: 767px) {
  #s01 .inner .grid_box .grid_col::after {
    font-size: 80px;
    top: -30px;
    left: -30px;
  }
}
@media (max-width: 425px) {
  #s01 .inner .grid_box .grid_col::after {
    left: -5%;
  }
}
#s01 .inner .grid_box .grid_col.bg1 {
  background: #caaa8e;
}
#s01 .inner .grid_box .grid_col.bg1::after {
  content: "01";
  -webkit-text-stroke: 3px #caaa8e; /* 외곽선 두께 + 색 */
}
#s01 .inner .grid_box .grid_col.bg2 {
  background: #214a62;
  position: relative;
}
#s01 .inner .grid_box .grid_col.bg2::after {
  content: "02";
  -webkit-text-stroke: 3px #214a62; /* 외곽선 두께 + 색 */
}
#s01 .inner .grid_box .grid_col.bg3 {
  background: #caaa8e;
  position: relative;
}
#s01 .inner .grid_box .grid_col.bg3::after {
  content: "03";
  -webkit-text-stroke: 3px #caaa8e; /* 외곽선 두께 + 색 */
}
#s01 .inner .grid_box .grid_col figure {
  margin-bottom: 16px;
}
#s01 .inner .grid_box .grid_col figure img {
  width: 100%;
  border-radius: 20px;
}
#s01 .inner .grid_box .grid_col .grid_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 1.9033674963vw, 26px);
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  #s01 .inner .grid_box .grid_col .grid_title {
    font-size: 1.953125vw;
  }
}
@media (max-width: 767px) {
  #s01 .inner .grid_box .grid_col .grid_title {
    font-size: clamp(20px, 3.1290743155vw, 24px);
  }
}
#s01 .inner .grid_box .content {
  color: #fff;
  line-height: 1.6;
  letter-spacing: unset;
}
@media (max-width: 1023px) {
  #s01 .inner .grid_box .content {
    font-size: clamp(13px, 1.3671875vw, 14px);
  }
}
#s01 .inner .main_button a {
  margin: 0 auto;
}

#bg_box_right {
  background: url(/wp-content/uploads/top_shaken_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: clamp(70px, 9.5168374817vw, 130px) 0;
}
@media (max-width: 767px) {
  #bg_box_right {
    background-position-x: 31%;
  }
}
#bg_box_right .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #bg_box_right .inner {
    padding: 0 6%;
  }
}
#bg_box_right .inner .box {
  max-width: clamp(450px, 36.6032210835vw, 500px);
  width: 100%;
  margin-left: auto;
  margin-right: 11.4583333333vw;
}
@media (max-width: 1366px) {
  #bg_box_right .inner .box {
    margin-right: 6.149341142vw;
  }
}
@media (max-width: 767px) {
  #bg_box_right .inner .box {
    max-width: 100%;
  }
}
#bg_box_right .inner .box .title_jp {
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #bg_box_right .inner .box .title_jp {
    text-align: center;
  }
}
#bg_box_right .inner .box .content {
  color: #fff;
  margin-bottom: clamp(25px, 3.1478770132vw, 43px);
}
@media (max-width: 767px) {
  #bg_box_right .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #bg_box_right .inner .box .content {
    text-align: start;
  }
}
@media (max-width: 425px) {
  #bg_box_right .inner .box .content .content_space {
    display: none;
  }
}
@media (max-width: 767px) {
  #bg_box_right .inner .box .main_button a {
    margin: 0 auto;
  }
}

#bg_box_left {
  background: url(/wp-content/uploads/top_corting_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: clamp(70px, 7.906295754vw, 108px) 0;
}
@media (max-width: 767px) {
  #bg_box_left {
    background-position-x: 71%;
  }
}
#bg_box_left .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #bg_box_left .inner {
    padding: 0 6%;
  }
}
#bg_box_left .inner .box {
  max-width: 650px;
  width: 100%;
  margin-left: 12.34375vw;
}
@media (max-width: 1366px) {
  #bg_box_left .inner .box {
    margin-left: 6.0029282577vw;
  }
}
@media (max-width: 767px) {
  #bg_box_left .inner .box {
    max-width: 100%;
    margin-left: 0;
  }
}
#bg_box_left .inner .box .title_jp {
  color: #fff;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  #bg_box_left .inner .box .title_jp {
    text-align: center;
  }
}
#bg_box_left .inner .box .title_jp .title_space {
  display: none;
}
@media (max-width: 425px) {
  #bg_box_left .inner .box .title_jp .title_space {
    display: block;
  }
}
#bg_box_left .inner .box .content {
  color: #fff;
  margin-bottom: clamp(20px, 2.1229868228vw, 29px);
}
@media (max-width: 767px) {
  #bg_box_left .inner .box .content {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #bg_box_left .inner .box .content {
    text-align: start;
  }
}
@media (max-width: 500px) {
  #bg_box_left .inner .box .content .content_space {
    display: none;
  }
}
@media (max-width: 767px) {
  #bg_box_left .inner .box .main_button a {
    margin: 0 auto;
  }
}

#s02 {
  background: url(/wp-content/uploads/top_other_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(80px, 11.2737920937vw, 154px) 0;
}
#s02 .inner {
  padding: 0 6%;
}
#s02 .inner .title_jp {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(25px, 2.4890190337vw, 34px);
}
#s02 .inner .content {
  text-align: center;
  margin-bottom: clamp(30px, 3.2942898975vw, 45px);
  color: #fff;
}
@media (max-width: 767px) {
  #s02 .inner .content {
    text-align: start;
  }
}
#s02 .inner .main_button a {
  margin: 0 auto;
}

.index_post_slider {
  background: #f6f5f2;
  padding: clamp(50px, 6.0029282577vw, 82px) 0 clamp(40px, 4.9048316252vw, 67px);
}
.index_post_slider .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.index_post_slider .inner .title_en {
  text-align: center;
  color: #214a62;
  margin-bottom: clamp(20px, 1.9033674963vw, 26px);
}
.index_post_slider .inner .slider_title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #214a62;
}
.index_post_slider .inner .entry-date {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.317715959vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #caaa8e;
}

.bg_add {
  background: #214a62;
  padding: clamp(55px, 6.588579795vw, 90px) 0;
}
.bg_add #s03 {
  padding-bottom: clamp(50px, 6.0029282577vw, 82px);
}
.bg_add #s03 .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.bg_add #s03 .inner .box {
  background: url(/wp-content/uploads/top_faq_bg.jpg) no-repeat center center;
  padding: clamp(60px, 6.149341142vw, 84px) 6%;
}
.bg_add #s03 .inner .box .title_en {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.bg_add #s03 .inner .box .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 767px) {
  .bg_add #s03 .inner .box .content {
    text-align: start;
  }
}
.bg_add #s03 .inner .box .main_button a {
  margin: 0 auto;
}
.bg_add #s04 .inner {
  max-width: calc(1000px + 12% F);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.bg_add #s04 .inner .title_en {
  color: #fff;
  margin-bottom: clamp(30px, 2.7818448023vw, 38px);
  text-align: center;
}

#s_contact {
  padding: clamp(70px, 8.1991215227vw, 112px) 0;
  margin-bottom: 0 !important;
  background: #caaa8e;
}
#s_contact .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  text-align: center;
}
#s_contact .inner .title_en {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#s_contact .inner .content {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(30px, 2.7818448023vw, 38px);
}
#s_contact .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(20px, 1.756954612vw, 24px);
       column-gap: clamp(20px, 1.756954612vw, 24px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #s_contact .inner .grid_box {
    max-width: clamp(300px, 49.5436766623vw, 380px);
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 3.9113428944vw, 30px);
  }
}
#s_contact .inner .grid_box .grid_col {
  display: block;
  transition: 0.4s all;
}
#s_contact .inner .grid_box .grid_col img {
  width: 100%;
}
#s_contact .inner .grid_box .grid_col:hover {
  opacity: 0.7;
}

#s_info {
  padding: clamp(60px, 7.6866764275vw, 105px) 0 clamp(50px, 6.588579795vw, 90px);
}
#s_info .inner {
  max-width: calc(1200px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_info .inner .title_en {
  margin-bottom: 20px;
}
#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: clamp(350px, 62.5814863103vw, 480px);
  }
}
#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 #e2e2e2;
}
@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: #214a62;
  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: #214a62;
  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: #214a62;
}
@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: clamp(35px, 4.0263543192vw, 55px);
}
#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;
  }
}

/* ===============================================
# サイド追尾
=============================================== */
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  transition: all 0.3s ease;
  background: #214a62;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  transform: translateX(-219px);
}
.side_fix .side-btn.line {
  background: #caaa8e;
  position: relative;
}
.side_fix .side-btn.line::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #caaa8e;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #caaa8e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .side-btn > a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl {
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

.dp-footer-bar-item:nth-child(2) a {
  background: #caaa8e;
}

.dp-footer-bar-item a:hover {
  border-color: #214a62 !important;
  background: #214a62 !important;
}/*# sourceMappingURL=style.css.map */