.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: 0.25em;
}
.txt-vertical .txt-dot {
  cursor: vertical-text;
  direction: ltr;
  writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -moz-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  line-height: 0.4;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .txt-vertical-sp {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-sp .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-sp .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-sp .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
#main, #wrapper {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #header:not(.fixed) .header__main-container {
    padding: 32px 36px;
    transition: padding 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header:not(.fixed) .header__main-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) {
  #header:not(.fixed) .header__main-container .header__sub-container {
    display: none;
  }
  #header:not(.fixed) .header__main-container .header__sub-container .header__logo {
    opacity: 0;
    visibility: hidden;
  }
  #header:not(.fixed) .header__main-container .header__nav {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1051px) {
  #header:not(.fixed) .header__main-container .header__nav nav #g_nav li .up-menu .menu-text {
    font-size: 17px;
  }
}

.mainimage {
  position: relative;
  padding: 120px 0 0;
  display: flex;
  flex-direction: row-reverse;
}
.mainimage p {
  margin: 0;
}
.mainimage .group-logo {
  position: absolute;
  z-index: 9999;
  top: 12px;
  left: 27px;
  text-align: center;
}
.mainimage .group-logo .tit {
  font-size: 8px;
  line-height: 1.5;
  margin: 0 0 4px;
  letter-spacing: 0;
}
.mainimage .group-logo .tit h1 {
  font-size: inherit;
  display: inline;
}
.mainimage .group-logo .logo {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .mainimage .group-logo {
    left: 15px;
  }
  .mainimage .group-logo .logo {
    width: 120px;
  }
}
@media screen and (max-width: 950px) {
  .mainimage .group-logo {
    top: 90px;
  }
}
.mainimage .img {
  width: calc(50% + 75px);
  height: 562px;
  max-width: calc(100% - 536px);
}
@media screen and (max-width: 999px) {
  .mainimage .img {
    max-width: calc(100% - 450px);
  }
}
.mainimage .group-ttl {
  margin: 175px 40px 0 0;
  min-width: 465px;
  text-align: right;
}
.mainimage .group-ttl h2 {
  line-height: 1.6;
  font-size: 53.5px;
  letter-spacing: 0.05em;
  text-align: left;
  opacity: 0;
}
.mainimage .group-ttl h2 .db {
  display: block;
  margin: -8px 0 0 44.5px;
}
.mainimage .group-ttl h2 .db .cl {
  color: #FE9412;
}
.mainimage .group-ttl .txt {
  display: inline-block;
  text-align: left;
  margin: 12.5px 0 0;
  line-height: 1.9;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 500;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .mainimage .group-ttl {
    min-width: 380px;
  }
  .mainimage .group-ttl h2 {
    font-size: 45px;
  }
  .mainimage .group-ttl h2 .db {
    margin: -5px 0 0 38px;
  }
  .mainimage .group-ttl .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    padding: 78px 0 0;
    display: block;
  }
  .mainimage .img {
    width: calc(100% - 46px);
    height: auto;
    max-width: 100%;
    margin: 0 0 25px auto;
  }
  .mainimage .group-ttl {
    margin: 0 0 0 27px;
    width: 306px;
    min-width: 306px;
  }
  .mainimage .group-ttl h2 {
    font-size: 34px;
  }
  .mainimage .group-ttl h2 .db {
    margin-left: 35px;
  }
  .mainimage .group-ttl .txt {
    font-size: 14.33px;
    margin: 8px 0 0;
  }
}

#news {
  padding: 78px 0 0;
}
#news .container {
  display: flex;
  justify-content: space-between;
}
#news .col {
  width: 510px;
  max-width: 48%;
}
#news h3 {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#news .list {
  margin: 20px 0 34px;
}
#news .list dl {
  display: flex;
  line-height: 28px;
}
#news .list dl + dl {
  margin-top: 20px;
}
#news .list dl dt {
  width: 128px;
  display: flex;
  gap: 5px;
  align-items: center;
  letter-spacing: 0;
  font-size: 15px;
}
#news .list dl dt .new {
  background: #EACA3B;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  padding: 0 5px;
  letter-spacing: 0;
}
#news .list dl dd {
  width: calc(100% - 128px);
}
#news .list dl dd a {
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  height: 28px;
  overflow: hidden;
}
#news .list dl dd a:hover {
  text-decoration: underline;
}
#news .btn {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
#news .btn a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 8px;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.5s;
}
#news .btn a:after {
  content: "";
  background: url("../img/top/arrow.svg") no-repeat center/100% auto;
  width: 10px;
  height: 14px;
}
#news .btn a:hover {
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 51px 0 0;
  }
  #news .container {
    display: block;
  }
  #news .col {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  #news .col + .col {
    margin-top: 53px;
  }
  #news .col .list {
    margin: 4px 0 0;
  }
  #news .col .list dl {
    display: block;
  }
  #news .col .list dl + dl {
    margin-top: 12px;
  }
  #news .col .list dl dd {
    width: 100%;
    margin: -3px 0 0;
  }
  #news .col .btn {
    position: absolute;
    right: 0;
    top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .ttl-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.ttl-common small {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.28em;
}
.ttl-common span {
  font-family: "Cormorant", serif;
  font-weight: 300;
  font-size: 70px;
  line-height: 78px;
  letter-spacing: 0.1em !important;
}
@media screen and (max-width: 767px) {
  .ttl-common small {
    display: block;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 11px;
  }
  .ttl-common span {
    font-size: 32px;
    display: block;
    line-height: 1;
  }
}

#about {
  margin: 132px 0 0;
  position: relative;
  padding: 0 0 88px;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  width: calc(50% + 460px);
  max-width: calc(100% - 110px);
  bottom: 0;
  top: 119px;
  background: #FFFFE2;
}
#about .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#about .group-content {
  margin: 52px 0 0;
  width: 890px;
  max-width: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .group-content .map {
  width: 420px;
  max-width: 49%;
  height: 446px;
  margin: 13px 0 0;
}
#about .group-content .map iframe {
  width: 100%;
  height: 100%;
}
#about .group-content .right {
  width: 420px;
  max-width: 49%;
}
#about .group-content .right .info dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B9B9B9;
  padding: 0 0 13px;
}
#about .group-content .right .info dl + dl {
  margin-top: 14px;
}
#about .group-content .right .info dl dt {
  width: 110px;
  font-size: 14px;
  font-weight: 700;
  color: #878787;
  line-height: 1.5;
}
#about .group-content .right .info dl dd {
  width: calc(100% - 82px);
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
}
#about .group-content .right .info dl dd h1 {
  font-size: inherit;
}
#about .group-content .right .info dl dd a {
  display: block;
}
#about .group-content .right .time-tb {
  margin: 52px 0 16px;
}
#about .group-content .right .time-tb thead tr th, #about .group-content .right .time-tb thead tr td {
  background: #626262;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  padding: 1px 0;
}
#about .group-content .right .time-tb thead tr th {
  padding-left: 20px;
  width: 120px;
}
#about .group-content .right .time-tb thead tr td {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #about .group-content .right .time-tb thead tr td {
    padding: 0 10px;
  }
}
#about .group-content .right .time-tb tbody tr th, #about .group-content .right .time-tb tbody tr td {
  background: #FFFFFF;
  border-bottom: 1px solid #B9B9B9;
  color: #626262;
}
#about .group-content .right .time-tb tbody tr td {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  padding: 9px 0;
  text-align: center;
}
#about .group-content .right .time-tb tbody tr td .line {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 9px;
  background: #626262;
}
#about .group-content .right .time-tb tbody tr th {
  font-size: 17px;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 12px;
  letter-spacing: 0;
}
#about .group-content .right .note {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
  color: #626262;
}
#about .group-content .right .note span {
  display: inline-block;
  margin-right: 21px;
}
#about .group-content .right .note + .note {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #about {
    margin: 68px 0 0;
    padding: 0 0 47px;
  }
  #about::before {
    width: calc(100% - 14px);
    max-width: 100%;
    top: 130px;
  }
  #about .container {
    display: block;
  }
  #about .group-content {
    width: 100%;
    max-width: 100%;
    margin: 25px 0 0;
    display: block;
  }
  #about .group-content .map {
    width: 100%;
    max-width: 100%;
    height: 190px;
    margin: 0 0 32px;
  }
  #about .group-content .right {
    width: 100%;
    max-width: 100%;
  }
  #about .group-content .right .info dl dt {
    line-height: 24px;
  }
  #about .group-content .right .info dl dd {
    line-height: 24px;
    font-size: 14px;
  }
  #about .group-content .right .time-tb {
    margin: 31px 0 16px;
  }
  #about .group-content .right .time-tb thead tr th {
    padding-left: 15px;
  }
  #about .group-content .right .time-tb tbody tr th {
    font-size: 15px;
    padding-left: 9px;
  }
  #about .group-content .right .time-tb tbody tr th, #about .group-content .right .time-tb tbody tr td {
    background: transparent;
  }
  #about .group-content .right .note {
    font-size: 15px;
    line-height: 18px;
  }
  #about .group-content .right .note + .note {
    margin-top: 14px;
  }
  #about .group-content .right .note span {
    margin-right: 11px;
  }
}

.btn-link {
  width: 259px;
  max-width: 100%;
}
.btn-link a {
  display: block;
  text-decoration: none;
  position: relative;
  border: 1px solid;
  border-radius: 120px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  padding: 10px 0 10px 24px;
}
.btn-link a:hover {
  opacity: 0.8;
}
.btn-link a:after {
  content: "";
  position: absolute;
  background: url("../img/top/arrow.svg") no-repeat center/100% auto;
  width: 10px;
  height: 14px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
}

#policy {
  margin: 120px 0 0;
  position: relative;
}
#policy p {
  margin-bottom: 0;
}
#policy::before {
  content: "";
  position: absolute;
  background: url("../img/top/policy_deco.png") no-repeat center/100% auto;
  width: 444px;
  height: 437px;
  top: 139px;
  right: calc(50% + 367px);
}
@media screen and (max-width: 1366px) {
  #policy::before {
    right: auto;
    left: -126px;
  }
}
#policy .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#policy .ttl-common {
  flex-direction: column-reverse;
}
#policy .group {
  width: 865px;
  max-width: calc(100% - 160px);
  padding: 47px 0 0;
}
#policy .group .row1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#policy .group .row1 h3 {
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-start;
  font-size: 33px;
  line-height: 1.6;
}
#policy .group .row1 h3 span {
  letter-spacing: 0.05em;
}
#policy .group .row1 h3 span:nth-child(2) {
  align-self: center;
  margin-right: 36px;
}
#policy .group .row1 h3 span:nth-child(3) {
  align-self: flex-end;
}
#policy .group .row1 .group-txt {
  width: 493px;
  max-width: calc(100% - 370px);
}
#policy .group .row1 .group-txt .txt {
  line-height: 2.1;
  letter-spacing: 0.03em;
}
#policy .group .row1 .group-txt .txt + .txt {
  margin-top: 37px;
}
#policy .group .row1 .btn-link {
  position: absolute;
  left: 0;
  top: 229px;
}
@media screen and (max-width: 999px) {
  #policy .group .row1 {
    display: block;
  }
  #policy .group .row1 .group-txt {
    width: 100%;
    max-width: 100%;
    margin: 41px 0 44px;
  }
  #policy .group .row1 .btn-link {
    position: static;
  }
}
#policy .group .row2 {
  display: flex;
  gap: 4px;
  margin: 59px 0 0;
}
@media screen and (max-width: 767px) {
  #policy {
    margin: 48px 0 0;
  }
  #policy::before {
    width: 242px;
    height: 238px;
    top: 92px;
    left: auto;
    right: -54px;
  }
  #policy .container {
    display: block;
  }
  #policy .group {
    width: 100%;
    max-width: 100%;
    padding: 33px 0 0;
  }
  #policy .group .row1 h3 {
    width: 254px;
    gap: 7px;
    font-size: 24px;
    line-height: 1.6;
  }
  #policy .group .row1 h3 span:nth-child(2) {
    margin-right: 26px;
  }
  #policy .group .row1 .group-txt .txt {
    font-size: 15px;
  }
  #policy .group .row1 .group-txt .txt + .txt {
    margin-top: 31.5px;
  }
  #policy .group .row2 {
    margin-top: 44px;
  }
}

#menu {
  margin: 101px 0 0;
}
#menu .container {
  max-width: 1180px;
}
#menu p {
  margin-bottom: 0;
}
#menu .inner {
  max-width: 100%;
  width: 1100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1099px) {
  #menu .inner {
    width: 650px;
    margin: 0 auto;
  }
}
#menu .group {
  width: 927px;
  max-width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  gap: 41px 14px;
  margin: 71px 0 0;
}
#menu .group .item {
  width: calc(50% - 7px);
  position: relative;
}
@media screen and (max-width: 1099px) {
  #menu .group .item {
    width: 456px;
  }
}
#menu .group .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  top: 40px;
  background: #FFFFE2;
}
#menu .group .item a {
  height: 100%;
  display: block;
  position: relative;
  padding: 0 0 71px;
}
#menu .group .item a:after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 10px;
  background: url("../img/top/arrow_circle.svg") no-repeat center/100% auto;
  width: 34px;
  height: 34px;
}
#menu .group .item a .group-img {
  position: relative;
  padding: 0 0 0 20px;
}
#menu .group .item a .group-img .ttl {
  font-size: 17px;
  line-height: 41px;
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 23px;
  letter-spacing: 0.12em;
}
#menu .group .item a .group-img .img {
  height: 266px;
  width: 100%;
}
#menu .group .item a .group-img .img.img2 {
  width: 278px;
}
#menu .group .item a .group-img .img.ml-auto {
  margin-left: auto;
}
#menu .group .item a .tit {
  margin: 33px 0 0 35px;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0;
}
#menu .group .item a .tit small {
  font-size: 18px;
}
#menu .group .item a .list {
  margin: 25px 0 0 48px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
#menu .group .item a .list li {
  position: relative;
  padding-left: 34px;
  letter-spacing: 0;
}
#menu .group .item a .list li + li {
  margin-top: 11px;
}
#menu .group .item a .list li::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/top/icon_check.svg") no-repeat center/100% auto;
  width: 18px;
  height: 18px;
  top: 5px;
}
#menu .group .item.item3 a .group-img .ttl {
  left: auto;
  right: 21px;
}
@media screen and (max-width: 767px) {
  #menu {
    margin: 60px 0 0;
  }
  #menu .container {
    padding: 0 17.5px;
  }
  #menu .inner {
    width: 100%;
    display: block;
  }
  #menu .group {
    margin: 26px 0 0;
    gap: 53px 0;
    max-width: 100%;
    width: 100%;
  }
  #menu .group .item {
    width: 100%;
  }
  #menu .group .item::before {
    top: 28px;
    right: 15px;
  }
  #menu .group .item a {
    padding: 0 0 50px;
  }
  #menu .group .item a:after {
    width: 25px;
    height: 25px;
    right: 24px;
    bottom: 8px;
  }
  #menu .group .item a .group-img {
    padding: 0 0 0 15px;
  }
  #menu .group .item a .group-img .ttl {
    font-size: 14px;
    top: -24px;
    left: auto;
    right: 18px;
    line-height: 29px;
  }
  #menu .group .item a .group-img .img {
    height: auto;
  }
  #menu .group .item a .group-img .img.img2 {
    width: 200px;
  }
  #menu .group .item a .tit {
    font-size: 20px;
    line-height: 1.5;
    margin: 14px 0 17px 13px;
  }
  #menu .group .item a .tit small {
    font-size: 15px;
  }
  #menu .group .item a .list {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 0 24px;
  }
  #menu .group .item a .list li {
    padding-left: 23.5px;
  }
  #menu .group .item a .list li::before {
    width: 13.5px;
    height: 13.5px;
  }
  #menu .group .item a .list li + li {
    margin-top: 5px;
  }
  #menu .group .item.item2::before, #menu .group .item.item4::before {
    left: 15px;
    right: 0;
  }
  #menu .group .item.item2 a::after, #menu .group .item.item4 a::after {
    right: 11px;
  }
  #menu .group .item.item2 a .group-img, #menu .group .item.item4 a .group-img {
    padding: 0 15px 0 0;
  }
  #menu .group .item.item2 a .group-img .ttl, #menu .group .item.item4 a .group-img .ttl {
    right: auto;
    left: 18px;
  }
  #menu .group .item.item2 a .tit, #menu .group .item.item4 a .tit {
    margin-left: 28px;
  }
  #menu .group .item.item2 a .list, #menu .group .item.item4 a .list {
    margin-left: 37px;
  }
}

#greeting {
  margin: 105px 0 0;
  position: relative;
  padding: 0 0 85px;
}
#greeting p {
  margin-bottom: 0;
}
#greeting::before {
  content: "";
  position: absolute;
  right: 0;
  width: calc(50% + 460px);
  max-width: calc(100% - 110px);
  bottom: 0;
  top: 135px;
  background: #FFFFE2;
}
#greeting .container {
  position: relative;
  z-index: 2;
  max-width: 1178px;
}
#greeting .inner {
  margin: 0 0 0 auto;
  max-width: 100%;
  width: 1099px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#greeting .ttl-common {
  flex-direction: column-reverse;
}
#greeting .group {
  width: 881px;
  max-width: calc(100% - 160px);
  margin: 47px 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#greeting .group .info {
  width: 291px;
  margin: 4px 0 0;
}
@media screen and (max-width: 950px) {
  #greeting .group .info {
    margin-left: auto;
    margin-right: auto;
  }
}
#greeting .group .info .group-ttl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  height: 230px;
  margin: 31px 0 0;
}
#greeting .group .info .group-ttl .ttl {
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.7;
  margin: 5px 0 0;
}
#greeting .group .info .group-ttl .ttl span {
  display: inline-block;
  margin-top: 9px;
}
#greeting .group .info .group-ttl .ttl2 {
  font-size: 27px;
  line-height: 31px;
  letter-spacing: 0.14em;
}
#greeting .group .info .group-ttl .ttl2 span {
  display: inline-block;
  margin-top: 11px;
}
#greeting .group .group-content {
  width: 545px;
  max-width: calc(100% - 310px);
}
@media screen and (max-width: 950px) {
  #greeting .group .group-content {
    max-width: 100%;
    width: 100%;
  }
}
#greeting .group .group-content h3 {
  font-size: 33px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 28px;
}
@media screen and (max-width: 1100px) {
  #greeting .group .group-content h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
#greeting .group .group-content .txt {
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
#greeting .group .group-content .txt + .txt {
  margin-top: 36px;
}
#greeting .group .group-content .btn-link {
  margin: 46px 0 0;
}
#greeting .group .group-content .btn-link a {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #greeting {
    margin: 44px 0 0;
    padding: 0 0 37px;
  }
  #greeting::before {
    max-width: 100%;
    width: calc(100% - 14px);
    top: 202px;
  }
  #greeting .inner {
    display: block;
  }
  #greeting .group {
    width: 100%;
    max-width: 100%;
    margin: 22px 0 0;
  }
  #greeting .group .info {
    margin: 0 auto;
    max-width: 100%;
  }
  #greeting .group .info .group-ttl {
    text-align: right;
    margin: 17px 0 23px;
    display: block;
    height: auto;
  }
  #greeting .group .info .group-ttl .ttl {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  #greeting .group .info .group-ttl .ttl span {
    margin-top: 0;
    margin-left: 15px;
  }
  #greeting .group .info .group-ttl .ttl2 {
    margin: 10px 0 0;
    font-size: 23.5px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  #greeting .group .info .group-ttl .ttl2 span {
    margin-top: 0;
    margin-left: 10px;
  }
  #greeting .group .group-content h3 {
    margin: 0 -30px 23px 0;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  #greeting .group .group-content .txt {
    font-size: 15px;
  }
  #greeting .group .group-content .txt + .txt {
    margin-top: 31.5px;
  }
  #greeting .group .group-content .btn-link {
    margin: 40px 0 0;
  }
}

#video {
  margin: 89px 0 0;
  text-align: center;
}

#video .ttl-common {
  align-items: center;
}

#video .txt {
  margin: 35px 0 62px;
  line-height: 2.1;
}

#video .video {
  width: 861px;
  max-width: 100%;
  aspect-ratio: 861 / 485;
  margin: 0 auto;
}

#video .video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 861 / 485;
}

@media screen and (max-width: 767px) {
  #video {
    margin: 45px 0 0;
  }
  #video .container {
    padding: 0 25px;
  }
  #video .txt {
    font-size: 15px;
    margin: 26px -30px 25px;
  }
  #video .video, #video .video iframe {
    aspect-ratio: 325/183;
  }
  
}