@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__inner {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6em;
  margin-top: 0.4em;
}
.__liststyle li::before {
  content: "◇";
  display: block;
  font-size: 0.8em;
  margin-top: 0.02em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
  font-size: 1em;
  margin-top: 0;
  margin-right: 0.4em;
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-24 {
  font-size: max(1.5rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__fsiz-24 {
    font-size: 1em;
  }
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__ttlstyle01 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 {
    transform: translateX(0.8em);
  }
}
.__ttlstyle01 span {
  writing-mode: vertical-rl;
}
.__ttlstyle01 span.__en {
  font-size: 0.85em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.8em;
    margin-top: -0.6em;
  }
}
.__ttlstyle01 span.__jp {
  font-feature-settings: normal;
  font-size: 2.875rem;
  letter-spacing: 0.14em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.825em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.475em;
  }
}
.__ttlstyle01.__center {
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__center {
    transform: translateX(0);
  }
}
.__ttlstyle01.__center span {
  writing-mode: initial;
}
.__ttlstyle01.__center span.__en {
  display: block;
  line-height: 2em;
  margin-top: -0.6em;
}
.__ttlstyle01.__center span.__jp {
  margin-top: 0;
  letter-spacing: 0.1em;
}
.__ttlstyle01.__medium span.__jp {
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__medium span.__jp {
    font-size: 1.825em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__jp {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__jp .__small {
    font-size: 0.85em;
  }
}

.__ttlstyle02 {
  font-weight: 400;
  font-size: 2.125rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.25em;
  }
}

.__label-style {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #131e36;
  background-color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  border-radius: 50vh;
  padding: 0.5em 1.2em 0.6em;
}
.__label-style.__navy {
  color: #fff;
  background-color: #21345c;
}
.__label-style.__gray {
  color: #fff;
  background-color: #676767;
}

a.__txtlink {
  color: #21345c;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__hover-img-style {
  position: relative;
}
.__hover-img-style img {
  will-change: transform;
  transition: all 0.36s ease;
}
.__hover-img-style:hover img {
  opacity: 0.6;
  transform: scale(1.05);
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.05em;
  padding: 0.36em 0;
  background-color: transparent;
  border-bottom: solid 1px rgba(19, 30, 54, 0.2);
}
@media screen and (max-width: 1199px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    font-size: 0.95em;
  }
}
.__linkbtn01 a::before, .__linkbtn01 button::before {
  content: "";
  display: block;
  background-color: #21345c;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin-bottom: -1px;
  left: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.36s ease;
}
.__linkbtn01 a span.__txt, .__linkbtn01 button span.__txt {
  letter-spacing: 0.12em;
  margin-right: 2em;
}
.__linkbtn01 a span.__arrow, .__linkbtn01 button span.__arrow {
  position: relative;
  display: block;
  width: 2em;
  aspect-ratio: 4/3;
  border-radius: 50%;
  background-color: #21345c;
  transition: transform 0.36s ease;
}
.__linkbtn01 a span.__arrow img, .__linkbtn01 button span.__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;
}
.__linkbtn01 a:hover::before, .__linkbtn01 button:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
.__linkbtn01 a:hover span.__arrow, .__linkbtn01 button:hover span.__arrow {
  transform: translateX(0.6em);
}
.__linkbtn01.__back a::before, .__linkbtn01.__back button::before {
  transform-origin: left top;
}
.__linkbtn01.__back a span.__txt, .__linkbtn01.__back button span.__txt {
  margin-right: 0;
  margin-left: 2em;
}
.__linkbtn01.__back a span.__arrow img, .__linkbtn01.__back button span.__arrow img {
  transform: translate(-50%, -50%) scaleX(-1);
}
.__linkbtn01.__back a:hover::before, .__linkbtn01.__back button:hover::before {
  transform-origin: right top;
}
.__linkbtn01.__back a:hover span.__arrow, .__linkbtn01.__back button:hover span.__arrow {
  transform: translateX(-0.6em);
}
.__linkbtn01.__white a {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.__linkbtn01.__white a::before {
  background-color: #fff;
}
.__linkbtn01.__white a span.__arrow {
  background-color: #fff;
}

.__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02 a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.8em 1.4em 0.9em;
}
.__linkbtn02 a span.__txt {
  color: #21345c;
  font-weight: 600;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a span.__txt {
    font-size: 0.95em;
  }
}
.__linkbtn02 a span.__arrow {
  position: relative;
  display: block;
  width: 2em;
  aspect-ratio: 4/3;
  border-radius: 50%;
  background-color: #21345c;
  transition: transform 0.36s ease;
}
.__linkbtn02 a span.__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;
}
.__linkbtn02 a:hover span.__arrow {
  transform: translateX(0.6em);
}

.__linkbtn03 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn03 a {
  display: flex;
  align-items: center;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50vh;
  padding: 0.6em 1.4em;
}
.__linkbtn03 a .__roll-animation {
  overflow: hidden;
  font-size: 0.95em;
  height: 1.3em;
}
.__linkbtn03 a .__roll-animation .__txt {
  font-size: 1em;
  line-height: 1.3em;
  display: block;
  width: 100%;
  will-change: margin-top;
  transition: margin-top 0.36s ease;
}
@media screen and (min-width: 992px) {
  .__linkbtn03 a:hover .__roll-animation .__txt.__initial {
    margin-top: -1.3em;
  }
}
.__linkbtn03.__navy a {
  color: #21345c;
  border-color: #21345c;
}
.__linkbtn03.__newwin a .__arrow {
  width: 0.75em;
  margin-left: 2em;
}
.__linkbtn03.__newwin a .__arrow img {
  width: 100%;
  height: auto;
  transform: rotate(-45deg);
}

.__border-radius {
  border-radius: max(1rem, 8px);
  overflow: clip;
}
.__border-radius img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__bgpattern_white {
  background-image: url(../images/bg-pattern_white.png);
  background-size: max(5rem, 40px);
  background-repeat: repeat;
}

.__bgpattern_beige {
  background-image: url(../images/bg-pattern_beige.png);
  background-size: max(5rem, 40px);
  background-repeat: repeat;
}

.__bgpattern_navy01 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(19, 30, 54, 0.2);
  background-image: url(../images/bg-pattern_navy01.png);
  background-size: max(5rem, 40px);
  background-repeat: repeat;
}

.__bgpattern_navy02 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(19, 30, 54, 0.2);
  background-image: url(../images/bg-pattern_navy02.png);
  background-size: max(5rem, 40px);
  background-repeat: repeat;
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .sec-content {
  width: calc(100% - 5 * 1rem - 5 * 1rem);
  padding-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content {
    width: calc(100% - 8em);
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-content {
    width: 100%;
    padding-left: 0;
    margin-top: 3em;
  }
}

.__content-style02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 0 !important;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: calc(100% - 41.25 * 1rem - 5 * 1rem);
  padding: 3em 0;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .txt-wrap {
    width: 100%;
    padding: 0;
  }
}
.__content-style02 .img-wrap, .__content-style02 .map-wrap {
  width: 41.25rem;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap, .__content-style02 .map-wrap {
    width: 100%;
    margin-top: 3em;
  }
}
.__content-style02 .img {
  box-shadow: 2px 2px 6px rgba(33, 52, 92, 0.1);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img {
    aspect-ratio: 4/3;
  }
}

.__content-style03 .sec-txt, .__content-style03 .item-txt {
  margin-top: 1em;
}
.__content-style03 .sec-txt p, .__content-style03 .item-txt p {
  margin-top: 1em;
  line-height: 2em;
}
.__content-style03 .sec-txt p:nth-of-type(1), .__content-style03 .item-txt p:nth-of-type(1) {
  margin-top: 0;
}
.__content-style03 .sec-link, .__content-style03 .item-link {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .__content-style03 .sec-link .__linkbtn01, .__content-style03 .item-link .__linkbtn01 {
    margin-left: auto;
  }
}

.content-wrap.__telfax .num-txt {
  font-size: 2.25rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .content-wrap.__telfax .num-txt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap.__telfax .num-txt {
    font-size: 1.645em;
  }
}
.content-wrap.__telfax .num-txt a {
  display: inline;
  font-size: 1em;
}
.content-wrap.__telfax .note-txt {
  margin-top: 0.8em;
}
.content-wrap.__telfax .note-txt p {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-top: 0.2em;
}
.content-wrap.__telfax .note-txt p span.__small {
  font-size: 0.9em;
}
@media screen and (max-width: 1439px) {
  .content-wrap.__telfax .note-txt p span.__small {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .content-wrap.__telfax .note-txt p span.__small {
    display: inline;
  }
}

.news-list ul .news-list-item {
  padding: 2.4em 0;
  border-bottom: solid 1px rgba(19, 30, 54, 0.4);
}
.news-list ul .news-list-item:nth-of-type(1) {
  border-top: solid 1px rgba(19, 30, 54, 0.4);
}
@media screen and (max-width: 767px) {
  .news-list ul .news-list-item {
    padding: 2em 0;
  }
}
.news-list ul .news-list-item .item-info {
  font-size: 0.95em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news-list ul .news-list-item .item-info {
    font-size: 0.9em;
  }
}
.news-list ul .news-list-item .item-info .__date {
  display: inline-block;
  margin-right: 0.6em;
}
.news-list ul .news-list-item .item-info .label-wrap {
  display: inline-block;
}
.news-list ul .news-list-item .item-info .__label-style {
  padding: 0.4em 1.4em 0.5em;
}
.news-list ul .news-list-item .item-info .__cate {
  margin-top: 0.4em;
  margin-left: 0.2em;
}
.news-list ul .news-list-item .item-ttl {
  font-weight: 600;
  font-size: 1.05em;
  margin-bottom: 0.4em;
}
.news-list ul .news-list-item .item-txt a {
  display: inline;
}
.news-list ul .news-list-item .item-link {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .news-list ul .news-list-item .item-link {
    margin-top: 2.4em;
  }
}
.news-list ul .news-list-item .item-link .__linkbtn01 {
  margin-left: auto;
}
.news-list ul .news-list-item .item-link .__linkbtn01 a {
  font-size: 0.95em;
}
.news-list ul .news-list-item .item-link .__linkbtn01 a span.__txt {
  margin-right: 1em;
}
.news-list ul .news-list-item .item-link .__linkbtn01 a span.__arrow {
  background-color: transparent;
}
.news-list ul .news-list-item .item-link .__linkbtn01 a span.__arrow img {
  width: 40%;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(12px);
  will-change: transform;
  transition: all 0.8s ease 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.__txtAnimation {
  display: inline-block;
  line-height: 1em;
  margin: 0.2em 0;
  clip-path: inset(0 0 100% 0); /* 右側を全カット（非表示） */
  transition: clip-path 1.4s cubic-bezier(0.7, 0, 0.2, 1);
}
.__txtAnimation.__inview {
  clip-path: inset(0 0 0 0); /* 全表示 */
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(19, 30, 54, 0.2);
  background-color: rgba(33, 52, 92, 0.8);
  backdrop-filter: blur(4px);
  transition: padding 0.6s ease, background-color 0.36s ease, backdrop-filter 0.36s ease, transform 0.72s ease;
}
header > * {
  pointer-events: auto;
}
header.__hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 1199px) {
  header.__hidden {
    transform: translateY(0);
  }
}
header.__pagetop {
  padding: 1.4em 0;
  background-color: transparent;
  backdrop-filter: none;
}
@media screen and (max-width: 1199px) {
  header.__pagetop {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  header.__pagetop {
    padding: 3em;
  }
}
header.__pagetop .header-logo {
  width: min(11.25rem, 16em);
  margin: 0.48em;
  margin-bottom: -0.48em;
}
@media screen and (max-width: 1199px) {
  header.__pagetop .header-logo {
    width: 5em;
    margin: 0;
  }
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em max(3rem, 1.6em);
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 1em 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 6em;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 5em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 4.25em;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 2px 4px rgba(19, 30, 54, 0.2));
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    transform: translateX(100%);
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #131e36;
    width: max(30vw, 200px);
    height: 100vh;
    padding: 90px 20px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li {
    width: 100%;
  }
}
header .header-menu nav ul li a {
  border-bottom: none;
  font-size: 1em;
  padding: 0.2em 0;
  margin: 0 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 30px 0;
  }
}
header .header-menu nav ul li a::before {
  background-color: #fff;
}
header .header-menu nav ul li.__current a::before {
  transform: scaleX(1);
}
header .header-menu .header-contact {
  margin-left: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-contact {
    width: 100%;
    margin-left: 0;
    margin-top: 3em;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  color: #fff;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  margin-bottom: -1px;
}
.sec-contact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 52, 92, 0.8);
  backdrop-filter: blur(4px);
}
.sec-contact .sec-inner {
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner {
    padding: 0;
  }
}
.sec-contact .sec-inner .sec-content {
  border-left: solid 1px rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content {
    margin-top: 3.6em;
    border-left: none;
  }
}
.sec-contact .sec-inner .sec-content .sec-txt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .sec-txt {
    text-align: center;
    display: block;
  }
}
.sec-contact .sec-inner .sec-content .sec-txt p {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .sec-txt p {
    margin-right: 0;
  }
}
.sec-contact .sec-inner .sec-content .sec-txt ul {
  margin-top: 1em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-content .sec-txt ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2em;
  }
}
.sec-contact .sec-inner .sec-content .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .sec-content .contact-content {
    display: block;
  }
}
.sec-contact .sec-inner .sec-content .contact-content .content-wrap {
  flex-shrink: 0;
  margin-left: 4em;
}
.sec-contact .sec-inner .sec-content .contact-content .content-wrap:nth-of-type(1) {
  flex-shrink: unset;
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner .sec-content .contact-content .content-wrap {
    margin-left: 0;
    margin-top: 2em;
  }
}
.sec-contact .sec-inner .sec-content .contact-content .content-wrap h3 {
  margin-bottom: 0.48em;
}
.sec-contact .sec-inner .sec-content .contact-content .content-wrap .__linkbtn02 {
  box-shadow: 2px 2px 4px rgba(19, 30, 54, 0.2);
}

/* footer
---------------------------------------------------- */
@media screen and (max-width: 1199px) {
  #footer {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 20px;
  }
}
#footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #footer .footer-inner {
    display: block;
  }
}
#footer .footer-inner .footer-left {
  margin-right: 15rem;
}
@media screen and (max-width: 991px) {
  #footer .footer-inner .footer-left {
    margin-right: 0;
  }
}
#footer .footer-inner .footer-left .footer-logo {
  width: min(15rem, 10em);
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left .footer-logo {
    width: 5.5em;
  }
}
#footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
#footer .footer-inner .footer-left .footer-info {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-left .footer-info {
    margin-top: 1em;
  }
}
#footer .footer-inner .footer-menu {
  display: flex;
}
@media screen and (max-width: 991px) {
  #footer .footer-inner .footer-menu {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-menu ul {
    margin-top: 2em;
  }
}
#footer .footer-inner .footer-menu ul li a {
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-menu ul li a {
    margin-bottom: 1em;
  }
}
#footer .footer-inner .footer-menu ul:nth-of-type(1) {
  margin-right: 10rem;
}
@media screen and (max-width: 991px) {
  #footer .footer-inner .footer-menu ul:nth-of-type(1) {
    margin-right: 8em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .footer-menu ul:nth-of-type(1) {
    margin-right: 0;
  }
}
#footer .footer-inner .footer-menu ul.anchor-list {
  padding-left: 1em;
  border-left: solid 1px #fff;
  margin: 0;
}
#footer .footer-inner .footer-menu ul.anchor-list li a {
  font-size: 0.95em;
}
#footer .footer-inner #pagetop {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #footer .footer-inner #pagetop {
    width: 100%;
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner #pagetop {
    margin-top: 0;
  }
}
#footer .footer-inner #pagetop a {
  font-size: 0.95em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner #pagetop a {
    font-size: 0.9em;
  }
}
#footer .footer-inner #pagetop a span {
  display: block;
}
#footer .footer-inner #pagetop a span.__arrow {
  position: relative;
  width: 1.5em;
  aspect-ratio: 3/4;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.36s ease;
}
#footer .footer-inner #pagetop a span.__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;
}
#footer .footer-inner #pagetop a span.__txt {
  margin-top: 1em;
  writing-mode: vertical-rl;
}
#footer .footer-inner #pagetop a:hover span.__arrow {
  transform: translateY(-0.6em);
}
#footer .copyright p {
  font-size: 12px;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  #footer .copyright p {
    margin-top: -1.125em;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=common.css.map */