@charset "UTF-8";
/* CSS Document */
/*
ヘッダー
フッター
10.トップページ
*/
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-weight: 500;
}
html body.hidden {
  overflow: hidden;
}

/*PC*/
#header, #footer, .footer-cta-area {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.03em;
  font-weight: 500;
}
#header *,
#header ::before,
#header ::after, #footer *,
#footer ::before,
#footer ::after, .footer-cta-area *,
.footer-cta-area ::before,
.footer-cta-area ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#header p, #footer p, .footer-cta-area p {
  margin: 0;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6, #footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6, .footer-cta-area h1,
.footer-cta-area h2,
.footer-cta-area h3,
.footer-cta-area h4,
.footer-cta-area h5,
.footer-cta-area h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#header ul,
#header ol, #footer ul,
#footer ol, .footer-cta-area ul,
.footer-cta-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li, #footer li, .footer-cta-area li {
  list-style: none;
}
#header .sp, #footer .sp, .footer-cta-area .sp {
  display: none;
}
#header a, #footer a, .footer-cta-area a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#header img, #footer img, .footer-cta-area img {
  vertical-align: bottom;
}
#header button, #footer button, .footer-cta-area button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
#header button,
#header [type=button],
#header [type=reset],
#header [type=submit], #footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit], .footer-cta-area button,
.footer-cta-area [type=button],
.footer-cta-area [type=reset],
.footer-cta-area [type=submit] {
  cursor: pointer;
}
#header button:disabled,
#header [type=button]:disabled,
#header [type=reset]:disabled,
#header [type=submit]:disabled, #footer button:disabled,
#footer [type=button]:disabled,
#footer [type=reset]:disabled,
#footer [type=submit]:disabled, .footer-cta-area button:disabled,
.footer-cta-area [type=button]:disabled,
.footer-cta-area [type=reset]:disabled,
.footer-cta-area [type=submit]:disabled {
  cursor: default;
}

#header {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .header-wrapper {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: flex-end;
  transition: background-color 0.3s ease;
}
#header .header-wrapper__left {
  display: flex;
  align-items: center;
  width: calc(100vw - 150px);
  justify-content: space-between;
}
#header .header-wrapper__left .nav.first {
  width: 46%;
  max-width: 560px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
}
@media only screen and (max-width: 1450px) {
  #header .header-wrapper__left .nav.first {
    width: 40%;
    margin-left: 25px;
    min-width: 510px;
  }
}
#header .header-wrapper__left .nav.first .site-title {
  width: 278px;
  height: 50px;
}
#header .header-wrapper__left .nav.first .site-title a {
  width: 100%;
}
#header .header-wrapper__left .nav.first .site-title a .color-filter {
  width: 278px;
}
#header .header-wrapper__left .nav.first .site-title a .color-filter img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
#header .header-wrapper__left .nav.first .site-title a .color-filter img:hover {
  opacity: 0.5;
}
#header .header-wrapper__left .nav.first .tel {
  position: relative;
}
#header .header-wrapper__left .nav.first .tel a {
  color: #1D4988;
  font-weight: 500;
  font-size: 24px;
  font-family: "Averia Serif Libre", serif;
}
#header .header-wrapper__left .nav.first .tel a .tel__small {
  font-weight: bold;
  font-size: 16px;
  font-family: "Averia Serif Libre", serif;
}
#header .header-wrapper__left .nav.first .tel a:before {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 7px;
  left: -32px;
  background: url(../images/header_footer/tel_blue.png) no-repeat;
  background-size: contain;
}
#header .header-wrapper__left .nav.first .tel .time {
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  display: block;
  margin-top: -5px;
}
#header .header-wrapper__left .nav.second {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#header .header-wrapper__left .nav.second .pc-menu-list {
  width: 43vw;
  max-width: 650px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-wrapper__left .nav.second .pc-menu-list .menu {
  height: 100%;
  position: relative;
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
  border-bottom: solid 3px transparent;
  transition: all 0.2s ease;
}
#header .header-wrapper__left .nav.second .pc-menu-list .menu a {
  height: 100%;
  font-weight: bold;
  display: block;
}
#header .header-wrapper__left .nav.second .pc-menu-list .menu a:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
#header .header-wrapper__left .nav.second .pc-menu-list .menu.hover, #header .header-wrapper__left .nav.second .pc-menu-list .menu:hover {
  color: #057EE5;
  position: relative;
}
#header .header-wrapper__left .nav.second .pc-menu-list .menu.hover:before, #header .header-wrapper__left .nav.second .pc-menu-list .menu:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #057EE5;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
#header .header-wrapper__left .nav.second .pc-menu-list .hasChild {
  position: relative;
}
#header .header-wrapper .nav.contact {
  width: 150px;
  height: 150px;
  background: linear-gradient(to left, #23ACD9, #057EE5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1450px) {
  #header .header-wrapper .nav.contact {
    margin-left: 20px;
  }
}
#header .header-wrapper .nav.contact a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#header .header-wrapper .nav.contact a span {
  font-family: "Averia Serif Libre", serif;
}
#header .header-wrapper .nav.contact:before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background: linear-gradient(to left, #1C4175, #1C4175);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}
#header .header-wrapper .nav.contact:hover {
  cursor: pointer;
}
#header .header-wrapper .nav.contact:hover:before {
  opacity: 1;
}
#header .child-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  background-color: rgba(28, 65, 117, 0.95);
  padding: 60px 0;
  z-index: 5;
  position: absolute;
  flex-direction: row;
}
#header .child-menu__wrapper {
  display: flex;
}
#header .child-menu__wrapper .child-menu__title {
  color: #fff;
  margin-left: calc((100vw - 1280px) / 2 + 130px);
  width: 285px;
  border-right: solid 1px #fff;
}
#header .child-menu__wrapper .child-menu__title .en {
  font-family: "Averia Serif Libre", serif;
  display: block;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#header .child-menu__wrapper .child-menu__title .ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-left: 20px;
}
#header .child-menu__wrapper .child-menu-list {
  margin-left: 90px;
}
#header .child-menu__wrapper .child-menu-list .menu {
  align-items: center;
  margin-bottom: 15px;
}
#header .child-menu__wrapper .child-menu-list .menu .menu-detail {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
#header .child-menu__wrapper .child-menu-list .menu .menu-detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
#header .child-menu__wrapper .child-menu-list .menu .menu-detail:hover:before {
  opacity: 1;
}
#header .child-menu__wrapper .child-menu-list .menu:last-child {
  margin-bottom: 0;
}
#header .child-menu .flex {
  display: flex;
}
#header .child-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .child-menu-test {
  display: none;
  width: 100vw;
  background-color: rgba(28, 65, 117, 0.95);
  padding: 60px 0;
  z-index: 5;
  position: absolute;
  flex-direction: row;
}
#header .child-menu-test__wrapper {
  display: flex;
}
#header .child-menu-test__wrapper .child-menu__title {
  color: #fff;
  margin-left: calc((100vw - 1280px) / 2 + 130px);
  width: 285px;
  border-right: solid 1px #fff;
}
#header .child-menu-test__wrapper .child-menu__title .en {
  font-family: "Averia Serif Libre", serif;
  display: block;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
#header .child-menu-test__wrapper .child-menu__title .ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  display: block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-left: 20px;
}
#header .child-menu-test__wrapper .child-menu-list {
  margin-left: 90px;
}
#header .child-menu-test__wrapper .child-menu-list .menu {
  align-items: center;
  margin-bottom: 15px;
}
#header .child-menu-test__wrapper .child-menu-list .menu .menu-detail {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
#header .child-menu-test__wrapper .child-menu-list .menu .menu-detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
}
#header .child-menu-test__wrapper .child-menu-list .menu .menu-detail:hover:before {
  opacity: 1;
}
#header .child-menu-test__wrapper .child-menu-list .menu:last-child {
  margin-bottom: 0;
}
#header .child-menu-test .flex {
  display: flex;
}
#header .child-menu-test.open {
  display: block;
}
#header .filter {
  display: none;
}

#footer {
  background-color: #1C4175;
}
#footer .footer-top {
  width: 100%;
  padding: 90px 0 0;
}
#footer .footer-top__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#footer .footer-top__wrapper .footer-top__nav {
  color: #fff;
  position: relative;
}
#footer .footer-top__wrapper .footer-top__nav section {
  letter-spacing: 0.03em;
}
#footer .footer-top__wrapper .footer-top__nav section .logo {
  margin-bottom: 40px;
  width: 280px;
  height: 50px;
}
#footer .footer-top__wrapper .footer-top__nav section .company-info .company {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#footer .footer-top__wrapper .footer-top__nav section .company-info .address p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#footer .footer-top__wrapper .footer-top__nav section .company-info .tel {
  font-size: 14px;
  font-weight: 500;
}
#footer .footer-top__wrapper .footer-top__nav section .company-info .time {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#footer .footer-top__wrapper .footer-top__nav section .menu-title {
  position: relative;
  margin-bottom: 30px;
}
#footer .footer-top__wrapper .footer-top__nav section .menu-title a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #fff;
}
#footer .footer-top__wrapper .footer-top__nav section .menu-title a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#footer .footer-top__wrapper .footer-top__nav section .menu-title a:hover:after {
  opacity: 1;
}
#footer .footer-top__wrapper .footer-top__nav section .menu-title.hs {
  margin-bottom: 15px;
}
#footer .footer-top__wrapper .footer-top__nav section .menu-title.mt {
  margin-top: 30px;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav {
  border-left: solid 1px #fff;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-title {
  display: block;
  margin: 11px 0;
  color: #fff;
  margin-bottom: 20px;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  color: #fff;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail a {
  position: relative;
  display: inline-block;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail a:hover:after {
  opacity: 1;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .nav-menu {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav.flex {
  display: flex;
}
#footer .footer-top__wrapper .footer-top__nav section .slide-child-nav.flex .nav-menu:first-child {
  margin-right: 60px;
}
#footer small {
  display: flex;
  align-items: center;
  width: 100%;
  height: 135px;
}
#footer small p {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  text-align: right;
}

.footer-cta-area {
  display: none;
}

/*SMP*/
@media only screen and (max-width: 1279px) {
  #header {
    font-size: 14px;
    line-height: 1.4;
  }
  #header .sp {
    display: none;
  }
  #header .__pc {
    display: none;
  }
  #header {
    height: 60px;
  }
  #header .header-wrapper {
    width: 100%;
    height: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
  }
  #header .header-wrapper__left .nav.first {
    width: 195px;
    height: 35px;
    margin-left: 10px;
  }
  #header .header-wrapper__left .nav.first .site-title {
    width: 285px;
    height: 35px;
  }
  #header .header-wrapper__left .nav.first .site-title a .color-filter {
    width: 195px;
  }
  #header .header-wrapper__left .nav.first .site-title a .color-filter img {
    height: 35px;
    transition: none;
  }
  #header .header-wrapper__left .nav.first .site-title a .color-filter img:hover {
    opacity: 1;
  }
  #header .header-wrapper__left .nav.first .tel {
    display: none;
  }
  #header .header-wrapper .nav, #header .header-wrapper .nav.contact {
    display: none;
  }
  #header .header-wrapper .nav.second {
    display: none;
  }
  #header .header-wrapper .header_hamburger {
    display: block;
    z-index: 200;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    background-color: #00509D;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-line {
    display: block;
    transition: all 0.3s ease;
    content: "";
    width: 25px;
    height: 2.5px;
    background-color: #fff;
    margin: 2px 0 4px;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open {
    background-color: #1C4175;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(10px, 11px);
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -2px);
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-text {
    opacity: 0;
  }
  #header .child-menu {
    display: none;
  }
  #header .filter {
    opacity: 0;
    display: none;
    opacity: 1;
    width: 100%;
    height: 100dvh;
    background-color: #1C4175;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
  }
  #header .filter .slide-nav {
    width: 280px;
    margin: 0 auto;
    padding-top: 60px;
    color: #fff;
    position: relative;
  }
  #header .filter .slide-nav section {
    border-bottom: solid 0.5px #EDEDED;
  }
  #header .filter .slide-nav section .menu-title {
    position: relative;
    margin: 15px 0;
    font-size: 12px;
    font-weight: bold;
  }
  #header .filter .slide-nav section .menu-title a {
    font-size: 15px;
    font-weight: bold;
  }
  #header .filter .slide-nav section .menu-title.hasChild {
    position: relative;
    font-size: 15px;
  }
  #header .filter .slide-nav section .menu-title.hasChild:before, #header .filter .slide-nav section .menu-title.hasChild:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: #fff;
  }
  #header .filter .slide-nav section .menu-title.hasChild:before {
    top: 10px;
    right: 10px;
  }
  #header .filter .slide-nav section .menu-title.hasChild:after {
    top: 10px;
    right: 10px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
  }
  #header .filter .slide-nav section .menu-title.hasChild.open:after {
    transform: rotate(0deg);
  }
  #header .filter .slide-nav section .slide-child-nav {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
  #header .filter .slide-nav section .slide-child-nav .menu-title {
    display: block;
    padding-left: 20px;
    margin: 15px 0;
  }
  #header .filter .slide-nav section .slide-child-nav .menu-detail {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  #header .filter .slide-nav section .slide-child-nav .menu-detail a span {
    display: inline-block;
    margin-left: 9px;
  }
  #header .filter .slide-nav section .slide-child-nav .nav-menu {
    position: relative;
  }
  #header .filter .slide-nav section .slide-child-nav .nav-menu:before {
    content: "";
    position: absolute;
    top: 1.5px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../images/header_footer/3line.png) no-repeat;
    background-size: contain;
  }
  #header .filter .slide-nav section .slide-child-nav.open {
    height: auto;
  }
  #header .filter .cta-btn-area {
    width: 296px;
    height: 58px;
    margin: 35px auto;
    background: linear-gradient(to left, #23ACD9, #057EE5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .filter .cta-btn-area .cta-btn .cta-copy {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 18px;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
  #top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  #header, #footer, .footer-cta-area {
    font-size: 14px;
    line-height: 1.4;
  }
  #header .sp, #footer .sp, .footer-cta-area .sp {
    display: block;
  }
  #header .__pc, #footer .__pc, .footer-cta-area .__pc {
    display: none;
  }
  #header {
    height: 60px;
  }
  #header .header-wrapper {
    width: 100%;
    height: 60px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
  }
  #header .header-wrapper__left .nav.first {
    width: 195px;
    height: 35px;
    margin-left: 10px;
  }
  #header .header-wrapper__left .nav.first .site-title {
    width: 285px;
    height: 35px;
  }
  #header .header-wrapper__left .nav.first .site-title a .color-filter {
    width: 195px;
  }
  #header .header-wrapper__left .nav.first .site-title a .color-filter img {
    height: 35px;
    transition: none;
  }
  #header .header-wrapper__left .nav.first .site-title a .color-filter img:hover {
    opacity: 1;
  }
  #header .header-wrapper__left .nav.first .tel {
    display: none;
  }
  #header .header-wrapper .nav, #header .header-wrapper .nav.contact {
    display: none;
  }
  #header .header-wrapper .header_hamburger {
    display: block;
    z-index: 200;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger {
    background-color: #00509D;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #header .header-wrapper .header_hamburger .hamburger .hamburger-line {
    display: block;
    transition: all 0.3s ease;
    content: "";
    width: 25px;
    height: 2.5px;
    background-color: #fff;
    margin: 2px 0 4px;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open {
    background-color: #1C4175;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(10px, 11px);
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(1px, -2px);
  }
  #header .header-wrapper .header_hamburger .hamburger.is-open .hamburger-text {
    opacity: 0;
  }
  #header .child-menu {
    display: none;
  }
  #header .filter {
    opacity: 0;
    display: none;
    opacity: 1;
    width: 100%;
    height: 100dvh;
    background-color: #1C4175;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
  }
  #header .filter .slide-nav {
    width: 280px;
    margin: 0 auto;
    padding-top: 60px;
    color: #fff;
    position: relative;
  }
  #header .filter .slide-nav section {
    border-bottom: solid 0.5px #EDEDED;
  }
  #header .filter .slide-nav section .menu-title {
    position: relative;
    margin: 15px 0;
    font-size: 12px;
    font-weight: bold;
  }
  #header .filter .slide-nav section .menu-title a {
    font-size: 15px;
    font-weight: bold;
  }
  #header .filter .slide-nav section .menu-title.hasChild {
    position: relative;
    font-size: 15px;
  }
  #header .filter .slide-nav section .menu-title.hasChild:before, #header .filter .slide-nav section .menu-title.hasChild:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1.5px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  #header .filter .slide-nav section .menu-title.hasChild:before {
    top: 10px;
    right: 10px;
  }
  #header .filter .slide-nav section .menu-title.hasChild:after {
    transform: rotate(-90deg);
  }
  #header .filter .slide-nav section .menu-title.open:after {
    transform: rotate(0deg);
  }
  #header .filter .slide-nav section .slide-child-nav {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
  }
  #header .filter .slide-nav section .slide-child-nav .menu-title {
    display: block;
    padding-left: 20px;
    margin: 15px 0;
  }
  #header .filter .slide-nav section .slide-child-nav .menu-detail {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 11px;
  }
  #header .filter .slide-nav section .slide-child-nav .nav-menu {
    position: relative;
  }
  #header .filter .slide-nav section .slide-child-nav .nav-menu:before {
    content: "";
    position: absolute;
    top: 1.5px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../images/header_footer/3line.png) no-repeat;
    background-size: contain;
  }
  #header .filter .slide-nav section .slide-child-nav.open {
    height: auto;
  }
  #header .filter .cta-btn-area {
    width: 296px;
    height: 58px;
    margin: 35px auto;
    background: linear-gradient(to left, #23ACD9, #057EE5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .filter .cta-btn-area .cta-btn .cta-copy {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 18px;
  }
  #header .filter.is-open {
    display: block;
    opacity: 1;
  }
  #footer .footer-top {
    padding: 45px 0 0;
  }
  #footer .footer-top__wrapper {
    width: 262px;
    flex-direction: column;
    position: relative;
  }
  #footer .footer-top__wrapper .footer-top__nav section {
    border-bottom: solid 0.5px #EDEDED;
  }
  #footer .footer-top__wrapper .footer-top__nav section .logo {
    margin: 0 auto 20px;
    width: 180px;
    height: 32px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .company-info {
    line-height: 1.58;
  }
  #footer .footer-top__wrapper .footer-top__nav section .company-info .company {
    font-size: 12px;
    text-align: center;
  }
  #footer .footer-top__wrapper .footer-top__nav section .company-info .address p {
    font-size: 12px;
    text-align: center;
  }
  #footer .footer-top__wrapper .footer-top__nav section .company-info .tel {
    font-size: 12px;
    text-align: center;
    display: block;
  }
  #footer .footer-top__wrapper .footer-top__nav section .company-info .time {
    font-size: 12px;
    text-align: center;
  }
  #footer .footer-top__wrapper .footer-top__nav section .menu-title {
    margin: 15px 0 15px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .menu-title a {
    font-size: 15px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .menu-title.hs {
    margin-bottom: 15px;
    position: relative;
  }
  #footer .footer-top__wrapper .footer-top__nav section .menu-title.mt {
    margin-top: 15px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .menu-title.sp {
    background: linear-gradient(to left, #23ACD9, #057EE5);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 296px;
    margin-left: -17px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .menu-title.mtn {
    margin-top: 0;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav {
    border: none;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-title {
    margin: 11px 0;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail {
    font-size: 12px;
    margin-bottom: 11px;
    letter-spacing: 0.005em;
    padding-left: 10px;
    position: relative;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail:before {
    content: "-";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .menu-detail a:hover:after {
    opacity: 0;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .nav-menu {
    font-size: 12px;
    padding-left: 35px;
    margin-right: 0;
    width: 290px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav .nav-menu:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    width: 13px;
    height: 13px;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav.flex {
    flex-direction: column;
  }
  #footer .footer-top__wrapper .footer-top__nav section .slide-child-nav.flex .nav-menu:first-child {
    margin-right: 60px;
  }
  #footer .footer-top__wrapper .footer-top__nav:first-child {
    order: 4;
  }
  #footer .footer-top__wrapper .footer-top__nav:first-child section {
    border-bottom: none;
  }
  #footer .footer-top__wrapper .footer-top__nav:nth-child(2) {
    order: 1;
  }
  #footer .footer-top__wrapper .footer-top__nav:nth-child(3) {
    order: 2;
  }
  #footer .footer-top__wrapper .footer-top__nav:nth-child(4) {
    order: 3;
    margin-bottom: 15px;
  }
  #footer .footer-top__wrapper .footer-top__nav:nth-child(4) section {
    border-bottom: none;
  }
  #footer .footer-top__wrapper .footer-top__nav:nth-child(4) section .menu-title.bb {
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: solid 0.5px #EDEDED;
  }
  #footer small {
    display: flex;
    align-items: center;
    width: 100%;
    height: 72px;
    margin-bottom: 60px;
  }
  #footer small p {
    width: 1200px;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
  }
  .footer-cta-area {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background-color: #fff;
    z-index: 20;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(90px);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .footer-cta-area .footer-cta {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0 0;
    transition: all 0.3s ease;
  }
  .footer-cta-area .footer-cta .tel_location {
    background: linear-gradient(to left, #23ACD9, #057EE5);
    width: 40%;
    min-width: 160px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-cta-area .footer-cta .tel_location a {
    display: flex;
  }
  .footer-cta-area .footer-cta .tel_location a img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .footer-cta-area .footer-cta .tel_location a .tel-number {
    color: #fff;
    font-size: 17.5px;
    font-family: "Averia Serif Libre", serif;
    margin-top: -4px;
    letter-spacing: 0.02em;
  }
  .footer-cta-area .footer-cta .tel_location .location {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
  }
  .footer-cta-area .footer-cta .contact {
    background: linear-gradient(to left, #23ACD9, #057EE5);
    width: 40%;
    min-width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .footer-cta-area .footer-cta .contact a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .footer-cta-area .footer-cta .contact a img {
    width: 20px;
    height: 15px;
    margin-right: 15px;
  }
  .footer-cta-area .footer-cta .contact a p {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
  }
  .footer-cta-area .footer-cta .go-top {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .footer-cta-area .footer-cta .go-top img {
    width: 100%;
  }
  .footer-cta-area.footer-cta-scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}
/*トップページ*/
#top *,
#top ::before,
#top ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  line-height: 1.625;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
#top p {
  margin: 0;
}
#top h1,
#top h2,
#top h3,
#top h4,
#top h5,
#top h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#top ul,
#top ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top li {
  list-style: none;
}
#top .sp {
  display: none;
}
#top a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#top img {
  vertical-align: bottom;
}
#top button {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
#top button,
#top [type=button],
#top [type=reset],
#top [type=submit] {
  cursor: pointer;
}
#top button:disabled,
#top [type=button]:disabled,
#top [type=reset]:disabled,
#top [type=submit]:disabled {
  cursor: default;
}
#top .fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#top .fadein.is-active {
  opacity: 1;
}
#top .fadein.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}
#top .fadein.fadeup.is-active {
  opacity: 1;
  transform: translateY(0);
}
#top section {
  padding: 0 0 90px;
}
#top .section-title__en {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-family: "Averia Serif Libre", serif;
  font-size: 80px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
#top .section-title__en .blue {
  color: #057EE5;
  font-family: "Averia Serif Libre", serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
#top .section-title__en .white {
  color: #fff;
  font-family: "Averia Serif Libre", serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
#top .section-title__ja {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 600;
  color: #242936;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
#top .more {
  background-color: #1C4175;
  border: solid 1px #1C4175;
  width: 268px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
#top .more__text {
  font-weight: bold;
  color: #fff;
  transition: all 0.3s ease;
}
#top .more .square {
  width: 6px;
  height: 6px;
  background-color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease;
}
#top .more:hover {
  background-color: #fff;
}
#top .more:hover .more__text {
  color: #1C4175;
}
#top .more:hover .square {
  background-color: #1C4175;
}
#top .mv {
  padding: 0;
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
}
#top .mv__wrapper {
  width: calc(100vw - 100px);
  margin: 0 auto;
  height: calc(100vh - 110px);
  display: flex;
  justify-content: flex-end;
  position: relative;
}
#top .mv__wrapper .mv-animate {
  width: 100%;
  height: 100%;
  z-index: -10;
}
#top .mv__wrapper .mv-animate .mv-img {
  width: 100%;
  height: 100%;
  position: relative;
}
#top .mv__wrapper .mv-animate .mv-img img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out, visibility 2s ease-in-out;
  visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .mv__wrapper .mv-animate .mv-img img.active {
  opacity: 1;
  visibility: visible;
}
#top .mv__wrapper .mv-copy {
  position: absolute;
  bottom: 100px;
  left: 90px;
  width: 745px;
}
#top .mv__wrapper .mv-copy__title {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1.33;
}
#top .mv__wrapper .mv-copy__text {
  font-family: "Averia Serif Libre", serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
#top .mv .scroll {
  position: absolute;
  bottom: 150px;
  left: 11px;
}
#top .mv .scroll p {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  writing-mode: vertical-rl;
  color: #1D4988;
}
#top .mv .scroll:after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: 100px;
  background: #707070;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 70px;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 190px;
    opacity: 0;
  }
}
#top .mv:before {
  content: "";
  width: 33.3333333333vw;
  height: calc(100vh + 60px);
  background-color: #F0F0F0;
  display: block;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -10;
}
#top .about__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#top .about__wrapper .what {
  writing-mode: vertical-rl;
  position: absolute;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  color: #32639D;
  font-size: 24px;
  bottom: 185px;
}
#top .about__wrapper .inner {
  padding: 100px 100px 0;
}
#top .about__wrapper .inner .section-title {
  position: relative;
}
#top .about__wrapper .inner .section-title .white.sp {
  display: inline;
  color: #333;
}
#top .about__wrapper .inner .section-title__en {
  display: block;
  margin-top: 40px;
}
#top .about__wrapper .inner .section-title__en:before {
  content: "";
  width: 310px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 100px;
  background: linear-gradient(to right, #057EE5 200px, white 200px);
}
#top .about__wrapper .inner .section-title:before {
  content: "";
  display: block;
  width: 1000px;
  height: 619px;
  background: url(../images/top/toppage_4.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: -140px;
  left: 260px;
  z-index: -10;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
}
#top .about__wrapper .inner .section-title.animate:before {
  clip-path: inset(0);
}
#top .about__wrapper .inner .section-title:after {
  content: "";
  display: block;
  width: 800px;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  top: 115px;
  left: -412px;
  transform: rotate(-50deg);
  z-index: -20;
}
#top .about__wrapper .inner .sec-copy {
  padding-top: 70px;
  width: 751px;
  background-color: #fff;
}
#top .about__wrapper .inner .sec-copy h3 {
  font-size: 36px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.1em;
  margin: 0 0 40px 0;
}
#top .about__wrapper .inner .sec-copy__text {
  width: 611px;
  margin-bottom: 42px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
#top .business {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
#top .business__wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
#top .business__wrapper .business__top {
  width: 100%;
  max-width: 1090px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 auto 60px;
}
#top .business__wrapper .business__top .section-title__ja {
  margin-left: 35px;
}
#top .business__wrapper .business__top .business__exp {
  width: 685px;
  letter-spacing: 0.02em;
}
#top .business__wrapper .contents .business__list {
  display: flex;
  justify-content: space-between;
}
#top .business__wrapper .contents .business__list li a {
  display: block;
  width: 398px;
}
#top .business__wrapper .contents .business__list li a .img {
  width: 100%;
  height: 528px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#top .business__wrapper .contents .business__list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#top .business__wrapper .contents .business__list li a .detail .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  margin: 20px 0 15px;
}
#top .business__wrapper .contents .business__list li a .detail .title h3 .ps {
  display: inline;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
  border-bottom: solid 1px transparent;
  transition: opacity 0.3s ease;
}
#top .business__wrapper .contents .business__list li a .detail .title h3 .ps.pc {
  display: inline;
}
#top .business__wrapper .contents .business__list li a .detail .title .arrow {
  width: 32px;
  height: 6px;
  background: url(../images/top/right__black.png) no-repeat;
  background-size: contain;
}
#top .business__wrapper .contents .business__list li a .detail .text p {
  letter-spacing: 0.03em;
}
#top .business__wrapper .contents .business__list li a:hover {
  cursor: pointer;
}
#top .business__wrapper .contents .business__list li a:hover .img img {
  transform: scale(1.2);
}
#top .business__wrapper .contents .business__list li a:hover .detail .title h3 .ps {
  color: #057EE5;
  border-bottom: solid 1px #057EE5;
}
#top .business__wrapper .contents .business__list li a:hover .detail .title .arrow {
  background: url(../images/top/right__blue.png) no-repeat;
  background-size: contain;
}
#top .business__wrapper .contents .business__list li a:hover .detail .text p {
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #top .business__wrapper .contents .business__list li a {
    display: block;
    width: 320px;
  }
  #top .business__wrapper .contents .business__list li a .img {
    width: 100%;
    height: auto;
    aspect-ratio: 199/264;
  }
  #top .business__wrapper .contents .business__list li a .detail .title h3 .ps {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  #top .business__wrapper .contents .business__list li a .detail .text p {
    font-size: 15px;
  }
}
#top .business__wrapper .contents .business__list .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 30px;
}
#top .business__wrapper .contents .business__list .right li a {
  width: 264px;
}
#top .business__wrapper .contents .business__list .right li a .img {
  width: 264px;
  height: 298px;
}
#top .business__wrapper .contents .business__list .right li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#top .business__wrapper .contents .business__list .right li a .detail .title {
  padding-right: 10px;
}
#top .business__wrapper .contents .business__list .right li:nth-child(4), #top .business__wrapper .contents .business__list .right li:nth-child(5), #top .business__wrapper .contents .business__list .right li:nth-child(6) {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #top .business__wrapper .contents .business__list .right {
    margin-left: 10px;
  }
  #top .business__wrapper .contents .business__list .right li {
    width: 32%;
  }
  #top .business__wrapper .contents .business__list .right li a {
    width: 100%;
  }
  #top .business__wrapper .contents .business__list .right li a .img {
    width: 100%;
    height: auto;
    aspect-ratio: 199/264;
  }
  #top .business__wrapper .contents .business__list .right li a .detail .title {
    padding-right: 10px;
    margin: 25px 0 20px;
  }
  #top .business__wrapper .contents .business__list .right li:nth-child(4), #top .business__wrapper .contents .business__list .right li:nth-child(5), #top .business__wrapper .contents .business__list .right li:nth-child(6) {
    margin-top: 30px;
  }
}
#top .business:before {
  content: "";
  display: block;
  width: 1373px;
  height: 1229px;
  background-color: #EEE;
  clip-path: polygon(70% 0, 100% 0, 30% 100%, 0% 100%);
  position: absolute;
  z-index: -10;
  top: 0px;
  right: 170px;
}
#top .works__wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#top .works__wrapper .inner {
  margin-bottom: 80px;
  padding: 0 100px;
}
#top .works__wrapper .inner .section-title__ja {
  margin-left: 35px;
}
#top .works__wrapper .inner .sec-copy {
  padding-top: 45px;
  width: 507px;
}
#top .works__wrapper .inner .sec-copy__text {
  width: 507px;
  margin-bottom: 42px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.03em;
}
#top .works__wrapper .inner .sec-copy .works__img {
  display: flex;
  width: 507px;
  justify-content: space-between;
  margin-top: 60px;
}
#top .works__wrapper .inner .sec-copy .works__img li img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
#top .works__wrapper .img img {
  width: 500px;
  height: 620px;
  object-fit: cover;
}
#top .company {
  padding: 0 0 140px;
}
#top .company .image-area.parallax {
  position: relative;
  width: 100%;
  height: 576px;
  background-position: center top;
  background-attachment: fixed;
  background-image: url(../images/top/toppage_16_pc.jpg);
  background-size: cover;
  z-index: -10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#top .company .image-area.parallax:before {
  content: "";
  display: block;
  width: 575px;
  height: 85px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
#top .company .image-area.parallax .section-title {
  text-align: right;
  padding-right: 100px;
  margin-top: 100px;
}
#top .company .image-area.parallax .section-title__ja {
  color: #fff;
  margin-right: 23px;
}
#top .company .image-area.parallax .sec-copy {
  width: 882px;
  padding-right: 100px;
  margin-top: 40px;
}
#top .company .image-area.parallax .sec-copy__text {
  color: #fff;
}
#top .company .contents {
  margin-top: -70px;
  position: relative;
  z-index: 10;
}
#top .company .contents__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#top .company .contents__wrapper .company__list {
  width: 100%;
  max-width: 1145px;
  display: flex;
  justify-content: space-between;
}
#top .company .contents__wrapper .company__list li a {
  display: block;
  width: 355px;
}
#top .company .contents__wrapper .company__list li a .img {
  width: 100%;
  height: 213px;
  overflow: hidden;
}
#top .company .contents__wrapper .company__list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
#top .company .contents__wrapper .company__list li a .detail .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  margin: 20px 0 0;
}
#top .company .contents__wrapper .company__list li a .detail .title h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px transparent;
  line-height: 1;
  transition: all 0.3s ease;
}
#top .company .contents__wrapper .company__list li a .detail .title .img {
  width: 32px;
  height: 6px;
  background: url(../images/top/right__black.png) no-repeat;
  background-size: contain;
}
#top .company .contents__wrapper .company__list li a:hover {
  cursor: pointer;
}
#top .company .contents__wrapper .company__list li a:hover .img img {
  transform: scale(1.2);
}
#top .company .contents__wrapper .company__list li a:hover .detail .title h3 {
  color: #057EE5;
  border-bottom: solid 1px #057EE5;
}
#top .company .contents__wrapper .company__list li a:hover .detail .title .img {
  background: url(../images/top/right__blue.png) no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #top .company .contents__wrapper .company__list li {
    width: 30%;
  }
  #top .company .contents__wrapper .company__list li a {
    display: block;
    width: 100%;
  }
  #top .company .contents__wrapper .company__list li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 355/213;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #top .company .contents__wrapper .company__list {
    width: 90%;
  }
}
#top .company .contents:before {
  content: "";
  display: block;
  width: 95%;
  max-width: 1700px;
  height: 395px;
  position: absolute;
  top: -80px;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #top .company .contents:before {
    max-width: 1337px;
  }
}
#top .news {
  position: relative;
}
#top .news__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  max-width: 1102px;
}
#top .news__wrapper .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .news__wrapper .news-top .more.pc {
  display: flex !important;
}
#top .news__wrapper .news-top .section-title__ja {
  margin-left: 35px;
}
#top .news__wrapper .contents {
  max-width: 1056px;
  width: 100%;
  margin-top: 60px;
}
#top .news__wrapper .contents .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .news__wrapper .contents .news-list .news-item a {
  width: 503px;
  height: 81px;
  display: flex;
}
#top .news__wrapper .contents .news-list .news-item a .detail {
  width: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top .news__wrapper .contents .news-list .news-item a .detail .top .news-title {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.03em;
  overflow: hidden;
  height: 50px;
  border-bottom: solid 1px transparent;
  transition: border-bottom 0.3s ease;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
#top .news__wrapper .contents .news-list .news-item a .detail .bottom {
  display: flex;
}
#top .news__wrapper .contents .news-list .news-item a .detail .bottom time {
  color: #777777;
  font-family: "Averia Serif Libre", serif;
  margin-right: 30px;
  line-height: 1;
}
#top .news__wrapper .contents .news-list .news-item a .detail .bottom .cat {
  color: #777777;
  font-weight: 500;
  line-height: 1;
}
#top .news__wrapper .contents .news-list .news-item a .thumbnail {
  width: 118px;
  height: 81px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
#top .news__wrapper .contents .news-list .news-item a .thumbnail img {
  width: 118px;
  height: 81px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
#top .news__wrapper .contents .news-list .news-item a:hover .detail .top .news-title span {
  border-bottom: solid 1px #333;
}
#top .news__wrapper .contents .news-list .news-item a:hover .thumbnail img {
  scale: 1.2;
}
#top .news__wrapper .contents .news-list .news-item:nth-child(3), #top .news__wrapper .contents .news-list .news-item:nth-child(4) {
  margin-top: 50px;
}
#top .news__wrapper .contents .more.sp {
  display: none;
}
#top .news:before {
  content: "";
  width: 33.3333333333vw;
  height: 1170px;
  background-color: #F0F0F0;
  display: block;
  position: absolute;
  top: -350px;
  left: 0;
  z-index: -10;
}
#top .recruit {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
#top .recruit .image-area.parallax2 {
  position: relative;
  width: 100%;
  height: 600px;
  clip-path: polygon(42% 0, 100% 0, 100% 87.5%, 58% 100%, 0 100%, 0 12.5%);
  background-position: center top;
  background-attachment: fixed;
  background-image: linear-gradient(to left, rgba(35, 172, 217, 0.7), rgba(5, 126, 229, 0.7)), url(../images/top/toppage_20_pc.jpg);
  background-size: cover;
  z-index: -10;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .recruit .image-area.parallax2 .section-title {
  text-align: center;
  margin-top: 90px;
}
#top .recruit .image-area.parallax2 .section-title__ja {
  color: #fff;
}
#top .recruit .image-area.parallax2 .sec-copy {
  width: 877px;
  margin: 50px 0 40px;
}
#top .recruit .image-area.parallax2 .sec-copy h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#top .recruit .image-area.parallax2 .sec-copy__text {
  color: #fff;
  text-align: center;
}
#top .recruit .image-area.parallax2 .more {
  border: solid 1px #fff;
  background-color: transparent;
}
#top .recruit .image-area.parallax2 .more:hover {
  border: solid 1px #1C4175;
  background-color: #1C4175;
}
#top .recruit .image-area.parallax2 .more:hover .square {
  background-color: #fff;
}
#top .recruit .image-area.parallax2 .more:hover .more__text {
  color: #fff;
}

/*SMP*/
@media only screen and (max-width: 1024px) {
  #top *,
  #top ::before,
  #top ::after {
    font-size: 12px;
  }
  #top p {
    margin: 0;
  }
  #top h1,
  #top h2,
  #top h3,
  #top h4,
  #top h5,
  #top h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  #top ul,
  #top ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #top li {
    list-style: none;
  }
  #top .sp {
    display: block;
  }
  #top a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  #top img {
    vertical-align: bottom;
  }
  #top button {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
  }
  #top button,
  #top [type=button],
  #top [type=reset],
  #top [type=submit] {
    cursor: pointer;
  }
  #top button:disabled,
  #top [type=button]:disabled,
  #top [type=reset]:disabled,
  #top [type=submit]:disabled {
    cursor: default;
  }
  #top .section-title__en {
    font-family: "Averia Serif Libre", serif;
    font-size: 40px;
    letter-spacing: 0.05em;
  }
  #top .section-title__en .blue {
    font-size: 40px;
  }
  #top .section-title__en .white {
    font-size: 40px;
  }
  #top .section-title__ja {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-top: 0px;
  }
  #top .more {
    width: 175px;
    height: 38px;
  }
  #top .more .square {
    width: 5px;
    height: 5px;
    margin-right: 7.5px;
  }
  #top .more:hover .more__text {
    color: #A98045;
  }
  #top .more:hover .arrow {
    scale: 0.75;
    background-color: #A98045;
  }
  #top section {
    padding: 0 0 45px;
  }
  #top .mv {
    margin-bottom: 30px;
  }
  #top .mv__wrapper {
    width: 100%;
    height: 100dvh;
    max-height: 500px;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  #top .mv__wrapper .mv-animate {
    width: 100%;
    height: 100%;
    z-index: -10;
    position: relative;
  }
  #top .mv__wrapper .mv-animate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(21, 24, 29, 0.5);
    z-index: 10;
  }
  #top .mv__wrapper .mv-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
  }
  #top .mv__wrapper .mv-copy__title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
  #top .mv__wrapper .mv-copy__text {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.05em;
  }
  #top .mv:before {
    display: none;
  }
  #top .about__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
  #top .about__wrapper .what {
    font-size: 12px;
    bottom: 138px;
    left: -23px;
  }
  #top .about__wrapper .inner {
    padding: 60px 0 0 0;
  }
  #top .about__wrapper .inner .section-title {
    margin-bottom: 40px;
  }
  #top .about__wrapper .inner .section-title__en {
    display: block;
    margin-top: 0;
  }
  #top .about__wrapper .inner .section-title__en .white.sp {
    color: white;
  }
  #top .about__wrapper .inner .section-title__en:before {
    width: 155px;
    height: 2.5px;
    bottom: -10px;
    left: 50px;
    background: linear-gradient(to right, #057EE5 100px, white 100px);
  }
  #top .about__wrapper .inner .section-title:before {
    width: 255px;
    height: 158px;
    background: url(../images/top/toppage_4_20241223.png) no-repeat;
    background-size: cover;
    top: -60px;
    left: 105px;
  }
  #top .about__wrapper .inner .sec-copy {
    width: 250px;
    padding: 0 0 0 25px;
    background-color: transparent;
  }
  #top .about__wrapper .inner .sec-copy h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #top .about__wrapper .inner .sec-copy__text {
    width: 289px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #top .about__wrapper:before {
    top: -100px;
    right: -70px;
    width: 220px;
    height: 260px;
  }
  #top .about__wrapper:after {
    display: none;
  }
  #top .business {
    padding: 30px 0 0;
  }
  #top .business__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
  #top .business__wrapper .business__top {
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    align-items: normal;
    margin: 0 auto 30px;
  }
  #top .business__wrapper .business__top .section-title__ja {
    margin-left: 17px;
  }
  #top .business__wrapper .business__top .business__exp {
    margin-top: 30px;
    width: 320px;
    letter-spacing: 0.03em;
  }
  #top .business__wrapper .contents .business__list {
    flex-direction: column;
  }
  #top .business__wrapper .contents .business__list li {
    margin-bottom: 30px;
  }
  #top .business__wrapper .contents .business__list li a {
    display: block;
    width: 320px;
  }
  #top .business__wrapper .contents .business__list li a .img {
    width: 100%;
    height: 160px;
  }
  #top .business__wrapper .contents .business__list li a .img img {
    width: 100%;
    height: 100%;
  }
  #top .business__wrapper .contents .business__list li a .detail .title {
    padding-right: 10px;
    margin: 15px 0 12.5px;
  }
  #top .business__wrapper .contents .business__list li a .detail .title h3 .ps {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  #top .business__wrapper .contents .business__list li a .detail .title img {
    width: 17.5px;
    height: 3.3px;
  }
  #top .business__wrapper .contents .business__list li a .detail .text p {
    letter-spacing: 0.03em;
  }
  #top .business__wrapper .contents .business__list li a:hover {
    cursor: pointer;
  }
  #top .business__wrapper .contents .business__list li:last-child {
    margin-bottom: 0;
  }
  #top .business__wrapper .contents .business__list .right {
    flex-direction: column;
    margin-left: 0px;
  }
  #top .business__wrapper .contents .business__list .right li a {
    width: 320px;
  }
  #top .business__wrapper .contents .business__list .right li a .img {
    width: 320px;
    height: 160px;
  }
  #top .business__wrapper .contents .business__list .right li a .detail .title {
    margin: 15px 0 12.5px;
  }
  #top .business__wrapper .contents .business__list .right li:last-child {
    margin-bottom: 20px;
  }
  #top .business__wrapper .contents .business__list .right li:nth-child(4), #top .business__wrapper .contents .business__list .right li:nth-child(5), #top .business__wrapper .contents .business__list .right li:nth-child(6) {
    margin-top: 0px;
  }
  #top .business:before {
    width: 686px;
    height: 615px;
    clip-path: polygon(70% 0, 100% 0, 30% 100%, 0% 100%);
    top: 0px;
    right: 30px;
  }
  #top .works {
    position: relative;
    padding-top: 75px;
  }
  #top .works__wrapper {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #top .works__wrapper .inner {
    margin-bottom: 0px;
    padding: 0;
  }
  #top .works__wrapper .inner .section-title__ja {
    margin-left: 17px;
  }
  #top .works__wrapper .inner .sec-copy {
    padding-top: 30px;
    width: 300px;
  }
  #top .works__wrapper .inner .sec-copy__text {
    width: 230px;
    margin-bottom: 25px;
  }
  #top .works__wrapper .inner .sec-copy .works__img {
    width: 300px;
    margin-top: 25px;
  }
  #top .works__wrapper .inner .sec-copy .works__img li img {
    width: 90px;
    height: 90px;
  }
  #top .works__wrapper .img {
    position: absolute;
    top: -85px;
    right: -65px;
    z-index: -10;
  }
  #top .works__wrapper .img img {
    width: 190px;
    height: 280px;
  }
  #top .company {
    padding: 0 0 45px;
  }
  #top .company .image-area.parallax {
    position: relative;
    width: 100%;
    height: 133px;
    background-attachment: scroll;
    background-image: url(../images/top/toppage_16_smp.jpg);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #top .company .image-area.parallax:before {
    display: none;
  }
  #top .company .image-area.parallax .section-title {
    text-align: center;
    padding-right: 0px;
    margin-top: 0px;
  }
  #top .company .sec-copy {
    width: 320px;
    margin: 30px auto 27px;
    padding-right: 0px;
  }
  #top .company .sec-copy__text {
    color: #333;
  }
  #top .company .contents {
    margin-top: 0px;
    position: relative;
    z-index: 10;
  }
  #top .company .contents__wrapper {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #top .company .contents__wrapper .company__list {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #top .company .contents__wrapper .company__list li {
    margin-bottom: 20px;
  }
  #top .company .contents__wrapper .company__list li a {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  #top .company .contents__wrapper .company__list li a .img {
    width: 100%;
    height: 150px;
  }
  #top .company .contents__wrapper .company__list li a .img img {
    width: 100%;
    object-fit: cover;
  }
  #top .company .contents__wrapper .company__list li a .detail .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    margin: 12.5px 0 0 10px;
  }
  #top .company .contents__wrapper .company__list li a .detail .title h3 {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  #top .company .contents__wrapper .company__list li a .detail .title img {
    width: 17.5px;
    height: 3.3px;
  }
  #top .company .contents__wrapper .company__list li a:hover {
    cursor: pointer;
  }
  #top .company .contents:before {
    display: none;
  }
  #top .news {
    position: relative;
    padding-top: 30px;
  }
  #top .news__wrapper {
    max-width: 320px;
    margin: 0 auto;
    max-width: 320px;
  }
  #top .news__wrapper .news-top .more.pc {
    display: none !important;
  }
  #top .news__wrapper .news-top .section-title__ja {
    margin-left: 17px;
  }
  #top .news__wrapper .contents {
    max-width: 320px;
    margin-top: 30px;
  }
  #top .news__wrapper .contents .news-list .news-item {
    margin-bottom: 25px;
  }
  #top .news__wrapper .contents .news-list .news-item a {
    width: 320px;
    height: 74px;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail {
    width: 200px;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .top .news-title {
    height: 35px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .bottom {
    flex-direction: column;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .bottom time {
    margin-right: 30px;
    line-height: 1.5;
  }
  #top .news__wrapper .contents .news-list .news-item a .detail .bottom .cat {
    line-height: 1.5;
  }
  #top .news__wrapper .contents .news-list .news-item a .thumbnail {
    width: 118px;
    height: 74px;
    margin-right: 30px;
  }
  #top .news__wrapper .contents .news-list .news-item a .thumbnail img {
    width: 107px;
    height: 74px;
  }
  #top .news__wrapper .contents .news-list .news-item a:hover .detail .bottom .news-title:before {
    opacity: 0;
  }
  #top .news__wrapper .contents .news-list .news-item a:hover .thumbnail img {
    scale: 1;
  }
  #top .news__wrapper .contents .news-list .news-item:nth-child(3), #top .news__wrapper .contents .news-list .news-item:nth-child(4) {
    margin-top: 0;
  }
  #top .news__wrapper .contents .more.sp {
    display: flex !important;
    margin: 5px auto 0;
  }
  #top .news:before {
    width: 50%;
    height: 650px;
    top: 0px;
    left: 0;
  }
  #top .recruit .image-area.parallax2 {
    height: 406px;
    clip-path: none;
    background-image: linear-gradient(to left, rgba(35, 172, 217, 0.7), rgba(5, 126, 229, 0.7)), url(../images/top/toppage_20_smp.jpg);
    justify-content: center;
  }
  #top .recruit .image-area.parallax2 .section-title {
    margin-top: 0px;
  }
  #top .recruit .image-area.parallax2 .sec-copy {
    width: 320px;
    margin: 30px 0 20px;
  }
  #top .recruit .image-area.parallax2 .sec-copy h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #top .recruit .image-area.parallax2 .sec-copy__text {
    text-align: left;
  }
}