@charset "UTF-8";
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  *font: x-small;
  background: #fff;
  color: #000000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Verdana", "sans-serif", " 筑紫A丸ゴシック Std", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  font-size: 12px;
}
body a,
body a:visited,
body a:hover,
body a:active {
  color: inherit;
  text-decoration: none;
}
body a :hover {
  opacity: 0.8;
}
body h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h3 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
}
body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-feature-settings: "palt" 1;
  color: #000000;
  color: rgb(0, 0, 0);
  font-size: min(0.63vw, 12px);
}

footer .footer_text {
  display: flex;
  width: 433px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  footer .footer_text {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin: 30px auto;
  }
}
footer .footer_text p {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 600px) {
  footer .footer_text p {
    margin: 12px;
  }
}
footer .footer_text a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer_text a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
footer .footer_text a:hover::after {
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.5s;
}
footer .footer_title {
  text-align: center;
}
footer .footer_title p {
  font-size: 30px;
  font-weight: bold;
}
footer .footer_img {
  display: flex;
  width: 227px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .copyright .copy_black {
  background-color: #1d4380;
  height: 30px;
}
footer .copyright .copy_white {
  height: 30px;
}
footer .copyright .copy_white p {
  font-size: 12px;
  text-align: center;
  padding: 5px;
  margin: 0;
  letter-spacing: -0.4px;
}
footer .pri-po {
  font-size: 11px;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  letter-spacing: 0px;
  color: #808080;
  display: flex;
  margin: auto;
  justify-content: space-around;
  padding-bottom: 19px;
}

.modaal-inner-wrapper {
  text-align: center;
}

.tab_pp_container .pp_top {
  width: 100%;
  object-fit: cover;
  margin-top: -5px;
}
@media (max-width: 794px) {
  .tab_pp_container .pp_top {
    transform: scale(1.2); /*要素を左の枠外に移動*/
    height: 90px;
  }
}
.tab_pp_container p {
  font-size: 15px;
  white-space: pre-line;
  font-family: "Hiragino Sans";
  font-weight: 300;
}
@media (max-width: 1000px) {
  .tab_pp_container p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .tab_pp_container p {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .tab_pp_container p .hid_pp {
    display: none;
  }
}
.tab_pp_container p .hid_pp_p {
  display: none;
}
@media (max-width: 500px) {
  .tab_pp_container p .hid_pp_p {
    display: inline;
  }
}
.tab_pp_container .red_line {
  width: 10.8333333333vw;
  margin: 0 auto;
  height: 1px;
  border-bottom: 1px solid #00114c;
}
.tab_pp_container .tab_wrap {
  background-color: white;
  padding-bottom: 4.84375vw;
}
@media (max-width: 794px) {
  .tab_pp_container .tab_wrap {
    margin: 0 auto;
    width: 95%;
    padding-bottom: 3vw;
    white-space: normal;
  }
}
.tab_pp_container .tab_wrap .tab_pp {
  width: 100.2%;
  margin-top: -1px;
}
@media (max-width: 794px) {
  .tab_pp_container .tab_wrap .tab_pp {
    height: 200px;
    object-fit: cover;
    object-position: 27%;
  }
}
.tab_pp_container .tab_wrap .up_wrap {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4vw;
}
@media (max-width: 1000px) {
  .tab_pp_container .tab_wrap .up_wrap {
    width: 90%;
  }
}
.tab_pp_container .tab_wrap .up_wrap h3 {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 4.1666666667vw;
  letter-spacing: 4px;
  white-space: normal;
}
@media (max-width: 600px) {
  .tab_pp_container .tab_wrap .up_wrap h3 {
    font-size: 20px;
  }
}
.tab_pp_container .tab_wrap .up_wrap p {
  letter-spacing: 2px;
  line-height: 1.7;
}
.tab_pp_container .tab_wrap .down_wrap {
  width: 43.4375vw;
  margin: 0 auto;
  line-height: 29px;
  text-align: left;
  white-space: normal;
  font-feature-settings: normal;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .tab_pp_container .tab_wrap .down_wrap {
    font-size: 15px;
    width: 95%;
  }
}
.tab_pp_container .tab_wrap .down_wrap p {
  white-space: normal;
  font-size: 14px;
  white-space: pre-line;
  letter-spacing: 0.8px;
  line-height: 2;
}
.tab_pp_container .tab_wrap .down_wrap span {
  font-weight: 600;
}
.tab_pp_container .tab_wrap .down_wrap .text_right {
  text-align: right;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.tab_pp_container .tab_wrap .down_wrap .down_wrap_top h2 {
  font-size: 16px;
  font-weight: bold;
}
.tab_pp_container .tab_wrap .down_wrap .down_wrap_top p {
  font-size: 14px;
  margin-top: 0px;
  white-space: normal;
  line-height: 2.1;
  letter-spacing: 0.7px;
  margin-bottom: 13px;
}
.tab_pp_container .pp_logo_wrap {
  text-align: center;
}
.tab_pp_container .pp_logo_wrap .pp_logo {
  width: 200px;
  padding: 30px 0;
}

header {
  width: 100vw;
  height: auto;
  display: flex;
  z-index: 99;
  background-color: #ffffff;
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
}
@media (max-width: 600px) {
  header {
    position: fixed;
  }
}
header .header-main {
  display: flex;
  width: 100vw;
  justify-content: flex-start;
  height: 82px;
  align-items: center;
  position: relative;
}
@media (max-width: 1100px) {
  header .header-main {
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  header .header-main {
    justify-content: flex-start;
    height: 60px;
  }
}
header .header-main .header-left {
  width: 36vw;
}
header .header-main .header-left img {
  width: 14vw;
  margin-left: 12.1354166667vw;
  margin-top: 0px;
  min-width: 200px;
}
@media (max-width: 1500px) {
  header .header-main .header-left img {
    margin-left: 5vw;
  }
}
@media (max-width: 1100px) {
  header .header-main .header-left img {
    width: 150px;
    margin-left: 20px;
    min-width: 131px;
  }
}
@media (max-width: 600px) {
  header .header-main .header-left img {
    width: 131px;
    margin-left: 30px;
    z-index: 9999;
    position: relative;
    margin-top: 7px;
  }
}
header .header-main .header-right {
  display: flex;
}
header .header-main .header-right .header_wrap {
  display: flex;
  width: 28.125vw;
  min-width: 400px;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 1100px) {
  header .header-main .header-right .header_wrap {
    display: none;
  }
}
header .header-main .header-right .header_wrap a {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header .header-main .header-right .header_wrap a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
header .header-main .header-right .header_wrap a:hover::after {
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.5s;
}
header .header-main .header-right .header_wrap2 {
  display: flex;
  align-items: center;
  margin-left: 4vw;
}
@media (max-width: 600px) {
  header .header-main .header-right .header_wrap2 {
    display: none;
  }
}
header .header-main .header-right .header_wrap2 img {
  width: 170px;
  height: auto;
  margin-right: 5px;
}
header .header-main .header-right .header-right1 {
  position: relative;
}
@media (max-width: 600px) {
  header .header-main .header-right .header-right1 {
    display: none;
  }
}
header .header-main .header-right .header-right1 .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
header .header-main .header-right .header-right1 :hover {
  opacity: 1;
}
header .header-main .header-right .header-right1 img {
  display: flex;
}
@media (max-width: 1100px) {
  header .header-main .header-right .header-right1 img {
    width: 140px;
    height: auto;
  }
}
@media (max-width: 600px) {
  header .header-main .header-right .header-right1 img {
    width: 150px;
    height: auto;
  }
}
header .header-main .header-right .header-right1 p {
  color: #ffffff;
  font-family: "MatissePro-B";
  font-size: clamp(10px, 1.042vw, 20px);
  text-align: center;
  margin: auto;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1100px) {
  header .header-main .header-right .header-right1 p {
    font-size: 12px;
    width: 100%;
  }
}
header .header-main .header-right .header-right2 {
  width: fit-content;
  margin: 0 17px;
  display: none;
}
@media (max-width: 600px) {
  header .header-main .header-right .header-right2 {
    display: block;
  }
}
header .header-main .header-right .header-right2 .header-burger {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  margin-top: -7px;
  z-index: 10;
}
header #g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: absolute;
  z-index: -10;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: auto; /*ナビの高さ*/
  background: rgba(255, 255, 255, 0.3); /*背景を少し透過させる*/
  /*動き*/
  transition: all 0.3s;
}
header #g-nav.panelactive {
  opacity: 1;
  z-index: 9;
}
header #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header #g-nav .burger {
  display: none; /*はじめは非表示*/
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 9;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #g-nav.panelactive .burger {
  display: flex;
  width: 50vw;
  flex-direction: column;
  z-index: 10;
  margin: auto;
}
@media (max-width: 1100px) {
  header #g-nav.panelactive .burger {
    width: 70vw;
  }
}
@media (max-width: 600px) {
  header #g-nav.panelactive .burger {
    width: 90vw;
  }
}
header #g-nav p {
  list-style: none;
  text-align: center;
  border-radius: 100px;
}
header #g-nav p a {
  text-decoration: none;
  padding: 15px 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: fit-content;
  text-align: center;
}
header .openbtn {
  position: absolute;
  z-index: 10; /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 25px;
}
header .openbtn span:nth-of-type(1) {
  top: 15px;
}
header .openbtn span:nth-of-type(2) {
  top: 23px;
}
header .openbtn span:nth-of-type(3) {
  top: 31px;
}
header .openbtn span:nth-of-type(4)::after {
  position: absolute;
  top: 38px;
  transform: translateY(-50%) translateX(-50%);
  font-size: 10px;
  transform: scale(0.9);
  font-family: "FOT-マティス Pro B";
  font-weight: 500;
  left: -4px;
  letter-spacing: 1px;
}
header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
header a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header a::after {
  position: absolute;
}
header a:hover::after {
  opacity: 1;
  transform: scale(1.08);
  transition-duration: 0.5s;
}
header .burger-access {
  display: flex;
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: auto;
  height: auto;
  display: flex;
  margin-bottom: 40px;
}
header .burger-access :hover {
  background-color: #c0a421;
  color: #fff;
  transition-duration: 0.5s;
  opacity: 1;
}
@media (max-width: 600px) {
  header .burger-access {
    flex-direction: column;
    align-items: center;
  }
}
header .burger-access a {
  background-color: #ffffff;
  height: fit-content;
  margin: 1vw;
  color: #000;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 2%;
  width: 38.125vw;
  margin: auto;
  border-radius: 60px;
}
@media (max-width: 1100px) {
  header .burger-access a {
    width: 70vw;
  }
}
@media (max-width: 600px) {
  header .burger-access a {
    width: 100%;
  }
}
header .burger-access a p {
  background-color: #c0a421;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding: 28px 0 !important;
  width: auto;
}
@media (max-width: 600px) {
  header .burger-access a p {
    font-size: 20px;
  }
}
header .burger-access .b_img {
  width: 79vw;
  height: auto;
  margin-top: 20px;
  box-shadow: none;
  background-color: #1d4380;
  margin: 1vw;
  color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
header .burger-access img {
  width: 80vw;
  border-radius: 170px;
}
header .burger-access p {
  background-color: #000000;
  height: fit-content;
  margin: 1vw;
  color: #333;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 2%;
  width: 38.125vw;
  margin: auto;
  border-radius: 60px;
}
@media (max-width: 600px) {
  header .burger-access p {
    width: 66vw;
  }
}
header .burger-access2 {
  display: flex;
  font-size: clamp(14px, 1.04vw, 20px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: auto;
  height: auto;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 600px) {
  header .burger-access2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
header .burger-access2 a :hover {
  background-color: #fff;
  color: #c0a421;
  transition-duration: 0.5s;
  opacity: 1;
}
header .burger-access2 a p {
  width: 23vw;
  background-color: #ffffff;
  margin: 1vw;
  color: #000000;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  header .burger-access2 a p {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  header .burger-access2 a p {
    width: 60vw;
  }
}
header .burger-access2 a li:hover {
  background-color: #fff;
  color: #c0a421;
  transition-duration: 0.5s;
  opacity: 1;
}
header .footer-3 {
  width: 30vw;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}
@media (max-width: 600px) {
  header .footer-3 {
    width: 80vw;
    flex-direction: row;
    margin-top: 7vw;
  }
}
header .footer-3 :hover {
  opacity: 1;
  transform: scale(1.08);
  transition-duration: 0.5s;
}
header .footer-3 img {
  width: 60px;
}
@media (max-width: 600px) {
  header .footer-3 img {
    width: 15vw;
    margin-bottom: 7vw;
  }
}
header .no_line {
  width: 0px !important;
}

.mainblur {
  filter: blur(8px);
}

/*ハンバーガーメニュー*/
.hamburger {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  margin-right: 30px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  /*ハンバーガーをクリックしたら起こる処理*/
}
@media (max-width: 600px) {
  .hamburger {
    display: block;
  }
}
.hamburger__container {
  display: block;
}
.hamburger__top {
  margin-bottom: 6px;
}
.hamburger__top, .hamburger__bottom {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.hamburger__top, .hamburger__bottom {
  transform: rotate(0);
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
}
.hamburger.js-menu-open {
  transition-delay: 300ms;
}
.hamburger.js-menu-open .hamburger__top,
.hamburger.js-menu-open .hamburger__middle,
.hamburger.js-menu-open .hamburger__bottom {
  background-color: #000;
}
.hamburger.js-menu-open .hamburger__middle {
  margin: -1px 0 -1px 0;
  opacity: 0;
  transition: margin 300ms ease-in-out, opacity 0s ease-in-out;
}
.hamburger.js-menu-open .hamburger__top,
.hamburger.js-menu-open .hamburger__bottom {
  margin-bottom: 0px;
}
.hamburger.js-menu-open .hamburger__top {
  transform: rotate(20deg);
}
.hamburger.js-menu-open .hamburger__bottom {
  transform: rotate(-20deg);
}

/*スマホナビメニュー*/
.sp__menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
}
.sp__menu.js-open {
  z-index: 100;
  opacity: 1;
  visibility: visible;
  transition: 0.3s cubic-bezier(0.11, 0.24, 0.64, 1);
}
.sp__menu__container {
  height: 100%;
  position: absolute;
  top: 60px;
  border-top: solid 1px #e5e5e9;
  padding-top: 60px;
}
.sp__menu__nav ul li {
  text-align: center;
  overflow: hidden;
  /*ひとつずつ.05秒ずつずらして表示する*/
}
.sp__menu__nav ul li:nth-child(even) {
  margin: 30px 0;
}
.sp__menu__nav ul li:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}
.sp__menu__nav ul li:nth-child(1) a {
  transition-delay: 50ms;
}
.sp__menu__nav ul li:nth-child(1) a::before {
  transition-delay: 130ms;
}
.sp__menu__nav ul li:nth-child(2) a {
  transition-delay: 100ms;
}
.sp__menu__nav ul li:nth-child(2) a::before {
  transition-delay: 260ms;
}
.sp__menu__nav ul li:nth-child(3) a {
  transition-delay: 150ms;
}
.sp__menu__nav ul li:nth-child(3) a::before {
  transition-delay: 390ms;
}
.sp__menu__nav ul li:nth-child(4) a {
  transition-delay: 200ms;
}
.sp__menu__nav ul li:nth-child(4) a::before {
  transition-delay: 520ms;
}
.sp__menu__nav ul li:nth-child(5) a {
  transition-delay: 250ms;
}
.sp__menu__nav ul li:nth-child(5) a::before {
  transition-delay: 650ms;
}
.sp__menu__nav ul li:nth-child(6) a {
  transition-delay: 300ms;
}
.sp__menu__nav ul li:nth-child(6) a::before {
  transition-delay: 780ms;
}
.sp__menu__nav ul li:nth-child(7) a {
  transition-delay: 350ms;
}
.sp__menu__nav ul li:nth-child(7) a::before {
  transition-delay: 910ms;
}
.sp__menu__nav ul li a {
  width: 100vw;
  text-align: left;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.6px;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  line-height: 1.5;
  padding: 0 30px;
}
.sp__menu__nav ul li a.js-menu-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.sp__menu__nav ul li a.js-menu-open img {
  width: 100%;
}
.sp__menu__nav ul li a.js-menu-open::before {
  transform-origin: 0 0;
  transform: scaleX(1);
}

.burger_img {
  margin-bottom: 0 !important;
  margin-top: 60px !important;
}
.burger_img a {
  height: 57px;
}

.burger_img2 a {
  height: 57px;
}

.container {
  width: 100%;
  height: auto;
}
.container .top_1 {
  position: relative;
}
@media (max-width: 600px) {
  .container .top_1 {
    margin-top: 60px;
  }
}
.container .top_1 img {
  width: 100%;
}
@media (max-width: 1100px) {
  .container .top_1 img {
    object-fit: none;
    height: 700px;
  }
}
@media (max-width: 600px) {
  .container .top_1 img {
    object-fit: cover;
    height: auto;
    margin-top: 12px;
  }
}
.container .top_1 .top_button {
  width: 15vw;
  position: absolute;
  z-index: 11;
  transform: translateX(-50%);
  left: 50%;
  top: 31vw;
}
@media (max-width: 1100px) {
  .container .top_1 .top_button {
    object-fit: cover;
    height: auto;
    zoom: inherit;
    width: 270px;
    position: absolute;
    z-index: 11;
    transform: translateX(-50%);
    left: 50%;
    top: 550px;
  }
}
@media (max-width: 600px) {
  .container .top_1 .top_button {
    width: 50vw;
    top: 74vw;
    object-fit: cover;
    height: auto;
    zoom: 1;
  }
}
.container .top_1 .top_button .top_button :hover {
  width: 10vw;
}
.container .top_1 .top_button:hover {
  opacity: 0;
}
@media (max-width: 600px) {
  .container .top_1 .top_button:hover {
    opacity: 1;
  }
}
.container .top_1 .active {
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  width: 15.1vw;
  position: absolute;
  z-index: 11;
  transform: translateX(-50%);
  left: 50%;
  top: 31vw;
}
@media (max-width: 1100px) {
  .container .top_1 .active {
    object-fit: cover;
    height: auto;
    width: 270px;
    position: absolute;
    z-index: 11;
    transform: translateX(-50%);
    left: 50%;
    top: 550px;
  }
}
@media (max-width: 600px) {
  .container .top_1 .active {
    width: 50vw;
    top: 74vw;
    object-fit: cover;
    height: auto;
  }
}
.container .top_1 .active:hover {
  opacity: 1;
}
.container .top_2 img {
  width: 100%;
  margin-top: 28px !important;
}
@media (max-width: 1100px) {
  .container .top_2 img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    zoom: 0.7;
  }
}
@media (max-width: 600px) {
  .container .top_2 img {
    margin-top: 35px !important;
    height: auto;
    object-fit: cover;
  }
}
.container .top_3 {
  text-align: center;
}
.container .top_3 img {
  width: 57%;
  margin-top: 2.3958333333vw !important;
}
@media (max-width: 1100px) {
  .container .top_3 img {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .container .top_3 img {
    width: 90%;
    margin: auto;
    margin-top: 30px !important;
  }
}
.container .top_4 {
  text-align: center;
}
.container .top_4 img {
  width: 52%;
  margin-top: 4.1666666667vw !important;
}
@media (max-width: 1100px) {
  .container .top_4 img {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .container .top_4 img {
    width: 100%;
    margin-top: 50px !important;
  }
}
.container .top_5 {
  text-align: center;
}
.container .top_5 img {
  width: 100%;
  margin-top: 6.7708333333vw !important;
}
@media (max-width: 850px) {
  .container .top_5 img {
    height: 1800px;
    zoom: 0.7;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .container .top_5 img {
    margin-top: 50px !important;
    object-fit: cover;
    height: auto;
  }
}
.container .top_6 {
  text-align: center;
  margin-top: 150px;
}
@media (max-width: 600px) {
  .container .top_6 {
    margin-top: 100px;
  }
}
.container .top_6 img {
  width: 100%;
  max-width: 811px;
  margin-top: 2.7083333333vw !important;
}
@media (max-width: 1100px) {
  .container .top_6 img {
    max-width: 600px;
  }
}
@media (max-width: 600px) {
  .container .top_6 img {
    padding-right: 50px;
    margin: auto;
    width: 90vw;
  }
}
.container .top_6 .pc_6_1 {
  padding-right: 7.8125vw !important;
}
.container .top_6 .pc_6 {
  margin-top: 1.5625vw !important;
}
.container .top_6 .ph_10 {
  width: 100vw;
  padding: inherit;
}
.container .top_7 {
  text-align: center;
}
.container .top_7 img {
  width: fit-content;
  max-width: 1192px;
  margin: auto;
  margin-top: 164px;
}
@media (max-width: 1100px) {
  .container .top_7 img {
    width: 90vw;
  }
}
.container .top_7 .p_9 {
  margin-top: 3.8020833333vw !important;
}
.container .top_8 {
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .container .top_8 {
    margin-bottom: 60px;
    margin-top: 65px;
  }
}
.container .top_8 img {
  width: 100%;
  margin-top: 3.6458333333vw !important;
}
@media (max-width: 1100px) {
  .container .top_8 img {
    margin-top: 50px !important;
    object-fit: cover;
    height: auto;
    zoom: inherit;
    max-width: 300px;
  }
}
.container .top_8 .top2_button {
  width: 16vw;
  position: absolute;
  z-index: 11;
  transform: translateX(-50%);
  left: 50%;
  top: 42vw;
}
@media (max-width: 1100px) {
  .container .top_8 .top2_button {
    object-fit: cover;
    height: auto;
    zoom: inherit;
    top: 500px;
    width: 200px;
  }
}
@media (max-width: 850px) {
  .container .top_8 .top2_button {
    top: 320px;
  }
}
@media (max-width: 600px) {
  .container .top_8 .top2_button {
    width: 50vw;
    top: 132vw;
  }
}
.container .top_8 .top2_button:hover {
  opacity: 0.8;
}
.container .top_8 .k_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 60vw;
  margin: auto;
  position: absolute;
  top: 9vw;
  transform: translateX(-50%);
  left: 52%;
  justify-content: center;
  max-width: 1170px;
}
@media (max-width: 1100px) {
  .container .top_8 .k_wrap {
    width: 100%;
    position: relative;
    top: 0;
    transform: inherit;
    left: 0;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .container .top_8 .k_wrap {
    width: 100%;
    position: relative;
    top: 0;
    transform: inherit;
    left: 0;
    justify-content: center;
  }
}
.container .top_8 .k_wrap img {
  width: 20.75vw;
  margin: 0px -10px !important;
  max-width: 380px;
}
@media (max-width: 1100px) {
  .container .top_8 .k_wrap img {
    margin: 0px !important;
    object-fit: cover;
    height: auto;
    zoom: inherit;
    width: 48vw;
    min-width: 150px;
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .container .top_8 .k_wrap img {
    width: 48vw;
    min-width: 150px;
  }
}
.container .top_9 {
  text-align: center;
  margin: auto;
  width: fit-content;
}
.container .top_9 img {
  width: 61.5625vw;
}
@media (max-width: 600px) {
  .container .top_9 img {
    width: 90%;
    margin: auto;
  }
}
.container .top_9 .top3_button {
  width: fit-content;
  margin-top: 4.5833333333vw !important;
}
.container .top_9 .top3_button:hover {
  opacity: 0.8;
}
.container .top_10 {
  text-align: center;
}
@media (max-width: 600px) {
  .container .top_10 {
    margin-top: 60px;
  }
}
.container .top_10 img {
  width: 100%;
  margin-top: 262px;
}
@media (max-width: 1100px) {
  .container .top_10 img {
    zoom: inherit;
    height: 1100px;
    width: 100%;
    margin-top: 5.9375vw !important;
    object-fit: none;
  }
}
@media (max-width: 850px) {
  .container .top_10 img {
    zoom: inherit;
    height: auto;
    width: 100%;
    margin-top: 5.9375vw !important;
    object-fit: contain;
  }
}
@media (max-width: 600px) {
  .container .top_10 img {
    width: 90%;
    margin: auto;
    margin-top: 50px;
    object-fit: cover;
    height: auto;
    zoom: inherit;
  }
}
@media (max-width: 600px) {
  .container .top_10 .ph_4 {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.container .top_10 .ph_3 {
  width: 100%;
  background-color: #d1d0d2;
}
@media (max-width: 600px) {
  .container .top_10 .ph_3 {
    margin-top: 70px !important;
  }
}
.container .top_11 {
  text-align: center;
}
.container .top_11 img {
  width: 100%;
}
@media (max-width: 1100px) {
  .container .top_11 img {
    zoom: 0.6;
    height: 1350px;
    object-fit: cover;
  }
}
@media (max-width: 850px) {
  .container .top_11 img {
    zoom: 0.6;
    height: 1350px;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .container .top_11 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    zoom: inherit;
    margin-bottom: 30px;
  }
}
.container .top_12 {
  text-align: center;
  position: relative;
}
.container .top_12 img {
  width: fit-content;
}
@media (max-width: 1100px) {
  .container .top_12 img {
    width: 33vw;
  }
}
@media (max-width: 600px) {
  .container .top_12 img {
    width: 70vw;
  }
}
.container .top_12 .wrapper {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-top: 0.9895833333vw;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 600px) {
  .container .top_12 .wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    transform: translateX(0%);
    left: 0%;
  }
}
.container .top_12 .wrapper img {
  width: 20vw;
  min-width: 150px;
}
@media (max-width: 600px) {
  .container .top_12 .wrapper img {
    width: 80vw;
  }
}
.container .top_12 .back_img {
  width: 100%;
  margin-top: 6.5625vw !important;
}
@media (max-width: 600px) {
  .container .top_12 .back_img {
    display: none;
  }
}
.container .top_12 .pc_12 {
  margin-top: 1.3541666667vw !important;
}
@media (max-width: 600px) {
  .container .top_12 .pc_12 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }
}
.container .ph_img {
  display: none;
}
@media (max-width: 600px) {
  .container .ph_img {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .container .pc_img {
    display: none !important;
  }
}
.container .top_main {
  position: relative;
  margin-bottom: 5.46875vw;
}
@media (max-width: 600px) {
  .container .top_main {
    margin-bottom: 0%;
  }
}
.container .top_main .top_img {
  display: block;
  /*右左のアニメーション*/
  /*==================================================
  スライダーのためのcss
  ===================================*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/
}
.container .top_main .top_img .slide-in {
  overflow: hidden;
  display: inline-block;
}
.container .top_main .top_img .slide-in_inner {
  display: inline-block;
}
.container .top_main .top_img .rightAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.container .top_main .top_img .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.container .top_main .top_img .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.container .top_main .top_img .leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.container .top_main .top_img .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.container .top_main .top_img .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.container .top_main .top_img .slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 60%;
}
@media (max-width: 1100px) {
  .container .top_main .top_img .slider {
    width: 90vw;
  }
}
.container .top_main .top_img .slider img {
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  width: 35.42vw;
  height: auto;
}
@media (max-width: 1100px) {
  .container .top_main .top_img .slider img {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .container .top_main .top_img .slider img {
    width: 70vw;
  }
}
.container .top_main .top_img .slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.3; /*透過50%*/
  margin-left: 0vw;
  margin-top: -10vw;
  z-index: 5;
  position: relative;
}
.container .top_main .top_img .slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
  z-index: 15;
  margin-top: 30px;
  height: auto !important;
}
.container .top_main .top_img .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 3.5%;
  transform: rotate(-135deg);
}
.container .top_main .top_img .slick-next {
  /*次へ矢印の位置と形状*/
  right: 3.5%;
  transform: rotate(45deg);
}
.container .top_main .top_img .slick-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  left: 33%;
  margin-top: 4.6875vw;
}
.container .top_main .top_img .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.container .top_main .top_img .slick-dots button {
  color: transparent;
  outline: none;
  width: 10px; /*ドットボタンのサイズ*/
  height: 10px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #e8e8e8; /*ドットボタンの色*/
  border: none;
  padding: 0px;
}
@media (max-width: 600px) {
  .container .top_main .top_img .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
.container .top_main .top_img .slick-dots .slick-active button {
  background: #da464a; /*ドットボタンの現在地表示の色*/
}
.container .top_main .top_img .slider_2 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 60%;
  position: absolute;
  left: 28.5%;
}
@media (max-width: 600px) {
  .container .top_main .top_img .slider_2 {
    width: 100%;
    left: 0%;
  }
}
.container .top_main .top_img .slider_2 img {
  /*スライダー内の画像を60vwにしてレスポンシブ化*/
  width: 56vw;
  height: auto;
  margin-top: 188px;
}
@media (max-width: 1100px) {
  .container .top_main .top_img .slider_2 img {
    width: 55vw;
    margin: 220px auto 0;
  }
}
@media (max-width: 600px) {
  .container .top_main .top_img .slider_2 img {
    width: 100vw;
    margin: 45px auto 0;
  }
}
.container .top_main .top_img .slider_2 .slick-slide {
  transform: scale(0.95); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 1; /*透過50%*/
  margin-left: 0vw;
  z-index: 5;
  position: relative;
}
@media (max-width: 1100px) {
  .container .top_main .top_img .slider_2 .slick-slide {
    transform: scale(1); /*左右の画像のサイズを80%に*/
  }
}
.container .top_main .top_img .slider_2 .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
  z-index: 15;
  margin-top: 30px;
  height: auto !important;
}
.container .top_main .top_img .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 3.5%;
  transform: rotate(-135deg);
}
.container .top_main .top_img .slick-next {
  /*次へ矢印の位置と形状*/
  right: 3.5%;
  transform: rotate(45deg);
}
.container .top_main .top_img .slick-dots {
  text-align: center;
  width: auto;
}
@media (max-width: 600px) {
  .container .top_main .top_img .slick-dots {
    display: none !important;
  }
}
.container .top_main .top_img .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.container .top_main .top_img .slick-dots button {
  color: transparent;
  outline: none;
  width: 10px; /*ドットボタンのサイズ*/
  height: 10px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #e8e8e8; /*ドットボタンの色*/
  border: none;
  padding: 0px;
}
@media (max-width: 600px) {
  .container .top_main .top_img .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
.container .top_main .top_img .slick-dots .slick-active button {
  background: #da464a; /*ドットボタンの現在地表示の色*/
}
.container .top_main .top_text {
  position: absolute;
  top: 33%;
  left: 16.5%;
}
@media (max-width: 600px) {
  .container .top_main .top_text {
    top: 50vw;
    left: 64%;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
  }
}
.container .top_main .top_text p {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(15px, 1.563vw, 30px);
  font-weight: bold;
  margin: 0;
}
@media (max-width: 600px) {
  .container .top_main .top_text p {
    font-size: 12px;
  }
}
.container .top_main .top_text h1 {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(41px, 4.167vw, 80px);
  font-weight: bold;
  line-height: 1.2em;
}
@media (max-width: 600px) {
  .container .top_main .top_text h1 {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .container .top_main .top_back {
    width: 90%;
    margin: auto;
  }
}
.container .top_main .top_back img {
  width: 67.8125vw;
  margin-bottom: 150px;
  margin-top: 82px;
}
@media (max-width: 600px) {
  .container .top_main .top_back img {
    width: 0%;
    margin-top: 65vw;
    height: 50px;
    margin-bottom: 10px;
  }
}
.container .title {
  margin-bottom: 7.3958333333vw;
}
.container .title .title_wrap {
  position: relative;
}
.container .title .title_wrap h1 {
  font-size: clamp(44px, 4.479vw, 86px);
  font-weight: bold;
  margin: auto;
  text-align: center;
  letter-spacing: 0px;
}
@media (max-width: 600px) {
  .container .title .title_wrap h1 {
    width: 90%;
    margin: auto;
    letter-spacing: 0px;
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.container .title .title_wrap img {
  position: absolute;
  top: -3%;
  right: 19.5%;
  height: 7vw;
  z-index: -1;
}
@media (max-width: 1100px) {
  .container .title .title_wrap img {
    display: none;
  }
}
.container .title .title_wrap p {
  text-align: center;
  font-size: clamp(10px, 1.042vw, 20px);
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 1100px) {
  .container .title .title_wrap p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .container .title .title_wrap p {
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 12px;
  }
}
.container .title .title_contact a :hover {
  opacity: 1;
}
.container .title .title_contact p {
  font-size: clamp(11px, 1.146vw, 22px);
  font-weight: bold;
  text-align: center;
  margin-top: 4.84375vw;
}
@media (max-width: 600px) {
  .container .title .title_contact p {
    font-size: 14px;
  }
}
.container .title .title_contact .contact_button {
  background-color: #1d4380;
  border-radius: 2%;
  width: 38.125vw;
  margin: auto;
  border-radius: 60px;
  margin-top: -3.5416666667vw;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .container .title .title_contact .contact_button {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.container .title .title_contact .contact_button p {
  color: #ffffff;
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: bold;
  padding-top: 28px;
  padding-bottom: 28px;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .container .title .title_contact .contact_button p {
    font-size: 14px;
  }
}
.container .title .title_contact .contact_button :hover {
  background-color: #f4f216;
  color: #fff;
  transition-duration: 0.5s;
  opacity: 1;
  border-radius: 60px;
}
.container .title .title_contact2 {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.container .title .title_contact2 img {
  text-align: center;
  width: 41.0416666667vw;
  margin: auto;
  margin-bottom: 5.2083333333vw;
  margin-top: 1.9270833333vw;
}
@media (max-width: 600px) {
  .container .title .title_contact2 img {
    width: 90%;
    margin-bottom: 50px;
  }
}
.container .title .title_contact2 .arrow_ora {
  width: 4.7395833333vw;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .container .title .title_contact2 .arrow_ora {
    width: 15%;
  }
}
.container .title .title_contact3 {
  width: fit-content;
  margin: auto;
  position: relative;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 600px) {
  .container .title .title_contact3 {
    margin-bottom: 50px;
  }
}
.container .title .title_contact3 p {
  font-size: clamp(13px, 1.354vw, 26px);
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: max-content;
}
@media (max-width: 600px) {
  .container .title .title_contact3 p {
    white-space: normal;
    width: 90%;
    font-size: 14px;
  }
}
.container .title .title_contact3 .b_back {
  width: 59vw;
  margin-left: 57px;
}
@media (max-width: 1100px) {
  .container .title .title_contact3 .b_back {
    width: 90vw;
    margin: auto;
    height: 150px;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact3 .b_back {
    width: 100vw;
  }
}
.container .title .title_contact3 .b_book {
  width: 8vw;
  position: absolute;
  right: 1.5%;
  top: 10%;
}
@media (max-width: 1100px) {
  .container .title .title_contact3 .b_book {
    right: 10%;
    top: 24%;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact3 .b_book {
    display: none;
  }
}
.container .title .title_contact4 .contact_4_wrap {
  width: 56.7708333333vw;
  margin: auto;
  border: solid 1px;
  padding: 34px 55px;
}
@media (max-width: 1100px) {
  .container .title .title_contact4 .contact_4_wrap {
    width: 80vw;
    padding: 20px 50px;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact4 .contact_4_wrap {
    width: 90vw;
    padding: 15px 0;
  }
}
.container .title .title_contact4 .contact_4_wrap .contact_4_title h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1100px) {
  .container .title .title_contact4 .contact_4_wrap .contact_4_title h1 {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact4 .contact_4_wrap .contact_4_title h1 {
    padding: 0px 0;
  }
}
.container .title .title_contact4 .contact_4_wrap p {
  font-size: clamp(8px, 0.833vw, 16px);
  margin-bottom: 0.3645833333vw;
  margin-left: 0.4166666667vw;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .container .title .title_contact4 .contact_4_wrap p {
    font-size: 14px;
  }
}
.container .title .title_contact4 .contact_4_wrap_top {
  margin-bottom: 17px;
}
.container .title .title_contact4 .contact_4_text {
  display: flex;
}
@media (max-width: 1100px) {
  .container .title .title_contact4 .contact_4_text {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact4 .contact_4_text {
    flex-direction: column;
  }
}
.container .title .title_contact4 .contact_4_text .contact_4_left {
  margin-right: 5.7291666667vw;
}
@media (max-width: 1100px) {
  .container .title .title_contact4 .contact_4_text .contact_4_left {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact4 .contact_4_text .contact_4_left {
    width: 80vw;
    margin-top: -7px;
  }
}
@media (max-width: 1100px) {
  .container .title .title_contact4 .contact_4_text .contact_4_right {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .container .title .title_contact4 .contact_4_text .contact_4_right {
    width: 80vw;
  }
}
.container .contact_button {
  position: relative;
}
.container .contact_button img {
  width: 100%;
  margin-top: -1px;
}
.container .contact_button .contact_b_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .container .contact_button .contact_b_img img {
    height: 250px;
  }
}
.container .contact_button .contacr_text p {
  font-size: clamp(10px, 1.042vw, 20px);
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1100px) {
  .container .contact_button .contacr_text p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .container .contact_button .contacr_text p {
    width: 90%;
    text-align: center;
  }
}
.container .contact_button .contacr_text img {
  width: 18.4895833333vw;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 1100px) {
  .container .contact_button .contacr_text img {
    width: 30vw;
  }
}
@media (max-width: 600px) {
  .container .contact_button .contacr_text img {
    top: 70%;
    width: 70vw;
  }
}
.container .flow {
  background-color: #c0a421;
  margin-top: -5px;
}
.container .flow .flow_1 {
  width: fit-content;
  margin: auto;
}
.container .flow .flow_1 img {
  width: 100%;
  margin-top: 7.2916666667vw;
}
@media (max-width: 1100px) {
  .container .flow .flow_1 img {
    margin-top: 80px;
  }
}
.container .flow .flow_2 {
  width: fit-content;
  margin: auto;
  padding-bottom: 8.0729166667vw;
}
@media (max-width: 600px) {
  .container .flow .flow_2 {
    width: 90%;
  }
}
.container .flow .flow_2 img {
  width: 100%;
  margin-top: 38px;
  padding-right: 7.3958333333vw;
}
@media (max-width: 1100px) {
  .container .flow .flow_2 img {
    margin-top: 80px;
    padding-right: 0px;
    margin-bottom: 80px;
  }
}
.container .flow .flow_3 {
  background-color: #e6e6e6;
}
.container .flow .flow_3 p {
  width: fit-content;
  font-size: clamp(9px, 0.938vw, 18px);
  font-weight: bold;
  margin: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 1100px) {
  .container .flow .flow_3 p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .container .flow .flow_3 p {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.container .flow .flow_3 span {
  letter-spacing: -2.5px;
}
@media (max-width: 1100px) {
  .container .flow .flow_3 span {
    letter-spacing: -1px;
  }
}
.container .users_voice .voice_top {
  width: fit-content;
  margin: auto;
}
.container .users_voice .voice_top img {
  width: 100%;
  margin-top: 5.6vw;
  margin-bottom: 6vw;
}
.container .users_voice .voice_wrap1 {
  width: 61vw;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .container .users_voice .voice_wrap1 {
    width: 80vw;
  }
}
@media (max-width: 1100px) {
  .container .users_voice .voice_wrap1 {
    width: 90vw;
  }
}
@media (max-width: 600px) {
  .container .users_voice .voice_wrap1 {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
.container .users_voice .voice_wrap1 .voice_box {
  width: 20%;
}
@media (max-width: 600px) {
  .container .users_voice .voice_wrap1 .voice_box {
    width: 40vw;
    margin-bottom: 30px;
  }
}
.container .users_voice .voice_wrap1 .voice_box .voice_t_img {
  text-align: center;
}
@media (max-width: 600px) {
  .container .users_voice .voice_wrap1 .voice_box .voice_t_img {
    width: 40vw;
  }
}
.container .users_voice .voice_wrap1 .voice_box .voice_t_img img {
  width: 100%;
}
.container .users_voice .voice_wrap1 .voice_box .voice_t_img p {
  font-size: 14px;
  font-weight: bold;
  color: #263a72;
  border: solid 1px #263a72;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  padding: 2px;
  margin-top: 24px;
}
@media (max-width: 1100px) {
  .container .users_voice .voice_wrap1 .voice_box .voice_t_img p {
    padding: 7px;
  }
}
.container .users_voice .voice_wrap1 .voice_box .voice_b_text p {
  font-size: 15px;
  margin-bottom: 0px;
}
.container .users_voice .voice_wrap1 .voice_box .voice_b_text .about_text {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #263a72;
  width: fit-content;
  margin-left: auto;
  margin-top: 0px;
}
.container .users_voice .voice_text {
  margin-top: 120px !important;
}
.container .users_voice .voice_text p {
  width: fit-content;
  font-size: clamp(9px, 0.938vw, 18px);
  font-weight: bold;
  margin: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 1100px) {
  .container .users_voice .voice_text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .container .users_voice .voice_text p {
    font-size: 12px;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.container .sub_footer {
  position: relative;
}
.container .sub_footer a :hover {
  opacity: 1;
}
.container .sub_footer .sub_contact {
  background-color: #1d4380;
  border-radius: 2%;
  width: 38.125vw;
  margin: auto;
  border-radius: 60px;
}
.container .sub_footer .sub_contact :hover {
  background-color: #f4f216;
  color: #000;
  transition-duration: 0.5s;
  opacity: 1;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .container .sub_footer .sub_contact {
    width: 80vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.container .sub_footer .sub_contact p {
  color: #ffffff;
  font-size: clamp(12px, 1.25vw, 24px);
  font-weight: bold;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  margin-top: -10px;
  letter-spacing: 2px;
  margin-bottom: 74px;
}
@media (max-width: 600px) {
  .container .sub_footer .sub_contact p {
    font-size: 18px;
  }
}
.container .sub_footer .logo_img {
  text-align: center;
  margin-bottom: 32px;
}
.container .sub_footer .logo_img :hover {
  opacity: 0.8;
}
.container .sub_footer .page_top {
  position: absolute;
  right: 6%;
  top: -3%;
}
@media (max-width: 600px) {
  .container .sub_footer .page_top {
    display: none;
  }
}
.container .sp-br {
  display: block;
}
@media (max-width: 600px) {
  .container .sp-br {
    display: none;
  }
}
.container .sp-br2 {
  display: none;
}
@media (max-width: 600px) {
  .container .sp-br2 {
    display: block;
  }
}
.container .scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.container .scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
.container .timing02 {
  transition-delay: 0.3s;
}
.container .timing03 {
  transition-delay: 0.6s;
}
.container .wrap {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(41px, 4.167vw, 80px);
  font-weight: bold;
  line-height: 1.2em;
  margin: auto;
  width: fit-content;
  justify-content: center;
}
@media (max-width: 600px) {
  .container .wrap {
    width: 100%;
    margin: auto;
    letter-spacing: 0px;
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.container .wrap2 {
  display: flex;
  flex-wrap: wrap;
}

.lp-present {
  color: #111;
}
.lp-present__inner {
  max-width: 1090px;
  margin-inline: auto;
}
.lp-present__hero {
  background: #f4f216;
  margin-top: 73px;
  padding: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .lp-present__hero {
    margin-bottom: 73px;
  }
}
.lp-present__hero .lp-present__catch {
  margin: 0;
  line-height: 1.65;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .lp-present__hero .lp-present__catch {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .lp-present__hero .lp-present__catch {
    font-size: 18px;
  }
}
.lp-present__heading {
  margin: clamp(20px, 5vw, 40px) 0 clamp(14px, 3vw, 24px);
  text-align: center;
  color: #1d4380;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.lp-present__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 2vw, 18px);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .lp-present__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .lp-present__grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90vw;
    margin: auto;
  }
}
@media (max-width: 420px) {
  .lp-present__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .lp-present__grid {
    width: 92vw;
  }
}
.lp-present__item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #d1d0d2;
  text-align: center;
  padding: 22px;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  font-weight: bold;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
  min-height: 52px;
  display: grid;
  place-items: center;
}
@media (max-width: 1100px) {
  .lp-present__item {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .lp-present__item {
    padding: 10px;
  }
}

@media (max-width: 600px) {
  .lp-present__item_no {
    display: none;
  }
}

.lp-skill {
  color: #000;
}
.lp-skill__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: clamp(16px, 3.5vw, 32px);
  padding-right: 0;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  column-gap: clamp(20px, 4vw, 56px);
  align-items: self-start;
  margin-top: 46px;
}
@media (max-width: 1100px) {
  .lp-skill__inner {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .lp-skill__inner {
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding-left: 0;
  }
}
.lp-skill__col--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(14px, 2vw, 20px);
}
@media (max-width: 1100px) {
  .lp-skill__col--text {
    width: max-content;
  }
}
@media (max-width: 600px) {
  .lp-skill__col--text {
    max-width: 375px;
  }
}
.lp-skill__col--media {
  text-align: center;
  margin: 0;
}
@media (max-width: 1100px) {
  .lp-skill__col--media {
    width: 95vw;
    max-width: 500px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .lp-skill__col--media {
    width: 100vw;
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  .lp-skill__col--media img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .lp-skill__col--media img {
    width: 100%;
  }
}
.lp-skill__badge {
  width: clamp(90px, 10vw, 130px);
  height: auto;
  display: block;
}
.lp-skill__titleimg {
  width: 228px;
  height: auto;
  display: block;
}
.lp-skill__lead p {
  margin: 0 0 0.9em;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 600px) {
  .lp-skill__lead p {
    margin: 0;
    font-size: 14px;
  }
}
.lp-skill__lead span {
  font-size: 30px;
}
.lp-skill__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.lp-skill__caption {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 26px;
}
.lp-skill__caption p {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.lp-skill__col_main {
  display: flex;
  gap: 22px;
  margin-top: 55px;
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .lp-skill__col_main {
    justify-content: center;
    width: 100vw;
  }
}

.lp-skill__col01 {
  margin-top: 10px;
}

.lp-intro {
  color: #000;
}
.lp-intro__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: clamp(16px, 3.5vw, 32px);
  display: grid;
  grid-template-columns: minmax(140px, 218px) 1fr;
  column-gap: clamp(18px, 3.5vw, 40px);
  align-items: flex-start;
  margin-top: 17px;
  gap: 3px;
}
@media (max-width: 1100px) {
  .lp-intro__inner {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-top: 0;
    padding-top: 0;
  }
}
.lp-intro__media {
  text-align: center;
  margin: 0;
}
.lp-intro__media img {
  width: 175px;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media (max-width: 1100px) {
  .lp-intro__media img {
    display: none;
  }
}
.lp-intro__body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
}
.lp-intro__body p {
  margin: 0 0 1.1em;
  line-height: 1.5;
  font-size: 17px;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .lp-intro__body p {
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .lp-intro__body p {
    font-size: 12px;
  }
}
.lp-intro__body a,
.lp-intro__body .lp-intro__em {
  color: #000;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.lp-intro__media_ph img {
  display: none;
}
@media (max-width: 600px) {
  .lp-intro__media_ph img {
    display: block;
  }
}

.lp-feature {
  color: #000;
}
.lp-feature__head {
  color: #fff;
}
@media (max-width: 600px) {
  .lp-feature__head {
    margin-bottom: 20px;
  }
}
.lp-feature__head img {
  width: 100%;
}
@media (max-width: 1100px) {
  .lp-feature__head img {
    object-fit: cover;
    height: 85px;
  }
}
.lp-feature__head-inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: clamp(14px, 2.6vw, 20px) clamp(16px, 3.5vw, 24px);
  text-align: center;
}
.lp-feature__eyebrow {
  margin: 0 0 4px;
  font-size: clamp(12px, 1.4vw, 14px);
  letter-spacing: 0.06em;
}
.lp-feature__title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(16px, 2.1vw, 20px);
  letter-spacing: 0.06em;
}
.lp-feature__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: clamp(20px, 4vw, 40px) clamp(16px, 3.5vw, 24px);
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  .lp-feature__inner {
    padding: 20px 2.5%;
  }
}
.lp-feature__lead-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 32px);
  flex-wrap: wrap;
  margin-bottom: clamp(16px, 3vw, 28px);
  position: relative;
}
@media (max-width: 600px) {
  .lp-feature__lead-block {
    margin-top: 0px;
  }
}
.lp-feature__lead-block img {
  position: absolute;
  left: 98px;
  width: 243px;
}
.lp-feature__illust {
  width: clamp(100px, 12vw, 140px);
  height: auto;
  display: block;
}
.lp-feature__lead {
  margin: 0;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.lp-feature__lead-box {
  display: inline-block;
  padding: 20px 42px;
  background: #fff;
  border: 1px solid #1d4380;
  font-size: clamp(36px, 1.6vw, 40px);
  line-height: 1;
}
@media (max-width: 1100px) {
  .lp-feature__lead-box {
    font-size: 28px !important;
    padding: 10px 20px;
  }
}
.lp-feature__desc p {
  margin: 0 0 1em;
  font-size: clamp(24px, 1.6vw, 24px);
  line-height: 1.9;
  color: #000;
  font-weight: bold;
  margin-bottom: 3px;
}
@media (max-width: 1100px) {
  .lp-feature__desc p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .lp-feature__desc p {
    font-size: 12px;
    text-align: left;
  }
}
.lp-feature .lp-feature__desc_p {
  margin-top: 23px;
}
.lp-feature__chips {
  display: flex;
  justify-content: center;
  gap: clamp(10px, 2.4vw, 18px);
  list-style: none;
  margin: clamp(12px, 3vw, 24px) 0 clamp(18px, 3.5vw, 28px);
  padding: 0;
  flex-wrap: wrap;
  margin-top: 4px;
}
@media (max-width: 1100px) {
  .lp-feature__chips {
    margin-top: 40px;
  }
}
.lp-feature__chip span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  padding: 20px 0px;
  border: 1px solid #dcdfe4;
  background: #fff;
  font-weight: 700;
  font-size: clamp(36px, 1.6vw, 40px);
  border: 1px solid #1d4380;
  min-width: 404px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .lp-feature__chip span {
    font-size: 28px !important;
    padding: 10px 20px;
    min-width: fit-content;
  }
}
@media (max-width: 600px) {
  .lp-feature__chip span {
    padding: 10px 55px;
  }
}

.lp-feature__desc_text {
  font-size: clamp(30px, 2.4vw, 30px) !important;
}
@media (max-width: 1100px) {
  .lp-feature__desc_text {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .lp-feature__desc_text {
    font-size: 17px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
  }
}

.lp-feature__lead-block h3 {
  font-size: clamp(36px, 1.6vw, 38px);
}
@media (max-width: 1100px) {
  .lp-feature__lead-block h3 {
    font-size: 20px !important;
  }
}

.lp-feature {
  position: relative;
  margin-top: 124px;
}
@media (max-width: 600px) {
  .lp-feature {
    margin-top: 40px;
  }
}

.people_img {
  position: absolute;
  top: -162px;
  left: 0%;
  max-width: 240px;
  width: 23%;
}
@media (max-width: 600px) {
  .people_img {
    display: none;
  }
}

@media (max-width: 1100px) {
  .lp-feature__desc_ph {
    font-size: 25px !important;
  }
}
@media (max-width: 600px) {
  .lp-feature__desc_ph {
    font-size: 17px !important;
    text-align: center !important;
  }
}

.lp-strength {
  color: #000;
  margin-top: 20px;
}
.lp-strength__inner {
  max-width: 990px;
  margin-inline: auto;
}
.lp-strength__item {
  margin-bottom: clamp(28px, 6vw, 64px);
}
.lp-strength__item .lp-strength__media {
  margin: 0 0;
}
.lp-strength__item .lp-strength__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}
.lp-strength__item .lp-strength__content {
  display: flex;
  gap: clamp(12px, 3vw, 36px);
  align-items: start;
}
@media (max-width: 1100px) {
  .lp-strength__item .lp-strength__content {
    flex-direction: column;
    width: 94%;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .lp-strength__item .lp-strength__content {
    grid-template-columns: 1fr;
  }
}
.lp-strength__item .lp-strength__title {
  margin: 0;
  padding-left: 15px;
  width: 90vw;
}
@media (max-width: 1100px) {
  .lp-strength__item .lp-strength__title {
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  .lp-strength__item .lp-strength__title {
    width: fit-content;
    margin: auto;
    justify-content: center;
  }
}
.lp-strength__item .lp-strength__heading {
  margin: 0;
  font-weight: 800;
  font-size: clamp(28px, 2.2vw, 32px);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media (max-width: 1100px) {
  .lp-strength__item .lp-strength__heading {
    font-size: 24px !important;
  }
}
.lp-strength__item .lp-strength__heading span {
  display: inline-block;
}
@media (max-width: 600px) {
  .lp-strength__item .lp-strength__heading span {
    text-align: center;
    margin: auto;
  }
}
.lp-strength__item .lp-strength__text p {
  margin: 0;
  font-size: clamp(18px, 1.6vw, 18px);
  line-height: 1.6;
  letter-spacing: -1px;
  margin-top: -21px;
}
@media (max-width: 1100px) {
  .lp-strength__item .lp-strength__text p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.lp-strength__item.lp-strength__item--reverse .lp-strength__content {
  grid-template-columns: 1.4fr 1fr;
}
@media (max-width: 900px) {
  .lp-strength__item.lp-strength__item--reverse .lp-strength__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .lp-strength__item.lp-strength__item--reverse .lp-strength__title {
    order: 1;
  }
  .lp-strength__item.lp-strength__item--reverse .lp-strength__text {
    order: 2;
  }
}

.k_p {
  font-size: clamp(14px, 1vw, 18px);
  margin-top: 22px;
}
@media (max-width: 600px) {
  .k_p {
    text-align: left;
    width: 95vw;
  }
}

.k_9_ph {
  width: 55% !important;
  margin: auto;
  padding-right: 56px;
}
@media (max-width: 1100px) {
  .k_9_ph {
    display: block !important;
    width: 80% !important;
    padding-right: 75px;
  }
}

.k_1_lp {
  display: block;
}
@media (max-width: 1100px) {
  .k_1_lp {
    display: none !important;
  }
}

.lp-cta {
  background: #1d4380;
}
.lp-cta__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: 54px;
  text-align: center;
}
@media (max-width: 600px) {
  .lp-cta__inner {
    padding: 40px 20px;
    margin-top: 30px;
  }
}
.lp-cta__sr {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.lp-cta__text {
  margin: 0 0 clamp(12px, 2.6vw, 18px);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .lp-cta__text {
    font-size: 18px;
  }
}
.lp-cta__btn {
  display: inline-block;
}
.lp-cta__btn img {
  display: block;
  width: 305px;
  height: auto;
}
.lp-cta__btn:hover {
  opacity: 0.9;
}
.lp-cta__btn:active {
  opacity: 0.85;
}

.beforeafter__title1 {
  letter-spacing: -2px;
}
@media (max-width: 600px) {
  .beforeafter__title1 {
    letter-spacing: 0px;
  }
}

.beforeafter__title2 {
  letter-spacing: 2px;
}

.beforeafter__title3 {
  letter-spacing: -1px;
}

.lp-beforeafter {
  color: #000;
}
.lp-beforeafter__inner {
  max-width: 1166px;
  margin-inline: auto;
  padding: clamp(20px, 4vw, 48px) 0;
  display: flex;
  gap: 127px;
  align-items: start;
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .lp-beforeafter__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .lp-beforeafter__inner {
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  .lp-beforeafter__inner {
    grid-template-columns: 1fr;
  }
}
.lp-beforeafter__col--text {
  max-width: 460px;
  width: 90vw;
}
.lp-beforeafter__col--media {
  text-align: center;
  margin: 0;
}
.lp-beforeafter__title {
  margin: 0 0 clamp(12px, 2.4vw, 20px);
  font-weight: 800;
  line-height: 1.55;
  margin-top: 55px;
  margin-bottom: 10px;
}
.lp-beforeafter__title span {
  display: block;
  font-size: 30px;
  color: #1d4380;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .lp-beforeafter__title span {
    font-size: 26px;
    color: #1d4380;
    margin-top: 0px;
  }
}
.lp-beforeafter__bullets {
  margin: 0;
  padding-left: 0;
  list-style: disc;
}
.lp-beforeafter__bullets p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 600px) {
  .lp-beforeafter__bullets p {
    font-size: 14px;
  }
}
.lp-beforeafter__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: 657px;
  width: 90vw;
  margin-right: 60px;
  margin-top: 33px;
}
@media (max-width: 600px) {
  .lp-beforeafter__img {
    margin: auto;
    margin-top: 33px;
  }
}

.lp-pricing {
  color: #f7f9fb;
}
.lp-pricing__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: clamp(24px, 5vw, 56px) clamp(16px, 3.5vw, 24px);
}
@media (max-width: 600px) {
  .lp-pricing__inner {
    margin-top: 50px;
  }
}
.lp-pricing__heading {
  margin: 0 0 clamp(18px, 4vw, 32px);
  text-align: center;
}
.lp-pricing__heading img {
  display: inline-block;
  width: clamp(220px, 40vw, 360px);
  height: auto;
}
.lp-pricing__heading p {
  font-size: 15px;
  margin-top: 30px;
}
.lp-pricing__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 3.2vw, 24px);
  margin-bottom: clamp(22px, 5vw, 36px);
  margin-top: 60px;
}
@media (max-width: 900px) {
  .lp-pricing__cards {
    grid-template-columns: 1fr;
  }
}
.lp-pricing__card {
  margin: 0;
  background: #fff;
  overflow: hidden;
}
.lp-pricing__card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1100px) {
  .lp-pricing__card img {
    max-width: 600px;
    margin: auto;
  }
}
.lp-pricing__card:hover {
  transform: translateY(-2px);
}
.lp-pricing__info {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .lp-pricing__info {
    font-size: 13px;
  }
}
.lp-pricing__info img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 95px;
}
@media (max-width: 600px) {
  .lp-pricing__info img {
    margin-top: 20px;
  }
}
.lp-pricing__info p {
  font-size: 15px;
  text-align: center;
}
@media (max-width: 600px) {
  .lp-pricing__info p {
    text-align: left;
  }
}
.lp-pricing__info span {
  color: #1d4380;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lp-sns {
  text-align: center;
  padding: clamp(32px, 6vw, 64px) 0;
}
.lp-sns__inner {
  max-width: 1090px;
  margin-inline: auto;
}
.lp-sns__heading {
  margin: 0 0 clamp(16px, 3vw, 28px);
}
.lp-sns__heading img {
  display: inline-block;
  width: 129px;
  height: auto;
}
.lp-sns__list {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.lp-sns__item a {
  display: inline-block;
  transition: opacity 0.25s ease;
}
.lp-sns__item a:hover {
  opacity: 0.8;
}
.lp-sns__item img {
  width: 57px;
  height: auto;
  display: block;
  border-radius: 50%;
  background-color: #1d4380;
}

.lp-request {
  color: #000;
  background: #f7f8fb;
}
@media (max-width: 600px) {
  .lp-request {
    padding: 20px 0;
    padding-top: 0;
  }
}
.lp-request__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: 54px 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(20px, 4vw, 48px);
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .lp-request__inner {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.lp-request__left .lp-request__title {
  margin: 0 0 clamp(14px, 2.5vw, 22px);
  text-align: center;
  color: #1d4380;
  font-weight: 800;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.06em;
}
.lp-request__left .lp-request__media {
  margin: 0 0 clamp(12px, 2.2vw, 18px);
}
.lp-request__left .lp-request__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  background-color: inherit;
}
@media (max-width: 600px) {
  .lp-request__left .lp-request__media {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
  }
}
.lp-request__left .lp-request__caption {
  margin: 8px 0 0;
  font-size: clamp(12px, 1.4vw, 13px);
  color: #666;
  text-align: center;
}
.lp-request__left .lp-request__list {
  margin: clamp(10px, 2vw, 16px) 0;
  padding: 0;
  list-style: none;
  display: grid;
  row-gap: 8px;
}
.lp-request__left .lp-request__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(13px, 1.6vw, 15px);
}
.lp-request__left .lp-request__list li img {
  width: 16px;
  height: 16px;
}
.lp-request__left .lp-request__note {
  margin: clamp(10px, 2vw, 16px) 0 0;
  font-size: clamp(12px, 1.5vw, 14px);
  color: #000;
  text-align: center;
}
.lp-request__right {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: clamp(16px, 3vw, 24px);
}

/* ====== MW WP Form（contactForm配下を軽く整形） ====== */
.contactForm .contact_notion {
  margin: 0 0 10px;
  font-size: 12px;
  color: #666;
}
.contactForm .contact_notion .req {
  color: #d83434;
}
.contactForm .common_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.contactForm .common_table tr {
  display: flex;
  flex-direction: column;
  max-width: 397px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 22px;
}
@media (max-width: 600px) {
  .contactForm .common_table tr {
    width: 90%;
    margin: auto;
    margin-bottom: 22px;
  }
}
.contactForm .common_table th,
.contactForm .common_table td {
  vertical-align: top;
}
.contactForm .common_table th {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  padding: 0px 10px 0 0;
  color: #000;
  text-align: left;
  padding-bottom: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.contactForm .common_table th .req {
  color: #000;
  margin-left: 10px;
  font-size: 12px;
}
.contactForm .common_table td {
  width: 100%;
}
.contactForm .common_table input[type=text],
.contactForm .common_table input[type=email],
.contactForm .common_table select,
.contactForm .common_table textarea {
  width: 100%;
  border: 1px solid #dfe3e8;
  border-radius: 0px;
  padding: 10px 12px;
  font-size: 14px;
  color: #000;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}
.contactForm .common_table input[type=text]:focus,
.contactForm .common_table input[type=email]:focus,
.contactForm .common_table select:focus,
.contactForm .common_table textarea:focus {
  outline: none;
  border-color: #1d4380;
  box-shadow: 0 0 0 3px rgba(29, 67, 128, 0.15);
}
.contactForm .common_table textarea {
  min-height: 140px;
}
.contactForm .common_table input[type=radio],
.contactForm .common_table input[type=checkbox] {
  transform: translateY(2px);
  margin-right: 6px;
  accent-color: #1d4380;
}
.contactForm .common_table .reason_part_left {
  padding-top: 10px;
}
.contactForm .btnArea {
  margin-top: 14px;
  text-align: center;
}
.contactForm .btnArea input[type=submit],
.contactForm .btnArea button,
.contactForm .btnArea .mwform-submit {
  display: inline-block;
  background: #f4f216;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.03s ease;
  min-width: 202px;
}
.contactForm .btnArea input[type=submit]:hover,
.contactForm .btnArea button:hover,
.contactForm .btnArea .mwform-submit:hover {
  filter: brightness(0.98);
}
.contactForm .btnArea input[type=submit]:active,
.contactForm .btnArea button:active,
.contactForm .btnArea .mwform-submit:active {
  transform: translateY(1px);
}

.request_img {
  width: fit-content;
  margin: auto;
}
@media (max-width: 600px) {
  .request_img {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .request_img img {
    width: 100%;
    margin: auto;
  }
}

.lp-request-head {
  background: #f7f8fb;
  border-top: 1px solid #e9eef3;
}
@media (max-width: 600px) {
  .lp-request-head {
    margin-top: 60px;
  }
}
.lp-request-head__inner {
  max-width: 1090px;
  margin-inline: auto;
  padding: 20px 0;
  text-align: center;
  margin-top: 89px;
}
@media (max-width: 600px) {
  .lp-request-head__inner {
    margin-top: 0px;
  }
}

.lp-request__title {
  margin: 0;
  color: #1d4380;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 600px) {
  .lp-request__title {
    font-size: 20px;
  }
}
.lp-request__note {
  font-weight: 700;
  font-size: 22px;
  margin-left: 0.4em;
  opacity: 0.85;
  color: #1d4380;
}
@media (max-width: 600px) {
  .lp-request__note {
    font-size: 13px;
  }
}

/* もし<span>を使わず h2 だけにしたい場合はこの1行でOK
.lp-request__title { text-align:center; color:#1d4380; font-weight:800; }
*/
@media (max-width: 600px) {
  .br_no {
    display: none;
  }
}

strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}

.ph_img_top1 {
  margin-top: 0 !important;
}

.top_1_ph_c_img {
  margin-top: 50px;
}

.pp_text {
  text-decoration: underline;
}

.pp_text_box {
  max-width: 397px;
  margin: auto;
  font-size: 14px;
}
@media (max-width: 600px) {
  .pp_text_box {
    width: 90%;
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.btnArea {
  position: relative;
  display: block; /* ボタンと画像をまとまりとして扱う */
}

.btnImage {
  position: absolute;
  right: 70px; /* ボタン右端からの距離を調整 */
  top: 50%;
  transform: translateY(-50%);
  width: 77px; /* 画像サイズ調整 */
  height: auto;
}
@media (max-width: 600px) {
  .btnImage {
    display: none;
  }
}

.checkbox_icon {
  position: relative;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: solid 2px #808080;
  border-radius: 0px;
  box-shadow: 0 0 0 0 transparent;
  /* チェックマーク */
}
.checkbox_icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  mask-image: url("icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #ffffff;
}

label {
  display: flex;
  align-items: center; /* 縦中央揃え */
  gap: 6px; /* チェックボックスと文字の間隔 */
  cursor: pointer;
  margin-bottom: 25px !important;
}

.checkbox_icon {
  margin: 0; /* デフォルトのズレをリセット */
  vertical-align: middle; /* 念のための補正 */
}

.mwform-checkbox-field-text {
  font-size: 15px;
  line-height: 1;
  margin-top: 4px;
}

/* ============ base ============ */
:root {
  --c-text: #000;
  --c-muted: #000;
  --c-line: #ddd;
  --c-key: #0d3177; /* 紺 */
  --c-accent: #fff35b; /* ボタンの黄色 */
  --radius: 0px;
}

.contactSection {
  padding: 56px 16px 80px;
  background: #f7f8fb;
  color: var(--c-text);
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .contactSection {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

.contactSection__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 8px;
}

.contactSection__lead {
  text-align: center;
  color: var(--c-muted);
  font-size: 13px;
  margin: 0 0 28px;
}

/* ============ form box ============ */
.contactForm {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 600px) {
  .contactForm {
    width: 95%;
    padding: 30px 0px;
  }
}

/* table layout */
.common_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px; /* 行間 */
}

.common_table th {
  width: 210px;
  text-align: left;
  vertical-align: top;
  padding: 10px 14px 0 0;
  font-weight: 700;
  font-size: 14px;
  color: var(--c-text);
}

.common_table td {
  padding: 0;
}

.req {
  color: #000;
  font-weight: 700;
  margin-left: 6px;
  font-weight: 300;
}

.note {
  font-weight: 400;
  color: var(--c-muted);
  margin-left: 0.25em;
}

/* inputs */
.common_table input[type=text],
.common_table input[type=email],
.common_table textarea {
  width: 100%;
  border: 1px solid var(--c-line);
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 15px;
  outline: none;
  background: #fff;
  transition: box-shadow 0.15s, border-color 0.15s;
}

.common_table textarea {
  min-height: 160px;
  resize: vertical;
}

.common_table input:focus,
.common_table textarea:focus {
  border-color: #cfd7ff;
  box-shadow: 0 0 0 3px rgba(13, 49, 119, 0.1);
}

/* checkbox vertical list（MW WP Formの出力に合わせて） */
.mwform-checkbox-field {
  /* <label> 相当のラッパー */
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  line-height: 1.4;
}

.mwform-checkbox-field input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--c-key);
}

.mwform-checkbox-field-text {
  font-size: 15px;
}

/* privacy policy line */
.pp_text {
  color: var(--c-text);
  text-decoration: underline;
}

.pp_text:hover {
  opacity: 0.7;
}

/* button + right image */
.btnArea1 {
  position: relative;
  display: block !important;
  margin: auto;
  margin-top: 15px !important;
}

.submitBtn {
  box-shadow: 0 4px 0 #d6d6d6;
}

.submitBtn:hover {
  transform: translateY(1px);
  box-shadow: 0 3px 0 #d6d6d6;
}

.submitBtn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #d6d6d6;
}

/* 送信ボタンの右に画像を絶対配置 */
.btnImage {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 64px;
  height: auto;
  pointer-events: none; /* クリックを邪魔しない */
}

/* ============ responsive ============ */
@media (max-width: 720px) {
  .common_table {
    border-spacing: 0 12px;
  }
  .common_table th {
    width: auto;
    display: block;
    padding: 0 0 6px;
  }
  .common_table td {
    display: block;
  }
  .btnArea {
    display: block;
  }
  .submitBtn {
    width: 100%;
    text-align: center;
    max-width: 202px;
  }
  .btnImage {
    right: 8px;
    width: 52px;
    transform: translateY(-50%);
  }
}
.lp-skill__lead01 {
  margin-bottom: -13px;
}

.users_voice {
  margin-top: 132px;
}

.pc_img01 {
  display: block;
}
@media (max-width: 850px) {
  .pc_img01 {
    display: none;
  }
}

.ph_img01 {
  display: none;
}
@media (max-width: 850px) {
  .ph_img01 {
    display: block;
  }
}

.ph_5_img {
  max-width: 500px;
  margin: auto;
}

.instructor_img {
  background-color: #d1d0d2;
  display: none;
}
@media (max-width: 850px) {
  .instructor_img {
    display: block;
  }
}

html.site-loading body {
  opacity: 0;
  visibility: hidden;
}

body {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}

.thanks_text {
  font-size: 16px;
  margin-bottom: 90px;
}
@media (max-width: 850px) {
  .thanks_text {
    margin-bottom: 10px;
  }
}

.thanks_wrap {
  margin-bottom: 110px;
}
@media (max-width: 850px) {
  .thanks_wrap {
    margin-bottom: 0px;
  }
}

.container .company_top {
  margin-top: 0px;
  position: relative;
  margin-bottom: 6.0416666667vw;
}
@media (max-width: 600px) {
  .container .company_top {
    margin-top: 60px;
  }
}
.container .company_top .company_img01 {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .company_top .company_img01 img {
  width: 10.9375vw;
}
@media (max-width: 600px) {
  .container .company_top .company_img01 img {
    width: 25vw;
  }
}
.container .company_top .company_img02 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .container .company_top .company_img02 {
    top: 50%;
  }
}
.container .company_top .company_img02 img {
  width: auto;
}
@media (max-width: 600px) {
  .container .company_top .company_img02 img {
    width: 80vw;
  }
}
.container .company_top .company_img03 {
  margin: auto;
}
.container .company_top .company_img03 img {
  width: 95.8333333333vw;
  margin: auto;
  display: block;
}
@media (max-width: 600px) {
  .container .company_top .company_img03 img {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
}
.container .company_text_main {
  width: 66.6666666667vw;
  margin: auto;
  margin-bottom: 9.6875vw;
}
@media (max-width: 600px) {
  .container .company_text_main {
    width: 90vw;
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.container .company_text_main h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(25px, 2.5vw, 50px);
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.6;
}
.container .company_text_main .company_about {
  margin-top: 3.59375vw;
}
.container .company_text_main li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.354vw, 26px);
  font-weight: bold;
  line-height: 1.38;
  color: #000000;
  letter-spacing: 0px;
  width: 20vw;
  white-space: normal;
}
.container .company_text_main .c_topic {
  width: 13.5416666667vw;
  padding-left: 1.0416666667vw;
}
@media (max-width: 600px) {
  .container .company_text_main .c_topic {
    width: 25vw;
  }
}
.container .company_text_main .c_text {
  width: auto;
}
@media (max-width: 600px) {
  .container .company_text_main .c_text {
    margin-left: 10px;
    width: 75vw;
  }
}
.container .company_text_main .c_about {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
.container .company_text_main .c_about4 .letter_s {
  letter-spacing: 2px;
}
.container .company_text_main .c_about5 .c_text {
  line-height: 1.6;
}

.sub-footer {
  width: 100%;
}
.sub-footer img {
  width: 15.8333333333vw;
  margin: auto;
  text-align: center;
  display: flex;
  margin-top: 4.1666666667vw;
  margin-bottom: 4.1666666667vw;
  min-width: 150px;
}/*# sourceMappingURL=style.css.map */