@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
@font-face {
  font-family: "shell-font";
  src: url("../../assets2026/font/ShellJPN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "shell-font";
  src: url("../../assets2026/font/ShellJPN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "shell-font";
  src: url("../../assets2026/font/ShellJPN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "shell-font";
  src: url("../../assets2026/font/ShellJPN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 787px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 788px) {
  .is-sp {
    display: none !important;
  }
}
body,
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "shell-font", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 787px) {
  body {
    margin: 0 auto;
    font-size: 14px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 787px) {
  .inner {
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 370px) {
  .inner {
    padding: 0 15px;
  }
}

.l-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 787px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 370px) {
  .l-inner {
    padding: 0 15px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 787px) {
  .header-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "shell-font", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
  color: #000;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

@media screen and (max-width: 787px) {
  .newbody {
    margin-top: 50px !important;
  }
}

.drawer-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #fbce07;
  z-index: 1001;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 788px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #004889;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #004889;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #004889;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #004e89;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow-y: auto;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding-bottom: 80px;
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.header2026 {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 787px) {
  .header2026 {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
.header2026 .header-flex {
  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;
}
.header2026 .logo {
  max-width: 450px;
  margin-right: 40px;
}
.header2026 .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header2026 .logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 787px) {
  .header2026 .logo a {
    display: block;
    width: calc(100% - 30px);
    max-width: 427px;
    padding: 12.885px 0;
    width: 280px;
  }
}
@media screen and (max-width: 370px) {
  .header2026 .logo a {
    width: 250px;
  }
}
@media screen and (max-width: 1400px) {
  .header2026 .logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .header2026 .logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 787px) {
  .header2026 .logo {
    max-width: 427px;
    width: calc(100% - 30px);
  }
}
.header2026 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header2026 .right ul li {
  position: relative;
}
.header2026 .right ul li a {
  padding: 10px 0px;
  margin: 0 10px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-weight: 500;
  display: block;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  /* 縦中央 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 4px solid transparent;
  /* 横中央もやるなら */
}
.header2026 .right ul li a:hover {
  border-bottom: 4px solid #fbce07;
}
.header2026 .right ul li a.active {
  border-bottom: 4px solid #fbce07;
}
@media screen and (max-width: 1400px) {
  .header2026 .right ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header2026 .right ul li a {
    font-size: 12px;
    height: 72px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1000px) {
  .header2026 .right ul li a {
    font-size: 10px;
    height: 72px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 900px) {
  .header2026 .right ul li a {
    font-size: 9px;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 787px) {
  .section {
    padding: 50px 0;
  }
}

.section-title {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 787px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .ja {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 787px) {
  .section-title .ja {
    margin-top: 10px;
    font-size: 20px;
  }
}
.section-title .en1 {
  font-size: 38px;
  font-weight: 700;
  font-family: "shell-font", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 787px) {
  .section-title .en1 {
    font-size: 30px;
  }
}
.section-title .en2 {
  color: #C5C5C5;
  font-size: 136px;
  font-weight: 700;
  font-family: "shell-font", sans-serif;
  line-height: 1;
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 787px) {
  .section-title .en2 {
    font-size: 55px;
  }
}

.section-btn {
  position: relative;
  z-index: 3;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .section-btn {
    margin-top: 30px;
    text-align: center;
  }
}
.section-btn a {
  border: 3px solid #fbce07;
  background: #fff;
  border-radius: 40px;
  padding: 12px 40px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  white-space: nowrap;
}
.section-btn a:hover {
  background: #fbce07;
}
@media screen and (max-width: 787px) {
  .section-btn a {
    padding: 10px 30px;
  }
}

.top-news {
  background: #FAFAFA;
  position: relative;
}
.top-news::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  background: #fbce07;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-news .path {
  position: absolute;
  left: 0;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .top-news .path {
    width: 2px;
  }
}
@media screen and (min-width: 788px) {
  .top-news .section-title .en2 {
    left: -45%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 787px) {
  .top-news .flex {
    display: block;
  }
}
.top-news .flex .left {
  width: 60%;
}
@media screen and (max-width: 787px) {
  .top-news .flex .left {
    width: 100%;
  }
}
@media screen and (min-width: 788px) {
  .top-news .flex .left .heading {
    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;
  }
}
@media screen and (max-width: 787px) {
  .top-news .flex .left ul {
    margin-bottom: 20px;
  }
}
.top-news .flex .left ul li a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #C5C5C5;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 787px) {
  .top-news .flex .left ul li a {
    padding: 20px 0;
  }
}
.top-news .flex .left ul li a:hover {
  opacity: 0.6;
}
.top-news .flex .left ul li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: ">";
  font-weight: 600;
}
@media screen and (max-width: 787px) {
  .top-news .flex .left ul li a {
    font-size: 14px;
  }
}
.top-news .flex .left ul li a .time {
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 787px) {
  .top-news .flex .left ul li a .time {
    margin-bottom: 8px;
  }
}
.top-news .flex .left ul li a h3 {
  font-weight: 500;
  text-decoration: underline;
  padding-right: 20px;
}
.top-news .flex .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 6%;
}
@media screen and (max-width: 787px) {
  .top-news .flex .right {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }
}
.top-news .flex .right img {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 787px) {
  .top-news .flex .right img {
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 788px) {
  .top-news .section-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 788px) {
  .top-news .section-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 788px) {
  .top-news .heading {
    margin-bottom: 50px;
  }
}

.top-feature {
  position: relative;
}
.top-feature::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  background: #fbce07;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-feature .path {
  position: absolute;
  right: 0;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .top-feature .path {
    width: 2px;
  }
}
.top-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 787px) {
  .top-feature ul {
    display: block;
  }
}
@media screen and (min-width: 788px) {
  .top-feature ul li {
    width: 47%;
  }
  .top-feature ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.top-feature ul li a {
  display: block;
  -webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-feature ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 787px) {
  .top-feature ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-feature ul li:last-child {
    margin-bottom: 0;
  }
}

.mv {
  position: relative;
}
.mv .mv-cta {
  position: absolute;
  right: 7%;
  top: 78%;
  max-width: 450px;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 787px) {
  .mv .mv-cta {
    position: initial;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: -80px;
  }
}
.mv .mv-cta ul {
  width: 47%;
}
.mv .mv-cta ul li {
  margin-bottom: 15px;
}
.mv .mv-cta ul:first-child {
  margin-top: 80px;
}
@media screen and (max-width: 787px) {
  .mv .mv-cta ul:first-child {
    margin-top: 0;
  }
}
.mv .mv-cta ul a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv .mv-cta ul a:hover {
  opacity: 0.6;
}

.top-blog::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  background: #fbce07;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-blog {
  position: relative;
}
.top-blog .path {
  position: absolute;
  left: 0;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .top-blog .path {
    width: 2px;
  }
}
.top-blog {
  background: #FAFAFA;
}
.top-blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 787px) {
  .top-blog ul {
    display: block;
  }
}
.top-blog ul li {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 788px) {
  .top-blog ul li {
    width: 32%;
  }
  .top-blog ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 787px) {
  .top-blog ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-blog ul li:last-child {
    margin-bottom: 0;
  }
}
.top-blog ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-blog ul li a:hover {
  opacity: 0.6;
}
.top-product::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  background: #fbce07;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-product {
  position: relative;
}
.top-product .path {
  position: absolute;
  right: 0;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .top-product .path {
    width: 2px;
  }
}
.top-product ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 788px) {
  .top-product ul li {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
  .top-product ul li:nth-child(4n) {
    margin-right: 0;
  }
  .top-product ul li:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 787px) {
  .top-product ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .top-product ul li:nth-child(2n) {
    margin-right: 0;
  }
  .top-product ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.top-product ul a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid #C5C5C5;
  border-radius: 30px;
  overflow: hidden;
}
.top-product ul a:hover {
  border: 4px solid #fbce07;
}
.top-product .bg {
  position: absolute;
  left: 0;
  max-width: 1300px;
  top: 39%;
  padding-right: 40px;
}
@media screen and (max-width: 787px) {
  .top-product .bg {
    display: none;
  }
}
.top-product .inner {
  position: relative;
  z-index: 3;
}

.mv .mv-cta {
  z-index: 10;
}

.top-company {
  background: #FAFAFA;
  position: relative;
}
.top-company::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 50%;
  background: #fbce07;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-company .path {
  position: absolute;
  left: 0;
  width: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 787px) {
  .top-company .path {
    width: 2px;
  }
}
.top-company .row1 {
  margin-bottom: 40px;
}
.top-company .flex {
  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;
}
@media screen and (max-width: 787px) {
  .top-company .flex {
    display: block;
  }
}
.top-company .flex .img {
  width: 50%;
}
@media screen and (max-width: 787px) {
  .top-company .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-company .flex .img img {
  border-radius: 30px;
}
.top-company .flex .contents {
  width: 45%;
}
@media screen and (max-width: 787px) {
  .top-company .flex .contents {
    width: 100%;
  }
}
.top-company .flex .contents .link {
  margin-bottom: 10px;
}
.top-company .flex .contents .link a {
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 787px) {
  .top-company .flex .contents .link a {
    font-size: 20px;
  }
}
.top-company .flex .contents .link a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #000;
  height: 2px;
  content: "";
}
.top-company .flex .contents .link a:hover {
  opacity: 0.6;
}
.top-company p {
  font-size: 16px;
}
@media screen and (max-width: 787px) {
  .top-company p {
    font-size: 14px;
  }
}

.path {
  display: none;
}

.footer2 {
  padding: 100px 0;
}
@media screen and (max-width: 787px) {
  .footer2 {
    padding: 40px 0;
  }
}
.footer2 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 {
    display: block;
    margin-bottom: 30px;
  }
}
.footer2 .flex1 .left {
  width: calc(100% - 600px);
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .left {
    width: 100%;
  }
}
.footer2 .flex1 .left .logo {
  max-width: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .left .logo {
    margin-right: 0;
  }
}
.footer2 .flex1 .left .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer2 .flex1 .left .logo a:hover {
  opacity: 0.6;
}
.footer2 .flex1 .left .text1 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer2 .flex1 .left .btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .left .btn {
    text-align: center;
  }
}
.footer2 .flex1 .left .btn a {
  background: #fbce07;
  color: #004889;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 13px 20px;
  border-radius: 6px;
  white-space: nowrap;
}
.footer2 .flex1 .left .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .left .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.footer2 .flex1 .left .sns .item {
  width: 40px;
  margin-right: 20px;
}
.footer2 .flex1 .left .sns .item:last-child {
  margin-right: 0;
}
.footer2 .flex1 .right {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .right {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .right .item1 {
    margin-bottom: 20px;
  }
}
.footer2 .flex1 .right .item1 .link {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .right .item1 .link {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.footer2 .flex1 .right .item1 ul li {
  margin-bottom: 5px;
  line-height: 1;
}
.footer2 .flex1 .right .item1 ul li a {
  font-size: 11px;
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .right .item1 ul li a {
    font-size: 14px;
  }
}
.footer2 .flex1 .right .item2 .link {
  font-size: 12px;
  font-weight: 600;
}
@media screen and (max-width: 787px) {
  .footer2 .flex1 .right .item2 .link {
    font-size: 16px;
  }
}
.footer2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer2 a:hover {
  opacity: 0.6;
}
.footer2 .flex2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 787px) {
  .footer2 .flex2 ul {
    display: block;
  }
}
.footer2 .flex2 ul li {
  margin-right: 30px;
}
.footer2 .flex2 ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 787px) {
  .footer2 .flex2 ul li {
    margin-bottom: 10px;
  }
}
.footer2 .flex2 ul li a {
  font-size: 12px;
}
.footer2 .copyright {
  font-size: 12px;
  margin-top: -40px;
}
@media screen and (max-width: 787px) {
  .footer2 .copyright {
    margin-top: 20px;
    font-size: 10px;
  }
}

.section-title2 {
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 787px) {
  .section-title2 {
    margin-bottom: 40px;
  }
}
.section-title2 .ja {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 787px) {
  .section-title2 .ja {
    font-size: 18px;
  }
}
.section-title2 .en {
  font-size: 118px;
  font-weight: 700;
  font-family: "shell-font", sans-serif;
  white-space: nowrap;
  line-height: 1.1;
}
@media screen and (max-width: 1100px) {
  .section-title2 .en {
    font-size: 10vw;
  }
}
.company3 {
  background: #FAFAFA;
}

.company1 {
  background: #FAFAFA;
}
.company1 .flex {
  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;
}
@media screen and (max-width: 787px) {
  .company1 .flex {
    display: block;
  }
}
.company1 .flex .left {
  width: 27%;
}
@media screen and (max-width: 787px) {
  .company1 .flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.company1 .flex .left .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
  margin-top: 30px;
}
@media screen and (max-width: 787px) {
  .company1 .flex .left .name {
    margin-top: 10px;
  }
}
.company1 .flex .left .name .name1 {
  font-size: 16px;
}
@media screen and (max-width: 787px) {
  .company1 .flex .left .name .name1 {
    font-size: 14px;
  }
}
.company1 .flex .left .name .name2 {
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .company1 .flex .left .name .name2 {
    font-size: 30px;
  }
}
.company1 .flex .right {
  width: 68%;
}
@media screen and (max-width: 787px) {
  .company1 .flex .right {
    width: 100%;
  }
}
.company1 .flex .right p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 787px) {
  .company1 .flex .right p {
    font-size: 14px;
  }
}

html {
  scroll-behavior: smooth;
}

.info-table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 5px solid #fbce07;
  /* 上の黄色ライン */
  background: #fff;
}

.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.info-table tr > * {
  border-bottom: 2px solid #e6e6e6;
  /* 横罫線 */
  vertical-align: middle;
}

.info-table th {
  width: 28%;
  background: #f3f3f3;
  /* 左カラム薄グレー */
  font-weight: 500;
  padding: 36px 28px;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 787px) {
  .info-table th {
    font-size: 14px;
  }
}

.info-table td {
  background: #fff;
  padding: 36px 28px;
  font-size: 18px;
  border-left: 2px solid #e6e6e6;
  color: #111;
  word-break: break-word;
}
@media screen and (max-width: 787px) {
  .info-table td {
    font-size: 14px;
  }
}

.info-table .subline {
  display: block;
  margin-top: 10px;
}

.info-table a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .info-table th,
  .info-table td {
    padding: 20px 16px;
  }
  .info-table th {
    width: 110px;
  }
  .info-table td {
    width: calc(100% - 110px);
  }
}
.company3 .map {
  width: 100%;
}
.company3 .map .wrap {
  padding-top: 50%;
  position: relative;
}
.company3 .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company3 .map p {
  margin-top: 10px;
}
.company3 .row {
  margin-top: 60px;
}
@media screen and (max-width: 787px) {
  .company3 .row {
    margin-top: 30px;
  }
}

.h3-section {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 787px) {
  .h3-section {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.profile1 {
  background: #FAFAFA;
}
.profile1 .contents {
  margin-bottom: 60px;
}
@media screen and (max-width: 787px) {
  .profile1 .contents {
    margin-bottom: 30px;
  }
}
.profile1 .info-table-wrap th {
  border-left: 2px solid #e6e6e6;
  text-align: center;
}
.profile1 .info-table-wrap td {
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}
.profile1 .info-table-wrap tr:nth-child(1) td {
  background: #f3f3f3;
  text-align: center;
}
.profile1 .info-table-wrap tr:nth-child(n+2) th {
  background: #fff;
}
.profile1 .info-table-wrap tr:nth-child(n+2) td {
  background: #fff;
}
.profile1 p {
  margin-top: 20px;
}
@media screen and (max-width: 787px) {
  .profile1 p {
    margin-top: 10px;
  }
}
.profile1 p a {
  display: block;
  text-decoration: underline;
  color: #004889;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.profile1 p a:hover {
  opacity: 0.6;
}

.office-table-wrap {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 6px solid #f2b400;
  /* 上の黄色ライン */
  background: #fff;
}
.office-table-wrap th:nth-child(1) {
  width: 28%;
}
.office-table-wrap th:nth-child(3) {
  width: 28%;
}

.office-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.office-table th,
.office-table td {
  border-bottom: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  vertical-align: middle;
}

.office-table th:first-child,
.office-table td:first-child {
  border-left: 2px solid #e6e6e6;
}

.office-table thead th {
  background: #f3f3f3;
  text-align: center;
  padding: 28px 20px;
  font-size: 18px;
}

.office-table tbody th {
  background: #fff;
  text-align: center;
  padding: 36px 20px;
  font-size: 18px;
}

.office-table td {
  padding: 36px 28px;
  font-size: 18px;
  color: #111;
}

.office-table .tel {
  text-align: center;
  font-family: "shell-font", sans-serif;
}

/* スマホ */
@media (max-width: 768px) {
  .office-table thead {
    display: none;
  }
  .office-table,
  .office-table tbody,
  .office-table tr,
  .office-table th,
  .office-table td {
    display: block;
    width: 100% !important;
  }
  .office-table tr {
    border-bottom: 2px solid #e6e6e6;
  }
  .office-table tbody th {
    background: #f3f3f3;
    padding: 16px;
    font-size: 13px;
  }
  .office-table td {
    padding: 16px;
    font-size: 14px;
    border-right: none;
    border-left: none;
  }
  .office-table .tel {
    text-align: left;
  }
}
.office .office-table-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 787px) {
  .office .office-table-wrap {
    margin-bottom: 20px;
  }
}
.office .office-table-wrap:last-child {
  margin-bottom: 0;
}
.office .block {
  margin-bottom: 80px;
}
@media screen and (max-width: 787px) {
  .office .block {
    margin-bottom: 30px;
  }
}
.office .block:last-child {
  margin-bottom: 0 !important;
}

.office-table tbody th {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 787px) {
  .office-table-wrap {
    border-top: none;
  }
}
.quantity {
  background: #FAFAFA;
}
.quantity .row {
  margin-bottom: 50px;
}
@media screen and (max-width: 787px) {
  .quantity .row {
    margin-bottom: 25px;
  }
}
.quantity .row:last-child {
  margin-bottom: 0;
}
.quantity .row h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 787px) {
  .quantity .row h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.news {
  background: #FAFAFA;
}
.news .h3-section {
  font-weight: 700;
}
.news .block {
  margin-bottom: 80px;
}
@media screen and (max-width: 787px) {
  .news .block {
    margin-bottom: 30px;
  }
}
.news .block:last-child {
  margin-bottom: 0 !important;
}
.news .block ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 787px) {
  .news .block ul li {
    margin-bottom: 10px;
  }
}
.news .block ul li:last-child {
  margin-bottom: 0;
}
.news .block ul li a {
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news .block ul li a:hover {
  opacity: 0.6;
}
.news .block ul li .time {
  margin-bottom: 10px;
}
.news .block ul li .title {
  text-decoration: underline;
}

@media screen and (max-width: 787px) {
  .top-blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-blog ul li {
    width: 48%;
    margin-bottom: 0;
  }
  .top-blog ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .footer2 .flex1 .right .item2 .link {
    font-weight: 400;
    font-size: 14px;
  }
}
.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 3px;
  line-height: 1.7;
}
@media screen and (max-width: 787px) {
  .mv-text {
    font-size: 5.5vw;
    top: 38%;
    text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 787px) {
  .mv .mv-cta {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    left: 0;
  }
}
#qa1,
#qa2,
#qa3,
#qa4 {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 787px) {
  #qa1,
  #qa2,
  #qa3,
  #qa4 {
    top: -70px;
  }
}

.faq1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 787px) {
  .faq1 ul {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 788px) {
  .faq1 ul li:nth-child(1) {
    width: 60%;
  }
  .faq1 ul li:nth-child(2) {
    width: 35%;
  }
  .faq1 ul li:nth-child(3) {
    width: 60%;
    margin-top: 40px;
  }
  .faq1 ul li:nth-child(4) {
    width: 35%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 787px) {
  .faq1 ul li {
    margin-bottom: 15px;
  }
  .faq1 ul li:last-child {
    margin-bottom: 0;
  }
}
.faq1 ul li a {
  font-size: 24px;
  font-weight: 600;
  padding: 15px;
  border: 4px solid #f2b400;
  display: block;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .faq1 ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 787px) {
  .faq1 ul li a {
    border: 3px solid #f2b400;
    font-size: 14px;
    padding: 12px 7px;
  }
  .faq1 ul li a .arrow {
    margin-left: 15px;
  }
}
@media screen and (max-width: 370px) {
  .faq1 ul li a {
    font-size: 12px;
  }
}
.faq1 ul li a:hover {
  opacity: 0.6;
}
.faq1 ul li a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq1 .block {
  margin-bottom: 80px;
}
@media screen and (max-width: 787px) {
  .faq1 .block {
    margin-bottom: 40px;
  }
}
.faq1 .block:last-child {
  margin-bottom: 0;
}
.faq1 .block h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .faq1 .block h3 {
    font-size: 18px;
  }
}
.faq1 .block .lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 787px) {
  .faq1 .block .lead {
    margin-bottom: 15px;
  }
}
.faq1 .row {
  padding: 30px 0;
  border-top: 1px solid #000;
  font-size: 18px;
}
@media screen and (max-width: 787px) {
  .faq1 .row {
    font-size: 14px;
    padding: 15px 0;
  }
}
.faq1 .row:last-child {
  border-bottom: 1px solid #000;
}
.faq1 .row .heading .flex,
.faq1 .row .bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq1 .row .heading .flex .icon,
.faq1 .row .bottom .flex .icon {
  font-size: 12px;
  width: 30px;
  min-width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq1 .row .heading .flex .icon.active,
.faq1 .row .bottom .flex .icon.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg) translate(8px, -10px);
          transform: rotate(-90deg) translate(8px, -10px);
}
.faq1 .row .heading {
  cursor: pointer;
}
.faq1 .row .bottom {
  padding-top: 25px;
  display: none;
}
.faq1 .qa-title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 787px) {
  .faq1 .qa-title {
    margin-top: 20px;
    font-size: 18px;
  }
}

.footer2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.history1 .lead {
  font-size: 18px;
  margin-bottom: 60px;
}
@media screen and (max-width: 787px) {
  .history1 .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.history1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 787px) {
  .history1 .flex {
    padding-bottom: 20px;
  }
}
.history1 .flex::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #f2b400;
}
@media screen and (max-width: 787px) {
  .history1 .flex {
    display: block;
  }
}
.history1 .flex .item {
  width: 50%;
  overflow: hidden;
}
.history1 .flex .item:nth-child(1) {
  padding-right: 30px;
}
.history1 .flex .item:nth-child(2) {
  padding-left: 30px;
}
@media screen and (max-width: 787px) {
  .history1 .flex .item {
    width: 100%;
  }
}
.history1 .flex .item .year {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 787px) {
  .history1 .flex .item .year {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.history1 .flex .item .year .wrap {
  display: inline-block;
  position: relative;
}
.history1 .flex .item .year1 .wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120%;
  content: "";
  background: #f2b400;
  width: 1000px;
  height: 4px;
}
.history1 .flex .item .year2 {
  text-align: right;
}
.history1 .flex .item .year2 .wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 120%;
  content: "";
  background: #f2b400;
  width: 1000px;
  height: 4px;
}
@media screen and (min-width: 788px) {
  .history1 .flex .item2 {
    margin-top: 100px;
  }
}
.history1 .img {
  margin-bottom: 10px;
}
.history1 .img .img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.history1 .img .img-flex img {
  width: 47%;
}
.history1 h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .history1 h3 {
    font-size: 16px;
  }
}
.history1 h3.active {
  font-weight: 600;
  font-size: 26px;
}
@media screen and (max-width: 787px) {
  .history1 h3.active {
    font-size: 18px;
  }
}
.history1 .contents {
  position: relative;
}
.history1 .history-icon {
  max-width: 80px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.history1 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history1 .flex2 .item:nth-child(1) {
  padding-right: 0px;
  padding-left: 30px;
  margin-top: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  position: relative;
  z-index: 3;
}
.history1 .flex2 .item:nth-child(2) {
  padding-left: 0px;
  padding-right: 30px;
}
.history1 .item-row {
  margin-bottom: 40px;
}
.history1 .item-row:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 787px) {
  .history1 .history-icon {
    top: 10px;
    max-width: 40px;
    left: 0;
  }
  .history1 .flex::after {
    left: 0;
  }
  .history1 .flex .item .year {
    text-align: right;
  }
  .history1 .flex .item .year1 .wrap::after {
    left: initial;
    right: 120%;
  }
  .history1 .flex .item:nth-child(1) {
    padding-right: 0;
    padding-left: 15px;
  }
  .history1 .flex .item:nth-child(2) {
    padding-left: 15px;
  }
  .history1 .flex .item {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .history1 .flex2 {
    display: block;
  }
  .history1 .flex2 .item:nth-child(2) {
    padding-right: 0;
  }
  .history1 .flex2 .item:nth-child(1) {
    -webkit-transform: initial;
            transform: initial;
  }
  .history1 .flex::after {
    top: 10px;
  }
}
.history1 .flex .item .year3 .wrap::after {
  left: 110%;
}
@media screen and (max-width: 787px) {
  .history1 .flex .item .year3 .wrap::after {
    left: initial;
    right: 110%;
  }
}

@media screen and (max-width: 787px) {
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    height: 70vh;
  }
  .slick-slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-btn a {
  font-weight: 600;
}

.history1 .flex2 {
  padding-bottom: 0;
}

@media screen and (min-width: 788px) {
  .history1 .flex4 {
    margin-top: -60px;
    padding-bottom: 0;
  }
}
.header2026 .right ul li {
  position: relative;
}
.header2026 .right ul li .sub-menu {
  position: absolute;
  background: #fff;
  padding: 10px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  width: 120px;
  text-align: center;
}
.header2026 .right ul li .sub-menu a {
  height: auto;
  display: inline-block;
}

/* まずは非表示 */
.header2026 .right ul li .sub-menu {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

/* liをhoverしている間だけ表示 */
.header2026 .right ul li:hover > .sub-menu {
  opacity: 1;
  pointer-events: initial;
}

@media screen and (min-width: 788px) {
  .mv {
    height: 90vh;
  }
  .mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv .slick-slider {
    height: 100%;
  }
  .mv .slick-slider .slick-track,
  .mv .slick-slider .slick-list {
    height: 100%;
  }
}
@media screen and (min-width: 788px) {
  .top-product .section-btn {
    margin-top: 4%;
  }
  .top-product .bg {
    width: 1300px;
  }
}
@media screen and (min-width: 788px) and (max-width: 1100px) {
  .top-product .bg {
    display: none;
  }
}
.newbody {
  padding-top: 82px !important;
}
@media screen and (max-width: 1200px) {
  .newbody {
    padding-top: 72px !important;
  }
}
@media screen and (max-width: 787px) {
  .newbody {
    padding-top: 0px !important;
  }
}

.company1 .flex {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.mv .mv-cta ul li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv .mv-cta ul li a img {
  border: 4px solid #fbce07;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv .mv-cta ul li a:hover {
  opacity: 1;
}
.mv .mv-cta ul li a:hover img {
  border: 4px solid red;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#access,
#company1,
#company2,
#company3,
#overview1,
#overview2,
#overview3 {
  position: relative;
  top: -82px;
}
@media screen and (max-width: 787px) {
  #access,
  #company1,
  #company2,
  #company3,
  #overview1,
  #overview2,
  #overview3 {
    top: -50px;
  }
}

#qa1,
#qa2,
#qa3,
#qa4 {
  position: relative;
  top: -102px;
}
@media screen and (max-width: 787px) {
  #qa1,
  #qa2,
  #qa3,
  #qa4 {
    top: -60px;
  }
}

.faq1 .row .heading .flex a,
.faq1 .row .bottom .flex a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #004e89;
  text-decoration: underline;
}
.faq1 .row .heading .flex a:hover,
.faq1 .row .bottom .flex a:hover {
  opacity: 0.6;
}

.overview1 {
  background: #FAFAFA;
}
.overview1 p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 787px) {
  .overview1 p {
    font-size: 14px;
  }
}
.overview1 .table {
  margin: 60px 0;
}
@media screen and (max-width: 787px) {
  .overview1 .table {
    margin: 30px 0;
  }
}
.overview1 .info-table th {
  text-align: center;
}
.overview1 .info-table {
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
}
.overview1 .info-table tr:nth-child(n+2) th {
  background: #fff;
}
@media screen and (max-width: 787px) {
  .overview1 .info-table th {
    width: 120px;
  }
}
.overview1 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #004e89;
  text-decoration: underline;
}
.overview1 a:hover {
  opacity: 0.6;
}

.overview2 {
  background: #fff;
}
.overview2 .block {
  margin-bottom: 90px;
}
@media screen and (max-width: 787px) {
  .overview2 .block {
    margin-bottom: 50px;
  }
}
.overview2 h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}
@media screen and (max-width: 787px) {
  .overview2 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.overview2 .info-table .ro1 {
  width: 25%;
}
@media screen and (max-width: 787px) {
  .overview2 .info-table .ro1 {
    width: 110px;
  }
}
.overview2 .info-table .ro2 {
  width: 45%;
}
.overview2 .info-table .ro3 {
  width: 20%;
}
@media screen and (max-width: 787px) {
  .overview2 .info-table .ro3 {
    width: 110px;
  }
}
.overview2 .info-table th,
.overview2 .info-table td {
  padding: 25px 20px;
}
@media screen and (max-width: 787px) {
  .overview2 .info-table th,
  .overview2 .info-table td {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 787px) {
  .overview2 .info-table .sh {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 787px) {
  .overview2 .info-table .ad {
    font-size: 11px;
  }
}
.overview2 .info-table .tel {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 787px) {
  .overview2 .info-table .tel {
    font-size: 11px;
  }
}

.overview3 .img-contents {
  max-width: 800px;
  margin: 0 auto;
}

.footer2 .copyright {
  margin-top: 40px;
}

.top-feature ul li a p {
  font-size: 14px;
  position: relative;
  padding: 10px 20px;
}
.top-feature ul li a p::after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 2px #004889;
  border-right: solid 2px #004889;
  width: 8.48656px;
  height: 8.48656px;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.overview2 .info-table .tel {
  font-weight: 500;
}

@media screen and (min-width: 788px) {
  .footer2 .flex1 .left .btn {
    margin-bottom: 20px;
    margin-top: 87px;
  }
  .footer2 .flex1 .left .btn a {
    display: inline-block;
  }
}
@media screen and (max-width: 787px) {
  .mv .mv-cta {
    width: 100%;
  }
  .top-news .flex .right {
    position: relative;
    left: 20px;
  }
  .top-blog ul li {
    width: 100%;
    margin-top: 20px;
  }
  .top-blog ul li:nth-child(n+4) {
    display: none;
  }
  .mv .mv-cta {
    padding: 0 10px;
  }
  .footer2 .flex1 .left .btn {
    text-align: left;
    margin: 30px 0 20px;
  }
  .footer2 .flex1 .left .btn a {
    display: inline-block;
  }
  .footer2 .flex1 .left .sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 788px) {
  .header2026 .right ul li {
    position: relative;
  }
  .header2026 .right .has-sub-menu .sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px);
    width: 1220px;
    background: #fff;
    border-top: 4px solid #fbce07;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .header2026 .right .has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .header2026 .right .has-sub-menu .sub-menu a {
    display: block;
    margin: 0;
    height: auto;
    padding: 16px 20px;
    line-height: 1.5;
    text-align: left;
    border: none;
    background: #fff;
    -webkit-transition: background 0.25s, color 0.25s, padding-left 0.25s;
    transition: background 0.25s, color 0.25s, padding-left 0.25s;
  }
  .header2026 .right .has-sub-menu .sub-menu a:hover {
    background: #f7f7f7;
    color: #004889;
    padding-left: 26px;
  }
}
.history1 .lead {
  margin-bottom: 90px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 787px) {
  .history1 .lead {
    margin-bottom: 45px;
    font-size: 14px;
  }
}

.history-list {
  position: relative;
  padding-bottom: 50px;
}
.history-list::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 41.9%;
  width: 3px;
  background: #fbce07;
  height: 110%;
}
@media screen and (max-width: 787px) {
  .history-list::before {
    left: 14px;
    width: 2px;
  }
}

@media screen and (min-width: 788px) {
  .history-list {
    --history-line-position: 410px;
    position: relative;
  }
  .history-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--history-line-position);
    width: 3px;
    background: #fbce07;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.history-list {
  overflow: hidden;
}

.history-item {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 787px) {
  .history-item {
    padding-bottom: 35px;
  }
}
.history-item:last-child {
  padding-bottom: 0;
}

.history-heading {
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .history-heading {
    grid-template-columns: 120px 190px 1fr 35px;
    gap: 20px;
  }
}
@media screen and (max-width: 787px) {
  .history-heading {
    display: grid;
    grid-template-columns: 1fr 35px;
    gap: 12px;
    padding-left: 40px;
  }
}

.history-category {
  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;
  min-height: 74px;
  padding: 15px;
  background: #e5e5e5;
  font-size: 18px;
  line-height: 1.4;
}
.history-year {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .history-year {
    font-size: 28px;
  }
}
@media screen and (max-width: 787px) {
  .history-year {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    white-space: normal;
  }
}

.history-point {
  position: absolute;
  top: 50%;
  left: 42%;
  width: 28px;
  height: 28px;
  background: #fbce07;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 787px) {
  .history-point {
    left: 14px;
    width: 18px;
    height: 18px;
  }
}

.history-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .history-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 787px) {
  .history-title {
    grid-column: 1/2;
    font-size: 17px;
  }
}

.history-toggle {
  position: relative;
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background: #fbce07;
  border-radius: 50%;
}
@media screen and (max-width: 787px) {
  .history-toggle {
    grid-column: 2/3;
    grid-row: 1;
    width: 28px;
    min-width: 20px;
    height: 28px;
  }
}
.history-toggle::before, .history-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.history-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.history-item.is-open .history-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.history-body {
  display: none;
}

.history-body-inner {
  padding-top: 70px;
}
@media screen and (max-width: 787px) {
  .history-body-inner {
    padding-top: 35px;
  }
}

.history-entry {
  position: relative;
  margin-bottom: 50px;
}
.history-entry:last-child {
  margin-bottom: 0;
}

.history-entry-image {
  width: 100%;
}
.history-entry-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 787px) {
  .history-entry-image {
    width: 120px;
    margin-bottom: 15px;
  }
}

.history-entry-year {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 787px) {
  .history-entry-year {
    margin-bottom: 12px;
    font-size: 24px;
    text-align: left;
  }
}

.history-entry-point {
  position: absolute;
  top: 50%;
  left: 42%;
  width: 14px;
  height: 14px;
  background: #fbce07;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 787px) {
  .history-entry-point {
    top: 10px;
    left: 14px;
    width: 10px;
    height: 10px;
  }
}

.history-entry-text {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .history-entry-text {
    padding-left: 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 787px) {
  .history-entry-text {
    padding-left: 0;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 788px) {
  .history-title {
    font-size: 18px;
  }
  .history-body-inner {
    padding-top: 50px;
  }
}
.history-year {
  font-size: 26px;
}

.history-entry-year {
  font-size: 26px;
}

.history-heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-heading .left {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-heading .left .history-img {
  width: 120px;
  margin-right: 30px;
}
.history-heading .right {
  width: calc(100% - 400px);
  padding-left: 40px;
  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;
}
.history-heading .right .text {
  margin-top: 10px;
}

.history-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-entry .left {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history-entry .left .history-img {
  width: 120px;
  margin-right: 30px;
}
.history-entry .right {
  width: calc(100% - 400px);
  padding-left: 40px;
  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;
}
.history-entry .right .text {
  margin-top: 10px;
}

.history-toggle {
  margin-left: 40px;
}

.history-point {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
}

.history-list::before {
  left: 380px;
  -webkit-transform: initial;
          transform: initial;
}

.history-heading {
  position: relative;
}
.history-heading::before {
  position: absolute;
  top: 0;
  left: 369px;
  content: "";
  width: 25px;
  height: 25px;
  background: #fbce07;
  border-radius: 50%;
}

.history-item:nth-child(n+2) .history-heading::before {
  top: 20px;
}

.history-entry-image {
  width: 120px;
  margin-right: 0px;
}

.history-entry-year {
  display: block;
  text-align: center;
  width: 100%;
}

.history-year {
  width: calc(100% - 120px);
  text-align: center;
}

.history-entry-year {
  width: calc(100% - 120px);
}

.history-heading .left .history-img {
  margin-right: 0;
}

.history-entry {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.history-entry,
.history-heading {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history1 .right-l {
  padding-top: 20px;
}

.history-entry .right {
  padding-top: 25px;
}

.history-entry {
  position: relative;
}
.history-entry::after {
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 375px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
  background: #fbce07;
}

@media screen and (max-width: 787px) {
  .history-entry,
  .history-heading {
    display: block;
  }
  .history-heading .left {
    width: 100%;
  }
  .history-year {
    font-size: 20px;
  }
  .history-heading .right {
    width: 100%;
    padding-left: 0;
  }
  .history-toggle {
    margin-left: 20px;
  }
  .history-entry .left {
    width: 100%;
    padding-left: 40px;
  }
  .history-entry-year {
    font-size: 20px;
  }
  .history-entry .right {
    width: 100%;
  }
  .history-entry .right {
    padding-top: 0;
  }
  .history-entry {
    margin-bottom: 35px;
  }
  .history-heading::before {
    left: 10px;
    top: 0;
  }
  .history-heading::before {
    width: 20px;
    height: 20px;
    left: 0;
  }
  .history-list::before {
    left: 9px;
    top: 10px;
  }
  .history-entry::after {
    top: 41px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 788px) {
  .history-toggle {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .history1 .right-l {
    padding-right: 70px;
  }
}
@media screen and (min-width: 788px) {
  .history-entry::after {
    top: 42px !important;
  }
  .history-entry .right {
    padding-top: 29px;
  }
}
@media screen and (max-width: 787px) {
  .history-heading .right {
    position: relative;
  }
  .history-toggle {
    position: absolute;
    right: 0;
    top: 20px;
  }
  .history1 .right-l {
    padding-right: 40px;
  }
}