@charset "UTF-8";

/* 2025/06/10 */
/*Austin Learning Topic Changes Start Here*/

/* 2025/06/17 */
/*Removed hover and fixed overflow*/

.lc__list_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  overflow: hidden; /* Prevent children from spilling out */
}

.lc__list_item {
  aspect-ratio: 1.75 / 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1px;
  transition: box-shadow 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box; /* <-- critical for borders inside the size */
}


.lc__list_item:nth-child(5n+1) {
  border: 2px solid #990000;                     /* dark red frame */
  box-shadow: 0 2px 6px rgba(153, 0, 0, 0.15);     /* faint red shadow */
}

.lc__list_item:nth-child(5n+2) {
  border: 2px solid #355da5;                      /* blue frame */
  box-shadow: 0 2px 6px rgba(53, 93, 165, 0.15);   /* faint blue shadow */
}

.lc__list_item:nth-child(5n+3) {
  border: 2px solid #30a791;                      /* teal frame */
  box-shadow: 0 2px 6px rgba(48, 167, 145, 0.15);  /* faint teal shadow */
}

.lc__list_item:nth-child(5n+4) {
  border: 2px solid #f0a025;                      /* gold frame */
  box-shadow: 0 2px 6px rgba(240, 160, 37, 0.15);  /* faint gold shadow */
}

.lc__list_item:nth-child(5n) {
  border: 2px solid #734921;                      /* brown frame */
  box-shadow: 0 2px 6px rgba(115, 73, 33, 0.15);   /* faint brown shadow */
}



.lc__list_link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  height: calc(100% - 20px);
  margin: 10px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition-duration: 0.2s;
}



.lc__list_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 0;
}


.lc__list_date,
.lc__list_ttl {
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.lc__list_ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 0;
}


.lc__list_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

/*Austin Learning Topic Changes End Here*/



/*Austin Learning Topic Changes End Here*/

.vision__lead {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2 !important;
}
.vision__lead-small {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.vision__img {
  max-width: 800px;
  margin: 50px auto 100px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .vision__img {
    max-width: 100%;
    padding: 0 10px 0;
    box-sizing: border-box;
  }
}

.style__lead {
  font-family:  "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.style__ttl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family:  "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 23px;
}
.style__ttl-box {
  font-size: 27px;
  display: inline-block;
  border: 2px solid #333;
  padding: 5px 15px;
  line-height: 1;
}
.style__ttl-en {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  color: #b4b4b4;
  text-align: center;
  margin-bottom: 15px;
}
.style__text {
  font-weight: 600;
  margin-bottom: 30px;
}
.style__ttl2 {
  margin-top: -20px;
  margin-bottom: 30px;
}

/* Original

.style__ttl2 span {
  font-size: 28px;
  font-weight: 600;
  background: #8e1e24;
  color: white;
  line-height: 1.6 !important;
}

*/

/*Austin */

.style__ttl2 {
  text-align: center;
  margin-top: 0; 
}

.style__ttl2 span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  background: #8e1e24;
  color: white;
  line-height: 1.6 !important;
  width: 100%;
  padding: 6px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transition: all 0.3s ease;
}


.style__ttl2 span:hover {
  background: #a3232b; 
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25); 
  cursor: pointer;
}

/*Austin */

.style__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin: 50px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .style__list {
    display: block;
  }
}
.style__item {
  width: calc(33.33% - 30px);
}
@media only screen and (max-width: 768px) {
  .style__item {
    width: auto;
    margin-bottom: 30px;
  }
  .style__item .style__inner {
    padding: 0 20px;
  }
}
.style__item .btn-common {
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .style__item .btn-common {
    width: calc(100% - 20px);
  }
}

/* Principal Blog Start*/

.principal-blog {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .principal-blog {
    flex-wrap: wrap;
  }
}

/* Blog Item */
/* Blog Item */
.principal-blog__item {
  aspect-ratio: 1.75/1;
  position: relative;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #000; /* added to mask subpixel gaps */
}

.principal-blog__item:nth-child(5n+1) {
  border: 2px solid #990000;                     /* dark red frame */
  box-shadow: 0 2px 6px rgba(153, 0, 0, 0.15);     /* faint red shadow */
}

.principal-blog__item:nth-child(5n+2) {
  border: 2px solid #355da5;                      /* blue frame */
  box-shadow: 0 2px 6px rgba(53, 93, 165, 0.15);   /* faint blue shadow */
}

.principal-blog__item:nth-child(5n+3) {
  border: 2px solid #30a791;                      /* teal frame */
  box-shadow: 0 2px 6px rgba(48, 167, 145, 0.15);  /* faint teal shadow */
}

.principal-blog__item:nth-child(5n+4) {
  border: 2px solid #f0a025;                      /* gold frame */
  box-shadow: 0 2px 6px rgba(240, 160, 37, 0.15);  /* faint gold shadow */
}

.principal-blog__item:nth-child(5n) {
  border: 2px solid #734921;                      /* brown frame */
  box-shadow: 0 2px 6px rgba(115, 73, 33, 0.15);   /* faint brown shadow */
}

/* 15px -> 20px */
@media only screen and (max-width: 768px) {
  .principal-blog__item {
    width: calc(50% - 20px);
  }
}

/* Link Overlay + Text Stack */
.principal-blog__item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  position: relative;
}

.principal-blog__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1; /* was 0 */
}

.principal-blog__item a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}

/* Image Style */
.principal-blog__item img {
  position: absolute;
  inset: 0;              /* replaces top/left/transform */
  width: 100%;
  height: 100%;
  object-fit: cover;     /* fills without gaps */
  display: block;        /* removes inline gaps */
  z-index: 0;            /* was -1 */
}

/* Caption Styling */
.principal-blog__item .caption {
  position: relative;
  z-index: 2;            /* was 1 */
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 10px 10px;
}

.principal-blog__item .caption span {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Text Elements */
.principal-blog__item .date {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
}

.principal-blog__item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Principal Blog End*/

.list-news li .cat {
  width: 90px;
  border-right: none;
  border-left: none;
  box-sizing: border-box;
  text-align: left;
}
.list-news li .cat span {
  color: #900;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #900;
  border-radius: 20px;
}

.narrow {
  letter-spacing: 0px;
  font-feature-settings: "palt" 1;
}

@media only screen and (max-width: 768px) {
  .page-home .area-contents {
    width: auto !important;
    margin: 0;
  }
  .page-home .area-contents .bnr-area {
    padding: 0;
  }
}

.sidebnr {
  position: fixed;
  right: 0;
  top: 55%;
  width: 210px;
  z-index: 99;
}
.sidebnr a {
  transition-duration: 0.2s;
}
.sidebnr a:hover {
  opacity: 0.8;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 768px) {
  .sidebnr {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .area-learning.area-sec .page-home.clm2-box {
    display: flex;
  }
}

.ttl__style_1 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .ttl__style_1 {
    font-size: 22px;
  }
}
.ttl__style_1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  z-index: 0;
}
.ttl__style_1 span {
  position: relative;
  background: white;
  padding: 10px 50px;
  z-index: 2;
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .ttl__style_1 span {
    padding: 10px 30px;
  }
}
.ttl__style_1 span::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.ttl__style_1 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
.ttl__style_1 span br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ttl__style_1 span br {
    display: inline;
  }
}
.ttl__style_2 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .ttl__style_2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.ttl__style_2 span {
  background: linear-gradient(transparent 60%, #ffe8c4 60%);
}
.ttl__style_2-4-1 span {
  background: linear-gradient(transparent 60%, #bfd9f1 60%);
}
.ttl__style_2-4-2 span {
  background: linear-gradient(transparent 60%, #c2e3d6 60%);
}
.ttl__style_3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .ttl__style_3 {
    font-size: 22px;
  }
}
.ttl__style_4 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .ttl__style_4 {
    font-size: 24px;
  }
}

.sec-international .inner {
  width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .sec-international .inner {
    width: auto;
    padding: 0 10px;
  }
}
.sec-international#sec02 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec02 {
    margin-top: 0;
  }
}
.sec-international#sec02 .imgwrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.sec-international#sec03 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec03 {
    margin-top: 50px;
  }
}
.sec-international#sec03 .sec03__box {
  background: #ffe8c4;
  padding: 50px 80px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec03 .sec03__box {
    padding: 20px 10px;
  }
}
.sec-international#sec03 .sec03__box_inbx1 {
  padding: 30px 20px;
  background: white;
}
.sec-international#sec03 .sec03__row1 {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec03 .sec03__row1 {
    flex-direction: column;
  }
}
.sec-international#sec03 .sec03__row1_col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec03 .sec03__row1_col {
    width: auto;
  }
}
.sec-international#sec03 .sec03__row2 {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec03 .sec03__row2 {
    flex-direction: column;
  }
}
.sec-international#sec03 .sec03__row2_col {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec03 .sec03__row2_col {
    width: auto;
  }
}
.sec-international#sec04 {
  margin-top: 100px;
  padding: 12px 0 50px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 {
    margin-top: 50px;
  }
}
.sec-international#sec04 .sec04-01-pc {
  position: absolute;
  top: 130px;
  left: 20px;
  padding: 20px 20px;
  background: white;
  width: calc(100% - 80px);
}
.sec-international#sec04 .sec04-01-pc__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin: 20px 0 0 0;
}
.sec-international#sec04 .sec04-01-pc__col p {
  font-weight: bold;
  margin: 15px 0 0 0;
  font-size: 18px;
}
.sec-international#sec04 .sec04-01-pc__lead {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-01-pc__lead {
    font-size: 20px;
  }
}
.sec-international#sec04 .sec04-01-pc__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  gap: 10px;
}
.sec-international#sec04 .sec04-01-pc__title_ctry {
  display: inline-block;
  background: #b81c22;
  color: white;
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-01-pc {
    display: none;
  }
}
.sec-international#sec04 .sec04-01-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-01-sp {
    display: block;
    padding: 10px;
    background: white;
    margin-bottom: 50px;
  }
}
.sec-international#sec04 .sec04-01-sp p {
  font-weight: bold;
}
.sec-international#sec04 .sec04-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sec-international#sec04 .sec04-col-1 {
  background: #bfd9f1;
  padding: 630px 50px 80px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-col-1 {
    padding: 30px 20px;
  }
}
.sec-international#sec04 .sec04-col-1__box {
  background: white;
  margin: 30px 0 0;
  border-bottom: 2px solid black;
}
@media only screen and (min-width: 450px) and (max-width: 768px) {
  .sec-international#sec04 .sec04-col-1__box {
    min-height: 550px;
  }
}
.sec-international#sec04 .sec04-col-1__box_inner {
  position: relative;
}
.sec-international#sec04 .sec04-col-1__box_inner dl {
  padding: 20px;
  border-bottom: 1px solid black;
  position: relative;
}
.sec-international#sec04 .sec04-col-1__box_inner dl:last-of-type {
  border-bottom: none;
}
.sec-international#sec04 .sec04-col-1__box_inner dl dt {
  display: inline-block;
  margin-bottom: 10px;
}
.sec-international#sec04 .sec04-col-1__box_inner dl dd {
  width: 35%;
  font-weight: bold;
}
.sec-international#sec04 .sec04-col-1__box__img {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 55%;
}
.sec-international#sec04 .sec04-col-1__box__img p {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: bold;
  text-align: right;
  margin-top: -60px;
  z-index: 2;
  position: relative;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-col-1__box__img p {
    margin-top: 0;
  }
}
.sec-international#sec04 .sec04-col-1__box1__ttl {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  color: white;
  background: #fc9d00;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 30px 0;
}
.sec-international#sec04 .sec04-col-1__box1__ttl2 {
  background: #b81c22;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
}
.sec-international#sec04 .sec04-col-1__box2__ttl {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  color: white;
  background: #02ab90;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 30px 0;
}
.sec-international#sec04 .sec04-col-1__box2__ttl span {
  font-size: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec-international#sec04 .sec04-col-1__box2__ttl2 {
  background: #b81c22;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
}
.sec-international#sec04 .sec04-col-1__box3__ttl {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  color: white;
  background: #2359a1;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding: 30px 0;
}
.sec-international#sec04 .sec04-col-1__box3__ttl span {
  font-size: 18px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec-international#sec04 .sec04-col-1__box3__ttl2 {
  background: #b81c22;
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
}
.sec-international#sec04 .sec04-col-1__box ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.sec-international#sec04 .sec04-col-1__box ul li::before {
  content: "\30FB";
}
.sec-international#sec04 .sec04-col-1 .voice__ttl2 {
  background: #2359a1;
  position: relative;
}
.sec-international#sec04 .sec04-col-2 {
  background: #c2e3d6;
  padding: 630px 50px 80px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-col-2 {
    padding: 30px 20px;
  }
}
.sec-international#sec04 .sec04-col-2__box p {
  padding: 20px;
  background: white;
}
.sec-international#sec04 .sec04-col-2 .mt-50 {
  margin-top: 50px;
}
.sec-international#sec04 .sec04-col-2 .voice {
  margin-top: 430px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec04 .sec04-col-2 .voice {
    margin-top: 50px;
  }
}
.sec-international#sec04 .sec04-col-2 .voice p:last-of-type {
  margin-bottom: 20px;
}
.sec-international#sec04 .sec04-col-2 .voice__ttl2 {
  background: #02ab90;
  color: white;
  padding: 10px 30px;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.sec-international#sec04 .sec04-col-2 .voice__ttl2:nth-of-type(1)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 60px solid #02ab90;
  border-top: 0;
  position: absolute;
  bottom: 100%;
  right: 0px;
  transform: skew(-23deg);
}
.sec-international#sec04 .voice {
  margin-top: 100px;
}
.sec-international#sec04 .voice__ttl {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  margin-bottom: 80px;
}
.sec-international#sec04 .voice__ttl span {
  padding: 20px 60px;
  background: white;
  border-radius: 40px;
  position: relative;
}
.sec-international#sec04 .voice__ttl span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid white;
  border-bottom: 0;
  display: block;
  margin: auto;
  margin: 0 auto 30px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, 0);
}
.sec-international#sec04 .voice__ttl2 {
  background: #000;
  color: white;
  padding: 10px 30px;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.sec-international#sec04 .voice__lead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.sec-international#sec04 .voice ul li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  margin-bottom: 20px;
}
.sec-international#sec04 .voice ul li::before {
  content: "\25CF";
}

.sec-international#sec04 .voice__row {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec05 {
    padding: 10px;
    margin-top: 30px;
  }
}
.sec-international#sec05::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  border-top: 40px solid #bf0013;
  border-bottom: 0;
  display: block;
  margin: auto;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec05::before {
    margin: 0 auto 30px;
  }
}
.sec-international#sec05 .inner {
  background: #f9e8ea;
  padding: 75px 80px;
  border-radius: 15px;
  width: 1200px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec05 .inner {
    padding: 20px 10px;
    width: auto;
  }
}
.sec-international#sec05 .sec05-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .sec-international#sec05 .sec05-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.sec-community .inner {
  width: 1200px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  .sec-community .inner {
    width: auto;
    padding: 0 10px;
  }
}
.sec-community .community__title {
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .sec-community .community__title {
    text-align: left;
    font-size: 25px;
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.4;
  }
}
.sec-community .community__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 40px 0 100px;
}

@media only screen and (max-width: 768px) {
  .sec-community .community__wrap {
    grid-template-columns: 1fr;
    width: auto;
  }
  .sec-community .community__wrap img {
    max-width: 100%;
  }
}

.sec-community .community__fullwidth {
  width: 100%;
  margin: 0 auto 100px;
}

.sec-community .community__fullwidth img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  border: 4px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transition: box-shadow 0.3s ease; 
}

.sec-community .community__fullwidth img:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}

.sec-house .inner {
  width: 1200px;
  margin: 100px auto 0;
}
@media only screen and (max-width: 768px) {
  .sec-house .inner {
    width: auto;
    padding: 0 10px;
  }
}
.sec-house .house-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px;
}
@media only screen and (max-width: 768px) {
  .sec-house .house-row {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.sec-house .house-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  width: 1024px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .sec-house .house-row2 {
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 50px auto;
    width: auto;
  }
}
.sec-house .house-row2__ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.sec-house .house-row2__item p {
  background: #f6f6f6;
  padding: 20px;
}
.sec-house .house-item1__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 25px;
}
.sec-house .house-item1__ttl-bgr {
  display: inline-block;
  background: #8e1e24;
  color: white;
  text-align: center;
  padding: 5px 20px;
  font-size: 21px;
  font-weight: bold;
}
.sec-house .house__ttl2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  font-size: 37px;
  font-weight: bold;
  margin-top: 100px;
}
.sec-house .house__ttl2 span {
  color: #8e1e24;
  font-weight: bold;
  border-bottom: 1px solid #8e1e24;
  font-size: 20px;
  font-weight: bold;
}
.sec-house .house__img1 {
  width: 1060px;
  margin: 40px auto;
  display: block;
}

.bnr-area {
  width: 1200px;
  box-sizing: border-box;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .bnr-area {
    width: 100%;
    margin: 40px auto;
    display: block;
    padding: 0 20px;
  }
}
.bnr-area a {
  display: block;
  text-decoration: none !important;
  width: calc(50% - 30px);
}

@media only screen and (max-width: 768px) {
  .bnr-area a {
    width: 100%;
    margin-bottom: 20px;
  }
  .bnr-area a:last-child {
    margin-bottom: 0px;
  }
}
.bnr-area a:hover {
  opacity: 0.8;
}

.bnr-area .bnr-area__img {
  margin-bottom: 10px;
}

.bnr-area .bnr-area__txt {
  text-align: center;
  color: #000;
}

.txt-summary.current {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .page-home #main > section:nth-child(11) > div {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .page-home .tit-sec3 span::before,
  .page-home .tit-sec3 span::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

