@charset "UTF-8";
/*
Theme Name:anthem_tcd083_child
Version:1.5.1
Template:anthem_tcd083
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&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: #000000;
}

html body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  margin: 0;
  background: #f5f5f5;
  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_top {
  padding: 16px clamp(20px, -20px + 5.2083333333vw, 80px);
  background: #00528e;
}
.header_top .header_content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.04em;
}

#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: 42.7083333333vw !important;
  width: 100vw;
}
@media (max-width: 750px) {
  #header_slider {
    height: 156.4537157757vw !important;
  }
}

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

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

.pc_logo_image {
  padding-left: clamp(20px, -54.6268656716px + 5.9701492537vw, 60px);
  max-height: calc(100% - 20px) !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;
}

.header_button {
  padding-left: clamp(25px, 2.4158125915vw, 33px);
}
.header_button a {
  display: flex;
  justify-content: center;
  background: #00528e;
  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: "Noto Sans JP", 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: #000000 !important;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 10px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}

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

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_sns {
  position: absolute;
  top: 50%;
  right: clamp(20px, -54.6268656716px + 5.9701492537vw, 60px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(15px, 5.671641791px + 0.7462686567vw, 20px);
       column-gap: clamp(15px, 5.671641791px + 0.7462686567vw, 20px);
}
@media (max-width: 1250px) {
  .header_sns {
    display: none;
  }
}
.header_sns a {
  display: block;
  transition: 0.4s all;
}
.header_sns a:hover {
  opacity: 0.7;
}
.header_sns a img {
  width: 30px;
  height: auto;
}

html body #inex_news {
  background: #f5f5f5;
}
html body #inex_news a:hover span {
  color: #00528e;
}

.entry-date {
  color: #00528e;
  font-family: "Montserrat", 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: #000000;
  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: #fff !important;
  border: 1px solid #fff !important;
}

#header_slider .animate_item.desc {
  position: absolute;
  z-index: 100;
  bottom: clamp(61px, 13.0307467057vw, 178px) !important;
  left: clamp(20px, 6.0761346999vw, 83px);
  margin: 0;
  height: unset;
}
#header_slider .animate_item.desc .pc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(40px, 4.831625183vw, 66px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}
#header_slider .animate_item.desc .mobile {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}

#global_menu ul ul {
  top: 60px;
  min-width: 250px;
}

.menu-item-has-children {
  padding-right: 22px;
  position: relative;
}
@media (max-width: 1250px) {
  .menu-item-has-children {
    padding-right: 0;
  }
}
.menu-item-has-children::after {
  content: "\f078";
  font-size: 10px !important;
  font-family: "Font Awesome 5 Free";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  justify-content: space-around;
  right: 6px;
  color: #fff;
  background: #00528e;
  font-weight: bold;
  font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  transform: translateY(-50%);
  transition: 0.4s;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1250px) {
  .menu-item-has-children::after {
    display: none;
  }
}

.main_ttl {
  z-index: 10;
  padding: 0 12% 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.0761346999vw;
  width: 100%;
}
@media (max-width: 1366px) {
  .main_ttl {
    left: clamp(20px, 6.0761346999vw, 83px);
  }
}
@media (max-width: 767px) {
  .main_ttl {
    bottom: 6.518904824vw;
    top: unset;
    transform: unset;
  }
}
.main_ttl h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 3.6603221083vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: clamp(8px, -2.8395324123px + 2.5504782147vw, 32px);
}
@media (max-width: 1366px) {
  .main_ttl h2 {
    font-size: clamp(30px, 20.9670563231px + 2.1253985122vw, 50px);
  }
}
.main_ttl p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4641288433vw;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 1366px) {
  .main_ttl p {
    font-size: clamp(13px, 9.8384697131px + 0.7438894793vw, 20px);
  }
}

html body #footer_bottom {
  height: auto;
  width: 100%;
  padding: 12px 4%;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  html body #footer_bottom {
    padding: 40px 6%;
  }
}
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: 550px) {
  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: #000000;
  line-height: 2.571;
}

html body #footer_post_list_wrap {
  background: #00528e;
}
html body #footer_post_list_wrap .title_en {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(24px, 2.3426061493vw, 32px);
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
html body #footer_post_list_wrap .title_area {
  background: #3073a3;
}

#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_en {
  font-size: 2.3426061493vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .title_en {
    font-size: clamp(28px, 22.8628762542px + 0.6688963211vw, 32px);
  }
}
@media (max-width: 767px) {
  .title_en {
    font-size: 22px;
  }
}

.title_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.4890190337vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .title_jp {
    font-size: clamp(26px, 16.0584795322px + 2.3391812865vw, 34px);
  }
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1713030747vw;
  line-height: 2.2;
}
@media (max-width: 1366px) {
  .content {
    font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  }
}
@media (max-width: 767px) {
  .content {
    font-size: clamp(14px, 11.514619883px + 0.5847953216vw, 16px);
  }
}

.main_button a {
  max-width: 21.9619326501vw;
  width: 100%;
  height: 4.0263543192vw;
  border-radius: 50vh;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  justify-content: start;
  font-weight: bold;
  color: #fff;
  font-size: 1.0980966325vw;
  background: #00528e;
  border: 1px solid #00528e;
  position: relative;
  transition: 0.4s;
  padding: 0 1.4641288433vw;
}
@media (max-width: 1366px) {
  .main_button a {
    width: 250px;
    max-width: unset;
    height: 58px;
    font-size: 15px;
    padding: 0 20px;
  }
}
.main_button a::after {
  width: 2.196193265vw;
  height: 2.196193265vw;
  background: #42afff;
  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: 0.878477306vw;
  color: #fff;
  font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 1366px) {
  .main_button a::after {
    width: 30px;
    height: 30px;
    right: 12px;
  }
}
.main_button a:hover {
  background: #fff;
  color: #00528e;
  border: 1px solid #00528e;
}
.main_button a:hover::after {
  background: #00528e;
}

/* ===============================================
# サイド追尾
=============================================== */
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
.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: #00528e;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  transform: translateX(-219px);
}
.side_fix .side-btn.line {
  background: #42afff;
}
.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;
}

#s01 {
  background: url(/wp-content/uploads/top_sec01_bg.jpg) no-repeat;
  background-size: cover;
  padding: 17.5695461201vw 0;
}
@media (max-width: 767px) {
  #s01 {
    background: url(/wp-content/uploads/top_sec01_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 39.1134289439vw 0;
    background-position-y: 35%;
  }
}
#s01 .inner {
  padding: 0 6%;
}
#s01 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s01 .inner .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s01 .inner .content {
  text-align: center;
  color: #fff;
}

#s02 {
  background: url(/wp-content/uploads/top_sec02_bg.jpg) no-repeat;
  background-size: cover;
  padding: 9.8096632504vw 0 10.8345534407vw;
}
@media (max-width: 767px) {
  #s02 {
    background: url(/wp-content/uploads/top_sec02_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 45.6323337679vw 0 32.5945241199vw;
    background-position-y: 35%;
  }
}
#s02 .inner {
  padding-right: 5.8565153734vw;
}
@media (max-width: 767px) {
  #s02 .inner {
    padding: 0 6%;
  }
}
#s02 .inner .box {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #s02 .inner .box {
    margin: 0 auto;
  }
}
#s02 .inner .box .title_jp {
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s02 .inner .box .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
    text-align: center;
  }
}
#s02 .inner .box .content {
  margin-bottom: 2.9282576867vw;
  color: #fff;
}
@media (max-width: 1366px) {
  #s02 .inner .box .content {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  #s02 .inner .box .main_button a {
    margin: 0 auto;
  }
}

#s03 {
  background: url(/wp-content/uploads/top_sec03_bg.jpg) no-repeat;
  background-size: cover;
  padding: 9.8096632504vw 0 10.8345534407vw;
}
@media (max-width: 767px) {
  #s03 {
    background: url(/wp-content/uploads/top_sec03_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 45.6323337679vw 0 32.5945241199vw;
    background-position-y: 35%;
  }
}
#s03 .inner {
  padding-left: 9.5168374817vw;
}
@media (max-width: 767px) {
  #s03 .inner {
    padding: 0 6%;
  }
}
#s03 .inner .box {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #s03 .inner .box {
    margin: 0 auto;
  }
}
#s03 .inner .box .title_jp {
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s03 .inner .box .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
    text-align: center;
  }
}
#s03 .inner .box .content {
  margin-bottom: 2.9282576867vw;
  color: #fff;
}
@media (max-width: 1366px) {
  #s03 .inner .box .content {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  #s03 .inner .box .main_button a {
    margin: 0 auto;
  }
}

#s04 {
  background: url(/wp-content/uploads/top_sec04_bg.jpg) no-repeat;
  background-size: cover;
  padding: 12.0790629575vw 0;
}
@media (max-width: 767px) {
  #s04 {
    background: url(/wp-content/uploads/top_sec04_bg_sp.jpg) no-repeat;
    background-size: cover;
    padding: 39.1134289439vw 0;
    background-position-y: 35%;
  }
}
#s04 .inner {
  padding: 0 6%;
}
#s04 .inner .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: 2.9282576867vw;
}
@media (max-width: 1366px) {
  #s04 .inner .title_jp {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
  }
}
#s04 .inner .content {
  margin-bottom: 2.9282576867vw;
  text-align: center;
  color: #fff;
}
@media (max-width: 1366px) {
  #s04 .inner .content {
    margin-bottom: clamp(24px, 3.4515050167px + 2.6755852843vw, 40px);
    text-align: center;
  }
}
#s04 .inner .main_button a {
  margin: 0 auto;
}

#s05 {
  background: #00528e;
  padding: clamp(60px, 6.6666666667px + 6.9444444444vw, 140px) 0;
}
#s05 .inner {
  max-width: calc(60.9077598829vw + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
@media (max-width: 767px) {
  #s05 .inner {
    max-width: 100%;
  }
}
#s05 .inner .title_jp {
  color: #fff;
  text-align: center;
  margin-bottom: 2.3426061493vw;
}
@media (max-width: 1366px) {
  #s05 .inner .title_jp {
    margin-bottom: clamp(20px, 4.5886287625px + 2.0066889632vw, 32px);
  }
}
#s05 .inner .content {
  color: #fff;
  text-align: center;
  margin-bottom: 2.3426061493vw;
}
@media (max-width: 1366px) {
  #s05 .inner .content {
    margin-bottom: clamp(20px, 4.5886287625px + 2.0066889632vw, 32px);
  }
}
#s05 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2.3426061493vw;
  align-items: center;
  -moz-column-gap: 2.3426061493vw;
       column-gap: 2.3426061493vw;
}
@media (max-width: 1366px) {
  #s05 .inner .grid_box {
    margin-bottom: clamp(20px, 4.5886287625px + 2.0066889632vw, 32px);
    -moz-column-gap: clamp(20px, 4.5886287625px + 2.0066889632vw, 32px);
         column-gap: clamp(20px, 4.5886287625px + 2.0066889632vw, 32px);
  }
}
@media (max-width: 767px) {
  #s05 .inner .grid_box {
    grid-template-columns: 1fr;
    max-width: clamp(300px, 175.730994152px + 29.2397660819vw, 400px);
    width: 100%;
    margin: 0 auto 20px;
    row-gap: clamp(20px, 3.9113428944vw, 30px);
  }
}
#s05 .inner .grid_box .grid_col {
  display: block;
  transition: 0.4s all;
}
#s05 .inner .grid_box .grid_col:hover {
  opacity: 0.7;
}
#s05 .inner .grid_box .grid_col img {
  width: 100%;
}
#s05 .inner .content {
  text-align: center;
  color: #fff;
}

#s_info {
  padding: clamp(60px, 6.6666666667px + 6.9444444444vw, 140px) 0;
}
#s_info .inner {
  max-width: calc(87.8477306003vw + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s_info .inner .title_jp {
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
#s_info .inner .footer_grid_box {
  display: grid;
  grid-template-columns: 580fr 600fr;
  -moz-column-gap: 1.4641288433vw;
       column-gap: 1.4641288433vw;
  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: clamp(30px, 11.3596491228px + 4.3859649123vw, 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 .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: 9.5168374817vw;
  min-width: 9.5168374817vw;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.1713030747vw;
}
@media (max-width: 1366px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
    width: clamp(75px, 4.364548495px + 9.1973244147vw, 130px);
    min-width: clamp(75px, 4.364548495px + 9.1973244147vw, 130px);
    font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  }
}
@media (max-width: 767px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_h {
    width: 100%;
    min-width: unset;
  }
}
@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 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  text-align: start;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.1713030747vw;
}
@media (max-width: 1366px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b {
    font-size: clamp(14px, 11.4314381271px + 0.3344481605vw, 16px);
  }
}
@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 .ad_box_area .a_b a {
  color: #000000;
}
@media (max-width: 425px) {
  #s_info .inner .footer_grid_box .text_area .ad_box_area .a_b a {
    font-size: 14px;
  }
}
#s_info .inner .footer_grid_box .text_area .main_button {
  margin-top: clamp(30px, 10px + 2.6041666667vw, 60px);
}
#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;
  }
}/*# sourceMappingURL=style.css.map */