@keyframes scroll-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: unset;
  --max-height: 630px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.home_page .key::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  max-width: 1100px;
  border-radius: 316px 0 0 316px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/key_mv.jpg);
}
.home_page .key .inner {
  position: relative;
  max-width: 1580px;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .slick-dots {
  display: flex !important;
  position: absolute;
  left: 50%;
  bottom: 151px;
  max-width: 1579px;
  width: 100%;
  transform: translateX(-50%);
  padding: 0 20px;
}
.home_page .key .slick-dots li {
  width: 44px;
  height: 4px;
  background-color: #e8e8e8;
  margin-right: 9px;
  cursor: pointer;
  transition: all 0.3s;
}
.home_page .key .slick-dots li.slick-active {
  background-color: #f6a0a8;
}
.home_page .key .slick-dots li.slick-active:hover {
  background-color: #f6a0a8;
}
@media only screen and (min-width: 769px) {
  .home_page .key .slick-dots li:hover {
    background-color: #57b7d5;
  }
}
.home_page .key .slick-dots button {
  display: none;
  font-size: 0;
}
.home_page .key .slide_text {
  position: absolute;
  overflow: hidden;
  bottom: -11.2em;
  left: 0;
  font-size: 10px;
  width: 494.4em;
  height: 15.4em;
  animation: scroll-right 30s linear infinite;
}
.home_page .key .key_text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 124px;
}
.home_page .key .catch {
  font-size: min(10px, 0.7vw);
}
.home_page .key h2,
.home_page .key p {
  color: var(--clr1);
  font-weight: 500;
  font-family: var(--f-shippori);
}
.home_page .key h2 {
  margin-bottom: 1em;
  font-size: 4.7em;
  line-height: 1.6382978723;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.home_page .key p {
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.9047619048;
  letter-spacing: 0.0476190476em;
}
.home_page .key .key_modal {
  position: absolute;
  bottom: -13em;
  left: 3em;
  z-index: 2;
  width: 36em;
  height: 13em;
  font-size: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}
.home_page .key .key_modal.active {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
.home_page .key .key_close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  background-color: #ec98a4;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5em auto;
  background-image: url(../images/key_close.png);
}
.home_page .key .key_close:hover {
  background-color: #87cbef;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  font-family: var(--f-shippori);
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 78px;
  text-align: center;
  color: #62625e;
  padding-top: 1.11764705em;
  z-index: 1;
}
.home_page h3 .en {
  width: max-content;
  font-size: 5.5882352941em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.8;
  background: linear-gradient(to right, #f7d6d8 0%, #f5cbde 38.74%, #bfe6f2 100%);
  opacity: 0.2;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white.dot .jp::before {
  background-color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.dot {
  padding-top: 1.7352941em;
}
.home_page h3.dot .jp {
  position: relative;
  z-index: 1;
  padding-left: 0.705882em;
}
.home_page h3.dot .jp::before {
  position: absolute;
  content: "";
  top: 0.529411em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffb7ca;
}
@media only screen and (max-width: 1560px) {
  .home_page h3 .en {
    line-height: 0.9;
  }
}

@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(87vh - var(--wrapper));
  }
  .home_page .key .key_modal {
    bottom: -30px;
  }
  .home_page .key .slide_text {
    font-size: 7px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
  .home_page .key::before {
    width: 58%;
  }
  .home_page .key .key_modal {
    font-size: min(8px, 1vw);
  }
  .home_page .key .slick-dots {
    padding: 0 40px;
    bottom: 130px;
  }
  .home_page .key .inner {
    padding-left: 40px;
  }
  .home_page .key .slide_text {
    font-size: 7px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key::before {
    width: 54%;
  }
  .home_page .key .catch {
    font-size: min(10px, 0.8vw);
  }
  .home_page .key .slide_text {
    font-size: 6px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .home_page .key .inner {
    padding-left: 20px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  background-image: url(../images/idx01_bg.jpg);
  margin-top: 247px;
  padding: 71px 10px 72px;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.idx01_img {
  position: absolute;
  z-index: 1;
  font-size: min(10px, 0.6vw);
  width: 70em;
  height: 70em;
}
.idx01_img figure img {
  border-radius: 50%;
}
.idx01_img.img01 {
  top: -35.9em;
  right: -8.1em;
}
.idx01_img.img01 img {
  box-shadow: 0px 0px 20px rgba(87, 116, 213, 0.16);
}
.idx01_img.img02 {
  bottom: -35.9em;
  left: -8em;
}
.idx01_img.img02 img {
  box-shadow: 0px 0px 20px rgba(213, 87, 140, 0.16);
}
.idx01 .inner_big {
  padding: 0;
  max-width: 100%;
}
.idx01_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  position: relative;
  z-index: 1;
}
.idx01_content::before {
  position: absolute;
  content: "";
  font-size: min(10px, 0.8vw);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91em;
  height: 91em;
  border-radius: 50%;
  background-color: #fff;
}
.idx01_content p {
  font-family: var(--f-shippori);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.idx01_txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid var(--clr1);
  border-radius: 34px;
  max-width: 177px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1;
  margin-bottom: 18px;
}
.idx01_txt2 {
  font-size: 22px;
  text-align: center;
  line-height: 1;
}
.idx01_txt2 span {
  color: #e68e96;
  font-size: 1.1363636364em;
}
.idx01_txt2 .num {
  font-size: 1.44em;
}
.idx01_txt3 {
  font-size: 35px;
  position: relative;
  line-height: 1;
  padding-left: 1.628571428em;
  margin-top: 0.571428571em;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx01_txt3::before {
  position: absolute;
  content: "";
  top: -0.057142em;
  left: 0;
  background-image: url("../images/idx01_ic.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2285714286em;
  height: 1.2285714286em;
}
.idx01 .btn-group {
  margin-top: 42px;
}
.idx01 .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01 {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01_txt3 {
    font-size: 30px;
  }
  .idx01 .btn-group {
    margin-top: 30px;
  }
  .idx01_img.img02 {
    left: -15em;
  }
}

.idx02 {
  background-color: #f5f5f5;
  padding-top: 126px;
  padding-bottom: 117px;
  position: relative;
  z-index: 1;
}
.idx02 .inner_big {
  max-width: 1700px;
}
.idx02_tab {
  border-radius: 50px;
  padding-top: 50px;
  padding-bottom: 61px;
  position: relative;
}
.idx02_tab::before, .idx02_tab::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50px;
}
.idx02_tab::before {
  background: linear-gradient(to right, #ffeff0 0%, #fceff5 50.74%, #e8f9fe 100%);
  filter: blur(10px);
}
.idx02_tab::after {
  background-color: #fff;
}
.idx02 .gr-btn {
  display: flex;
  justify-content: center;
}
.idx02 .gr-btn li {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: var(--f-shippori);
  font-weight: 600;
  background-color: #f6f4f4;
  cursor: pointer;
  width: 145px;
  border-radius: 32px;
  margin: 0 10px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
}
.idx02 .gr-btn li::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 37px;
  opacity: 30%;
}
.idx02 .gr-btn li.st1 {
  color: #57b7d5;
}
.idx02 .gr-btn li.st1:hover {
  background-color: #57b7d5;
  color: #fff;
}
.idx02 .gr-btn li.st2 {
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx02 .gr-btn li.st2:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.idx02 .gr-btn li.active {
  background-color: #57b7d5;
  color: #fff;
}
.idx02 .gr-btn li.active.st1::before {
  background-color: #57b7d5;
}
.idx02 .gr-btn li.active.st2 {
  background-color: var(--main-color);
}
.idx02 .gr-btn li.active.st2::before {
  background-color: var(--main-color);
}
.idx02_content {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1560px;
  height: 100% !important;
  margin-top: 43px;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.idx02 .tab_content {
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.idx02 .tab_content.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.idx02 .tab_content:nth-child(2) .TabContainer .TabPager > div:hover {
  background-color: var(--main-color);
}
.idx02 .tab_content:nth-child(2) .TabContainer .TabPager > div:hover p {
  color: #fff;
}
.idx02 .tab_content:nth-child(2) .TabContainer .TabPager > div.active:hover {
  background-color: #f8f6f6;
}
.idx02 .tab_content:nth-child(2) .TabContainer .TabPager > div.active:hover p {
  color: #707070;
}
.idx02 .btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  row-gap: 5px;
  padding-top: 47px;
  padding-bottom: 39px;
}
.idx02 .btn-group .btn {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02 {
    padding-bottom: 80px;
  }
  .idx02 .btn-group {
    gap: 10px;
  }
  .idx02 .btn-group .btn {
    margin-bottom: 0;
  }
  .idx02 .btn-group .btn a {
    font-size: min(1.7em, 1.25vw);
    letter-spacing: 0;
  }
  .idx02 .btn-group .btn a::after {
    right: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx02 .btn-group .btn a::after {
    width: 11px;
    height: 11px;
  }
}

.idx03 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx03 .inner_big {
  padding: 0;
  max-width: 100%;
}
.idx03_box {
  width: 50%;
}
.idx03_box.st1 {
  background-color: #87cbef;
}
.idx03_box.st1 .idx03_ct::after {
  background-color: #87cbef;
}
.idx03_box.st2 {
  background-color: #ffb7ca;
}
.idx03_box.st2 .idx03_ct::after {
  background-color: #ffb7ca;
}
.idx03_ct {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 20px 98px;
  position: relative;
}
.idx03_ct::after {
  position: absolute;
  content: "";
  z-index: 1;
  left: calc(50% - 3px);
  transform: translateX(-50%);
  bottom: -24px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 60px;
  height: 50px;
}
.idx03 ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--f-zen-old);
  letter-spacing: 0.05em;
  margin-bottom: 19px;
  padding-left: 30px;
  position: relative;
}
.idx03 ul li::before {
  position: absolute;
  content: "";
  top: 0.22222222em;
  left: 0;
  width: 1.1111111111em;
  height: 1.1111111111em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx03 ul.st1 li::before {
  background-image: url(../images/idx03_ic1.png);
}
.idx03 ul.st2 li::before {
  background-image: url(../images/idx03_ic2.png);
}
.idx03_img {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 95px;
  padding-bottom: 90px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1919px) {
  .idx03_img {
    width: 960px;
  }
}
.idx03_img.st1 {
  background-image: url(../images/idx03_img01.jpg);
}
.idx03_img.st2 {
  background-image: url(../images/idx03_img02.jpg);
}
.idx03_ctSm {
  margin-left: auto;
  margin-right: auto;
  max-width: 402px;
}
.idx03_logo {
  max-width: 402px;
}
.idx03_btn {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.idx03_btn a {
  text-decoration: none;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 23px;
  width: 100%;
  display: block;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: var(--f-zen-old);
  position: relative;
  padding-left: 24px;
}
.idx03_btn a:hover {
  color: #fff;
}
.idx03_btn a::after {
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  right: 17px;
  background-image: url(../images/idx03_arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03_ct {
    padding: 80px 20px 60px;
  }
  .idx03_img {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .idx03 ul li {
    font-size: 16px;
  }
}

.idx04 {
  padding: 150px 0 40px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
.idx04 h3 {
  margin-bottom: 104px;
}
.idx04 h3 .en {
  opacity: 0.2;
}
.idx04 .flex {
  justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 1281px) {
  .idx04 .flex {
    position: relative;
    left: 3px;
  }
}
.idx04 .box {
  max-width: 340px;
  width: 33.33%;
  border-radius: 40px;
  padding-top: 26px;
  padding-bottom: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.idx04 .box::before, .idx04 .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px;
  transition: all 0.3s;
}
.idx04 .box::before {
  background: linear-gradient(to right, #f7d6d8 0%, #f5cbde 50.74%, #bfe6f2 100%);
  opacity: 0.2;
  filter: blur(10px);
}
.idx04 .box::after {
  background-color: #f8f6f6;
}
@media only screen and (min-width: 1919px) {
  .idx04 .box {
    padding-left: 3px;
  }
}
.idx04 .box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 188px;
}
.idx04 .box .ttl {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--f-shippori);
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  padding-bottom: 3em;
  margin-bottom: 0;
}
.idx04 .box .ttl::before, .idx04 .box .ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
}
.idx04 .box .ttl::before {
  left: calc(50% - 1.2222222222em);
  width: 2.4444444444em;
  height: 2.4444444444em;
  border-radius: 50%;
  background-color: #fff;
}
.idx04 .box .ttl::after {
  left: calc(50% - 0.38888889em);
  width: 0.7777777778em;
  height: 0.7777777778em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx04_arr.png);
  bottom: 0.7777777778em;
}
.idx04_bot {
  margin-top: 140px;
}
.idx04_bot .title {
  font-size: 10px;
  margin-bottom: 31px;
  padding-top: 101px;
  position: relative;
}
.idx04_bot .title span {
  display: block;
  line-height: 1;
}
.idx04_bot .title .jp {
  font-size: 2.8em;
  font-family: var(--f-shippori);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--clr1);
}
.idx04_bot .title .en {
  font-size: 3em;
  font-family: var(--f-la-belle);
  letter-spacing: 0.05em;
  font-weight: 400;
  color: var(--main-color);
  transform: rotate(-16deg);
  position: relative;
  top: -3.5em;
  left: -2.7666666667em;
}
.idx04_bot .img {
  max-width: 940px;
}
.idx04_bot .txt {
  letter-spacing: 0.05em;
  font-family: var(--f-shippori);
  line-height: 2.1875;
  max-width: 460px;
}
.idx04_bot .btn-group {
  margin-top: 30px;
}
.idx04_bot .btn-group .btn {
  max-width: 328px;
}
.idx04_flex:nth-child(even) .title .en {
  color: #57b7d5;
}
.idx04_flex:nth-child(even) img {
  border-radius: 285px 0 0 285px;
}
.idx04_flex:nth-child(odd) img {
  border-radius: 0 285px 285px 0;
}
@media only screen and (min-width: 769px) {
  .idx04_flex {
    display: grid;
    justify-content: flex-start;
    grid-template-columns: 55.6% 45%;
    margin-bottom: 115px;
  }
  .idx04_flex:nth-child(odd) .img {
    grid-row: 1/4 span;
    margin-right: 50px;
  }
  .idx04_flex:nth-child(even) {
    grid-template-columns: 27% 52.4%;
    padding-right: 0;
    padding-left: 20px;
    justify-content: flex-end;
  }
  .idx04_flex:nth-child(even) .img {
    grid-row: 1/span 4;
    grid-column-start: 2;
    margin-right: 0;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1921px) {
  .idx04_flex:nth-child(even) .img {
    position: relative;
    right: -5px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04_flex:nth-child(even) .title {
    padding-top: 92px;
  }
  .idx04_flex:nth-child(even) .title .en {
    top: -2em;
    left: -2.1666667em;
  }
  .idx04 .box:hover::after {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .idx04_flex {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx04 .box figure {
    position: relative;
  }
  .idx04 .box:nth-child(1) figure {
    top: -5px;
    left: -10px;
  }
  .idx04 .box:nth-child(2) figure {
    top: -5px;
    left: -7px;
  }
  .idx04 .box:nth-child(3) figure {
    top: -3px;
    left: -14px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx04_flex:nth-child(odd) .title .en {
    left: -1em;
  }
  .idx04_flex:nth-child(even) .title .en {
    left: -0.5em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx04_flex:nth-child(even) {
    grid-template-columns: 34% 52.4%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04 {
    padding-top: 100px;
  }
  .idx04 h3 {
    margin-bottom: 70px;
  }
  .idx04 .flex {
    gap: 30px;
  }
  .idx04 .box {
    width: calc(33.33% - 30px);
  }
  .idx04_bot .title {
    padding-top: 0 !important;
  }
  .idx04_bot .title .en {
    top: -2.5em;
  }
  .idx04 .btn-group {
    margin-top: 10px;
  }
  .idx04_flex {
    margin-bottom: 60px;
  }
  .idx04_flex:nth-child(odd) .img {
    margin-right: 30px;
  }
  .idx04_flex:nth-child(even) {
    grid-template-columns: 37% 52.4%;
  }
  .idx04_flex:nth-child(even) .img {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx04_flex:nth-child(even) {
    grid-template-columns: 48% 52.4%;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx04 .box figure {
    height: 170px;
  }
  .idx04_flex {
    grid-template-columns: 45% 55%;
  }
  .idx04_flex:nth-child(even) .title {
    padding-top: 30px;
  }
  .idx04_bot .title {
    font-size: 8px;
    margin-bottom: 20px;
  }
}

.idx05 {
  background-color: #f5f5f5;
  padding-top: 104px;
  padding-bottom: 111px;
  position: relative;
  z-index: 1;
}
.idx05::before {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #f5f5f5;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 110px);
}
.idx05 .flex {
  align-items: flex-start;
}
.idx05 .inner_big {
  max-width: 1344px;
}
.idx05 .box {
  max-width: 619px;
  width: calc(50% - 33px);
  margin: 0 16.5px;
  border-radius: 42px;
  position: relative;
}
.idx05 .box.st1 {
  top: 0;
}
.idx05 .box.st1 .box_inner {
  background-color: #87cbef;
}
.idx05 .box.st1 .text {
  left: -78px;
  top: -67px;
  letter-spacing: -3px;
}
.idx05 .box.st1 .idx05_img::before {
  background-image: url(../images/idx05_img01.jpg);
}
.idx05 .box.st2 .box_inner {
  background-color: #ffb7ca;
  flex-direction: row-reverse;
}
.idx05 .box.st2 .text {
  right: -123px;
  top: -55px;
}
@media only screen and (min-width: 1281px) {
  .idx05 .box.st2 .text {
    font-size: 90px;
  }
}
.idx05 .box.st2 .idx05_img::before {
  background-image: url(../images/idx05_img02.jpg);
}
.idx05 .box.st3 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
}
.idx05 .box.st3 .box_inner {
  background-color: #a0b1f6;
}
.idx05 .box.st3 .text {
  top: auto;
  bottom: -60px;
}
.idx05 .box.st3 .idx05_img {
  width: 50%;
}
.idx05 .box.st3 .idx05_img::before {
  background-image: url(../images/idx05_img03.jpg);
}
.idx05_img {
  position: relative;
  width: 280px;
  height: 336px;
  border-radius: 20px;
  overflow: hidden;
}
.idx05_img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.idx05 .box_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 69px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  border-radius: 42px;
}
.idx05 .text {
  position: absolute;
  font-family: var(--f-en);
  font-size: 100px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  pointer-events: none;
}
.idx05 h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--f-shippori);
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 4.04em;
}
.idx05 h4::before, .idx05 h4::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  transition: all 0.3s;
  font-size: 1em;
}
.idx05 h4::before {
  background-color: #fff;
  border-radius: 50%;
  width: 2.92em;
  height: 2.92em;
  bottom: 0;
  left: 0;
}
.idx05 h4::after {
  background-image: url(../images/idx05_arr.png);
  bottom: 1.16em;
  left: 1.16em;
  width: 0.56em;
  height: 0.56em;
}
@media only screen and (min-width: 769px) {
  .idx05 .box.st1 {
    top: 13em;
  }
  .idx05 .box:hover .idx05_img::before {
    transform: scale(1.2);
  }
  .idx05 .box:hover h4::before {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .idx05 .box:hover h4::after {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 1281px) {
  .idx05 .box.st2 .box_inner {
    padding-left: 30px;
    padding-right: 117px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx05 .box.st1 .text {
    left: -50px;
  }
  .idx05 .box.st2 .text {
    right: -50px;
  }
  .idx05 .flex {
    margin: 0 auto;
    width: 95%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx05 .text {
    font-size: 80px;
  }
  .idx05 .box_inner {
    padding: 20px;
  }
  .idx05_img {
    height: 280px;
    width: 65%;
  }
  .idx05 h4 {
    font-size: 20px;
  }
  .idx05 .box.st1 {
    top: 14em;
  }
  .idx05 .box.st1 .text {
    top: -50px;
  }
  .idx05 .box.st2 .text {
    top: -45px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx05 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .idx05 .box.st1 {
    top: 12em;
  }
  .idx05 .box.st1 .text {
    left: -30px;
  }
  .idx05 .box.st2 .text {
    right: -30px;
  }
  .idx05 .box.st3 {
    margin-top: 30px;
  }
  .idx05 .box.st3 .text {
    bottom: -50px;
  }
  .idx05 h4 {
    padding-bottom: 3em;
  }
  .idx05 h4::before, .idx05 h4::after {
    font-size: 0.8em;
  }
  .idx05 .text {
    font-size: 70px;
  }
  .idx05 .flex {
    width: 100%;
  }
  .idx05_img {
    width: 56%;
  }
}

.idx06 {
  position: relative;
  z-index: 1;
  background-color: #87cbef;
  border-radius: 100px;
  padding-top: 204px;
  padding-bottom: 162px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx06 .flex {
  align-items: center;
  transform: translateY(-38px);
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.idx06_left {
  max-width: 380px;
  padding-top: 29px;
  width: 30%;
  margin-right: 100px;
}
.idx06_right {
  max-width: 1250px;
  width: 70%;
  background-color: #fff;
  border-radius: 80px 0 0 80px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.idx06_flex {
  padding-left: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.idx06_boxTxt {
  max-width: 420px;
  padding-top: 133px;
  padding-bottom: 117px;
}
.idx06_boxTxt h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 19px;
}
@media only screen and (min-width: 769px) {
  .idx06_boxTxt h4 {
    line-height: 1.9166666667em;
  }
}
.idx06_boxTxt .txt {
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
.idx06_boxTxt .num {
  width: 3.8em;
  height: 3.8em;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background-image: url(../images/idx06_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 40px;
  left: 40px;
}
.idx06_content {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}
.idx06_content.active {
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 1919px) {
  .idx06_content:nth-child(2) .idx06_boxTxt, .idx06_content:nth-child(3) .idx06_boxTxt, .idx06_content:nth-child(4) .idx06_boxTxt, .idx06_content:nth-child(5) .idx06_boxTxt {
    padding-top: 111px;
  }
}
.idx06_img {
  max-width: 610px;
  width: 54%;
}
.idx06_img img {
  height: 100%;
  object-fit: cover;
}
.idx06 .btn-group {
  margin-top: 34px;
}
.idx06 .btn-group .btn {
  max-width: 328px;
}
.idx06 ul li {
  position: relative;
  font-size: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3em;
  cursor: pointer;
}
.idx06 ul li .num {
  width: 3.2941176471em;
  height: 3.2941176471em;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7em;
  margin-right: 1.1764705882em;
  transition: all 0.3s;
}
.idx06 ul li .jp {
  font-size: 1.6em;
  font-family: var(--f-zen-old);
  letter-spacing: 0.05em;
  font-weight: 600;
}
.idx06 ul li.active .num {
  background-color: #fff;
  color: var(--clr1);
}
.idx06 ul li.active:hover .num {
  background-color: #fff;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx06 .inner_big {
    max-width: 1750px;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .idx06 h3 {
    text-align: left;
  }
  .idx06 h3 .en {
    text-align: left;
    transform: unset;
    left: -200px;
  }
  .idx06 ul li {
    transition: all 0.3s;
  }
  .idx06 ul li:hover .num {
    background-color: var(--main-color);
    color: #fff;
  }
}
@media only screen and (min-width: 1919px) {
  .idx06_right {
    width: 74%;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx06 .flex {
    justify-content: space-between;
  }
  .idx06_left {
    margin-right: 40px;
  }
  .idx06_flex {
    padding-left: 50px;
  }
  .idx06_img {
    width: 50%;
  }
  .idx06 h3 .en {
    left: -45px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx06 {
    padding: 100px 0;
  }
  .idx06 h3 .en {
    left: -45px;
  }
  .idx06_right {
    width: 68%;
  }
  .idx06_flex {
    padding-left: 30px;
  }
  .idx06_boxTxt {
    padding-right: 20px;
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .idx06_boxTxt .num {
    font-size: 15px;
    top: 30px;
  }
  .idx06_boxTxt h4 {
    margin-bottom: 10px;
  }
  .idx06 .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx06_right {
    width: 65%;
  }
  .idx06_left {
    margin-right: 20px;
    padding-top: 0;
  }
  .idx06 ul li {
    margin-bottom: 2em;
    font-size: 9px;
  }
  .idx06 ul li .num {
    padding-top: 0.2941176em;
    padding-left: 0.117647em;
  }
  .idx06_boxTxt {
    padding-bottom: 80px;
    padding-top: 120px;
  }
  .idx06_boxTxt h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .idx06_boxTxt .num {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx06 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .idx06 .flex {
    justify-content: space-between;
  }
  .idx06_left {
    width: 35%;
    margin-right: 0;
    margin-top: 20px;
  }
  .idx06_flex {
    padding-left: 20px;
  }
  .idx06_boxTxt {
    width: 50%;
  }
  .idx06_boxTxt h4 {
    font-size: 18px;
  }
  .idx06 ul li {
    font-size: 8.5px;
  }
}
@media only screen and (max-width: 992px) {
  .idx06 h3 {
    text-align: center;
  }
  .idx06 h3 .en {
    left: 50%;
    transform: translateX(-50%);
  }
  .idx06 .flex {
    flex-direction: column;
    transform: unset;
  }
  .idx06_right {
    width: 100%;
    border-radius: 40px;
  }
  .idx06_left {
    width: 100%;
  }
  .idx06 ul li {
    font-size: 10px;
  }
  .idx06 .inner_big {
    padding-right: 20px;
  }
}

.idx07 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 174px;
}
.idx07 .inner_big {
  max-width: 1530px;
}
.idx07_img {
  max-width: 800px;
  width: 53%;
  position: relative;
}
.idx07_img::before {
  position: absolute;
  content: "";
  font-size: min(10px, 0.7vw);
  width: 67.2em;
  height: 24em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx07_text.png);
  bottom: 2.8em;
  right: -23.7em;
}
.idx07_img img {
  border-radius: 0 50px 50px 0;
}
.idx07_txt {
  max-width: 560px;
  width: 47%;
  padding-bottom: 8px;
}
.idx07_txt p {
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
.idx07_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 137px;
}
.idx07_content::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100% - 137px);
  background: linear-gradient(#ffeff0 0%, #fceff5 50.74%, #e8f9fe 100%);
}
.idx07 .btn-group {
  margin-top: 44px;
}
.idx07 .btn-group .btn {
  margin-bottom: 10px;
}
.idx07 .btn-group .btn a {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx07 .inner_big {
    padding-left: 0;
    padding-right: 20px;
    margin-left: 0;
    margin-right: auto;
  }
  .idx07 h3.dot {
    text-align: center;
    padding-top: 1.5em;
    margin-right: 0;
    margin-left: auto;
    left: calc(50% - 1.8529411em);
  }
  .idx07 h3.dot .en {
    left: calc(50% + 0.13157em);
  }
}
@media only screen and (min-width: 1281px) {
  .idx07 h3.dot {
    margin-bottom: -63px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx07 h3.dot {
    font-size: 25px;
    left: calc(50% - 13em);
    margin-bottom: -100px;
  }
  .idx07_content::before {
    height: calc(100% - 155px);
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx07_img::before {
    bottom: 5em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx07 h3.dot .en {
    font-size: 5em;
    left: calc(50% + 0.3em);
  }
  .idx07_img::before {
    font-size: min(10px, 0.6vw);
    bottom: 10em;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07 {
    padding: 100px 0 0;
  }
  .idx07_img {
    width: 50%;
  }
  .idx07_img::before {
    bottom: 3em;
    right: -8em;
  }
  .idx07_txt {
    width: 50%;
  }
  .idx07_content {
    padding-bottom: 80px;
  }
  .idx07_content::before {
    height: calc(100% - 70px);
  }
  .idx07 h3.dot {
    padding-top: 0.8em;
    margin-bottom: -40px;
  }
  .idx07 .btn-group {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx07 h3.dot {
    margin-bottom: -20px;
  }
  .idx07_img {
    width: 46%;
  }
  .idx07_img::before {
    bottom: 0;
    right: -5em;
  }
  .idx07_content {
    align-items: flex-start;
    margin-top: 30px;
  }
  .idx07_content::before {
    height: calc(100% - 50px);
  }
  .idx07_txt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx07 h3.dot {
    left: 10px;
  }
}

.idx08 {
  background-color: #fff;
  padding-top: 153px;
  padding-bottom: 150px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.idx08 h3.dot .jp::before {
  background-color: #87cbef;
}
.idx08_name {
  position: relative;
  z-index: 1;
  font-size: min(10px, 1.2vw);
  background-color: #f5f3f3;
  max-width: 44.4em;
  overflow: hidden;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  margin-top: 113px;
}
.idx08_name::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0.5em;
  background-color: #57b7d5;
  border-radius: 36px;
  max-width: 21.7em;
  width: 50%;
  height: calc(100% - 1em);
  transition: all 0.3s;
}
.idx08_name.left::before {
  left: 0.5em;
}
.idx08_name.right::before {
  transform: translateX(21.5em);
  background-color: var(--main-color);
}
.idx08_name .btn {
  font-size: 1.6em;
  font-family: var(--f-shippori);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  height: 3.5625em;
  width: 13.5625em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.idx08_name .btn.active {
  color: #fff;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .idx08_name .btn:hover {
    color: var(--main-color);
    border-radius: 30px;
  }
  .idx08_name .btn:nth-child(1):hover {
    color: #57b7d5;
  }
}
.idx08 ul li {
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  padding: 34px 0;
  font-family: var(--f-shippori);
}
.idx08 ul li:first-child {
  padding-top: 0;
}
.idx08 ul li:last-child {
  border-bottom: 0;
}
.idx08 ul span {
  letter-spacing: 0.05em;
}
.idx08 ul .sm {
  display: block;
}
.idx08 ul .top {
  font-size: 1.4em;
}
.idx08 ul .bot {
  font-size: 1.8em;
  padding-top: 9px;
}
.idx08 .time_sheet {
  margin-top: 15px;
}
.idx08 .btn-group {
  margin-top: 47px;
}
.idx08_content {
  position: relative;
}
.idx08_ct {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: flex-start;
  display: none;
  margin-top: -179px;
  transition: all 0.3s;
}
.idx08_ct.active {
  position: relative;
  display: flex;
}
.idx08_left {
  max-width: 590px;
  width: 50%;
  padding-top: 220px;
}
.idx08_right {
  width: 50%;
  max-width: 750px;
}
.idx08_right img {
  border-radius: 50px 0 0 50px;
}
@media only screen and (min-width: 769px) {
  .idx08 .inner_big {
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
    max-width: 1530px;
  }
  .idx08 h3.dot {
    text-align: left;
    padding-top: 1.3529411em;
  }
  .idx08 h3.dot .en {
    transform: unset;
    left: -438px;
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) {
  .idx08 h3.dot {
    margin-bottom: -64px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx08 h3.dot .en {
    left: -60px;
    font-size: 5em;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx08 h3.dot .en {
    left: -30px;
  }
  .idx08 ul {
    margin-top: 50px;
  }
  .idx08 ul li {
    padding: 20px 0;
  }
  .idx08 .btn-group {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx08_name {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx08 {
    padding: 100px 0;
  }
  .idx08 h3.dot .en {
    font-size: 4em;
  }
  .idx08_right {
    width: 45%;
  }
  .idx08_left {
    width: 53%;
    padding-top: 0;
  }
  .idx08_ct {
    margin-top: 20px;
    align-items: flex-start;
  }
  .idx08 ul {
    margin-top: 0;
  }
  .idx08 ul li {
    font-size: 8.5px;
  }
  .idx08 ul .sm {
    display: block;
  }
  .idx08 .time_sheet {
    margin-top: 0;
    font-size: min(14px, 1.65vw);
  }
}

.idx_news {
  padding: 124px 0px;
  background-color: #fff;
}
.idx_news h3 {
  text-align: left;
  padding-top: 0;
  line-height: 1;
  font-size: 28px;
}
.idx_news h3 span {
  display: block;
}
.idx_news h3 .jp {
  padding-top: 19px;
}
.idx_news h3 .sm {
  position: unset;
  font-size: 14px;
  color: #62625e;
  background: unset;
  transform: unset;
  opacity: 1;
  -webkit-text-fill-color: unset;
  display: block;
  text-align: unset;
  letter-spacing: 0.05em;
  line-height: 1;
}
.idx_news .left {
  width: 216px;
  padding-top: 39px;
}
.idx_news .right {
  max-width: 749px;
  width: 70%;
}
.idx_news .content {
  align-items: inherit;
}
.idx_news .content .box {
  width: 100%;
  max-width: 100%;
}
.idx_news .content li {
  border-bottom: 1px solid #dddddd;
  width: auto;
}
.idx_news .content li:last-child {
  border-bottom: 0;
}
.idx_news .content li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 36px 0px 43px;
  --w: 9em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  position: relative;
}
.idx_news .content li a::before, .idx_news .content li a::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 54px;
  height: 54px;
  top: calc(50% - 26px);
  right: 29px;
  transition: all 0.3s;
}
.idx_news .content li a::before {
  background-image: url(../images/idx_new_arr.png);
  background: url(../images/idx_new_arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  z-index: 1;
}
.idx_news .content li a::after {
  background: linear-gradient(141deg, #f7d6d8 0%, #f5cbde 42.74%, #bfe6f2 100%);
  opacity: 0;
  visibility: hidden;
}
.idx_news .content li a span {
  display: inline-block;
  letter-spacing: 0.025em;
}
.idx_news .content li a .time {
  display: flex;
  flex-direction: column;
  width: var(--w);
  font-family: var(--f-en);
}
.idx_news .content li a:hover {
  opacity: 1;
}
.idx_news .content li a .date {
  transition: all 0.3s;
  font-weight: 400;
  font-size: 2.125em;
  line-height: 1;
  padding-top: 5px;
  letter-spacing: 0;
}
.idx_news .content li a .year {
  font-size: 1.1875em;
}
.idx_news .content li a .title {
  max-width: calc(100% - var(--w));
  font-size: 1.125em;
  font-weight: 500;
  position: relative;
  padding-right: 5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx_news .content .news {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.idx_news .content .btn-group {
  margin-top: 46px;
}
.idx_news .content .btn-group .btn.style01 a {
  height: 73px;
}
@media only screen and (min-width: 769px) {
  .idx_news .content li a:hover span {
    opacity: 0.8;
  }
  .idx_news .content li a:hover::before {
    filter: brightness(0) invert(1);
  }
  .idx_news .content li a:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1919px) {
  .idx_news .content li a .title {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx_news {
    padding: 60px 0px;
  }
  .idx_news .content li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_news .left {
    width: 190px;
  }
}

.idx_map {
  height: 400px;
}
.idx_map iframe {
  height: 100%;
  filter: grayscale(1);
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page h3 {
    font-size: 30px;
  }
  .home_page h3 .en {
    font-size: 4.5em;
  }
}

/*# sourceMappingURL=index_pc.css.map */