@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, del, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, main, menu, nav, section, figure, form, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

footer, header, main, nav, section {
  display: block;
}

nav ul, nav ol {
  list-style: none;
}

nav a, .nav a {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

strong, em {
  font-weight: bold;
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
html body {
  min-height: 100%;
  color: #111111;
  background: #FFF;
  overflow-x: hidden;
}
html body, html input, html select, html textarea {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 65px;
  }
  html body, html input, html select, html textarea {
    font-size: 16px;
  }
}

#page {
  padding-top: 100px;
}
@media screen and (max-width: 980px) {
  #page {
    padding-top: 65px;
  }
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

.main-content {
  width: min(90%, 1080px);
  margin-inline: auto;
}

.wide-content {
  width: min(90%, 1080px);
  margin-inline: auto;
}
@media print, screen and (max-width: 760px) {
  .wide-content {
    width: 100%;
  }
}

.single-content {
  width: min(90%, 700px);
  margin-inline: auto;
}

.tight-content {
  max-width: 700px;
  margin-inline: auto;
}
@media print, screen and (max-width: 760px) {
  .tight-content {
    width: 92%;
  }
}

.btn-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-more {
  display: block;
  text-align: right;
  position: relative;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.btn-more .btn-more-inner {
  display: inline-block;
  padding: 16px 40px 14px 40px;
  color: #FFF;
  background: #111111;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-more .btn-more-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #07ACA6;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-more .btn-more-inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 22px;
  right: 16px;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.btn-more::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -60%;
  margin-top: -4px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #07ACA6;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn-more:hover .btn-more-inner {
  text-decoration: none;
}
.btn-more:hover .btn-more-inner::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-more:hover::after {
  background-color: #111111;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
@media print, screen and (max-width: 760px) {
  .btn-more .btn-more-inner {
    padding: 8px 24px;
    font-size: 1em;
  }
  .btn-more .btn-more-inner::after {
    width: 6px;
    height: 8px;
    top: 16px;
    right: 8px;
  }
  .btn-more::after {
    width: 45%;
    margin-left: -35%;
  }
}

.main-intro-wrap {
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 760px) {
  .main-intro-wrap {
    width: 92%;
    margin-bottom: 40px;
  }
  .main-intro-wrap p {
    font-size: 12px;
  }
}

.site-main {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: 1px;
}
.site-main h1:not([class]),
.site-main h1.wp-block-heading {
  margin-bottom: 1em;
  font-size: 48px;
  line-height: 1.2;
}
.site-main h2:not([class]),
.site-main h2.wp-block-heading {
  margin-bottom: 1em;
  font-size: 40px;
  line-height: 1.2;
}
.site-main h3:not([class]),
.site-main h3.wp-block-heading {
  margin-bottom: 1em;
  font-size: 32px;
  line-height: 1.4;
}
.site-main h4:not([class]),
.site-main h4.wp-block-heading {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.4;
}
.site-main h5:not([class]),
.site-main h5.wp-block-heading {
  font-size: 18px;
}
.site-main h6:not([class]),
.site-main h6.wp-block-heading {
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .site-main h1:not([class]),
  .site-main h1.wp-block-heading {
    font-size: 32px;
  }
  .site-main h2:not([class]),
  .site-main h2.wp-block-heading {
    font-size: 24px;
  }
  .site-main h3:not([class]),
  .site-main h3.wp-block-heading {
    font-size: 22px;
  }
  .site-main h4:not([class]),
  .site-main h4.wp-block-heading {
    font-size: 20px;
  }
}

.list {
  margin-left: 2em;
}

.mds-deco {
  position: relative;
  padding-top: 24px;
  color: #0B5C9D;
  font-size: 40px;
  font-weight: bold;
}
.mds-deco::before {
  content: "";
  display: block;
  width: 48px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -32px;
  background: url(../assets/images/mds-deco.png) no-repeat 0 0;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .mds-deco {
    font-size: 30px;
    margin-left: -24px;
    padding-top: 14px;
    padding-left: 38px;
  }
  .mds-deco::before {
    width: 40px;
    height: 32px;
    left: 0;
  }
}

#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 99;
}
@media screen and (max-width: 980px) {
  #header {
    height: 65px;
  }
}

.header-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-inner .site-branding {
  width: 344px;
  margin-left: 16px;
}
.header-inner .site-branding .hd-logo img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .header-inner .site-branding {
    width: 60%;
    margin-left: 0;
  }
  .header-inner .site-branding .hd-logo img {
    width: auto;
    max-height: 65px;
  }
}

#site-navigation .menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50%;
}
#site-navigation .menu-toggle::before {
  content: "MENU";
  display: block;
  width: 100%;
  position: absolute;
  top: -14px;
  left: 0;
  color: #707070;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
#site-navigation .menu-toggle span, #site-navigation .menu-toggle span::after, #site-navigation .menu-toggle span::before {
  position: absolute;
  display: block;
  content: "";
  width: 94%;
  height: 2px;
  left: 3%;
  background-color: #707070;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#site-navigation .menu-toggle span::before {
  top: -10px;
}
#site-navigation .menu-toggle span::after {
  bottom: -10px;
}
#site-navigation .menu-toggle.open {
  top: 15px;
  border-color: #707070;
}
#site-navigation .menu-toggle.open::before {
  content: "";
}
#site-navigation .menu-toggle.open span {
  background-color: transparent;
}
#site-navigation .menu-toggle.open span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#site-navigation .menu-toggle.open span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#site-navigation .hd-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-inline: auto 40px;
}
#site-navigation .hd-menu li a {
  color: #0D5D9E;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
#site-navigation .hd-menu li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0D5D9E;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
#site-navigation .hd-menu li a:hover {
  text-decoration: none;
}
#site-navigation .hd-menu li a:hover::after {
  width: 100%;
  opacity: 1;
}
#site-navigation .hd-menu li a::after {
  height: 2px;
}
@media screen and (max-width: 980px) {
  #site-navigation .menu-toggle {
    display: block;
  }
  #site-navigation .hd-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    height: calc(100vh - 65px);
    position: absolute;
    top: 65px;
    left: 0;
    padding: 32px 0;
    background-color: #FFF;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  #site-navigation .hd-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
    opacity: 0.3;
  }
  #site-navigation .hd-menu li:first-child {
    padding-top: 40px;
  }
  #site-navigation .hd-menu li a {
    padding: 8px 0;
    color: #0B5C9D;
    font-size: 24px;
    text-align: center;
  }
  #site-navigation .hd-menu li a::after {
    display: none;
  }
  #site-navigation .hd-menu.open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#footer-w-wrap {
  width: 100%;
}

.contact-box {
  width: min(90%, 1080px);
  margin-inline: auto;
  margin-bottom: 120px;
  padding: 40px 0;
  color: #FFF;
  background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
}
.contact-box .contact-box-mds {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.contact-box .contact-box-text {
  margin-bottom: 40px;
  text-align: center;
}
.contact-box .contact-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-box .contact-box-btn .btn-more.ft-contact-btn::after {
  width: 50%;
  margin-left: -44%;
  background-color: #FFF;
}
@media print, screen and (max-width: 760px) {
  .contact-box {
    width: 100%;
    margin: 0;
    padding: 30px 0;
  }
  .contact-box .contact-box-mds,
  .contact-box .contact-box-text {
    display: none;
  }
  .contact-box .contact-box-btn {
    display: block;
  }
  .contact-box .contact-box-btn .btn-more.ft-contact-btn {
    text-align: center;
  }
  .contact-box .contact-box-btn .btn-more.ft-contact-btn .btn-more-inner {
    width: min(77%, 400px);
    padding: 24px 32px 24px 24px;
    background: transparent;
    border: 2px solid #FFF;
  }
  .contact-box .contact-box-btn .btn-more.ft-contact-btn .btn-more-inner::before {
    display: none;
  }
  .contact-box .contact-box-btn .btn-more.ft-contact-btn .btn-more-inner::after {
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }
  .contact-box .contact-box-btn .btn-more.ft-contact-btn::after {
    display: none;
  }
}

#footer {
  background-color: #0B5C9D;
}
@media print, screen and (max-width: 760px) {
  #footer {
    margin-top: -1px;
    padding: 0;
  }
}

#gotop {
  position: fixed;
  right: 15px;
  bottom: 100px;
  width: 70px;
  height: 70px;
}
#gotop a {
  display: block;
  height: 100%;
  background-color: #07ACA6;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
#gotop a::after {
  content: "";
  display: block;
  width: 29px;
  height: 25px;
  position: absolute;
  top: 21px;
  right: 20px;
  background-color: #FFF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#gotop.active a {
  opacity: 0.7;
}
#gotop.active a:hover {
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  #gotop {
    width: 44px;
    height: 44px;
    right: 8px;
    bottom: 80px;
  }
  #gotop a::after {
    width: 19px;
    height: 16px;
    top: 14px;
    right: 12px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
  margin-inline: auto;
}
@media print, screen and (max-width: 760px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ft-nav {
  padding: 24px 50px 24px 0;
}
.ft-nav a {
  display: block;
  padding-inline: 16px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.ft-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.ft-nav a::before, .ft-nav a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.4em;
  position: absolute;
  top: 2px;
  background-color: #FFF;
  opacity: 0.5;
}
.ft-nav a::before {
  left: 0;
}
.ft-nav a::after {
  right: 0;
}
@media print, screen and (max-width: 760px) {
  .ft-nav {
    padding: 8px 0 24px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .ft-nav a {
    display: inline-block;
    font-size: 12px;
  }
}

.ft-info {
  padding: 40px 0;
  color: #FFF;
}
.ft-info .company-name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.ft-info .ft-copy {
  color: #FFF;
  font-size: 11px;
}
@media print, screen and (max-width: 760px) {
  .ft-info {
    padding: 24px 0 0;
  }
  .ft-info .company-name {
    margin-bottom: 0;
  }
}

#mainvisual {
  margin-bottom: 40px;
}

.top-mv-bg {
  background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
  position: relative;
  overflow: hidden;
}
.top-mv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 2;
}
@media print, screen and (max-width: 760px) {
  .top-mv-bg {
    min-height: 340px;
  }
  .top-mv-bg::after {
    height: 70px;
    bottom: 0;
  }
}

.top-mv-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-mv-image .img-a,
.top-mv-image .img-b,
.top-mv-image .img-c {
  position: absolute;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv-image .img-a {
  width: 36vw;
  height: 36vw;
  top: -8.59vw;
  right: -1.56vw;
  -webkit-animation: mvanim 1s ease 0.5s 1 alternate forwards;
          animation: mvanim 1s ease 0.5s 1 alternate forwards;
  opacity: 0;
}
.top-mv-image .img-b {
  width: 24vw;
  height: 24vw;
  top: 15.31vw;
  right: 24.22vw;
  -webkit-animation: mvanim 1s ease 0.75s 1 alternate forwards;
          animation: mvanim 1s ease 0.75s 1 alternate forwards;
  opacity: 0;
}
.top-mv-image .img-c {
  width: 23vw;
  height: 23vw;
  top: 28vw;
  right: 3.2vw;
  -webkit-animation: mvanim 1s ease 1s 1 alternate forwards;
          animation: mvanim 1s ease 1s 1 alternate forwards;
  opacity: 0;
}
@media print, screen and (max-width: 760px) {
  .top-mv-image .img-a {
    width: 45.13vw;
    height: 45.13vw;
    top: 97px;
    right: 0;
    left: 56px;
  }
  .top-mv-image .img-b {
    width: 28.97vw;
    height: 28.97vw;
    top: 86px;
    right: 8px;
  }
  .top-mv-image .img-c {
    width: 26.15vw;
    height: 26.15vw;
    top: 176px;
    right: 70px;
  }
}

@-webkit-keyframes mvanim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mvanim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-mv-inner {
  max-width: min(90%, 1280px);
  margin-inline: auto;
  padding: 60px 0 140px;
  position: relative;
  z-index: 3;
}
.top-mv-inner .top-mv-copy {
  margin-bottom: 100px;
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
}
.top-mv-inner .top-mv-text {
  margin-bottom: 80px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.top-mv-inner .top-mv-text p {
  margin-bottom: 2em;
}
.top-mv-inner .top-mv-btn {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-mv-inner .top-mv-btn .btn-more::after {
  background-color: #FFF;
}
@media print, screen and (max-width: 760px) {
  .top-mv-inner {
    padding: 16px 0;
  }
  .top-mv-inner .top-mv-copy {
    margin-bottom: 0;
    font-size: max(4.62vw, 18px);
  }
  .top-mv-inner .top-mv-text {
    display: none;
  }
  .top-mv-inner .top-mv-btn {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .sp-top-mv-text,
  .sp-top-mv-btn {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .sp-top-mv-text {
    display: block;
    margin-top: -1px;
    padding: 1em;
    border-top: 4px solid #FFF;
    position: relative;
    z-index: 3;
  }
  .sp-top-mv-text p {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .sp-top-mv-btn {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.top-image-content {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 56px;
  gap: 24px;
  margin-bottom: 100px;
}
.top-image-content .text-part {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 12.5%;
}
.top-image-content .text-part .text-title {
  max-width: 80%;
  margin: 0 0 8px auto;
}
.top-image-content .text-part .text-text {
  max-width: 80%;
  margin: 0 0 16px auto;
}
.top-image-content .image-part {
  grid-column: 2/3;
  grid-row: 1/3;
}
.top-image-content .image-part img {
  width: 100%;
}
.top-image-content .btn-part {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-inline: 32px;
}
.top-image-content.reverse .text-part {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-left: 0;
  padding-right: 12.5%;
}
.top-image-content.reverse .text-part .text-title,
.top-image-content.reverse .text-part .text-text {
  margin-left: 32px;
  margin-right: auto;
}
.top-image-content.reverse .image-part {
  grid-column: 1/2;
  grid-row: 1/3;
}
.top-image-content.reverse .btn-part {
  margin-right: 32px;
  grid-column: 2/3;
  grid-row: 2/3;
}
@media print, screen and (max-width: 760px) {
  .top-image-content {
    width: 90%;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr 56px;
    margin-inline: auto;
  }
  .top-image-content .text-part {
    grid-column: 1;
    grid-row: 1/2;
    padding: 0;
  }
  .top-image-content .text-part .text-title,
  .top-image-content .text-part .text-text {
    max-width: 100%;
  }
  .top-image-content .image-part {
    grid-column: 1;
    grid-row: 2/3;
  }
  .top-image-content .image-part img {
    max-width: 79.79%;
  }
  .top-image-content .btn-part {
    grid-column: 1;
    grid-row: 3/4;
  }
  .top-image-content.reverse .text-part {
    grid-column: 1;
    grid-row: 1/2;
    padding: 0;
  }
  .top-image-content.reverse .text-part .text-title,
  .top-image-content.reverse .text-part .text-text {
    margin-left: 0;
  }
  .top-image-content.reverse .image-part {
    grid-column: 1;
    grid-row: 2/3;
  }
  .top-image-content.reverse .image-part img {
    max-width: 79.79%;
  }
  .top-image-content.reverse .btn-part {
    margin-right: 0;
    grid-column: 1;
    grid-row: 3/4;
  }
}

.top-news-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10%;
}
.top-news-area .top-news-title {
  width: 30%;
}
.top-news-area .news-content {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 760px) {
  .top-news-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-news-area .top-news-title,
  .top-news-area .news-content {
    width: 100%;
  }
  .top-news-area .top-news-title {
    margin-left: 0;
  }
  .top-news-area .news-content {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-inline: 1em;
  }
}

.top-news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 1em;
}
.top-news-list dt {
  padding-top: 4px;
  font-size: 0.8em;
}
.top-news-list dd a {
  color: #111111;
  text-decoration: none;
  position: relative;
}
.top-news-list dd a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111111;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.top-news-list dd a:hover {
  text-decoration: none;
}
.top-news-list dd a:hover::after {
  width: 100%;
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  .top-news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.top-news-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

#page-header {
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
  position: relative;
  z-index: -1;
}
#page-header .page-header-image {
  width: 580px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
#page-header .page-header-image img {
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
  width: 580px;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#page-header .page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 140px;
}
#page-header .page-title::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  position: absolute;
  top: 32px;
  left: 0;
  background-color: #FFF;
}
#page-header .page-title .title-en {
  margin-right: 24px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}
#page-header .page-title .title-jp {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#page-header.compact-header {
  height: 140px;
  color: #0B5C9D;
  position: relative;
}
#page-header.compact-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
#page-header.compact-header .page-title::before {
  background-color: #0B5C9D;
}
@media print, screen and (max-width: 760px) {
  #page-header {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: transparent;
  }
  #page-header .page-header-image {
    width: 100%;
    height: 105px;
    position: relative;
  }
  #page-header .page-header-image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  #page-header .page-title {
    width: 100%;
    display: block;
    padding: 16px 0;
    color: #FFF;
    background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
  }
  #page-header .page-title::before {
    width: 28px;
  }
  #page-header .page-title .title-en {
    margin-left: 40px;
    font-size: 24px;
  }
  #page-header .page-title .title-jp {
    margin: 0 0 0 40px;
    font-size: 14px;
  }
  #page-header.compact-header {
    height: 92px;
  }
}

.site-main {
  padding-block: 80px 176px;
}
@media print, screen and (max-width: 760px) {
  .site-main {
    padding-block: 40px 80px;
  }
}

#message {
  margin-bottom: 120px;
}
#message .message-title {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #07ACA6;
}
#message .message-title .mds-deco {
  display: inline-block;
  margin-bottom: 16px;
}
#message .greeting-mb {
  margin-bottom: 1em;
}
#message .sp-greeting-mds {
  display: none;
}
@media print, screen and (max-width: 760px) {
  #message {
    margin-bottom: 80px;
  }
  #message .message-title {
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    border-bottom: none;
  }
  #message .message-title .mds-deco {
    display: block;
    margin-bottom: 16px;
    margin-left: -4px;
  }
  #message .greeting-mb {
    margin-bottom: 0;
  }
  #message .sp-greeting-mds {
    display: block;
    margin: 1em 0 0.5em;
    letter-spacing: 0;
    border-bottom: 1px solid #0B5C9D;
  }
}

#about-brand {
  margin-bottom: 120px;
}
#about-brand .about-brand-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
#about-brand .about-brand-wrap .brand-detail {
  width: 52%;
}
#about-brand .about-brand-wrap .brand-image {
  width: calc(100% - (52% + 32px));
}
#about-brand .about-brand-wrap .brand-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 760px) {
  #about-brand {
    margin-bottom: 80px;
  }
  #about-brand .about-brand-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  #about-brand .about-brand-wrap .brand-detail {
    width: 100%;
  }
  #about-brand .about-brand-wrap .brand-detail .mds-deco {
    margin-left: -4px;
  }
  #about-brand .about-brand-wrap .brand-detail p {
    font-size: 14px;
  }
  #about-brand .about-brand-wrap .brand-image {
    width: 100%;
  }
}

#philosophy {
  margin-bottom: 120px;
}
#philosophy .philosophy-title {
  text-align: center;
}
#philosophy .philosophy-title .mds-deco {
  display: inline-block;
}
#philosophy .philosophy-text {
  padding-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #07ACA6;
}
@media print, screen and (max-width: 760px) {
  #philosophy .philosophy-text {
    font-size: 22px;
    border-bottom: 0;
  }
}

#company-outline .outline-title {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 3px solid #0B5C9D;
}
#company-outline .outline-title .mds-deco {
  display: inline-block;
}
#company-outline .outline-table {
  width: 100%;
  border-collapse: collapse;
}
#company-outline .outline-table th {
  width: 25%;
  padding: 16px 24px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  border-bottom: 3px solid #07ACA6;
}
#company-outline .outline-table td {
  width: 75%;
  padding: 16px 24px 16px 40px;
  border-bottom: 1px solid #07ACA6;
}
@media print, screen and (max-width: 760px) {
  #company-outline .outline-table th {
    display: block;
    width: 100%;
    padding: 8px 8px 0;
    text-align: center;
    border-bottom: 0;
  }
  #company-outline .outline-table td {
    display: block;
    width: 100%;
    padding: 0 8px 12px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  #company-outline .outline-table td.text-left {
    text-align: left;
  }
  #company-outline .outline-table td ul > li {
    margin-bottom: 4px;
  }
}

.service-top-msg {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .service-top-msg {
    margin-bottom: 32px;
    font-size: 16px;
  }
}

.service-line {
  width: 94vw;
  height: 1px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 80px;
  position: relative;
  background-color: #07ACA6;
}
.service-line:before {
  content: "";
  display: block;
  width: 44vw;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #07ACA6;
}
@media print, screen and (max-width: 760px) {
  .service-line {
    display: none;
  }
}

.service-page-nav {
  display: none;
}
@media print, screen and (max-width: 760px) {
  .service-page-nav {
    display: block;
    width: 90%;
    margin-inline: auto !important;
    margin-bottom: 40px;
    list-style: none;
  }
  .service-page-nav li {
    margin-bottom: 22px;
  }
  .service-page-nav li a {
    display: block;
    padding: 10px 28px 10px 16px;
    color: #0B5C9D;
    background: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    border: 2px solid #07ACA6;
    position: relative;
  }
  .service-page-nav li a::after {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -6px;
    background-color: #07ACA6;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}

.service-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-bottom: 90px;
}
.service-content:last-of-type {
  margin-bottom: 0;
}
.service-content .service-con-text {
  width: 50%;
}
.service-content .service-con-text .service-title {
  margin-bottom: 40px;
  font-size: min(3vw, 38px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.service-content .service-con-text .main {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
.service-content .service-con-text .main p {
  font-size: 20px;
  font-weight: bold;
}
.service-content .service-con-text .service-dtl-list {
  margin-left: 30px;
}
.service-content .service-con-image {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-content .service-con-image img {
  display: block;
  max-width: 100%;
  margin-bottom: auto;
}
.service-content .service-con-image .service-more-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 760px) {
  .service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
  }
  .service-content .service-con-text {
    width: 100%;
    padding-inline: 4%;
  }
  .service-content .service-con-text .service-title {
    padding-left: 24px;
    padding-bottom: 4px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
    border-bottom: 2px solid #07ACA6;
  }
  .service-content .service-con-text .service-title::before {
    position: relative;
    left: -4px;
    margin-bottom: 8px;
  }
  .service-content .service-con-text .main {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .service-content .service-con-text .main p {
    font-size: 16px;
  }
  .service-content .service-con-text .service-dtl-list {
    font-size: 14px;
    line-height: 1.4;
  }
  .service-content .service-con-text .service-dtl-list li {
    margin-bottom: 8px;
  }
  .service-content .service-con-image {
    width: 100%;
    gap: 24px;
  }
  .service-content .service-con-image img {
    max-width: 100vw;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .service-content .service-con-image .service-more-btn {
    padding-right: 4%;
  }
  .service-content .service-con-image .service-more-btn .btn-more::after {
    width: 40%;
    margin-left: -35%;
  }
  .service-content .service-con-image .service-more-btn .btn-more .btn-more-inner {
    padding-left: 24px;
  }
}

.member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 108px;
  margin-bottom: 60px;
}
.member-info .member-info-image {
  width: 410px;
  height: 320px;
}
.member-info .member-info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-info .member-info-text {
  width: 430px;
}
.member-info .member-info-text .member-info-title {
  border-bottom: 2px solid #07ACA6;
}
@media print, screen and (max-width: 760px) {
  .member-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  .member-info .member-info-image {
    width: 80%;
    height: auto;
    margin-inline: auto;
  }
  .member-info .member-info-image img {
    aspect-ratio: 4/3;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  .member-info .member-info-text {
    width: 100%;
  }
  .member-info .member-info-text .member-info-title {
    margin-left: 0;
    margin-bottom: 16px;
    padding-left: 6px;
    padding-bottom: 4px;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.2;
    border-bottom: 2px solid #07ACA6;
  }
  .member-info .member-info-text .member-info-title::before {
    position: relative;
    left: -4px;
    margin-bottom: 8px;
  }
  .member-info .member-info-text > p {
    padding-left: 10px;
  }
}

.member-content {
  margin-bottom: 60px;
}

.menber-sub-title {
  margin-bottom: 24px !important;
  padding: 4px 8px;
  color: #0B5C9D;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #07ACA6;
  position: relative;
}
.menber-sub-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #07ACA6;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media print, screen and (max-width: 760px) {
  .menber-sub-title::before {
    width: 187px;
  }
}

.member-history-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.member-history-list dt {
  width: 15%;
  padding: 3px 1em 1em 24px;
  font-size: 16px;
  position: relative;
}
.member-history-list dt::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 12px;
  background-color: #707070;
  border-radius: 3px;
}
.member-history-list dd {
  width: 85%;
  padding-bottom: 1em;
}
@media print, screen and (max-width: 760px) {
  .member-history-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-history-list dt {
    width: 100%;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
  .member-history-list dt::before {
    display: none;
  }
  .member-history-list dd {
    width: 100%;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.member-qual-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 16px;
}
.member-qual-wrap .member-qual-text {
  width: 50%;
}
.member-qual-wrap .member-qual-image {
  width: calc(50% - 40px);
}
.member-qual-wrap .member-qual-image .img-lg {
  max-width: 380px;
}
@media print, screen and (max-width: 760px) {
  .member-qual-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .member-qual-wrap .member-qual-text,
  .member-qual-wrap .member-qual-image {
    width: 100%;
  }
  .member-qual-wrap .member-qual-text .img-lg,
  .member-qual-wrap .member-qual-image .img-lg {
    max-width: 70%;
    margin-inline: auto;
  }
}

.member-qual-wrap-sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3%;
  margin-top: 16px;
}
.member-qual-wrap-sub .member-qual-text {
  width: 50%;
}
.member-qual-wrap-sub .member-qual-image {
  width: 47%;
}
@media print, screen and (max-width: 760px) {
  .member-qual-wrap-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .member-qual-wrap-sub .member-qual-text,
  .member-qual-wrap-sub .member-qual-image {
    width: 100%;
  }
}

.qual-image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
}
.qual-image-list img {
  max-height: 220px;
}
.qual-image-list img.img-yoko {
  max-height: auto;
  max-width: 220px;
}
@media print, screen and (max-width: 760px) {
  .qual-image-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px 32px;
  }
  .qual-image-list img {
    max-height: 150px;
  }
  .qual-image-list img.img-yoko {
    max-width: 150px;
  }
}

.member-mba-detail {
  max-width: 500px;
  margin-top: 24px;
  padding: 8px 24px;
  border: 1px solid #CCC;
}
.member-mba-detail .dtl-mds {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.member-mba-detail .dtl-text {
  font-size: 14px;
  line-height: 1.4;
}

.member-has-qualification {
  margin: 0 0 0 30px;
}
.member-has-qualification .child-list {
  margin: 0 0 16px 30px;
}

.member-works-wrap {
  margin-bottom: 80px;
  padding-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .member-works-wrap {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.member-works-mds {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .member-works-mds {
    width: min(90%, 1080px);
    margin-inline: auto;
  }
}

@media print, screen and (max-width: 760px) {
  .member-works-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .member-works-list .works-item {
    height: auto !important;
    margin-inline: 16px;
  }
  .member-works-list .dots-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .member-works-list .dots-wrap li {
    width: 40px;
    height: 4px;
    margin: 0 5px;
    background: #A9E2E0;
    list-style: none;
    cursor: pointer;
  }
  .member-works-list .dots-wrap li:hover,
  .member-works-list .dots-wrap li.slick-active {
    background: #07ACA6;
  }
  .member-works-list .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}

.works-member-golist {
  margin-block: 40px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width: 760px) {
  .works-member-golist {
    width: min(90%, 1080px);
    margin: 40px auto 80px;
  }
}

.spot-member-title {
  height: 110px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.spot-member-title .spot-img {
  width: 460px;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: -210px;
  right: 8px;
}
.spot-member-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
  opacity: 0.35;
}
.spot-member-title .spot-member-title-text {
  position: absolute;
  top: 50%;
  left: 170px;
  margin-top: -18px;
  color: #0B5C9D;
  font-size: 24px;
  font-weight: bold;
}
.spot-member-title .spot-member-title-text::before {
  content: "";
  width: 140px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: -170px;
  background: #0B5C9D;
}
@media print, screen and (max-width: 760px) {
  .spot-member-title {
    height: 140px;
  }
  .spot-member-title .spot-img {
    width: 100%;
    height: 70px;
    border-radius: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .spot-member-title .spot-member-title-text {
    top: 18px;
    left: 0;
    margin-top: 0;
    padding-left: 50px;
    font-size: 20px;
  }
  .spot-member-title .spot-member-title-text::before {
    width: 40px;
    top: 18px;
    left: 0;
  }
}

.spot-member-joblist {
  margin: 0 0 0 60px;
}

.policy-title {
  margin-bottom: 24px !important;
  padding: 4px 8px;
  color: #0B5C9D;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #07ACA6;
  position: relative;
  font-size: 20px !important;
  line-height: 1.8 !important;
}
.policy-title::before {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  background-color: #07ACA6;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media print, screen and (max-width: 760px) {
  .policy-title::before {
    width: 187px;
  }
}

.policy-content p {
  margin-bottom: 1em;
}
.policy-content ul {
  margin-bottom: 1.5em;
}

.notfound-wrap {
  margin-top: 60px;
}
.notfound-wrap > p {
  line-height: 2;
}
@media print, screen and (max-width: 760px) {
  .notfound-wrap {
    padding-inline: 1em;
  }
}

.works-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
}
.works-list .works-item {
  width: calc((100% - 96px) / 3);
  list-style-type: none;
  border: 1px solid #d7d7d7;
  position: relative;
}
.works-list .works-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #111111;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.works-list .works-item a .category {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 4px;
  color: #FFF;
  background-color: #707070;
  font-size: 11px;
  line-height: 1;
  z-index: 2;
}
.works-list .works-item a .thumb {
  aspect-ratio: 13/9;
  background-color: #CCC;
  overflow: hidden;
}
.works-list .works-item a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.works-list .works-item a .title {
  padding: 12px 10px 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.works-list .works-item a .content {
  padding: 0 10px 4px;
  font-size: 14px;
  line-height: 1.4;
}
.works-list .works-item a .date {
  margin-top: auto;
  padding: 0 10px 10px;
  color: #707070;
  font-size: 12px;
}
.works-list .works-item a:hover {
  background-color: rgba(22, 140, 234, 0.15);
}
.works-list .works-item a:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media print, screen and (max-width: 760px) {
  .works-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-list .works-item {
    width: 100%;
  }
}

.pagination {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers {
  display: inline-block;
  margin-right: 16px;
  padding: 8px 16px;
  color: #080808;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #9f9f9f;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.page-numbers.current {
  padding: 8px 16px;
  color: #fff;
  background: #0B5C9D;
}
.page-numbers.prev, .page-numbers.next {
  color: #111111;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-numbers.dots {
  color: #111111;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.page-numbers:not(.current):hover {
  text-decoration: none;
  background-color: #d1e8fc;
}
@media print, screen and (max-width: 760px) {
  .page-numbers {
    padding: 5px 10px;
    font-size: 87.5%;
  }
  .page-numbers.current {
    padding: 5px 10px;
    font-size: 87.5%;
  }
}

.works-next-prev {
  width: min(90%, 700px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px;
  padding: 24px 0;
}

.works-next-prev__prev {
  width: 35%;
}
.works-next-prev__prev > a {
  display: inline-block;
  position: relative;
  margin-left: 32px;
  color: #111111;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.works-next-prev__prev > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111111;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.works-next-prev__prev > a:hover {
  text-decoration: none;
}
.works-next-prev__prev > a:hover::after {
  width: 100%;
  opacity: 1;
}
.works-next-prev__prev > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: -20px;
  background-color: #111111;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.works-next-prev__next {
  width: 35%;
  text-align: right;
}
.works-next-prev__next > a {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  color: #111111;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.works-next-prev__next > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111111;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.works-next-prev__next > a:hover {
  text-decoration: none;
}
.works-next-prev__next > a:hover::after {
  width: 100%;
  opacity: 1;
}
.works-next-prev__next > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: -20px;
  background-color: #111111;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.works-next-prev__list {
  width: 30%;
  text-align: center;
}
.works-next-prev__list > a {
  display: inline-block !important;
  padding: 8px 24px;
  display: block;
  color: #FFF;
  background: #111111;
  text-decoration: none;
  border: 1px solid #111111;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.works-next-prev__list > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
  visibility: hidden;
}
.works-next-prev__list > a:focus, .works-next-prev__list > a:hover {
  color: #111111;
  text-decoration: none;
}
.works-next-prev__list > a:focus::after, .works-next-prev__list > a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}

@media print, screen and (max-width: 760px) {
  .works-next-prev {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .works-next-prev__prev,
  .works-next-prev__next,
  .works-next-prev__list {
    width: 100%;
  }
  .works-next-prev__prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 8px;
  }
  .works-next-prev__prev > a {
    line-height: 1.3;
  }
  .works-next-prev__next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 8px;
  }
  .works-next-prev__next > a {
    line-height: 1.3;
  }
  .works-next-prev__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .works-next-prev__list > a {
    padding: 2px 16px;
  }
}
.navigation + .works-category-wrap {
  margin-top: 80px;
}

.works-category-wrap {
  margin-inline: auto;
  padding: 24px;
  position: relative;
}
.works-category-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent linear-gradient(112deg, #07ACA6 0%, #0B5C9D 100%) 0% 0% no-repeat padding-box;
  opacity: 0.35;
}

.works-category-mds {
  margin-bottom: 24px;
  color: #111111;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .works-category-mds {
    font-size: 125%;
  }
}

.works-category-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.works-category-list > li {
  width: calc((100% - 48px) / 3);
  list-style-type: none;
}
.works-category-list > li > a {
  display: block;
  height: 100%;
  padding: 12px 4px;
  color: #FFF;
  background-color: #0B5C9D;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.works-category-list > li > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media print, screen and (max-width: 760px) {
  .works-category-list {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works-category-list > li {
    width: 100%;
  }
  .works-category-list > li > a {
    padding: 8px 12px;
    font-size: 87.5%;
  }
}

.works-post {
  margin: 0 auto 120px;
}

.works-post-header {
  margin-bottom: 24px;
}

.works-post-cat {
  display: inline-block;
  margin-bottom: 24px;
  padding: 4px 16px;
  color: #FFF;
  background-color: #0B5C9D;
  font-size: 16px;
}

.works-post-title {
  margin-bottom: 32px;
  margin-left: 32px;
  color: #0B5C9D;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}

.works-post-date {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: right;
}

.works-post-image {
  margin-bottom: 40px;
}
.works-post-image img {
  display: block;
  max-width: 100%;
  height: 470px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.works-post-content h2 {
  padding-bottom: 4px;
  font-size: 32px !important;
  border-bottom: 2px solid #0B5C9D;
}
.works-post-content h3 {
  padding: 4px 8px;
  background-color: #c6eae8;
}
.works-post-content h6 {
  margin-bottom: 0 !important;
}
.works-post-content p {
  margin-bottom: 1em;
}
.works-post-content ul, .works-post-content ol {
  margin-left: 2em;
}
.works-post-content ul li, .works-post-content ol li {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 760px) {
  .works-post-content h2 {
    font-size: 24px !important;
  }
  .works-post-content h3 {
    font-size: 22px !important;
  }
}

.works-movie-info {
  width: 700px;
  margin: 40px auto 8px;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .works-movie-info {
    width: 100%;
    font-size: 16px;
  }
}

.works-movie-wrap {
  width: 700px;
  height: auto;
  margin-inline: auto;
}
.works-movie-wrap .movie-frame {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
@media print, screen and (max-width: 760px) {
  .works-movie-wrap {
    width: 100%;
  }
}

.works-subimage-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
.works-subimage-wrap img {
  width: calc((100% - 40px) / 2);
}
@media print, screen and (max-width: 760px) {
  .works-subimage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .works-subimage-wrap img {
    width: 100%;
  }
}

@media print, screen and (max-width: 760px) {
  .works-post-cat {
    padding: 2px 8px;
    font-size: 14px;
  }
  .works-post-title {
    margin-left: 0;
    font-size: 25px;
    border-bottom: 1px solid #07ACA6;
  }
  .works-post-date {
    font-size: 12px;
  }
}
.works-catpage-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #0B5C9D;
}
@media print, screen and (max-width: 760px) {
  .works-catpage-title {
    padding-bottom: 4px;
    font-size: 25px;
    line-height: 1.2;
  }
}

.news-list-wrap {
  max-width: 700px;
  margin-inline: auto;
  padding: 40px 32px;
  border: 1px solid #07ACA6;
}

.news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-bottom: 16px;
}
.news-list .date {
  padding-top: 3px;
  font-size: 13px;
}
.news-list .title a {
  padding-bottom: 4px;
  color: #111111;
  text-decoration: none;
  position: relative;
}
.news-list .title a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: -16px;
  background-color: #111111;
  clip-path: polygon(100% 50%, 0 100%, 0 0);
}
@media screen and (min-width: 760px) {
  .news-list .title a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
    background-image: linear-gradient(to bottom, transparent, #111);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .news-list .title a:hover {
    background-size: 100% 1px;
  }
}
@media print, screen and (max-width: 760px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .news-list .title {
    padding-left: 16px;
  }
}

.news-date {
  margin-bottom: 24px;
  font-size: 14px;
}

.news-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}

.news-content {
  margin-bottom: 40px;
}
.news-content img {
  max-width: 100%;
}
.news-content p {
  margin-bottom: 1em;
}
.news-content ul,
.news-content ol {
  margin-left: 2em;
  margin-bottom: 1em;
}

.contact-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
}
.contact-status .status {
  min-width: 270px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #111111;
}
.contact-status .status.active {
  color: #FFF;
  background-color: #0B5C9D;
  border-color: transparent;
}
.contact-status .status:first-of-type {
  position: relative;
}
.contact-status .status:first-of-type::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -16px 0 0 24px;
  background: url("arrow_right.svg") no-repeat 0 0;
  background-size: contain;
}
@media print, screen and (max-width: 760px) {
  .contact-status {
    gap: 28px;
    margin-bottom: 40px;
  }
  .contact-status .status {
    min-width: 30%;
    padding: 2px 8px;
    font-size: 14px;
  }
  .contact-status .status:first-of-type {
    position: relative;
  }
  .contact-status .status:first-of-type::after {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 4px;
  }
}

.form-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  margin-bottom: 24px;
}
.form-list dt {
  width: 25%;
  padding-top: 8px;
  font-weight: bold;
}
.form-list dt p {
  font-weight: bold;
}
.form-list dd {
  width: 70%;
}
.form-list dd .input-pre-text {
  display: inline-block;
  margin-top: 8px;
}
.form-list dd .input-pre-text a {
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.form-list dd .input-pre-text a:hover {
  text-decoration: none;
}
.form-list select {
  width: 100%;
}
.form-list textarea {
  height: 20em;
  padding: 5px;
}
.form-list select,
.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel],
.form-list textarea {
  width: 100%;
  margin-top: 0;
  padding: 6px;
  line-height: 1.4;
  border: 1px solid #707070;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-list select:focus,
.form-list input[type=text]:focus,
.form-list input[type=email]:focus,
.form-list input[type=tel]:focus,
.form-list textarea:focus {
  background-color: #FFF;
  border-color: #0B5C9D;
}
.form-list .checkbox-class label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr; /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 10px;
  padding: 8px;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
}
.form-list .checkbox-class label:has(input[type=checkbox]:disabled) {
  opacity: 0.4;
}
.form-list .checkbox-class input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  border: solid 2px #707070;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border, color, -webkit-box-shadow;
  transition-property: background-color, border, color, -webkit-box-shadow;
  transition-property: background-color, border, box-shadow, color;
  transition-property: background-color, border, box-shadow, color, -webkit-box-shadow;
}
@media (forced-colors: active) {
  .form-list .checkbox-class input[type=checkbox] {
    -webkit-transition: none;
    transition: none;
    border-color: CanvasText;
  }
}
.form-list .checkbox-class input[type=checkbox]:checked {
  background: #0B5C9D;
  border-color: #0B5C9D;
}
@media (forced-colors: active) {
  .form-list .checkbox-class input[type=checkbox]:checked {
    background-color: Canvas;
    border-color: CanvasText;
  }
}
@media (forced-colors: none) and (any-hover: hover) {
  .form-list .checkbox-class input[type=checkbox]:hover:enabled {
    border-color: #0B5C9D;
    -webkit-box-shadow: 0 0 0 4px #DDD;
            box-shadow: 0 0 0 4px #DDD;
  }
}
.form-list .checkbox-class input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  -webkit-mask-image: url("check.svg");
          mask-image: url("check.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FFF;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (forced-colors: active) {
  .form-list .checkbox-class input[type=checkbox]::before {
    -webkit-transition: none;
    transition: none;
    background-color: CanvasText;
  }
}
.form-list .checkbox-class input[type=checkbox]:checked::before {
  opacity: 1;
}
.form-list .error {
  color: #AA3852;
}
.form-list select[class*=not-valid],
.form-list input[type=text][class*=not-valid],
.form-list input[type=email][class*=not-valid],
.form-list input[type=tel][class*=not-valid],
.form-list textarea[class*=not-valid] {
  border-color: #AA3852;
}
@media print, screen and (max-width: 760px) {
  .form-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
  .form-list dt,
  .form-list dd {
    width: 100%;
  }
  .form-list select,
  .form-list input[type=text],
  .form-list input[type=email],
  .form-list input[type=tel],
  .form-list textarea {
    font-size: 16px;
  }
  .form-list textarea {
    height: 10em;
  }
  .form-list .error {
    font-size: 14px;
  }
}

.form-notice {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
}

.form-btn-wrap {
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.form-btn-wrap input[type=submit] {
  margin-block: 24px;
  padding: 8px 32px;
  color: #FFF;
  background-color: #111111;
  border: 1px solid #111111;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
.form-btn-wrap input[type=submit]:focus, .form-btn-wrap input[type=submit]:hover {
  color: #111111;
  background-color: #FFF;
}
.form-btn-wrap span[class*=spinner] {
  display: block;
}
@media print, screen and (max-width: 760px) {
  .form-btn-wrap {
    width: 90%;
    margin-inline: auto;
    gap: 24px;
  }
}

input[type=submit].w-form-btn__back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 32px;
  color: #FFF;
  background: #707070;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
input[type=submit].w-form-btn__back:focus, input[type=submit].w-form-btn__back:hover {
  background: #111111;
}

input[type=submit].w-form-btn__submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 77px;
  color: #FFF;
  background: #2f378d -webkit-gradient(linear, right top, left top, from(#2f378d), to(#889FCB)) 0% 0%;
  background: #2f378d linear-gradient(270deg, #2f378d 0%, #889FCB 100%) 0% 0%;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  cursor: pointer;
}
input[type=submit].w-form-btn__submit:focus, input[type=submit].w-form-btn__submit:hover {
  background: #2f378d;
}

.w-form-complete {
  width: 90%;
  margin-inline: auto;
  padding: 40px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.w-form-complete .complete-msg {
  text-align: left;
}

.caret-left {
  margin-left: 1.2em;
  color: #111111;
  position: relative;
  text-decoration: none;
  position: relative;
}
.caret-left::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #111111;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.caret-left:hover {
  text-decoration: none;
}
.caret-left:hover::after {
  width: 100%;
  opacity: 1;
}
.caret-left::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.7em;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  position: absolute;
  top: 0.2em;
  left: -1.2em;
  background-color: #111111;
}

.blank {
  position: relative;
  padding-right: 1.5em;
  color: #111111;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.blank::after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  right: 0.3em;
  top: 0;
  background: url(../assets/images/icon_blank.svg) no-repeat 0 0;
  background-size: contain;
}

/* Margin & Padding */
.mt-lg {
  margin-top: 120px;
}

.mt-xs {
  margin-top: 0.5em;
}

.mb-xs {
  margin-bottom: 0.5em;
}

/* Margin & Padding (PC only) */
/* Padding (SmartPhone only) */
/* Indent（※印など） */
/* Vertical */
/* Position */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 760px) {
  .pc-text-center {
    text-align: center;
  }
}
/* Show or Hide */
@media screen and (min-width: 760px) {
  .pc-none {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 760px) {
  .sp-none {
    display: block;
  }
}
@media print, screen and (max-width: 760px) {
  .sp-none {
    display: none;
  }
}

/* Text Style */
.text-lg {
  font-size: 1.2em;
}

.text-ml {
  font-size: 1.06em;
}

.text-md {
  font-size: 1em;
}

.text-ms {
  font-size: 0.9em;
}

.text-sm {
  font-size: 0.8em;
}

.text-xs {
  font-size: 0.7em;
}

/* Clearfix */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}/*# sourceMappingURL=lapimurt.css.map */