@media screen and (min-width: 768px) {
  .page-header .title h1 .ttl-jp {
    margin: 5px 0 0 -10px;
  }
}
#lead {
  padding: 15vw 0;
  background: url(../img/shared/bg3.jpg);
}
#lead h2 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .txt {
    letter-spacing: 0;
  }
  #lead {
    padding: 115px 0 135px;
  }
  #lead .content {
    width: 360px;
    margin-left: calc(50% + 70px);
  }
  #lead h2 {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 30px;
    letter-spacing: 2.4px;
  }
}
#map {
  padding: 10vw 0;
  position: relative;
  background: url(../img/map/map_deco_left_top.webp) no-repeat left -10vw top 10vw/50%, url(../img/map/map_deco3.png) no-repeat left top 80vw/10%, url(../img/map/map_deco5.png) no-repeat left top 140vw/8%, url(../img/map/map_deco9.png) no-repeat right bottom 210vw/8%, url(../img/map/map_deco_circle_left.png) no-repeat left -10vw bottom 100vw/50%, url(../img/map/map_deco_center_right.webp) no-repeat right -10vw bottom 220vw/50%, url(../img/map/map_deco_right_bot.webp) no-repeat right -20vw bottom -20vw/80%, #faf9f3;
}
#map .deco-4 {
  position: absolute;
  right: 0;
  top: 102vw;
  width: 10vw;
}
#map .deco-7 {
  position: absolute;
  left: 0;
  top: 150vw;
  width: 10vw;
}
#map .deco-8 {
  position: absolute;
  right: 0;
  bottom: 220vw;
  width: 10vw;
}
#map .ttl {
  position: relative;
}
#map .ttl .deco-1 {
  position: absolute;
  width: 20vw;
  top: 3vw;
  right: calc(50% + 25vw);
}
#map .ttl .deco-2 {
  position: absolute;
  width: 14vw;
  left: calc(50% + 25vw);
  top: 0;
}
#map .photo-1 {
  margin-bottom: 30px;
}
#map .row .col {
  margin-bottom: 30px;
}
#map .row .col .col-img {
  position: relative;
  margin-bottom: 15px;
}
#map .row .col .col-img a {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 3px;
  text-align: center;
  color: #fff;
  background: rgba(0, 49, 93, 0.8);
}
#map .row .col .col-img a::after {
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#map .row .col .col-img a::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#map .row .col .col-img a:hover {
  opacity: 0.7;
}
#map .row .col .content h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Shippori Mincho B1";
  margin-bottom: 10px;
}
#map .row .col .content .col-desc {
  margin-bottom: 10px;
}
#map .row .col .content .col-btn a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 35px 5px 0;
  border-bottom: 1px solid;
  position: relative;
}
#map .row .col .content .col-btn a::after {
  content: "";
  border-left: 10px solid #04345c;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #map {
    padding: 155px 0 110px;
    background: url(../img/map/map_deco_left_top.webp) no-repeat left calc(50% - 625px) top 80px/auto, url(../img/map/map_deco3.png) no-repeat left calc(50% - 575px) top 700px/auto, url(../img/map/map_deco5.png) no-repeat left calc(50% - 665px) top 1495px/auto, url(../img/map/map_deco9.png) no-repeat right calc(50% - 625px) bottom 1100px/auto, url(../img/map/map_deco_circle_left.png) no-repeat left calc(50% - 575px) bottom 880px/auto, url(../img/map/map_deco_center_right.webp) no-repeat right calc(50% - 680px) bottom 1255px/auto, url(../img/map/map_deco_right_bot.webp) no-repeat right calc(50% - 650px) bottom -240px/auto, #faf9f3;
  }
  #map .ttl-s1 .ttl-jp{
    font-size: 46px;
  }
  #map .deco-4 {
    right: calc(50% - 665px);
    top: 970px;
    width: -moz-max-content;
    width: max-content;
  }
  #map .deco-7 {
    left: calc(50% - 755px);
    top: 1610px;
    width: -moz-max-content;
    width: max-content;
  }
  #map .deco-8 {
    right: calc(50% - 765px);
    bottom: 1210px;
    width: -moz-max-content;
    width: max-content;
  }
  #map .ttl .deco-1 {
    width: -moz-max-content;
    width: max-content;
    top: -10px;
    right: calc(50% + 205px);
  }
  #map .ttl .deco-2 {
    width: -moz-max-content;
    width: max-content;
    left: calc(50% + 215px);
    top: -10px;
  }
  #map .photo-1 {
    margin-bottom: 105px;
  }
  #map .row {
    display: flex;
    flex-wrap: wrap;
  }
  #map .row .col {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
  }
  #map .row .col:nth-child(3n) {
    margin-right: 0;
  }
  #map .row .col .col-img {
    margin-bottom: 20px;
  }
  #map .row .col .col-img img {
    width: 100%;
  }
  #map .row .col .col-img a {
    font-size: 14px;
    padding: 0;
  }
  #map .row .col .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #map .row .col .content .col-desc {
    margin-bottom: 15px;
    line-height: 27px;
  }
  #map .row .col .content .col-btn a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 35px 5px 0;
    border-bottom: 1px solid;
    position: relative;
  }
  #map .row .col .content .col-btn a::after {
    content: "";
    border-left: 10px solid #04345c;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  #map .row .col .content .col-btn a:hover {
    opacity: 0.7;
  }
}
#enjoy {
  padding: 20vw 0 25vw;
  background: url(../img/map/enjoy_deco1.png) no-repeat center top/25%, url(../img/map/enjoy_deco2.png) no-repeat right -50vw top 165vw/80%, url(../img/map/enjoy_deco5.png) no-repeat left bottom/80%, url(../img/map/enjoy_pt.jpg);
}
#enjoy .row {
  margin-bottom: 30vw;
}
#enjoy .row .ttl-s1 .ttl-jp {
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 1.5em;
}
#enjoy .row .group-photo {
  position: relative;
  margin-bottom: 40px;
}
#enjoy .row .group-photo .photo-1 {
  position: absolute;
  left: 0;
  top: -10vw;
  width: 35%;
  z-index: 1;
}
#enjoy .row .group-photo .photo-2 {
  padding-top: 15vw;
  width: 75%;
  margin-left: auto;
}
#enjoy .row .content h3 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
}
#enjoy .box-1 {
  background: #fff;
  padding: 10vw 5vw;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
#enjoy .box-1 .deco-3 {
  width: 25%;
  height: 16vw;
  left: 3vw;
  top: -10vw;
  position: absolute;
}
#enjoy .box-1 .ttl {
  width: 40vw;
  left: 26vw;
  top: -12vw;
  position: absolute;
}
#enjoy .box-1 .box-content {
  width: 50%;
}
#enjoy .box-1 .box-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#enjoy .box-1 .box-content .txt {
  letter-spacing: 0;
}

#enjoy .box-1 .photo-3 {
  position: absolute;
  right: -4vw;
  top: 10vw;
  width: 45vw;
}
#enjoy .box-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
#enjoy .box-2 ul {
  width: 45%;
  position: relative;
  z-index: 0;
}
#enjoy .box-2 ul::before {
  content: "";
  width: 1px;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  height: 300px;
  border-left: 3px dotted #7c8b98;
  position: absolute;
  z-index: -1;
}
#enjoy .box-2 ul li {
  background: #fff;
  text-align: center;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 20px;
}
#enjoy .box-2 ul li:first-child {
  margin-bottom: 25px;
}
#enjoy .box-2 .box-content {
  width: 50%;
  text-align: center;
}
#enjoy .box-2 .box-content .photo-4 {
  width: 90px;
  margin: 0 auto;
}
#enjoy .box-2 .box-content h3 {
  font-size: 18px;
  margin-bottom: 40px;
}
#enjoy .box-2 .box-content .txt {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0;
}
#enjoy .box-3 {
  background: #fff;
  padding: 10vw 5vw;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
#enjoy .box-3 .deco-4 {
  width: 30%;
  height: 16vw;
  left: 10vw;
  bottom: -7vw;
  position: absolute;
}
#enjoy .box-3 .ttl {
  width: 40vw;
  left: 26vw;
  top: -12vw;
  position: absolute;
}
#enjoy .box-3 .box-content {
  width: 50%;
  margin-left: 50%;
}
#enjoy .box-3 .box-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#enjoy .box-3 .box-content .txt {
  letter-spacing: 0;
}
#enjoy .box-3 .photo-5 {
  position: absolute;
  left: -4vw;
  top: 10vw;
  width: 45vw;
}

#enjoy .box-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#enjoy .box-4 .box-left {
  width: 50%;
}
#enjoy .box-4 .box-content {
  width: 100%;
  text-align: center;
  margin-bottom: 25px; 
}
#enjoy .box-4 .box-content .photo-6 {
  width: 110px;
  margin: 0 auto 15px;
}
#enjoy .box-4 .box-content h3 {
  font-size: 17px;
}

#enjoy .box-4 .box-content2 {
  width: 100%; 
  text-align: center;
}
#enjoy .box-4 .box-content2 .photo-6 {
  width: 110px;
  margin: 0 auto 15px;
}
#enjoy .box-4 .box-content2 h3 {
  font-size: 18px;
}

/* 右側のリスト */
#enjoy .box-4 ul {
  width: 45%;
  position: relative;
  z-index: 0;
}
#enjoy .box-4 ul::before {
  content: "";
  width: 1px;
  left: 50%;
  top: -250px;
  transform: translateX(-50%);
  height: 300px;
  border-left: 3px dotted #7c8b98;
  position: absolute;
  z-index: -1;
}
#enjoy .box-4 ul::after {
  content: "";
  width: 1px;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  height: 300px;
  border-left: 3px dotted #7c8b98;
  position: absolute;
  z-index: -1;
}
#enjoy .box-4 ul li {
  background: #fff;
  text-align: center;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 20px;
}
#enjoy .box-4 ul li:first-child {
  margin-bottom: 50px;
}

/*
#enjoy .box-4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
#enjoy .box-4 ul {
  width: 45%;
  position: relative;
  z-index: 0;
}
#enjoy .box-4 ul::before {
  content: "";
  width: 1px;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  height: 300px;
  border-left: 3px dotted #7c8b98;
  position: absolute;
  z-index: -1;
}
#enjoy .box-4 ul::after {
  content: "";
  width: 1px;
  left: 50%;
  top: 110px;
  transform: translateX(-50%);
  height: 300px;
  border-left: 3px dotted #7c8b98;
  position: absolute;
  z-index: -1;
}
#enjoy .box-4 ul li {
  background: #fff;
  text-align: center;
  padding: 12px 20px;
  box-sizing: border-box;
  font-size: 20px;
}
#enjoy .box-4 ul li:first-child {
  margin-bottom: 25px;
}
#enjoy .box-4 .box-content {
  width: 50%;
  text-align: center;
}
#enjoy .box-4 .box-content .photo-6 {
  width: 110px;
  margin: 0 auto 15px;
}
#enjoy .box-4 .box-content h3 {
  font-size: 18px;
}

#enjoy .box-4 .box-content2 {
  width: 50%;
  text-align: center;
}
#enjoy .box-4 .box-content2 .photo-6 {
  width: 110px;
  margin: 0 auto 15px;
}
#enjoy .box-4 .box-content2 h3 {
  font-size: 18px;
}
*/
#enjoy .box-5 {
  background: #fff;
  padding: 20px;
  position: relative;
}
#enjoy .box-5 .deco-6 {
  width: 25%;
  height: 26vw;
  right: -5vw;
  bottom: -12vw;
  position: absolute;
}
#enjoy .box-5 .box-content {
  margin-bottom: 20px;
}
#enjoy .box-5 .box-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#enjoy .box-5 .photo-7 {
  width: 70%;
  margin-bottom: -15vw;
  margin-left: -5vw;
}
#enjoy .box-5 .ttl {
  position: absolute;
  right: -5vw;
  width: 35vw;
  bottom: 15vw;
}

@media screen and (min-width: 768px) {
  #enjoy {
    padding: 100px 0 130px;
    background: url(../img/map/enjoy_deco1.png) no-repeat left calc(50% - 640px) top 25px/auto, url(../img/map/enjoy_deco2.png) no-repeat right calc(50% - 550px) top 30px/auto, url(../img/map/enjoy_deco5.png) no-repeat left calc(50% - 400px) bottom 30px/auto, url(../img/map/enjoy_pt.jpg);
  }
  #enjoy .row {
    margin-bottom: -15px;
    display: flex;
    justify-content: space-between;
  }
  #enjoy .row .ttl-s1 {
    padding-top: 70px;
    margin-left: -25px;
  }
  #enjoy .row .ttl-s1 .ttl-jp {
    line-height: 105px;
    font-size: 72px;
  }
  #enjoy .row .group-photo {
    margin-bottom: 40px;
    order: 3;
  }
  #enjoy .row .group-photo .photo-1 {
    left: -90px;
    top: 55px;
    width: -moz-max-content;
    width: max-content;
  }
  #enjoy .row .group-photo .photo-2 {
    padding-top: 150px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: -175px;
  }
  #enjoy .row .content {
    width: 380px;
    order: 2;
    padding-top: 130px;
    margin-left: -85px;
  }
  #enjoy .row .content h3 {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  #enjoy .row .content .txt {
    width: 360px;
  }
  #enjoy .box-1 {
    width: 685px;
    margin: 0 auto 40px;
    padding: 35px 60px;
  }
  #enjoy .box-1 .deco-3 {
    width: 101px;
    height: 62px;
    left: -85px;
    top: 110px;
  }
  #enjoy .box-1 .ttl {
    width: -moz-max-content;
    width: max-content;
    left: -45px;
    top: -25px;
  }
  #enjoy .box-1 .box-content {
    width: 310px;
  }
  #enjoy .box-1 .box-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #enjoy .box-1 .box-content .txt {
    letter-spacing: 0;
  }
  #enjoy .box-1 .photo-3 {
    right: 60px;
    top: -45px;
    width: -moz-max-content;
    width: max-content;
  }
  #enjoy .box-2 {
    margin-bottom: 40px;
    position: relative;
  }
  #enjoy .box-2 ul {
    width: 425px;
    margin: 0 auto 10px;
  }
  #enjoy .box-2 ul::before {
    width: 255px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 1px;
    border-left: none;
    border-bottom: 3px dotted #7c8b98;
  }
  #enjoy .box-2 ul li {
    padding: 12px 20px;
    font-size: 24px;
    width: 160px;
    position: relative;
  }
  #enjoy .box-2 ul li::before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-left: 3px dotted #7c8b98;
    top: -44px;
    height: 140px;
    z-index: -1;
  }
  #enjoy .box-2 ul li:first-child {
    margin-bottom: 80px;
  }
  #enjoy .box-2 ul li:last-child {
    margin-left: auto;
  }
  #enjoy .box-2 ul li:last-child::before {
    top: -41px;
  }
  #enjoy .box-2 .box-content {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    right: 25px;
    top: -5px;
  }
  #enjoy .box-2 .box-content .photo-4 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
  }
  #enjoy .box-2 .box-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #enjoy .box-2 .box-content .txt {
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    position: absolute;
    right: 440px;
    bottom: -20px;

  }
  #enjoy .box-3 {
    width: 685px;
    margin: 0 auto 40px;
    padding: 30px 60px 40px;
  }
  #enjoy .box-3 .deco-4 {
    width: 115px;
    height: 75px;
    left: auto;
    bottom: auto;
    top: -25px;
    right: -70px;
  }
  #enjoy .box-3 .ttl {
    width: 40vw;
    left: 26vw;
    top: -12vw;
    position: absolute;
  }
  #enjoy .box-3 .box-content {
    width: 300px;
    margin-left: calc(50% + 2px);
  }
  #enjoy .box-3 .box-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #enjoy .box-3 .box-content .txt {
    letter-spacing: 0;
  }
  #enjoy .box-3 .photo-5 {
    left: 50px;
    top: -20px;
    width: -moz-max-content;
    width: max-content;
  }
  #enjoy .box-4 {
    margin-bottom: 40px;
    position: relative;
  }
  #enjoy .box-4 ul {
    width: 425px;
    margin: 0 auto 10px;
  }
  #enjoy .box-4 ul::before {
    width: 255px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 1px;
    border-left: none;
    border-bottom: 3px dotted #7c8b98;
  }
  #enjoy .box-4 ul li {
    padding: 12px 20px;
    font-size: 24px;
    width: 160px;
    position: relative;
  }
  #enjoy .box-4 ul li::before {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-left: 3px dotted #7c8b98;
    top: -44px;
    height: 140px;
    z-index: -1;
  }
  #enjoy .box-4 ul li:first-child {
    margin-bottom: 80px;
    margin-left: auto;
  }
  #enjoy .box-4 ul li:last-child::before {
    top: -41px;
  }
  #enjoy .box-4 .box-content {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 45px;
    top: 20px;
  }
  #enjoy .box-4 .box-content .photo-6 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
  }
  #enjoy .box-4 .box-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #enjoy .box-4 .box-content2 {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    right: 45px;
    top: -20px;
  }
  #enjoy .box-4 .box-content2 .photo-6 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 10px;
  }
  #enjoy .box-4 .box-content2 h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #enjoy .box-4 ul::after {
    display: none; /* パソコンサイズになったら消す */
  }

  @media screen and (min-width: 768px) {
    /* 〜既存のPC用CSSはそのまま残す〜 */
  
    /* ★PC版用の追記：スマホの縦並びグループ化を解除する */
    #enjoy .box-4 .box-left {
      width: auto;
      display: contents; /* ← これを入れることで、.box-left というタグ自体が「存在しないもの」として扱われ、中身の絶対配置（position: absolute）が元のPC通りの位置にピタッと戻ります */
    }
  }

  #enjoy .box-5 {
    width: 685px;
    margin: 0 auto 40px;
    padding: 35px 60px 10px;
  }
  #enjoy .box-5 .deco-6 {
    width: 81px;
    height: 95px;
    right: -45px;
    bottom: 10px;
  }
  #enjoy .box-5 .box-content {
    margin-bottom: 20px;
    width: 280px;
  }
  #enjoy .box-5 .box-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #enjoy .box-5 .photo-7 {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    left: calc(50% + 30px);
    top: -25px;
  }
  #enjoy .box-5 .ttl {
    right: -45px;
    width: -moz-max-content;
    width: max-content;
    bottom: 125px;
  }
}
#gyosyuin {
  padding: 10vw 0;
}
#gyosyuin .row-1 {
  margin-bottom: 30px;
}
#gyosyuin .row-1 .content .ttl-s1 {
  text-align: left;
}
#gyosyuin .row-1 .content .group-photo {
  position: relative;
  margin-bottom: 15vw;
}
#gyosyuin .row-1 .content .group-photo .photo-1b {
  position: absolute;
  right: -5vw;
  bottom: -10vw;
  width: 40%;
}
#gyosyuin .row-1 .content h3 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
}
#gyosyuin .desc {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
  position: relative;
  z-index: 0;
}
#gyosyuin .desc::before {
  content: "";
  background: url(../img/map/gyosyuin_ttl_bg.png) no-repeat 0 0/100%;
  width: 204px;
  height: 36px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
  z-index: -1;
}
#gyosyuin .box {
  background: #fff;
  position: relative;
  padding: 50px 20px;
}
#gyosyuin .box::before {
  content: "";
  height: 65%;
  left: 65px;
  border-left: 2px dotted #7c8b98;
  position: absolute;
  top: 50px;
}
#gyosyuin .box > h3 {
  font-size: 24px;
  position: absolute;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  top: -12px;
  padding: 0 30px;
}
#gyosyuin .box > h3::before {
  content: "";
  background: url(../img/map/h3_deco1.png) no-repeat 0 0/100%;
  width: 15px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#gyosyuin .box > h3::after {
  content: "";
  background: url(../img/map/h3_deco2.png) no-repeat 0 0/100%;
  width: 14px;
  height: 28px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#gyosyuin .box .row {
  display: flex;
  gap: 0 20px;
  margin-bottom: 20px;
}
#gyosyuin .box .row .col-img {
  width: 100px;
}
#gyosyuin .box .row .content {
  width: calc(100% - 100px);
}
#gyosyuin .box .row .content h3 {
  display: flex;
  gap: 0 8px;
  font-size: 18px;
  margin-bottom: 15px;
}
#gyosyuin .box .row .content h3 img {
  width: 22px;
  height: 22px;
  margin: 4px 0 0 0;
}
#gyosyuin .box .row .content .txt {
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  #gyosyuin {
    padding: 150px 0;
  }
  #gyosyuin .row-1 {
    margin-bottom: 135px;
    height: 460px;
  }
  #gyosyuin .row-1 .content {
    width: 360px;
    padding-top: 30px;
  }
  #gyosyuin .row-1 .content .ttl-s1 {
    text-align: left;
    margin-bottom: 50px;
  }
  #gyosyuin .row-1 .content .ttl-s1 .ttl-eng {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 45px;
  }
  #gyosyuin .row-1 .content .ttl-s1 .ttl-jp {
    font-size: 62px;
  }
  #gyosyuin .row-1 .content .group-photo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-bottom: 0;
  }
  #gyosyuin .row-1 .content .group-photo .photo-1b {
    position: absolute;
    right: -50px;
    bottom: -40px;
    width: -moz-max-content;
    width: max-content;
  }
  #gyosyuin .row-1 .content h3 {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 25px;
    letter-spacing: 3px;
  }
  #gyosyuin .desc {
    margin: 0 auto 45px;
  }
  #gyosyuin .box {
    padding: 75px 75px 45px;
    max-width: 900px;
    margin: 0 auto;
  }
  #gyosyuin .box::before {
    height: 520px;
    left: 172px;
    border-left: 3px dotted #7c8b98;
    top: 100px;
  }
  #gyosyuin .box > h3 {
    font-size: 30px;
    top: -12px;
    padding: 0 40px;
  }
  #gyosyuin .box > h3::before {
    width: 19px;
    height: 36px;
    left: 0;
  }
  #gyosyuin .box > h3::after {
    width: 19px;
    height: 38px;
    right: 0;
  }
  #gyosyuin .box .row {
    display: flex;
    align-items: center;
    gap: 0 40px;
    margin-bottom: 40px;
  }
  #gyosyuin .box .row .col-img {
    width: 200px;
  }
  #gyosyuin .box .row .content {
    width: calc(100% - 200px);
  }
  #gyosyuin .box .row .content h3 {
    gap: 0 8px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  #gyosyuin .box .row .content h3 img {
    width: 30px;
    height: 30px;
    margin: -2px 0 0 0;
  }
  #gyosyuin .box .row .content .txt {
    font-size: 15px;
    line-height: 30px;
  }
}
.remodal .remodal-close {
  right: 0;
  width: 50px;
  height: 50px;
}
.remodal .map_popup {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .remodal {
    max-width: 550px;
  }
  .remodal .remodal-close {
    right: 0;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 50px 0 0 auto;
  }
  .remodal .map_popup {
    background: #fff;
  }
}/*# sourceMappingURL=map.css.map */