@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

/* Set core body defaults */
body {
  min-height: 100dvh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

a:focus, *:focus {
  outline: none;
}

:focus-visible {
  outline: 3px solid #ffffff; /* 外側の白い線 */
  outline-offset: 2px;
}

/* リンク（アンカータグ） */
a:focus-visible {
  outline: 5px solid #ffcc00; /* 目立つ黄色など */
}

/* 入力フォーム */
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 5px solid #ffcc00;
  border-color: transparent; /* 枠線と重ならないように調整 */
}

/* スキップリンクのスタイル */
.skip-link {
  position: absolute;
  top: -100px; /* 通常時は画面の外へ隠す */
  left: 10px;
  background: #004b93; /* 濃い青色（ブランドカラーに合わせて調整） */
  color: #ffffff !important;
  padding: 12px 24px;
  z-index: 9999; /* 最前面に表示 */
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  transition: top 0.2s ease;
}

/* Tabキーが当たった（フォーカスされた）時だけ表示 */
.skip-link:focus {
  top: 0;
}

.point_cola {
  font-size: 3.6vw;
  color: #fff;
  padding: 1em 0;
}

.breadcrumbs {
  font-size: 3vw;
  padding: 1em;
  background: #1556b0;
  color: #fff;
}
.breadcrumbs a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    font-size: 1.7vw;
  }
}

.company-profile {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0 2em;
}

.company-profile th,
.company-profile td {
  border: 1px solid #ccc;
  padding: 0.75em 1em;
  vertical-align: top;
}

.company-profile th {
  background: #f7f7f7;
  width: 25%;
  text-align: left;
  font-weight: bold;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #efeff2;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

.contents {
  overflow: hidden;
  padding: 54px 0 0;
}
@media screen and (min-width: 1024px) {
  .contents {
    padding: 88px 0 0;
  }
}

.pc_view_wrap {
  display: flex;
  justify-content: space-between;
}

header {
  width: 100%;
  height: 54px;
  padding: 0 0;
  margin: 0 0;
  color: #333;
  background: rgb(239, 239, 242);
  position: fixed;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  header {
    height: 88px;
  }
}
header h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
header h1 a {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 15px 0 0 16px;
}
@media screen and (min-width: 1024px) {
  header h1 a {
    font-size: 1rem;
    margin: 24px 0 0 40px;
    padding: 0;
  }
}
header h1 a img {
  width: auto;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  header h1 a img {
    height: 40px;
  }
}
header .pc_menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  header .pc_menu {
    display: block;
    height: 88px;
  }
  header .pc_menu .pc_menu_list {
    margin: 32px 0 0 0;
  }
  header .pc_menu .pc_menu_list li {
    display: inline-block;
    margin: 0 1.5em 0 1.5em;
  }
  header .pc_menu .pc_menu_list li a {
    font-size: 1.2vw;
    color: #333;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
  }
  header .pc_menu .pc_menu_list li a:hover, header .pc_menu .pc_menu_list li a:focus-visible {
    border-bottom: 2px solid #8f36c3;
  }
  header .pc_menu .pc_menu_list li.contbtn a {
    background: #c3368e;
    padding: 0.5em 2.8em;
    text-align: center;
    color: #fff;
    border-radius: 2em;
    transition: background 0.3s ease-in-out;
  }
  header .pc_menu .pc_menu_list li.contbtn a:hover, header .pc_menu .pc_menu_list li.contbtn a:focus-visible {
    background: #8f36c3;
  }
}
header .nd_menu {
  display: block;
}
@media screen and (min-width: 1024px) {
  header .nd_menu {
    display: none;
  }
}
header .nd_menu {
  /* 全体のスタイル */
}
header .nd_menu {
  /* メニューコンテナ全体のスタイル */
}
header .nd_menu .menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
header .nd_menu {
  /* メニューボタンのスタイル */
}
header .nd_menu .menu-button {
  display: block;
  position: fixed;
  top: 0vw;
  left: auto;
  right: 0vw;
  cursor: pointer;
  z-index: 2;
  background: #421f6f;
  padding: 0.86em 1em;
  border-radius: 0 0 0 0;
}
@media screen and (min-width: 1024px) {
  header .nd_menu .menu-button {
    padding: 1.5vw 2vw 2vw 2vw;
    border-radius: 0 0 0 1vw;
  }
}
header .nd_menu {
  /* メニューバーのスタイル */
}
header .nd_menu .bar {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #ffffff;
  transition: 0.4s;
}
header .nd_menu .menutxt {
  font-size: 2vw;
  color: #fff;
  line-height: 1;
  margin: auto;
  padding: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  header .nd_menu .menutxt {
    margin: 1vw auto 0;
    font-size: 1vw;
  }
}
header .nd_menu {
  /* メニューボタンがチェックされた場合の1つ目のバーのアニメーション */
}
header .nd_menu #menu-toggle:checked ~ .menu-button .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}
header .nd_menu {
  /* メニューボタンがチェックされた場合の2つ目のバーのアニメーション */
}
header .nd_menu #menu-toggle:checked ~ .menu-button .bar:nth-child(2) {
  opacity: 0;
}
header .nd_menu {
  /* メニューボタンがチェックされた場合の3つ目のバーのアニメーション */
}
header .nd_menu #menu-toggle:checked ~ .menu-button .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}
header .nd_menu {
  /* メニュートグルのスタイル */
}
header .nd_menu #menu-toggle {
  display: none;
}
header .nd_menu {
  /* メニューのスタイル */
}
header .nd_menu .menu {
  position: fixed;
  top: 0;
  right: -100%; /* 変更: メニューを左からスライドインさせるために left に設定 */
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  transition: 0.4s;
  z-index: 1;
  overflow-y: auto;
}
header .nd_menu {
  /* メニュートグルがチェックされた場合のメニューの表示アニメーション */
}
header .nd_menu #menu-toggle:checked ~ .menu {
  right: 0; /* メニューを表示させるために left を 0 に変更 */
}
header .nd_menu {
  /* メニュー内のリストのスタイル */
}
header .nd_menu .menu ul {
  list-style: none;
  padding: 20px;
}
header .nd_menu {
  /* メニュー内リストのリンクのスタイル */
}
header .nd_menu .menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  transition: 0.2s;
}
header .nd_menu {
  /* メニュー内リストのリンクのホバー時のスタイル */
}
header .nd_menu .menu ul li a:hover {
  color: #bf7497;
}

.mv_area {
  width: 100%;
  background-image: url("../images/mv_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  padding-top: 163.5714285714%;
  position: relative;
}
.mv_area .mv_area_cont {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  padding: 5% 8% 0 8%;
  color: #fff;
  width: 100%;
}
.mv_area .mv_area_cont .mv_area_copy {
  font-size: 8vw;
  margin: 2vw 0 12vw;
  padding: 0 2vw 0 0;
  line-height: 1.4;
}
.mv_area .mv_area_cont .mv_area_list {
  position: relative;
  padding: 0 0 0 5vw;
}
.mv_area .mv_area_cont .mv_area_list .mv_area_list_dt {
  font-size: 4.6vw;
  line-height: 1.4;
  font-weight: bold;
}
.mv_area .mv_area_cont .mv_area_list .mv_area_list_dt .br_sp1 {
  display: block;
}
.mv_area .mv_area_cont .mv_area_list .mv_area_list_dt .br_sp2 {
  display: block;
}
.mv_area .mv_area_cont .mv_area_list .mv_area_list_dd {
  font-size: 3.4vw;
  margin: 0 0 5vw;
}
.mv_area .mv_area_cont .mv_area_list:before {
  content: "";
  position: absolute;
  top: 3vw;
  left: 0;
  width: 2.2vw;
  height: auto;
  background-image: url(../images/top_mv_arw.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 1693.75%;
}
.mv_area .mv_area_cont .mv_area_btn {
  width: 60vw;
  /* margin: 34vw auto 0; */
  position: absolute;
  bottom: 5vw;
  margin: auto;
  right: 0;
  left: 0;
}
.mv_area .mv_area_cont .mv_area_btn img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .mv_area {
    width: 100%;
    background-image: url("../images/mv_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 56.6145833333%;
  }
  .mv_area .mv_area_cont {
    position: absolute;
    top: 3vw;
    left: 15.6%;
    padding: 0;
    color: #fff;
  }
  .mv_area .mv_area_cont .mv_area_copy {
    font-size: 3vw;
    margin: 0 0 2vw;
    padding: 0;
    line-height: 1.4;
  }
  .mv_area .mv_area_cont .mv_area_list {
    position: relative;
    padding: 0 0 0 1.5em;
  }
  .mv_area .mv_area_cont .mv_area_list .mv_area_list_dt {
    font-size: 2vw;
    font-weight: 500;
    line-height: 1.2;
  }
  .mv_area .mv_area_cont .mv_area_list .mv_area_list_dt .br_sp1 {
    display: none;
  }
  .mv_area .mv_area_cont .mv_area_list .mv_area_list_dt .br_sp2 {
    display: block;
  }
  .mv_area .mv_area_cont .mv_area_list .mv_area_list_dd {
    font-size: 1.4vw;
    margin: 0 0 1.3vw;
  }
  .mv_area .mv_area_cont .mv_area_list:before {
    content: "";
    position: absolute;
    top: 1.2vw;
    left: 0vw;
    width: 0.85vw;
    height: auto;
    background-image: url(../images/top_mv_arw.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 1693.75%;
  }
  .mv_area .mv_area_cont .mv_area_btn {
    width: 20vw;
    margin: 1.3vw 0 0 0;
    bottom: auto;
  }
  .mv_area .mv_area_cont .mv_area_btn img {
    width: 100%;
    height: auto;
  }
}

.pagetitle {
  color: #fff;
  font-size: 5vw;
  font-weight: normal;
  /*
  background: url("../images/icon_btn_1.png") ,linear-gradient(to left, #2064af, #182762);
  background-repeat: no-repeat, no-repeat;
  background-position: 6% center, top center;
     background-size: 10vw auto, contain;
  */
  background: #6c2c8d;
  width: 100%;
  margin: 0;
  padding: 3vw 0 3vw 2em;
  background: radial-gradient(circle at top left, #8d3ba9 34%, #421f6f 100%, transparent 100%);
}
.pagetitle a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .pagetitle {
    font-size: 2.4rem;
    margin: 0;
    padding: 1em 0 1em 5em;
    background: radial-gradient(circle at top left, #8d3ba9 34%, #421f6f 100%, transparent 100%);
  }
}

section .container {
  padding: 0 8vw 4em;
}
@media screen and (min-width: 1024px) {
  section .container {
    padding: 0 15.6% 2em;
  }
}
section .container .mds {
  font-size: 5.4vw;
  color: #6D3590;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  section .container .mds {
    font-size: 2.2vw;
    color: #6D3590;
    line-height: 1.3;
  }
}
section .container img {
  width: 100%;
  height: auto;
}

/* -------- top -------- */
.top_sec01 {
  position: relative;
  width: 100%;
  background: none;
  padding: 0;
  margin: 6vw 0 6vw;
}
.top_sec01 .container {
  position: static;
  top: 0;
  padding: 0 8vw 0;
}
.top_sec01 .container .layout_wrap_flex {
  display: flex;
  flex-direction: column;
}
.top_sec01 .container .layout_wrap_flex .txtarea .mds {
  font-size: 5.4vw;
  color: #6D3590;
  line-height: 1.4;
  letter-spacing: -1px;
}
.top_sec01 .container .layout_wrap_flex .txtarea {
  width: 100%;
}
.top_sec01 .container .layout_wrap_flex .imgarea {
  margin: 2em 0 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .top_sec01 {
    position: relative;
    width: 100%;
    background-image: url("../images/top_sec01_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 39.5833333333%;
    margin: 6vw 0 4vw 0;
  }
  .top_sec01 .container {
    position: absolute;
    top: 0;
    padding: 0 0 0 15.6%;
  }
  .top_sec01 .container .layout_wrap_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .top_sec01 .container .layout_wrap_flex .txtarea {
    padding: 1rem 0 0 0;
  }
  .top_sec01 .container .layout_wrap_flex .txtarea .mds {
    font-size: 2.2vw;
    color: #6D3590;
    line-height: 1.4;
  }
  .top_sec01 .container .layout_wrap_flex .txtarea {
    width: 34%;
    font-size: 1.25vw;
    color: #333;
  }
  .top_sec01 .container .layout_wrap_flex .imgarea {
    margin: -1vw 10vw 0 0;
    width: 44%;
    z-index: 10;
  }
}

.top_sec02 {
  position: relative;
  width: 100%;
  background-image: url("../images/top_sec02_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin: 0 0 8vw 0;
}
.top_sec02 .container {
  position: static;
  top: 0;
  padding: 0 8vw 0;
}
.top_sec02 .container .mds {
  font-size: 5.4vw;
  color: #6D3590;
  padding: 15vw 0 0 0;
  line-height: 1.4;
  text-align: right;
}
.top_sec02 .container .txtarea {
  width: 100%;
  color: #333;
  padding: 0 0 2em;
}
.top_sec02 .container .imgarea img {
  width: 180%;
  margin: 0 0 0 -30%;
}
.top_sec02 .container .btnarea {
  margin: 2em auto 0;
  padding: 0 0 0 0;
}
.top_sec02 .container .btnarea img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .top_sec02 {
    position: relative;
    width: 100%;
    background-image: url("../images/top_sec02_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin: 0 0 8rem 0;
  }
  .top_sec02 .container {
    padding: 10vw 0 0 0;
  }
  .top_sec02 .container .mds {
    font-size: 2.2vw;
    color: #6D3590;
    padding: 0 0 0 15.6%;
    line-height: 1.4;
    text-align: left;
  }
  .top_sec02 .container .txtarea {
    width: 75%;
    font-size: 1.2vw;
    color: #333;
    padding: 2em 0 2em 15.6%;
  }
  .top_sec02 .container .imgarea img {
    width: 100%;
    height: auto;
    margin: 0 0 3rem 0;
  }
  .top_sec02 .container .btnarea {
    width: 38vw;
    margin: 1.5em 0 0 0;
    padding: 0 0 0 15.6%;
  }
  .top_sec02 .container .btnarea img {
    width: 100%;
    height: auto;
  }
}

.top_sec03 .container .mds {
  font-size: 5.4vw;
  margin: 3rem 0 2rem;
}
.top_sec03 .container .btnarea {
  margin: 2rem auto 0;
}

@media screen and (min-width: 1024px) {
  .top_sec03 .container .mds {
    font-size: 2vw;
    margin: 0 0 4rem;
  }
  .top_sec03 .container .btnarea {
    margin: 4rem 0 10rem 0;
    width: 38vw;
  }
}
.top_sec04 {
  background: #6d3590;
  color: #fff;
  padding: 2rem 0;
}
.top_sec04 .container .layout_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.top_sec04 .container .layout_wrap .txtarea {
  width: 100%;
}
.top_sec04 .container .layout_wrap .txtarea .mds {
  color: #fff;
}
.top_sec04 .container .layout_wrap .txtarea .btnarea {
  padding: 4rem 0 0 0;
}
.top_sec04 .container .layout_wrap .imgarea {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .top_sec04 {
    background: #6d3590;
    color: #fff;
    padding: 5rem 0;
  }
  .top_sec04 .container .layout_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .top_sec04 .container .layout_wrap .txtarea {
    width: 48%;
  }
  .top_sec04 .container .layout_wrap .txtarea .mds {
    color: #fff;
  }
  .top_sec04 .container .layout_wrap .txtarea .btnarea {
    padding: 4rem 0 0 0;
  }
  .top_sec04 .container .layout_wrap .imgarea {
    width: 48%;
  }
}
.top_sec05 {
  padding: 5rem 0 4rem;
}
.top_sec05 .container {
  padding: 0 15.6%;
  padding: 0 8vw;
}
.top_sec05 .container .layout_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top_sec05 .container .layout_wrap .txtarea {
  width: 100%;
  padding: 0 0 0 0;
}
.top_sec05 .container .layout_wrap .txtarea .mds {
  margin: 2rem 0 1rem;
}
.top_sec05 .container .layout_wrap .txtarea .btnarea {
  padding: 2rem 0 0 0;
}
.top_sec05 .container .layout_wrap .imgarea {
  width: 100%;
  padding: 0;
  margin: 0 6rem 0 0;
}

@media screen and (min-width: 1024px) {
  .top_sec05 {
    padding: 5rem 0 4rem;
  }
  .top_sec05 .container {
    padding: 0 15.6%;
    padding: 0 0;
  }
  .top_sec05 .container .layout_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .top_sec05 .container .layout_wrap .txtarea {
    width: 38%;
    padding: 0 15.6% 0 0;
  }
  .top_sec05 .container .layout_wrap .txtarea .mds {
    line-height: 1.2;
    margin: 0 0 2rem;
    font-size: 2.2vw;
  }
  .top_sec05 .container .layout_wrap .txtarea .btnarea {
    padding: 4rem 0 0 0;
  }
  .top_sec05 .container .layout_wrap .imgarea {
    width: 62%;
    padding: 3rem 4rem 6rem 15.6%;
    margin: 0 6rem 0 0;
    box-shadow: 10px 10px 10px #d9d9d9;
  }
}
.top_sec06 {
  padding: 0rem 0 0rem;
  background-image: url(../images/top_sec06_bg.jpg);
  background-position: right 0 top 40px;
  background-size: 1100px auto;
  background-repeat: no-repeat;
}
.top_sec06 .container .mds {
  margin: 0 0 2rem;
}
.top_sec06 .container .layout_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.top_sec06 .container .layout_wrap .txtarea {
  width: 100%;
  padding: 0 0 1.5rem 0;
}
.top_sec06 .container .layout_wrap .imgarea {
  width: 80%;
}
.top_sec06 .container .layout_wrap .imgarea li {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .top_sec06 {
    padding: 5rem 0 12rem;
    background-image: url(../images/top_sec06_bg.jpg);
    background-position: right 0 top 40px;
    background-size: 1100px auto;
    background-repeat: no-repeat;
  }
  .top_sec06 .container .mds {
    line-height: 1.2;
    margin: 0 0 2rem;
    font-size: 2.2vw;
  }
  .top_sec06 .container .layout_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .top_sec06 .container .layout_wrap .txtarea {
    width: 70%;
    padding: 0 4rem 0 0;
  }
  .top_sec06 .container .layout_wrap .imgarea {
    width: 25%;
  }
  .top_sec06 .container .layout_wrap .imgarea li {
    margin-bottom: 1rem;
  }
}
.top_sec07 .container .mds {
  margin: 0 0 2rem;
}
.top_sec07 .container .layout_wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 2rem 0 0 0;
}
.top_sec07 .container .layout_wrap .btnarea {
  padding: 0 0 1rem 0;
}

@media screen and (min-width: 1024px) {
  .top_sec07 .container .mds {
    line-height: 1.2;
    margin: 0 0 2rem;
    font-size: 2.2vw;
  }
  .top_sec07 .container .layout_wrap {
    display: flex;
    justify-content: flex-start;
    padding: 4rem 0 0 0;
  }
  .top_sec07 .container .layout_wrap .btnarea {
    padding: 0 2rem 0 0;
  }
}
.top_separate {
  margin: 0 0;
}
.top_separate img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .top_separate {
    margin: 12rem 0 0;
  }
  .top_separate img {
    width: 100%;
    height: auto;
  }
}
.top_sec08 {
  padding: 0rem 0 0;
  background-image: url("../images/top_sec08_bg.jpg");
  background-position: right 0 bottom 50%;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.top_sec08 .container .layout_cont {
  padding: 0 0;
}
.top_sec08 .container .layout_cont .txtarea {
  padding: 0 0 0 0;
}
.top_sec08 .container .layout_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top_sec08 .container .layout_wrap .txtarea {
  width: 100%;
  padding: 2rem;
}
.top_sec08 .container .layout_wrap .txtarea.bgbox_w {
  background: #fff;
  box-shadow: 4px 4px 4px rgb(94, 94, 94);
}
.top_sec08 .container .layout_wrap .txtarea .mds {
  margin: 0 0 2rem;
}
.top_sec08 .container .layout_wrap .imgarea {
  width: 100%;
  padding: 10vw 20vw;
}

@media screen and (min-width: 1024px) {
  .top_sec08 {
    padding: 5rem 0 12rem;
    background-image: url("../images/top_sec08_bg.jpg");
    background-position: right 0 top 8vw;
    background-size: 80% auto;
    background-repeat: no-repeat;
  }
  .top_sec08 .container {
    padding: 0 15.6%;
    padding: 0 0;
  }
  .top_sec08 .container .layout_cont {
    padding: 0 15.6% 6rem;
  }
  .top_sec08 .container .layout_cont .txtarea {
    padding: 0 10rem 0 0;
  }
  .top_sec08 .container .layout_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .top_sec08 .container .layout_wrap .txtarea {
    width: 60%;
    padding: 2rem 15.6% 4rem 3rem;
  }
  .top_sec08 .container .layout_wrap .txtarea.bgbox_w {
    background: #fff;
    box-shadow: 4px 4px 4px rgb(94, 94, 94);
  }
  .top_sec08 .container .layout_wrap .txtarea .mds {
    margin: 0 0 2rem;
  }
  .top_sec08 .container .layout_wrap .imgarea {
    width: 40%;
    padding: 8rem 8rem 2rem 15.6%;
  }
}
.top_sec09 .container {
  padding: 0 0 4rem 0;
}
.top_sec09 .container .mds {
  color: #fff;
  background: #6d3590;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding: 1rem 0 1.2rem;
}
.top_sec09 .container .comp_table_wrap {
  padding: 0rem 0 0;
  border-bottom: 2px solid #6d3590;
  width: 100%;
  margin: auto;
}
.top_sec09 .container .comp_table_wrap th {
  border-right: 2px solid #6d3590;
  padding: 1rem;
}
.top_sec09 .container .comp_table_wrap td {
  padding: 1rem;
}
.top_sec09 .container .comp_table_wrap {
  /* 一番上の行のセル（上側の余白を広げる） */
}
.top_sec09 .container .comp_table_wrap tr:first-child th,
.top_sec09 .container .comp_table_wrap tr:first-child td {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}
.top_sec09 .container .comp_table_wrap {
  /* 一番下の行のセル（下側の余白を広げる） */
}
.top_sec09 .container .comp_table_wrap tr:last-child th,
.top_sec09 .container .comp_table_wrap tr:last-child td {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
.top_sec09 .container .nmds {
  text-align: center;
  color: #6d3590;
  font-size: 1.5rem;
}
.top_sec09 .container .nmds.mdsborder {
  align-items: center; /* 垂直中央に線を配置 */
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.top_sec09 .container .btnarea {
  padding: 0 8vw 2rem;
}
.top_sec09 .container .company-profile_maparea {
  margin: 3rem 15.6% 6rem;
}
@media screen and (max-width: 767px) {
  .top_sec09 .container .company-profile_maparea {
    margin: 0rem 0 3rem;
  }
}
.top_sec09 .container .company-profile_maparea {
  /* PCなど、横幅が広い画面のデフォルト設定 */
}
.top_sec09 .container .company-profile_maparea .map-iframe {
  height: 480px;
}
.top_sec09 .container .company-profile_maparea {
  /* 画面幅が767px以下（スマートフォン想定）の場合 */
}
@media screen and (max-width: 767px) {
  .top_sec09 .container .company-profile_maparea .map-iframe {
    height: 300px; /* ここで好きな高さに調整してください */
  }
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list {
  display: flex;
  justify-content: space-between;
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item {
  width: 50%;
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.2rem 10% 5rem 10%;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item a:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url("../images/icon_arw_1.png");
  background-size: contain;
  position: absolute;
  top: 5.5rem;
  right: 6vw;
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_01 {
  background: linear-gradient(to bottom right, #c4358d 0%, #6d3492 100%);
  transition: all 0.3s ease-in-out;
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_01:hover, .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_01:focus-visible {
  background: linear-gradient(to bottom right, #6d3492 0%, #c4358d 100%);
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_02 {
  background: linear-gradient(to bottom right, #1599af 0%, #337985 100%);
  transition: all 0.3s ease-in-out;
}
.top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_02:hover, .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_02:focus-visible {
  background: linear-gradient(to bottom right, #337985 0%, #1599af 100%);
}
.top_sec09 .container .link_btn_area {
  width: 80%;
  margin: auto;
}
.top_sec09 .container .link_btn_area .link_btn_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .top_sec09 .container {
    padding: 0 0 8rem 0;
  }
  .top_sec09 .container .mds {
    color: #fff;
    background: #6d3590;
    text-align: center;
    margin: 0;
    line-height: 1;
    padding: 1rem 0 1.2rem;
  }
  .top_sec09 .container .comp_table_wrap {
    padding: 0rem 25% 0;
    border-bottom: 2px solid #6d3590;
    width: 100%;
    margin: auto;
  }
  .top_sec09 .container .comp_table_wrap th {
    border-right: 2px solid #6d3590;
    padding: 1rem;
  }
  .top_sec09 .container .comp_table_wrap td {
    padding: 1rem;
  }
  .top_sec09 .container .comp_table_wrap {
    /* 一番上の行のセル（上側の余白を広げる） */
  }
  .top_sec09 .container .comp_table_wrap tr:first-child th,
  .top_sec09 .container .comp_table_wrap tr:first-child td {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
  .top_sec09 .container .comp_table_wrap {
    /* 一番下の行のセル（下側の余白を広げる） */
  }
  .top_sec09 .container .comp_table_wrap tr:last-child th,
  .top_sec09 .container .comp_table_wrap tr:last-child td {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
  }
  .top_sec09 .container .nmds {
    text-align: center;
    color: #6d3590;
    font-size: 2rem;
  }
  .top_sec09 .container .nmds.mdsborder {
    align-items: center; /* 垂直中央に線を配置 */
    text-align: center;
    font-size: 2rem; /* 必要に応じて調整してください */
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .top_sec09 .container .btnarea {
    padding: 0rem 15.6% 2rem;
    text-align: center;
  }
  .top_sec09 .container .company-profile_maparea {
    margin: 3rem 15.6% 6rem;
  }
  .top_sec09 .container .company-profile_linkarea .company-profile_link_list {
    display: flex;
    justify-content: space-between;
  }
  .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item {
    width: 50%;
  }
  .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4rem 25% 4rem 25%;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
  }
  .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item a:after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background-image: url("../images/icon_arw_1.png");
    background-size: contain;
    position: absolute;
    top: 4.4rem;
    right: 10vw;
  }
  .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_01 {
    background: linear-gradient(to bottom right, #c4358d 0%, #6d3492 100%);
  }
  .top_sec09 .container .company-profile_linkarea .company-profile_link_list .link_btn_item.bg_col_02 {
    background: linear-gradient(to bottom right, #1599af 0%, #337985 100%);
  }
  .top_sec09 .container .link_btn_area {
    width: 50%;
    margin: auto;
  }
  .top_sec09 .container .link_btn_area .link_btn_list {
    display: flex;
    justify-content: space-between;
  }
}
/* -------- service -------- */
.qa_sec .container .qalist_wrap {
  line-height: 1.4;
}
.qa_sec .container .qalist_wrap .qalist_dt {
  padding: 1.5em 0 0.4em 6vw;
  color: #421f6f;
}
.qa_sec .container .qalist_wrap .qalist_dt .qalist_q {
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  width: 6vw;
  margin: 0 0 0 -6vw;
}
.qa_sec .container .qalist_wrap .qalist_dd {
  border-bottom: 1px dotted #333;
  padding: 0 0 1.5em 6vw;
}
.qa_sec .container .qalist_wrap .qalist_dd .qalist_a {
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  width: 6vw;
  margin: 0 0 0 -6vw;
}

.pc_img {
  display: none;
}

.sp_img {
  display: block;
}

@media screen and (min-width: 1024px) {
  .pc_img {
    display: block;
  }
  .sp_img {
    display: none;
  }
}
.technomsg {
  background: #b27a69;
  padding: 4vw;
  display: flex;
  align-items: center;
  color: #fff;
}
.technomsg h3 {
  margin: 0;
  padding: 0;
  font-size: 3vw;
}
.technomsg .txt {
  font-size: 2.2vw;
  padding: 0 0 0 2em;
}

footer {
  background: #3A1D4E;
  text-align: center;
  color: #fff;
  font-size: 3vw;
}
footer .container .footer_layout_top {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .container .footer_layout_top .footer_link_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2rem 8vw 2rem;
  flex-direction: column;
  font-size: 1rem;
}
footer .container .footer_layout_top .footer_link_area .site_link_list {
  width: 100%;
  text-align: center;
}
footer .container .footer_layout_top .footer_link_area .site_link_list a {
  display: inline-block;
  margin: 0 0 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
footer .container .footer_layout_top .footer_link_area .site_link_list a:hover, footer .container .footer_layout_top .footer_link_area .site_link_list a:focus-visible {
  text-decoration: underline;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list {
  width: 100%;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_b {
  width: 100%;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_b a {
  display: block;
  margin: 0 0 1rem;
  background: #188095;
  padding: 0.5em 2.8em;
  text-align: center;
  color: #fff;
  border-radius: 2em;
  text-decoration: none;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_b a:hover, footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_b a:focus-visible {
  background: #fff;
  color: #188095;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_p {
  width: 100%;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_p a {
  display: block;
  margin: 0 0 1rem;
  background: #C83792;
  padding: 0.5em 2.8em;
  text-align: center;
  color: #fff;
  border-radius: 2em;
  text-decoration: none;
}
footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_p a:hover, footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_p a:focus-visible {
  background: #fff;
  color: #C83792;
}
footer .container .footer_layout_top .footer_logo_area {
  width: 100%;
  padding: 0rem 8rem 2rem;
  border-right: none;
}
footer .container .footer_layout_top .footer_logo_area img {
  width: 100%;
  height: auto;
}
footer .container .footer_layout_btm {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem 0;
  border-top: 1px solid #fff;
}
footer .container .footer_layout_btm .txtarea {
  font-size: 0.8rem;
  padding: 1rem 1rem 1rem;
}
footer .container .footer_layout_btm .copy {
  font-size: 0.8rem;
  padding: 1rem 1rem;
  text-align: center;
}
footer a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  footer {
    font-size: 1.8vw;
  }
  footer .copy {
    font-size: 1.4vw;
  }
}

@media screen and (min-width: 1024px) {
  footer {
    text-align: center;
    color: #fff;
    font-size: 3vw;
  }
  footer .container .footer_layout_top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  footer .container .footer_layout_top .footer_link_area {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding: 3% 10.6% 2rem 18%;
    flex-direction: row;
    font-size: 1rem;
    align-items: flex-end;
  }
  footer .container .footer_layout_top .footer_link_area .site_link_list {
    width: 40%;
    text-align: left;
  }
  footer .container .footer_layout_top .footer_link_area .site_link_list a {
    display: inline-block;
    margin: 0 0 1rem;
  }
  footer .container .footer_layout_top .footer_link_area .site_feat_link_list {
    width: 50%;
  }
  footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_b {
    width: 90%;
  }
  footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_b a {
    display: block;
    margin: 0 0 1rem;
    background: #188095;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
  }
  footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_p {
    width: 90%;
  }
  footer .container .footer_layout_top .footer_link_area .site_feat_link_list .fet_link_p a {
    display: block;
    margin: 0 0 1rem;
    background: #C83792;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    border-radius: 2em;
    text-decoration: none;
  }
  footer .container .footer_layout_top .footer_logo_area {
    width: 40%;
    padding: 4vw 10vw 3vw 16vw;
    border-right: 1px solid #fff;
  }
  footer .container .footer_layout_top .footer_logo_area img {
    width: 100%;
    height: auto;
  }
  footer .container .footer_layout_btm {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 2rem 0;
    border-top: 1px solid #fff;
  }
  footer .container .footer_layout_btm .txtarea {
    font-size: 0.8rem;
    padding: 1rem 4rem 1rem 10.6%;
    text-align: left;
  }
  footer .container .footer_layout_btm .copy {
    font-size: 0.8rem;
    padding: 1rem 10.6% 1rem 4rem;
  }
  footer a {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  footer {
    font-size: 1.8vw;
  }
  footer .copy {
    font-size: 1.4vw;
  }
}
/* input */
/* inputにフォーカスが当たっている時 */
input:focus {
  border-bottom: 1px solid #e74c3c;
}

.sec_contact {
  padding: 5em 0 3.5em;
}
.sec_contact .container {
  padding: 0vw 19.2vw;
}
.sec_contact .container .sec_mds {
  font-size: 3vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 2.2vw 0 3vw;
  margin: 0;
  font-weight: 500;
}
.sec_contact .container .form_area {
  padding: 7vw 4vw;
}
.sec_contact .container .form_area .form_list_area .form_list_item {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5vw;
}
.sec_contact .container .form_area .form_list_area .form_list_item .form_th {
  width: 35%;
  font-size: 1.1rem;
  padding: 1vw 0 1.5vw;
}
.sec_contact .container .form_area .form_list_area .form_list_item .form_td {
  width: 100%;
  text-align: justify;
}
.sec_contact .container .form_area .form_list_area .form_list_item .form_td.widthhalf {
  width: 50%;
}
.sec_contact .container .form_area .form_list_area .form_list_item .form_td.widthhalf .input_form {
  width: 95%;
}
.sec_contact .container .form_area .form_list_area .form_list_item .form_td .input_form {
  /* 背景色(任意の色を指定) */
  background-color: #fff;
  /* inputの枠線を消す */
  border: none;
  /* 文字色を親から継承 */
  color: inherit;
  /* 任意の高さ */
  height: 3.6vw;
  width: 100%;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
  border-radius: 100vh;
  margin: 0;
  padding: 0 0 0 1.4vw;
  font-size: 1rem;
}
.sec_contact .container .form_area .form_list_area .form_list_item .form_td .input_form::-webkit-input-placeholder {
  color: #adadab;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.sec_contact .container .form_area .form_list_area .form_list_item_v {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sec_contact .container .form_area .form_list_area .form_list_item_v .form_th {
  width: 100%;
  font-size: 1.1rem;
  padding: 1vw 0 1.5vw;
}
.sec_contact .container .form_area .form_list_area .form_list_item_v .form_td .input_form_fa {
  width: 100%;
  /* 背景色(任意の色を指定) */
  background-color: #fff;
  /* inputの枠線を消す */
  border: none;
  /* 文字色を親から継承 */
  color: inherit;
  /* 任意の高さ */
  width: 100%;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
  border-radius: 10px;
  font-size: 1rem;
  padding: 1vw 1vw;
}
.sec_contact .container .form_area .form_notice {
  padding: 3vw 0 6vw;
}
.sec_contact .container .form_area .form_notice .form_notice_item {
  padding: 0 0 1em;
  font-size: 0.9rem;
  margin: 0 0 0 0;
}
.sec_contact .container .form_area .form_btn {
  text-align: center;
  width: 400px;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 50px;
  padding: 4px;
  text-decoration: none;
  color: #c6348f;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sec_contact .container .form_area .form_btn button, .sec_contact .container .form_area .form_btn input[type=submit] {
  display: flex;
  border: 2px solid #c6348f;
  border-radius: 44px;
  padding: 12px 24px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #c6348f;
  font-size: 1.2rem;
  font-weight: bold;
}
.sec_contact .container .form_area .form_btn button::before, .sec_contact .container .form_area .form_btn input[type=submit]::before {
  display: block;
  content: "";
  width: 40px;
  height: 28px;
  background: url(../images/arrow1.svg) no-repeat center/contain;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translateY(-50%);
}

@media all and (max-width: 860px) {
  .sec_contact {
    padding: 2em 0 3em;
  }
  .sec_contact .container {
    padding: 0vw 10vw;
  }
  .sec_contact .container .sec_mds {
    font-size: 6vw;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 2.2vw 0 3vw;
    margin: 0;
    font-weight: 500;
  }
  .sec_contact .container .form_area {
    padding: 7vw 0;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item {
    display: flex;
    justify-content: space-between;
    padding: 0 0 5vw;
    flex-direction: column;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item .form_th {
    width: 100%;
    font-size: 1.1rem;
    padding: 1vw 0 1.5vw;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item .form_td {
    width: 100%;
    text-align: justify;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item .form_td.widthhalf {
    width: 50%;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item .form_td.widthhalf .input_form {
    width: 95%;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item .form_td .input_form {
    /* 背景色(任意の色を指定) */
    background-color: #fff;
    /* inputの枠線を消す */
    border: none;
    /* 文字色を親から継承 */
    color: inherit;
    /* 任意の高さ */
    height: 2.8rem;
    width: 100%;
    /*inputのフォーカス時の枠線を消す*/
    outline: 0;
    border-radius: 100vh;
    margin: 0;
    padding: 0 0 0 1.4vw;
    font-size: 4vw;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item .form_td .input_form::-webkit-input-placeholder {
    color: #adadab;
    font-size: 4vw;
    line-height: 1;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item_v {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item_v .form_th {
    width: 100%;
    font-size: 1.1rem;
    padding: 1vw 0 1.5vw;
  }
  .sec_contact .container .form_area .form_list_area .form_list_item_v .form_td .input_form_fa {
    width: 100%;
    /* 背景色(任意の色を指定) */
    background-color: #fff;
    /* inputの枠線を消す */
    border: none;
    /* 文字色を親から継承 */
    color: inherit;
    /* 任意の高さ */
    width: 100%;
    /*inputのフォーカス時の枠線を消す*/
    outline: 0;
    border-radius: 10px;
    font-size: 4vw;
    line-height: 1.4;
    padding: 2vw 2vw;
  }
  .sec_contact .container .form_area .form_notice {
    padding: 3vw 0 6vw;
  }
  .sec_contact .container .form_area .form_notice .form_notice_item {
    padding: 0 0 1em;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0 0 0 0;
  }
  .sec_contact .container .form_area .form_btn {
    text-align: center;
    display: inline-block;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 50px;
    padding: 4px;
    text-decoration: none;
    color: #c6348f;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  .sec_contact .container .form_area .form_btn button, .sec_contact .container .form_area .form_btn input[type=submit] {
    font-size: 1.4rem;
  }
}
.sec_faq_list {
  background: url(../images/bg_top_sec_02.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 0 0 12vw;
}
.sec_faq_list .container {
  padding: 0vw 19.2vw;
}
.sec_faq_list .container .sec_mds {
  font-size: 3vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 2.2vw 0 3vw;
  margin: 0;
  font-weight: 500;
}
.sec_faq_list .container .faq_list_area {
  background-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px); /* ぼかしエフェクト */
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 7vw 6vw;
}
.sec_faq_list .container .faq_list_area .faq_list_item {
  border-bottom: 1px solid #000;
  padding: 0 0 0 3vw;
  font-size: 1.6vw;
}
.sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap {
  cursor: pointer;
  padding: 2vw 0 2vw 3vw;
  margin: 0 0 0 -3vw;
  position: relative;
  text-indent: -3vw;
}
.sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap .faq_q {
  padding: 0 0.5em 0 0;
  font-size: 2.2vw;
}
.sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap::after {
  content: "+";
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -3vw;
  top: 40%;
}
.sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap.open::after {
  content: "─";
}
.sec_faq_list .container .faq_list_area .faq_list_item .faq_a_wrap {
  display: none;
  padding: 0 0 4vw 3vw;
  margin: 0 0 0 -3vw;
  text-indent: -3vw;
}
.sec_faq_list .container .faq_list_area .faq_list_item .faq_a_wrap .faq_a {
  padding: 0 0.5em 0 0.18vw;
  font-size: 2.2vw;
}

@media all and (max-width: 860px) {
  .sec_faq_list {
    background: url(../images/bg_top_sec_02.jpg) no-repeat top center;
    background-size: 180% auto;
    padding: 0 0 12vw;
  }
  .sec_faq_list .container {
    padding: 0vw 10vw;
  }
  .sec_faq_list .container .sec_mds {
    font-size: 6vw;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 2.2vw 0 3vw;
    margin: 0;
    font-weight: 500;
  }
  .sec_faq_list .container .faq_list_area {
    background-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px); /* ぼかしエフェクト */
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 7vw 6vw;
  }
  .sec_faq_list .container .faq_list_area .faq_list_item {
    border-bottom: 1px solid #000;
    font-size: 3.4vw;
  }
  .sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap {
    cursor: pointer;
    padding: 4vw 3vw 4vw 0;
    position: relative;
  }
  .sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap .faq_q {
    padding: 0 0.5em 0 0;
    font-size: 5vw;
  }
  .sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap::after {
    content: "+";
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1vw;
    top: 38%;
  }
  .sec_faq_list .container .faq_list_area .faq_list_item .faq_q_wrap.open::after {
    content: "─";
  }
  .sec_faq_list .container .faq_list_area .faq_list_item .faq_a_wrap {
    display: none;
    padding: 0 0 4vw;
  }
  .sec_faq_list .container .faq_list_area .faq_list_item .faq_a_wrap .faq_a {
    padding: 0 0.5em 0 0.18vw;
    font-size: 5vw;
  }
}
/*-------------- DOCUMENTS LIST PAGE------------------------------------------------------------------------------------------------------------------------------------ */
.sec_doc_list .container {
  padding: 0vw 15.2vw 8vw;
}
.sec_doc_list .container .doc_list_area .doc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.sec_doc_list .container .doc_list_area .doc_list .doc_list_item {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.48);
  box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px); /* ぼかしエフェクト */
  backdrop-filter: blur(5px);
  border-radius: 10px;
  margin: 1vw;
}
.sec_doc_list .container .doc_list_area .doc_list .doc_list_item:hover {
  box-shadow: 0px 4px 25px 4px rgba(57, 170, 188, 0.4);
}
.sec_doc_list .container .doc_list_area .doc_list .doc_list_item a {
  display: block;
  height: 100%;
  padding: 1vw 1vw 5vw;
  color: #000;
  text-decoration: none;
  background: url(../images/arw_doc_item.png) no-repeat bottom 2vw center;
  background-size: 20% auto;
}
.sec_doc_list .container .doc_list_area .doc_list .doc_list_item a .imgarea img {
  width: 100%;
  height: auto;
}
.sec_doc_list .container .doc_list_area .doc_list .doc_list_item a .doc_mds {
  font-size: 1.1vw;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1.5vw 0;
  text-align: center;
}
.sec_doc_list .container .doc_list_area .doc_list .doc_list_item a .txtarea {
  font-size: 1vw;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 1vw 0 0;
  border-top: 1px solid #304dc3;
  border-image: linear-gradient(to right, #304dc3, #00c4a6) 1;
}

@media all and (max-width: 860px) {
  .sec_doc_list .container {
    padding: 0vw 10vw 8vw;
  }
  .sec_doc_list .container .doc_list_area .doc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .sec_doc_list .container .doc_list_area .doc_list .doc_list_item {
    width: 44%;
    margin: 2vw;
  }
  .sec_doc_list .container .doc_list_area .doc_list .doc_list_item a {
    display: block;
    padding: 2vw 2vw 10vw;
    background: url(../images/arw_doc_item.png) no-repeat bottom 4vw center;
    background-size: 20% auto;
  }
  .sec_doc_list .container .doc_list_area .doc_list .doc_list_item a .imgarea img {
    width: 100%;
    height: auto;
  }
  .sec_doc_list .container .doc_list_area .doc_list .doc_list_item a .doc_mds {
    font-size: 3vw;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .sec_doc_list .container .doc_list_area .doc_list .doc_list_item a .txtarea {
    font-size: 3vw;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .doclist_arw_area .container {
    padding: 0vw 12vw 6vw;
  }
  .doclist_arw_area .container .doclist_arw_list {
    display: flex;
    justify-content: space-between;
  }
  .doclist_arw_area .container .doclist_arw_list .arw_list_item a {
    text-decoration: none;
    color: #000;
    width: 20vw;
    display: inline-block;
    text-align: center;
    font-size: 3vw;
    padding: 0 0 1.5vw;
  }
  .doclist_arw_area .container .doclist_arw_list .arw_list_item.prev {
    background: url(../images/arw_bklong_left.png) no-repeat bottom 0.5vw center;
    background-size: 100% auto;
  }
  .doclist_arw_area .container .doclist_arw_list .arw_list_item.next {
    background: url(../images/arw_bklong_right.png) no-repeat bottom 0.5vw center;
    background-size: 100% auto;
  }
  .npage_btm_btnarea .container {
    padding: 0vw 20vw 12vw;
  }
  .npage_btm_btnarea .container .btm_btnarea_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .npage_btm_btnarea .container .btm_btnarea_list .btn_mail a {
    width: 60vw;
    display: inline-block;
    background: linear-gradient(to right top, #8145d8, #fd79c2);
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-size: 4vw;
    line-height: 1;
    padding: 4vw 1vw 4vw;
    border-radius: 100vh;
    color: #fff;
    margin: 3vw 0 0 0;
  }
  .npage_btm_btnarea .container .btm_btnarea_list .btn_note a {
    width: 60vw;
    display: inline-block;
    background: linear-gradient(to right top, #304dc3, #00c4a6);
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-size: 4vw;
    line-height: 1;
    padding: 4vw 1vw 4vw;
    border-radius: 100vh;
    color: #fff;
    margin: 3vw 0 0 0;
  }
}
/*-------------- PP PAGE------------------------------------------------------------------------------------------------------------------------------------ */
.pp_sec01 p, .pp_sec02 p, .pp_sec03 p {
  font-size: 1rem;
  line-height: 1.38;
}
.pp_sec01 .pp_h3, .pp_sec02 .pp_h3, .pp_sec03 .pp_h3 {
  margin: 0;
  padding: 0.8em 0 0 0;
}
.pp_sec01 .pp_h4, .pp_sec02 .pp_h4, .pp_sec03 .pp_h4 {
  font-weight: bold;
}

/* 矢印ボタン（サービス）ここから */
/* SP */
.service-btn {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 50px;
  padding: 4px;
  text-decoration: none;
  color: #c6348f;
  transition: all 0.3s ease-in-out;
}
.service-btn:hover, .service-btn:focus-visible {
  background: #c6348f;
  color: #fff;
}
.service-btn:hover .btn-inner::before, .service-btn:focus-visible .btn-inner::before {
  filter: brightness(0) invert(1);
}

.btn-inner {
  display: block;
  border: 2px solid currentColor;
  border-radius: 44px;
  padding: 7px 24px 6px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.btn-inner::before {
  display: none;
  content: "";
  width: 80px;
  height: 28px;
  background: url(../images/arrow1.svg) no-repeat center/contain;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translateY(-50%);
}

.service-btn .btn-inner span,
.laboratories-btn .btn-inner span {
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  /* PC */
  /* 矢印ボタン（サービス）ここから */
  .service-btn {
    display: inline-block;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px;
    text-decoration: none;
    color: #c6348f;
    transition: all 0.3s ease-in-out;
  }
  .btn-inner {
    display: flex;
    border: 2px solid currentColor;
    border-radius: 44px;
    padding: 12px 24px;
    position: relative;
    box-sizing: border-box;
  }
  .btn-inner::before {
    display: block;
    content: "";
    width: 40px;
    height: 28px;
    background: url(../images/arrow1.svg) no-repeat center/contain;
    position: absolute;
    right: 24px;
    top: 45%;
    transform: translateY(-50%);
  }
  .service-btn .btn-inner span,
  .laboratories-btn .btn-inner span {
    font-weight: bold;
    font-size: 1.2rem;
  }
  /* 矢印ボタン（サービス）ここまで */
  /* 矢印ボタン・色変更ここから */
  .laboratories-btn {
    color: #178096;
  }
  .laboratories-btn .btn-inner::before {
    background: url(../images/arrow2.svg) no-repeat center/contain;
  }
  /* 矢印ボタン・色変更ここまで */
  /* ロゴボタンここから */
  .logo-btn {
    display: inline-flex;
    width: 22vw;
    max-width: 100%;
    box-sizing: border-box;
    padding: 6px;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff, #c1c3cf);
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
  }
  .logo-btn:hover {
    transform: scale(0.98);
  }
  .btn-inner2 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    border-radius: 20px;
    background: #EFEEF2;
  }
  .logo-btn img {
    display: block;
    width: 200px;
    height: auto;
  }
  .logo-btn .btn-inner2 span {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
  }
}
/* フォームのアラート */
.help-block.text-danger {
  color: #f00;
}

/* --- ▼ バナー全体のスタイル（ドロワー形式） ▼ --- */
.cookie-banner {
  display: none; /* JSで表示を制御 */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  z-index: 9999;
  /* 上段（メッセージ）と下段（ドロワー）を縦に並べる */
  flex-direction: column;
  /* バナーが伸びた時にコンテンツを隠さないよう */
  max-height: 100vh; /* 画面の高さまで */
  overflow-y: auto; /* 画面より高くなったらスクロール */
  /* 開閉アニメーションのため */
  transition: bottom 0.3s ease-in-out;
}

/* バナー上段（メッセージとボタン） */
.banner-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  flex-wrap: wrap;
  flex-shrink: 0; /* 縮まないように */
}

/* メッセージ部分 */
.cookie-message {
  margin: 0;
  padding-right: 20px;
  font-size: 14px;
}

.cookie-message a {
  color: #4CAF50;
  text-decoration: underline;
}

/* バナーのボタンエリア */
.cookie-button-area {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

/* 共通ボタンスタイル（流用） */
.cookie-button {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
}

.accept-button {
  background-color: #4CAF50;
  color: white;
}

.accept-button:hover {
  background-color: #45a049;
}

.reject-button {
  background-color: #f44336;
  color: white;
}

.reject-button:hover {
  background-color: #d32f2f;
}

.secondary-button {
  background-color: #6c757d;
  color: white;
}

.secondary-button:hover {
  background-color: #5a6268;
}

/* 画面幅が狭い時（例: 768px以下） */
@media (max-width: 768px) {
  .banner-top-area {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  .cookie-message {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .cookie-button-area {
    justify-content: center;
    width: 100%;
  }
}
/* --- ▼ ドロワーエリア（開閉部分）のスタイル ▼ --- */
.cookie-drawer-area {
  background-color: #f0f0f0; /* バナー上段と色を変える */
  color: #333; /* 文字色を黒に */
  padding: 0 30px 20px 30px; /* 上はパディングなし、左右下はあり */
  /* ▼ アニメーションの核 ▼ */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

/* JSで .is-open クラスが付いたら... */
.cookie-banner.is-open .cookie-drawer-area {
  max-height: 50vh; /* ドロワーの最大高（画面の50%など） */
  overflow-y: auto; /* ドロワー内がはみ出たらスクロール */
  padding-top: 20px; /* 開いた時だけ上のパディングを適用 */
}

/* ドロワーフッター (ボタンエリア) */
.drawer-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

/* --- ▼ カテゴリとトグルのスタイル（モーダルから流用） ▼ --- */
.cookie-category {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #fff; /* カテゴリ背景は白 */
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.category-header h4 {
  margin: 0;
}

.category-description {
  padding: 15px;
  margin: 0;
  font-size: 13px;
}

/* トグルスイッチ（変更なし） */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(22px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:disabled + .slider.disabled {
  background-color: #a0a0a0;
  cursor: not-allowed;
}

/* --------------- アニメーション ----------------- */
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}