@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Fjalla+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css + original reset css*/
:root {
  --vw: 1vw;
}
html {
  font-size: 62.5%;
  /* 10px */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  line-height: 100%;
  margin: 0;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

div {
  line-height: 1;
}

iframe {
  border: 0;
}

a, a:hover {
  color: #CC0033;
  cursor: pointer;
}

/*	text	*/
p,
blockquote {
  margin: 0;
}

address {
  font-style: normal;
}

/*	list	*/
ol,
ul,
dl,
dt,
dd {
  margin: 0;
  font-weight: 400;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

/*	table	*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
  text-align: left;
}

th {
  font-weight: normal;
}

/*	embed	*/
img {
  vertical-align: bottom;
  border: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

/*	semantics	*/
ruby,
rt,
mark,
menu {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

em,
cite,
dfn,
i {
  font-style: normal;
}

strong,
b {
  font-weight: normal;
}

ins,
del {
  text-decoration: none;
}

q {
  quotes: none;
}

sup,
sub {
  vertical-align: baseline;
}

ruby,
rt,
mark {
  line-height: 100%;
}

mark {
  background: none;
}

form {
  margin: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  font-size: 1.6rem;
}

select {
  line-height: 100%;
  font-weight: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

main {
  display: block;
}

body {
  font-family: "Noto Sans JP", "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #222;
  background: #fff;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 2.5vw;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.33;
  /* デザインに合わせて変更する */
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
  line-height: 1.5;
  /* デザインに合わせて変更する */
}

strong {
  font-weight: 500;
}

a:hover {
  text-decoration: none;
  color: #CC0033;
  /* デザインに合わせて変更する */
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

.l-footer {
  padding: 90px 0;
  color: #000;
  text-align: center;
}
.l-footer__copy span {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.l-footer__copy small {
  display: block;
  font-size: 14px;
}
.footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.footer_nav li {
}
.footer_nav li a {
  color: #000;
}
.footer_nav li a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
  .l-footer__copy span {
    margin-bottom: 10px;
    font-size: 1.4vw;
  }
  .l-footer__copy small {
    font-size: 1.4vw;
  }
  .footer_nav {
    gap: 10px;
    font-size: 2.5vw;
  }
  .footer_nav li {
    width: 100%;
  }
}

header{position:fixed; width:100%; background-color:#fff; color: #000; z-index:101;}
@media (max-width: 991px) {
  header{padding-bottom:5px;}
}

.l-header {
  /*アクティブクラスがついたら位置を0に*/

}

.l-gnav {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}

.l-gnav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  height: 100%;
  margin-left: 20px;
}

/*
.l-gnav__list {
  display: none;
}
*/
@media (min-width: 992px) {
  .l-header .l-gnav__list {
    position: absolute;
    right: -32px;
    bottom: -65px;
    width: calc( var(--vw) * 100 );
    background: #000;
  }
  .l-header .l-gnav__list .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-header .l-gnav__item {
    flex: 1;
    background: #fff;
    border-right: 1px #67777B solid;
  }
  .l-header .l-gnav__item:first-of-type {
    border-left: 1px #67777B solid;
  }
  .l-header .l-gnav__item a {
    display: block;
    padding: 14px 5px;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .sec01_active a[href="#sec01"] ,
  .sec02_active a[href="#sec02"] ,
  .sec03_active a[href="#sec03"] ,
  .sec04_active a[href="#sec04"] ,
  .sec05_active a[href="#sec05"] ,
  .sec06_active a[href="#sec06"] ,
  .sec07_active a[href="#sec07"] ,
  .l-header .l-gnav__item a:hover {
    opacity: .7;
  }
  .l-header .l-gnav__item a span {
      position: relative;
      padding-right: 20px;
  }
  .l-header .l-gnav__item a span::before ,
  .l-header .l-gnav__item a span::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 1px;
    height: 8px;
    border-radius: 9999px;
    background: #fff;
    transform-origin: 50% calc(100% - 0.5px);
  }
  .l-header .l-gnav__item a span::before {
    transform: rotate(45deg);
  }
  .l-header .l-gnav__item a span::after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .l-header .l-gnav {
    position: fixed;
    top: 0;
    right: -100vw;
    min-width: 280px;
    width: 50vw;
    height: 100%;
    background: rgba(0,0,0,0.7);
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    z-index: 1000;
  }
  .l-header .l-gnav__inner {
    display: block;
    max-width: 100%;
    margin: 100px 20px 0 0;
  }
  .l-header .l-gnav__list {
    position: inherit;
    width: 100%;
    background-color: inherit;
  }
  .l-header .l-gnav__list .container {
    justify-content: space-between;
    margin-right: 20px;
  }
  .l-header .l-gnav__item {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding: 5px 0;
  }
  .l-header .l-gnav__item:not(:last-child)::after {
    display: none;
  }
  .l-header .l-gnav__item a {
    justify-content: center;
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    transition: 0.2s;
  }
  .sec01_active a[href="#sec01"] ,
  .sec02_active a[href="#sec02"] ,
  .sec03_active a[href="#sec03"] ,
  .sec04_active a[href="#sec04"] ,
  .sec05_active a[href="#sec05"] ,
  .sec06_active a[href="#sec06"] ,
  .sec07_active a[href="#sec07"] {
    color: #ff0;
  }
  .l-header .l-gnav__item span {
    display: flex;
    align-items: center;
    word-break: keep-all;
    line-height: 44px;
    text-align: center;
  }
  .l-header .l-gnav .c-button__wrap {
    height: 100%;
  }
  .l-header .l-gnav .c-button--small:not(:first-child) {
    margin-top: 16px;
  }
  .l-header .l-gnav .c-button--small {
    margin-left: 20px;
  }
}

.l-header #g-nav.panelactive {
  right: 0;
}

.overlay-wrap{padding-top:135px;}
@media (max-width: 1199px) {
  .overlay-wrap{padding-top:130px;}
}
@media (max-width: 991px) {
  .overlay-wrap{padding-top:73px;}
}
@media (max-width: 767px) {
  .overlay-wrap{padding-top:67px;}
}
@media (max-width: 575px) {
  .overlay-wrap{padding-top:54.23px;}
}

@media (max-width: 991px) {
  .overlay-wrap::before {
    content: "";
    position:fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
  }
  .overlay-wrap.overlay::before {
    opacity: 1;
    z-index: 100;
  }
}



@media (max-width: 991px) {
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    right: 10px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
    box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #7a7a7a;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 14px;
  }
  .openbtn span:nth-of-type(2) {
    top: 22px;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 17px;
    left: 17px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 29px;
    left: 17px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 32px 65px;
}

.l-header__logoArea {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-header__companyLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__companyLogoWrap a:hover {
  opacity: 0.7;
}

.l-header__companyLogo {
  margin-right: 30px;
}
.l-header__companyLogo img {
  max-width: 100%;
}

.l-header__companyLogoSub {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.l-header__companyLogoSub small {
  display: block;
  margin-bottom: 5px;
  color: #CC023A;
  font-size: 66.66%;
  line-height: 1;
}

.l-header__serviceLogo {
  margin-top: 13px;
}

.l-header__buttonArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__buttonArea .c-button--inq {
}

@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
  .l-header__companyLogo {
    width: calc(236px * 0.9);
    height: calc(60px * 0.9);
  }
  .l-header__companyLogoSub {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .l-header__wrapper {
    padding-bottom: 10px;
  }
  .l-header__companyLogo {
    width: calc(236px * 0.8);
    height: calc(60px * 0.8);
  }
  .l-header__companyLogoSub {
    font-size: 18px;
  }
  .l-header__serviceLogo {
    width: 182px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .l-header__wrapper {
    padding: 10px 16px;
  }
  .l-header__companyLogo {
    width: calc(236px * 0.7);
    height: calc(60px * 0.7);
    margin-right: 10px;
  }
  .l-header__companyLogoSub {
    font-size: 15px;
  }
  .l-header__serviceLogo {
    margin-top: 6px;
  }
}
@media (max-width: 575px) {
  .l-header__companyLogo {
    width: 20vw;
    height: calc(60 / 236 * 20vw);
    margin-right: 2vw;
  }
  .l-header__companyLogoSub {
    font-size: 2vw;
  }
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
  box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
  font-weight: 500;
  text-align: center;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-button:hover {
  color: #fff;
}
.c-button .c-button__icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.c-button .c-button__icon::before,
.c-button .c-button__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-button .c-button__icon::before {
  opacity: 1;
}
.c-button .c-button__icon::after {
  opacity: 0;
}
.c-button:hover .c-button__icon::before {
  opacity: 0;
}
.c-button:hover .c-button__icon::after {
  opacity: 1;
}

.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button__textMain {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}

.c-button__textSub {
  font-size: 1rem;
  line-height: 1.1;
}

.c-button--small {
  width: 240px;
  height: 55px;
}

.c-button--mini {
  width: 135px;
  height: 43px;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .c-button--mini {
    width: 100px;
    height: 30px;
  }
}

/*
.c-button--dl {
  background: linear-gradient(90deg,#0b69a4,#19c4ba);
}
.c-button--dl:hover {
  background: #fff;
  color: #0b69a4;
  border: #0b69a4 2px solid;
}
.c-button--dl .c-button__icon::before {
  background-image: url('/ai-sol/img/ico_dl.svg');
}
.c-button--dl .c-button__icon::after {
  background-image: url('/ai-sol/img/ico_dl_hover.svg');
}
*/

.c-button--inq {
  background: #999 linear-gradient(90deg,#999,#666);
  color: #fff;
  border: #fff 2px solid;
}
.c-button--inq:hover {
  background: #fff;
  color: #999;
  border: #999 2px solid;
}
.c-button--inq .c-button__icon::before {
  background-image: url('/ai-sol/img/ico_inq_white.svg');
}
.c-button--inq .c-button__icon::after {
  background-image: url('/ai-sol/service/img/ico_inq_white.svg');
  filter: brightness(0) saturate(100%) invert(71%) sepia(0%) saturate(2016%) hue-rotate(196deg) brightness(88%) contrast(84%);
}

/*-------------------------------------------------------------*/
/* page-top */
#page-top {
  /*はじめは非表示*/
  opacity: 0;
  position: fixed;
  right: 40px;
  bottom: 70px;
  z-index: 1000;
}
#page-top.UpMove {
  opacity: 1;
}
#page-top a {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  background: #0068b6;
  color: #fff;
  font-size: 3rem;
  border: #fff 1px solid;
  border-radius: 50%;
}
#page-top a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
  width: 23px;
  height: 23px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
}
#page-top a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  #page-top {
    right: 10px;
    bottom: 20px;
  }
  #page-top a {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
  #page-top a::after {
    width: 10px;
    height: 10px;
  }
}

/*-------------------------------------------------------------*/
/* mainvsl */


/*-------------------------------------------------------------*/
/* cva */
.cva {
  padding: 60px 0;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.cva .cva_ttl {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}
.cva .cva_lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.cva .cva_btn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.cva .cva_button.c-button--inq {
  width: calc(50% - 40px);
  max-width: 368px;
  height: 66px;
}
.cva .cva_button .c-button__textMain {
  font-size: 2.8rem;
}
.cva .cva_button .c-button__icon ,
.cva .cva_button .c-button__icon::before ,
.cva .cva_button .c-button__icon::after {
  width: 33px;
  height: 33px;
}
@media (max-width: 1399px) {
  .cva .cva_button .c-button__textMain {
    font-size: 2.6rem;
  }
  .cva .cva_button .c-button__icon ,
  .cva .cva_button .c-button__icon::before ,
  .cva .cva_button .c-button__icon::after {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .cva .cva_ttl {
    font-size: 2.5rem;
  }
  .cva .cva_ttl img {
    max-width: 350px;
  }
  .cva .cva_btn_box {
    gap: 20px;
  }
  .cva .cva_button {
    width: 100%;
    height: 60px;
  }
  .cva .cva_button.c-button--inq {
    max-width: 550px;
  }
  .cva .cva_button .c-button__textMain {
    font-size: 2.3rem;
  }
  .cva .cva_button .c-button__icon ,
  .cva .cva_button .c-button__icon::before ,
  .cva .cva_button .c-button__icon::after {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .cva .cva_button.c-button--inq {
    width: 100%;
  }
  .cva .cva_ttl {
    font-size: 4vw;
  }
  .cva .cva_ttl img {
    max-width: 80%;
  }
  .cva .cva_lead {
    font-size: 3vw;
  }
  .cva .cva_button .c-button__textMain {
    font-size: 1.4rem;
  }
  .cva .cva_button .c-button__icon ,
  .cva .cva_button .c-button__icon::before ,
  .cva .cva_button .c-button__icon::after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575px) {
}

/*-------------------------------------------------------------*/
/* main */

/* mv */
.mv {
  background: #000;
}
.mv .slick-prev ,
.mv .slick-next {
  width: 40px;
  height: 40px;
}
.mv .slick-prev {
  left: -40px;
}
.mv .slick-next {
  right: -40px;
}
.mv .slick-prev:before ,
.mv .slick-next:before {
  color: #000;
  font-size: 40px;
}
.mv .mv_box {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 260px;
  color: #fff;
}
.mv .mv_box_text {
  width: fit-content;
}
.mv .mv_box_text h1 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .mv .mv_box_text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mv .mv_01 {
    background-size: cover;
  }
  .mv .mv_box_text {
    font-size: 3vw;
  }
}
@media (max-width: 575px) {
  .mv .container {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .mv .slick-prev ,
  .mv .slick-next {
    width: 7vw;
    height: 7vw;
  }
  .mv .slick-prev {
    left: -7vw;
  }
  .mv .slick-next {
    right: -7vw;
  }
  .mv .slick-prev:before ,
  .mv .slick-next:before {
    font-size: 7vw;
  }
}

.mv .mv_cva_box {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.mv .mv_cva_box .c-button {
  width: calc(50% - 40px);
  max-width: 550px;
  height: 85px;
}
.mv .mv_cva_box .c-button.c-button--inq {
  max-width: 385px;
}
.mv .mv_cva_box .c-button__textMain {
  font-size: 2.4rem;
}
.mv .mv_cva_box .c-button .c-button__icon ,
.mv .mv_cva_box .c-button .c-button__icon::before ,
.mv .mv_cva_box .c-button .c-button__icon::after {
  width: 33px;
  height: 33px;
}
@media (max-width: 1399px) {
  .mv .mv_cva_box .c-button__textMain {
    font-size: 2.6rem;
  }
  .mv .mv_cva_box .c-button .c-button__icon ,
  .mv .mv_cva_box .c-button .c-button__icon::before ,
  .mv .mv_cva_box .c-button .c-button__icon::after {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1199px) {
  .mv .mv_cva_box .c-button__textMain {
    font-size: 2.3rem;
  }
  .mv .mv_cva_box .c-button .c-button__icon ,
  .mv .mv_cva_box .c-button .c-button__icon::before ,
  .mv .mv_cva_box .c-button .c-button__icon::after {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 991px) {
  .mv .mv_cva_box {
    gap: 20px;
  }
  .mv .mv_cva_box .c-button {
    width: 100%;
    height: 60px;
  }
  .mv .mv_cva_box .c-button.c-button--inq {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .mv .mv_cva_box .c-button__textMain {
    font-size: 1.4rem;
  }
  .mv .mv_cva_box .c-button .c-button__icon ,
  .mv .mv_cva_box .c-button .c-button__icon::before ,
  .mv .mv_cva_box .c-button .c-button__icon::after {
    width: 18px;
    height: 18px;
  }
}

/* breadcrumb */
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb ul li:not(:last-of-type) {
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}
.breadcrumb ul li::before ,
.breadcrumb ul li::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 1px;
    height: 7px;
    border-radius: 9999px;
    background: #000;
    transform-origin: 50% calc(100% - 0.5px);
}
.breadcrumb ul li::before {
    transform: rotate(-45deg);
}
.breadcrumb ul li::after {
    transform: rotate(-135deg);
}
.breadcrumb ul li:last-of-type::before ,
.breadcrumb ul li:last-of-type::after {
  content: none;
}
.breadcrumb ul li a {
  color: #000;
}

/* sec01～sec07 */
.sec01 ,.sec02 ,.sec03 ,.sec04 ,.sec05 ,.sec06 ,.sec07 {
  padding: 100px 0;
}
.sec01 h2 ,.sec02 h2 ,.sec03 h2 ,.sec04 h2 ,.sec05 h2 ,.sec06 h2 ,.sec07 h2 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.sec01 h2::after ,.sec02 h2::after ,.sec03 h2::after ,.sec04 h2::after ,.sec05 h2::after ,.sec06 h2::after ,.sec07 h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #666 linear-gradient(90deg,#999,#666);
  border-radius: 2px;
}
.sec01 figure img ,.sec02 figure img ,.sec03 figure img ,.sec04 figure img ,.sec05 figure img ,.sec06 figure img ,.sec07 figure img {
  max-width: 100%;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .sec01 ,.sec02 ,.sec03 ,.sec04 ,.sec05 ,.sec06 ,.sec07 {
    padding: 50px 0;
  }
  .sec01 h2 ,.sec02 h2 ,.sec03 h2 ,.sec04 h2 ,.sec05 h2 ,.sec06 h2 ,.sec07 h2 {
    margin-bottom: 25px;
    padding-bottom: 2vw;
    font-size: 4.5vw;
  }
  .sec01 h2::after ,.sec02 h2::after ,.sec03 h2::after ,.sec04 h2::after ,.sec05 h2::after ,.sec06 h2::after ,.sec07 h2::after {
    width: 13vw;
  }
}
@media (max-width: 575px) {
}

/* rt */
/*
.rt {
  padding: 100px 0 0;
  background: #1e2534;
  color: #fff;
  font-size: 1.3rem;
}
@media (max-width: 1399px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .rt {
    padding: 40px 0;
  }
}
*/

/*-------------------------------------------------------------*/
/* mult */
p.note {
  font-size: 14px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
p.note:before {
  content: "※";
}
.u-alL {
  text-align: left !important;
}

.u-alC {
  text-align: center !important;
}

.u-alR {
  text-align: right !important;
}

@media (max-width: 767px) {
  .u-alLsp {
    text-align: left !important;
  }
  .u-alCsp {
    text-align: center !important;
  }
  .u-alRsp {
    text-align: right !important;
  }
}

/* 互換性 */
.u-valT {
  vertical-align: top !important;
}

.u-valM {
  vertical-align: middle !important;
}

.u-valB {
  vertical-align: bottom !important;
}

@media (max-width: 767px) {
  .u-valTsp {
    vertical-align: top !important;
  }
  .u-valMsp {
    vertical-align: middle !important;
  }
  .u-valBsp {
    vertical-align: bottom !important;
  }
}

.u-vaT {
  vertical-align: top !important;
}

.u-vaM {
  vertical-align: middle !important;
}

.u-vaB {
  vertical-align: bottom !important;
}

@media (max-width: 767px) {
  .u-vaTsp {
    vertical-align: top !important;
  }
  .u-vaMsp {
    vertical-align: middle !important;
  }
  .u-vaBsp {
    vertical-align: bottom !important;
  }
}

.u-bg-gray {
  background-color: #f3f3f3;
}

.u-bg-orange {
  background: #fe643a;
}

@media (min-width: 768px) {
  .u-spbr {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-pcbr {
    display: none;
  }
}

.u-color-orange {
  color: #fe643a;
}

.u-color-textOrange {
  color: #ff4f1e;
}

.u-color-red {
  color: #e9090e;
}

.u-color-white {
  color: #fff;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
}

/* 互換性　*/
.u-fz80p {
  font-size: 80%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz100p {
  font-size: 100%;
}

.u-fz110p {
  font-size: 110%;
}

.u-fz120p {
  font-size: 120%;
}

.u-fz130p {
  font-size: 130%;
}

.u-fz140p {
  font-size: 140%;
}

.u-fz150p {
  font-size: 150%;
}

/* こちらを使う */
.u-fz80 {
  font-size: 80%;
}

.u-fz90 {
  font-size: 90%;
}

.u-fz100 {
  font-size: 100%;
}

.u-fz110 {
  font-size: 110%;
}

.u-fz120 {
  font-size: 120%;
}

.u-fz130 {
  font-size: 130%;
}

.u-fz140 {
  font-size: 140%;
}

.u-fz150 {
  font-size: 150%;
}

@media (max-width: 767px) {
  .u-fz80sp {
    font-size: 80% !important;
  }
  .u-fz90sp {
    font-size: 90% !important;
  }
  .u-fz100sp {
    font-size: 100% !important;
  }
  .u-fz110sp {
    font-size: 110% !important;
  }
  .u-fz120sp {
    font-size: 120% !important;
  }
  .u-fz130sp {
    font-size: 130% !important;
  }
  .u-fz140sp {
    font-size: 140% !important;
  }
  .u-fz150sp {
    font-size: 150% !important;
  }
}

.u-wb {
  word-break: break-all;
  word-wrap: break-word;
}

.u-w0 {
  width: 0%;
}

.u-w5 {
  width: 5%;
}

.u-w10 {
  width: 10%;
}

.u-w15 {
  width: 15%;
}

.u-w20 {
  width: 20%;
}

.u-w25 {
  width: 25%;
}

.u-w30 {
  width: 30%;
}

.u-w35 {
  width: 35%;
}

.u-w40 {
  width: 40%;
}

.u-w45 {
  width: 45%;
}

.u-w50 {
  width: 50%;
}

.u-w55 {
  width: 55%;
}

.u-w60 {
  width: 60%;
}

.u-w65 {
  width: 65%;
}

.u-w70 {
  width: 70%;
}

.u-w75 {
  width: 75%;
}

.u-w80 {
  width: 80%;
}

.u-w85 {
  width: 85%;
}

.u-w90 {
  width: 90%;
}

.u-w95 {
  width: 95%;
}

.u-w100 {
  width: 100%;
}

@media (max-width: 767px) {
  .u-w0sp {
    width: 0%;
  }
  .u-w5sp {
    width: 5%;
  }
  .u-w10sp {
    width: 10%;
  }
  .u-w15sp {
    width: 15%;
  }
  .u-w20sp {
    width: 20%;
  }
  .u-w25sp {
    width: 25%;
  }
  .u-w30sp {
    width: 30%;
  }
  .u-w35sp {
    width: 35%;
  }
  .u-w40sp {
    width: 40%;
  }
  .u-w45sp {
    width: 45%;
  }
  .u-w50sp {
    width: 50%;
  }
  .u-w55sp {
    width: 55%;
  }
  .u-w60sp {
    width: 60%;
  }
  .u-w65sp {
    width: 65%;
  }
  .u-w70sp {
    width: 70%;
  }
  .u-w75sp {
    width: 75%;
  }
  .u-w80sp {
    width: 80%;
  }
  .u-w85sp {
    width: 85%;
  }
  .u-w90sp {
    width: 90%;
  }
  .u-w95sp {
    width: 95%;
  }
  .u-w100sp {
    width: 100%;
  }
}

.u-fz0p {
  font-size: 0%;
}

.u-fz5p {
  font-size: 5%;
}

.u-fz10p {
  font-size: 10%;
}

.u-fz15p {
  font-size: 15%;
}

.u-fz20p {
  font-size: 20%;
}

.u-fz25p {
  font-size: 25%;
}

.u-fz30p {
  font-size: 30%;
}

.u-fz35p {
  font-size: 35%;
}

.u-fz40p {
  font-size: 40%;
}

.u-fz45p {
  font-size: 45%;
}

.u-fz50p {
  font-size: 50%;
}

.u-fz55p {
  font-size: 55%;
}

.u-fz60p {
  font-size: 60%;
}

.u-fz65p {
  font-size: 65%;
}

.u-fz70p {
  font-size: 70%;
}

.u-fz75p {
  font-size: 75%;
}

.u-fz80p {
  font-size: 80%;
}

.u-fz85p {
  font-size: 85%;
}

.u-fz90p {
  font-size: 90%;
}

.u-fz95p {
  font-size: 95%;
}

.u-fz100p {
  font-size: 100%;
}

.u-wauto {
  width: auto!important;
}

@media (max-width: 767px) {
  .u-wautosp {
    width: auto!important;
  }
}

@media (min-width: 768px) {
  .sp-inbl {
    display:none !important;
  }
  .sp-block {
    display:none !important;
  }
}
@media (max-width: 767px) {
  .pc-inbl {
    display:none !important;
  }
  .pc-block {
    display:none !important;
  }
}

/*top フローティング バナー*/
.floating_cta {
transition: all 0.2s ease;
position: fixed;
right: 20px;
bottom: 8rem;
z-index: 999;
}

.floating_cta_img {
display: block;
transition: 0.3s;
}

.floating_cta_close {
width: 30px;
height: 30px;
position: absolute;
right: -10px;
top: -20px;
cursor: pointer;
border-radius: 15px;
background: #F5F50B;
color: #fff;
line-height: 1;
padding: 14px;
/*font-size: 14px;*/
}

.floating_cta_close span:nth-of-type(1) {
position: absolute;
top: 15px;
right: 5px;
width: 20px;
height: 1px;
background-color: #000;
transform: rotate(45deg);
}

.floating_cta_close span:nth-of-type(2) {
position: absolute;
top: 5px;
right: 15px;
width: 1px;
height: 20px;
background-color: #000;
transform: rotate(45deg);
}

.floating_cta.js_close {
display: none;
}

.floating_cta a:hover {
opacity: 0.75;
}

.floating_cta a img {
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .4);
}

/*.floating_cta-close a span {
line-height: 1;
}*/

@media (max-width: 767px) {
.floating_cta {
text-align:right;
right: 10px;
}
.floating_cta a img {
width: 80%;
}
}

/* ↓ クッキーの同意 ↓ */
.l_cookieAgree {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	/* border-top: 2px solid #fe643a; 色変更 */
	background: #f7f7f7; /* 色変更 */
	padding: 10px 90px; /* コンパクト化 */
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	/* max-width: 1670px; */ /* コンパクト化 */
	margin: 0 auto;
	display: none;
}
.l_cookieAgree a {
	color: #fe643a; /* 色変更 */
	text-decoration: underline;
}
.l_cookieAgree a:hover {
	text-decoration: none;
}
.l_cookieAgree__close {
	position: absolute;
	top: 15px; /* コンパクト化 */
	right: 20px;
	width: 40px; /* コンパクト化 */
	height: 40px; /* コンパクト化 */
	border: 1px solid #333333; /* 色変更 */
	cursor: pointer;
	transition: opacity 0.2s;
}
.l_cookieAgree__close:hover {
	opacity: 0.7;
}
.l_cookieAgree__close::before,
.l_cookieAgree__close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	background-color: #333333; /* 色変更 */
	transform: rotate(45deg);
}
.l_cookieAgree__close::after {
	transform: rotate(-45deg);
}
.l_cookieAgree__inner {
	/* max-width: 1200px; */ /* コンパクト化 */
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
}
.l_cookieAgree__inner p {
    font-size: 13px;
    text-align: left;
/*	line-height: 2;*/
    line-height: 1.6; /* コンパクト化 */
    color: #000;
}
.l_cookieAgree__btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #333333; /* 色変更 */
	width: 200px; /* コンパクト化 */
/*	min-height: 60px;*/ /* コンパクト化 */
/*	font-size: 112.5%;*/
	font-size: 17px;
	font-weight: bold;
	line-height: 1.54;
	padding: 10px 30px; /* コンパクト化 */
	background-color: #fff;
	border: 2px solid #333333; /* 色変更 */
	border-radius: 30px;
/*	box-shadow: 3px 6px 6px rgba(2, 77, 141, 0.4); */ /* コンパクト化 */
	transition: 0.3s all;
	cursor: pointer;
}
.l_cookieAgree__btn:hover {
	color: #fff;
	background-color: #333333; /* 色変更 */
}
.l_cookieAgree__btn::before,
.l_cookieAgree__btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.l_cookieAgree__btn::before {
	width: 28px;
	height: 28px;
	right: 20px;
	background-color: #666666; /* 色変更 */
	border-radius: 50%;
}
.l_cookieAgree__btn:hover::before {
	background-color: #fff;
}
.l_cookieAgree__btn::after {
	width: 11px;
	height: 11px;
	right: 31px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transform-origin: center center;
}
.l_cookieAgree__btn:hover::after {
	border-top-color: #fe643a; /* 色変更 */
	border-right-color: #fe643a; /* 色変更 */
}
@media screen and (max-width: 1199px) {
	.l_cookieAgree {
		padding: 30px 90px 30px 40px;
	}
	.l_cookieAgree__inner {
		gap: 30px;
	}
/*
	.l_cookieAgree__inner p {
		line-height: 1.6;
	}
*/
	.l_cookieAgree__btn {
		width: 240px;
	}
	.l_cookieAgree__btn::before {
		width: 24px;
		height: 24px;
		right: 18px;
	}
	.l_cookieAgree__btn::after {
		width: 10px;
		height: 10px;
		right: 26px;
	}
}
@media screen and (max-width: 800px) {
	.l_cookieAgree {
		border-top-width: 6px;
		padding: 20px 90px 20px 30px;
	}
	.l_cookieAgree__close {
		width: 40px;
		height: 40px;
	}
	.l_cookieAgree__inner {
		flex-direction: column;
		gap: 20px;
	}
	.l_cookieAgree__inner p {
/*		font-size: 50%;*/ /* コンパクト化 */
	}
	.l_cookieAgree__btnArea {
		text-align: center;
	}
	.l_cookieAgree__btn::before {
		width: 18px;
		height: 18px;
		right: 15px;
	}
	.l_cookieAgree__btn::after {
		width: 8px;
		height: 8px;
		right: 21px;
	}
}
@media screen and (max-width: 600px) {
	.l_cookieAgree {
		border-top-width: 4px;
		padding: 15px;
	}
	.l_cookieAgree__close {
		top: auto;
		right: auto;
		left: 15px;
		bottom: 15px;
		width: 32px;
		height: 32px;
	}
	.l_cookieAgree__close::before,
	.l_cookieAgree__close::after {
		width: 16px;
	}
	.l_cookieAgree__inner {
		gap: 15px;
	}
	.l_cookieAgree__inner p {
/*		font-size: 50%;*/ /* コンパクト化 */
	}
	.l_cookieAgree__btn {
		width: 200px;

		min-height: 40px;
		font-size: 50%; /* コンパクト化 */
		padding: 10px 55px;
	}
}
/* ↑ クッキーの同意 ↑ */


/*テーブル装飾　追加スタイル*/
.bc-white {
background-color: #fff!important;
}

.border-bobbom-n {
border-bottom: none !important;
}

.border-right-n {
border-right: none !important;
}

.border-left-n {
border-left: none !important;
}