/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
}
@media screen and (max-width: 991px) {
  #main-visual::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, rgb(238, 238, 238), rgba(238, 238, 238, 0));
  }
}
#main-visual .mv-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 1.25rem;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content {
    position: relative;
    top: initial;
    left: initial;
    transform: translateY(0);
    padding-top: 120px;
    padding-bottom: 100px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
#main-visual .mv-content .mv-txt {
  position: relative;
  width: 82.8125vw;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-txt {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-txt {
    width: calc(100% - 80px);
  }
}
#main-visual .mv-content .mv-txt .__linedeco {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2.5rem;
  margin-left: -6.25rem;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-txt .__linedeco {
    margin-top: -40px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-txt .__linedeco {
    margin-top: -20px;
    margin-left: -30px;
  }
}
#main-visual .mv-content .mv-txt h2 {
  font-size: 2.5em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-content .mv-txt h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-txt h2 {
    font-size: 2.125em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-txt h2 {
    font-size: min(6vw, 2em);
    line-height: 1.6em;
  }
}
#main-visual .mv-content .mv-txt h2 span.em_01 {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-txt h2 span.em_01 {
    font-size: 1em;
  }
}
#main-visual .mv-content .mv-txt h2 span.em_02 {
  color: #d25757;
}
#main-visual .mv-content .mv-txt p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.06em;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-content .mv-txt p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-txt p {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 1em;
  }
}
#main-visual .mv-content .mv-offices {
  position: relative;
  background-color: #0d3576;
  margin-top: 2.4em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices {
    width: calc(100% - 120px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices {
    width: calc(100% - 80px);
    margin-top: 1.6em;
  }
}
#main-visual .mv-content .mv-offices ul {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 2em;
  padding-right: 2em;
  padding-bottom: 1.6em;
  padding-left: 8.59375vw;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices ul {
    padding: 1em;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices ul {
    padding: 0 1.6em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices ul::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 4em);
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices ul::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices ul::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    width: calc(100% - 4em);
    height: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices ul::after {
    display: none;
  }
}
#main-visual .mv-content .mv-offices ul li {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-content .mv-offices ul li {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices ul li {
    text-align: center;
    font-size: 1.25em;
    width: 50%;
    padding: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices ul li {
    text-align: start;
    width: 100%;
    font-size: 1em;
    padding: 0.8em 0;
    border-top: solid 1px #fff;
  }
}
#main-visual .mv-content .mv-offices ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2em;
  background-color: #fff;
  margin: 0 1em;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices ul li::before {
    content: none;
  }
}
#main-visual .mv-content .mv-offices ul li span.__small {
  display: block;
  font-size: 0.75em;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices ul li span.__small {
    display: inline;
    margin-right: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices ul li:nth-of-type(1) {
    border-top: 0;
  }
}
#main-visual .mv-content .mv-offices ul li:nth-of-type(1)::before {
  content: none;
}
#main-visual .mv-content .mv-offices .__linedeco {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -3rem;
  margin-right: -6.25rem;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-content .mv-offices .__linedeco {
    margin-bottom: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-content .mv-offices .__linedeco {
    margin-bottom: -20px;
    margin-right: -30px;
  }
}
#main-visual .mv-img {
  position: relative;
  width: 56.25vw;
  height: 41.6666666667vw;
  margin-left: auto;
}
@media screen and (max-width: 1599px) {
  #main-visual .mv-img {
    height: 53.125rem;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-img {
    height: 62.5rem;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-img {
    z-index: 2;
    width: 80%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-img {
    width: 100%;
  }
}
#main-visual .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .mv-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20rem;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 767px) {
  #main-visual .mv-img::before {
    width: 20%;
  }
}

.sec-topics {
  margin-top: 3em;
}
@media screen and (max-width: 1599px) {
  .sec-topics {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-topics {
    margin-top: 0;
  }
}
.sec-topics .sec-content .sec-inner {
  width: 65.625rem;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .sec-topics .sec-content .sec-inner {
    width: 100%;
  }
}
.sec-topics .sec-content .sec-inner .ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #1a1a1a;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-topics .sec-content .sec-inner .ttl-wrap {
    display: block;
    padding-bottom: 0.6em;
  }
}
.sec-topics .sec-content .sec-inner .ttl-wrap .__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-topics .sec-content .sec-inner .ttl-wrap .__linkbtn {
    margin-top: 0;
  }
}
.sec-topics .sec-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 33.59375vw;
  height: 37.5vw;
}
@media screen and (max-width: 1599px) {
  .sec-topics .sec-img {
    height: 50rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-topics .sec-img {
    position: relative;
    top: initial;
    left: initial;
    transform: translateY(0);
    width: 65.625rem;
    height: auto;
    aspect-ratio: 2/1;
    margin: 0 auto;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-topics .sec-img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-topics .sec-img {
    width: 100%;
  }
}
.sec-topics .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-topics .sec-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .sec-topics .sec-img::before {
    width: 20%;
  }
}

.sec-onayami {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1599px) {
  .sec-onayami {
    padding-top: 0;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-onayami {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-onayami {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami {
    padding-bottom: 0;
  }
}
.sec-onayami .message-omakase {
  padding: 3.75rem 0;
  background-color: #28549c;
}
@media screen and (max-width: 1599px) {
  .sec-onayami .message-omakase {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami .message-omakase {
    padding: 3em 0;
  }
}
.sec-onayami .message-omakase h3 {
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 2em;
}
@media screen and (max-width: 991px) {
  .sec-onayami .message-omakase h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami .message-omakase h3 {
    font-size: 1.125em;
    line-height: 2em;
  }
}
.sec-onayami .onayami-content {
  width: 82.5rem;
  margin: 0 auto;
  margin-top: 5rem;
  padding-top: 6.25rem;
  padding-bottom: 10rem;
  border: solid 1px #1a1a1a;
}
@media screen and (max-width: 1599px) {
  .sec-onayami .onayami-content {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-onayami .onayami-content {
    width: 100%;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-onayami .onayami-content {
    padding: 3em 1em;
    padding-bottom: 4em;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami .onayami-content {
    margin-top: 40px;
  }
}
.sec-onayami .onayami-content .sec-ttl h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .sec-onayami .onayami-content .sec-ttl h2 {
    font-size: 1.5em;
    line-height: 1.6em;
  }
}
.sec-onayami .onayami-content .onayami-list {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-onayami .onayami-content .onayami-list {
    display: block;
  }
}
.sec-onayami .onayami-content .onayami-list ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 3.75rem;
}
.sec-onayami .onayami-content .onayami-list ul .onayami-list-item {
  display: flex;
  align-items: baseline;
  font-size: 1.125em;
  margin-top: 1.4em;
}
@media screen and (max-width: 1599px) {
  .sec-onayami .onayami-content .onayami-list ul .onayami-list-item {
    font-size: 1em;
    margin-top: 2em;
  }
}
.sec-onayami .onayami-content .onayami-list ul .onayami-list-item::before {
  flex-shrink: 0;
  display: block;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  margin-right: 0.4em;
}
.sec-onayami .onayami-content .onayami-list ul .onayami-list-item:nth-of-type(odd)::before {
  color: #28549c;
}
.sec-onayami .onayami-content .onayami-list ul .onayami-list-item:nth-of-type(even) {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-onayami .onayami-content .onayami-list ul .onayami-list-item:nth-of-type(even) {
    margin-left: 0;
  }
}
.sec-onayami .onayami-content .onayami-list ul .onayami-list-item:nth-of-type(even)::before {
  color: #d25757;
}
@media screen and (max-width: 767px) {
  .sec-onayami .onayami-content .onayami-list ul.right-list .onayami-list-item:nth-of-type(odd)::before {
    color: #d25757;
  }
  .sec-onayami .onayami-content .onayami-list ul.right-list .onayami-list-item:nth-of-type(even)::before {
    color: #28549c;
  }
}
.sec-onayami .omakase-content {
  width: 99.375rem;
  margin: 0 auto;
  margin-top: -5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1599px) {
  .sec-onayami .omakase-content {
    width: 100%;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-onayami .omakase-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami .omakase-content {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
.sec-onayami .omakase-content .omakase-img {
  position: relative;
  width: 31.875rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .sec-onayami .omakase-content .omakase-img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami .omakase-content .omakase-img {
    width: 100vw;
    aspect-ratio: 3/2;
    margin-top: 40px;
  }
}
.sec-onayami .omakase-content .omakase-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.sec-onayami .omakase-content .omakase-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .sec-onayami .omakase-content .omakase-img::before {
    width: 20%;
    background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    right: initial;
    left: 0;
  }
}
.sec-onayami .omakase-content .omakase-txt {
  width: calc(100% - 31.875rem - 3.75rem);
}
@media screen and (max-width: 767px) {
  .sec-onayami .omakase-content .omakase-txt {
    width: 100%;
  }
}
.sec-onayami .omakase-content .omakase-txt .__linedeco {
  position: relative;
  width: calc(100% - 4em);
  height: 1px;
  background-color: #000;
}
.sec-onayami .omakase-content .omakase-txt .__linedeco::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 2.4em;
  background-color: #000;
}
.sec-onayami .omakase-content .omakase-txt .__linedeco.__top::before {
  left: 0;
  margin-left: 1.2em;
}
.sec-onayami .omakase-content .omakase-txt .__linedeco.__bottom {
  margin-left: auto;
}
.sec-onayami .omakase-content .omakase-txt .__linedeco.__bottom::before {
  right: 0;
  margin-right: 1.2em;
}
.sec-onayami .omakase-content .omakase-txt h3 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.5em;
  padding: 1em 0;
}
@media screen and (max-width: 1199px) {
  .sec-onayami .omakase-content .omakase-txt h3 {
    font-size: 1.375em;
    padding: 1.6em 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-onayami .omakase-content .omakase-txt h3 {
    font-size: 1.25em;
  }
}
.sec-onayami .omakase-content .omakase-txt h3 em {
  color: #28549c;
}

.sec-service {
  color: #fff;
  background-color: #333333;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-service {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-service {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-service {
    padding-bottom: 80px;
  }
}
.sec-service .sec-ttl-txt p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-service .sec-ttl-txt p {
    margin-top: 2em;
  }
}
.sec-service .service-list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-service .service-list {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list {
    margin-top: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list {
    margin-top: 60px;
  }
}
.sec-service .service-list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul {
    display: block;
  }
}
.sec-service .service-list ul .service-list-item {
  width: calc(33.3333333333% - 1.6666666667rem);
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item {
    width: calc(33.3333333333% - 2.5rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item {
    width: 75%;
    margin: 0 auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item {
    width: 100%;
    margin-top: 40px;
  }
}
.sec-service .service-list ul .service-list-item .list-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item .list-img {
    aspect-ratio: 1/1.2;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item .list-img {
    aspect-ratio: 3/2;
  }
}
.sec-service .service-list ul .service-list-item .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service .service-list ul .service-list-item .list-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.75rem;
  background-image: linear-gradient(0deg, rgb(51, 51, 51), rgba(51, 51, 51, 0));
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item .list-img::before {
    height: 20%;
  }
}
.sec-service .service-list ul .service-list-item .list-txt {
  width: calc(100% - 5rem);
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .sec-service .service-list ul .service-list-item .list-txt {
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item .list-txt {
    width: 100%;
  }
}
.sec-service .service-list ul .service-list-item .list-txt h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2em;
}
@media screen and (max-width: 1599px) {
  .sec-service .service-list ul .service-list-item .list-txt h3 {
    font-size: 1.75em;
  }
}
.sec-service .service-list ul .service-list-item .list-txt p {
  line-height: 1.6em;
  margin-top: 0.4em;
}
.sec-service .service-list ul .service-list-item .list-linkbtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 2.4em;
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item .list-linkbtn {
    margin-top: 1.6em;
  }
}
.sec-service .service-list ul .service-list-item:nth-of-type(2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1599px) {
  .sec-service .service-list ul .service-list-item:nth-of-type(2) {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item:nth-of-type(2) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item:nth-of-type(2) {
    margin-top: 40px;
  }
}
.sec-service .service-list ul .service-list-item:nth-of-type(3) {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-service .service-list ul .service-list-item:nth-of-type(3) {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-service .service-list ul .service-list-item:nth-of-type(3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .service-list ul .service-list-item:nth-of-type(3) {
    margin-top: 40px;
  }
}

.sec-about {
  margin-top: 2em;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .sec-about {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-top: 80px;
    margin-top: 0;
  }
}
.sec-about .sec-ttl-txt p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-ttl-txt p {
    margin-top: 2em;
  }
}
.sec-about .sec-content {
  margin-top: 4.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1599px) {
  .sec-about .sec-content {
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content {
    display: block;
    margin-top: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content {
    margin-top: 72px;
  }
}
.sec-about .sec-content .content-img {
  position: relative;
  width: 31.875rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .content-img {
    width: 65.625rem;
    aspect-ratio: 2/1;
    margin: 0 auto;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-content .content-img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .content-img {
    width: 100vw;
    margin-left: -20px;
  }
}
.sec-about .sec-content .content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-about .sec-content .content-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .sec-about .sec-content .content-img::before {
    width: 20%;
  }
}
.sec-about .sec-content .content-txt {
  width: calc(100% - 31.875rem - 6.25rem);
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .content-txt {
    width: 100%;
  }
}
.sec-about .sec-content .content-txt .txt-top p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.125em;
  letter-spacing: 0.04em;
}
.sec-about .sec-content .content-txt .txt-bottom {
  color: #fff;
  background-color: #0d3576;
  padding: 0 2.5rem;
  padding-top: 2em;
  padding-bottom: 2.4em;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .content-txt .txt-bottom {
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-content .content-txt .txt-bottom {
    padding: 2em 2em 2.4em;
  }
}
.sec-about .sec-content .content-txt .txt-bottom p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.125em;
  letter-spacing: 0.04em;
  line-height: 2em;
}/*# sourceMappingURL=index.css.map */