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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
    vertical-align: baseline;
    margin: 0;
    border: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
}

html {
    line-height: 1.448;
}

ol,
ul {
    list-style: none;
}

li,
dd {
    list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
    display: block;
}

img {
    vertical-align: bottom;
    border: none;
}

body {
    color: #111;
    font-family: "Noto Sans JP", sans-serif;
        width: calc(100vw - calc(100vw - 100%));
}

article {
    overflow: hidden;
}

a {
    transition: 0.3s;
    color: #111;
    text-decoration: none;
}

img {
    width: 100%;
    height: 100%;
}


/*フローティングバナー*/
.floating-banner {
	position: fixed;
    /* 固定表示 */
	
	right: 16px;
    /* 画面の右から16px */
    
	bottom: 16px;
    /* 画面下から16px */
	
	display: none;
	
    width: calc(100% / 3);
    /* 画面の1/3の幅 */
	max-width: 390px;
    /* バナー最大幅390 */
    transition: 0.3s;
    /* ホバー時ゆっくり透過 */
    cursor: pointer;
    /* ホバー時カーソルがポインターに */
	z-index: 9999;
    /* 常に前面に出す */
	

	
}
.floating-banner a {
	display: block;
	
}
.floating-banner a:hover {
    opacity: 0.8;
    /* ホバーで透過させる */
}
.floating-banner_img {
    width: 100%;
    /* 画像をfloating-bannerの幅に合わせる */
}

@media screen and (max-width: 768px)/* SP表示時のみ適用 */ {
	.floating-banner{
		width: 100%;
    	/* calc(100% / 2); 画面の1/2の幅 */
	}

}



.shippori-mincho-semibold {
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .shippori-mincho-bold {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-style: normal;
  }

.l-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(19, 13, 13, 0.06);
    backdrop-filter: blur(15px);
    transition: padding 0.5s, background-color 0.5s;
    border-bottom: 1px solid #fff;
    height: 60px;
    padding: 0;
    margin: 0;
}

.l-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 2.5rem 0 2.2rem;
}

.l-header.transform {
    background-color: rgba(0,0,0,0.2);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 60px;
}

.l-header__logo {
    width: 10.5rem;
    height: auto;
}

.l-header__nav {
    -moz-column-gap: 2rem;
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
	
}
/*
.l-header__nav {
    -moz-column-gap: 2rem;
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}*/
.l-header__btn{
	min-width:200px!important; 
}

.l-header__btn img{
	height: 48px;
	object-fit: cover;
	align-content: center; 

}

.l-header__btn a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
}
/*
.l-header__btn:first-of-type(1) a {
    width:110% ;
    height: auto;
}
*/

.l-header__btn a:hover {
    opacity: 0.7;
}

.l-drawer__icon {
    display: flex;
    position: fixed;
    top: 1.3rem;
    right: 2.9rem;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 3px;
    padding: 5px;
    background: rgb(0,0,0,0.7);
}

.l-drawer__icon .bar-wrap {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    aspect-ratio: 5/3;
    width: 4.7rem;
    height: auto;
}

.l-drawer__icon .bar {
    transition: all 0.3s ease;
    background: #FFF;
    border-radius: 9999px;
    height: 0.5208rem;
}
.l-drawer__icon .bar.transform {
    background: #0f2a86;
}

.l-drawer__icon .bar1 {
    width: 100%;
}

.l-drawer__icon .bar2 {
    width: 100%;
}

.l-drawer__icon .bar3 {
    width: 100%;
}

.l-drawer__icon.js-open .bar1 {
    transform: translateY(1.2rem) rotate(50deg);
    width: 100%;
}

.l-drawer__icon.js-open .bar2 {
    display: none;
}

.l-drawer__icon.js-open .bar3 {
    transform: translateY(-1.2rem) rotate(-50deg);
    width: 100%;
}

.l-drawer__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.06);
    backdrop-filter: blur(15px);
    padding: 7rem 2rem 6.4rem 3rem;
    width: 67%;
    height: auto;
}

.l-drawer__list {
    margin-top: 4.125rem;
    text-align: left;
}

.l-drawer__item:not(:last-of-type) {
    margin-bottom: 3.9rem;
}

.l-footer__fix-btn {
    border-radius: 1rem;
    border: 2px solid #fff900;
    box-shadow: 2px 2px 8px 0px #00000029;
    width: 19rem;
    height: auto;
    cursor: pointer;
}

.l-drawer__btn-wrap {
    margin-top: 3.2rem;
}

.l-drawer__btn-wrap .l-header__btn a {
    /* padding: 1.5rem 2.9rem 1.5rem 2.9rem;
    width: 50vw;
    height: 16vw; 
    border: 1px solid red;*/
    font-size: 2.0833rem;
    text-align: center;
    color: transparent;
}

.l-inner {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    max-width: 1152px;
    height: inherit;
}




.m-inner{
    margin: 0 auto;
    padding: 0 10rem;
    width: 100%;
    max-width: 1100px;
}

.l-sv{
    padding: 2rem 0;
    overflow: hidden;
}

.l-sv .top-swiper{
    position: relative;
}

.l-sv .top-swiper .swiper-wrapper{
    position: relative;
    transition-timing-function: linear;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide{
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide .l-sv__logo-list{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.625rem 0;
    height: 7.5rem;
    justify-content: center;
    align-items: center;
    max-width: none;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide .l-sv__logo-list .l-sv__logo-item{
    width: 9.375rem;
    max-width: fit-content;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide .l-sv__logo-list .l-sv__logo-item._small{
    width: 6.375rem;
    max-width: fit-content;
}

.l-sv .top-swiper .swiper-wrapper .swiper-slide .l-sv__logo-list .l-sv__logo-item img{
    height: 100%;
    object-fit: contain;
}

.l-footer {
    padding: 2.9rem 0;
    background: #FFF;
    color: #0f2a86;
}
.l-footer .l-inner{
    padding: 3vw;
}

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

.l-footer__logo {
    width: 9.625rem;
    height: auto;
}

.l-footer__address {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
}

.l-footer__address .link span {
    text-decoration: underline;
}

.l-footer__right {
    text-align: right;
}

.l-footer__right .to-top {
    position: absolute;
    top: -3px;
    right: 2rem;
    display: inline-block;
    margin-left: auto;
    aspect-ratio: 1;
    width: 4.4rem;
    height: auto;
}
.l-footer a{
    color: #fff;
}
/* .l-footer */.copy { 
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #0f2a86;
}

.fix {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    right: 0;
    bottom: 1.5rem;
    z-index: 9999;
    padding-right: 1.25rem;
}

.l-footer__fix-btn {
    border-radius: 20px;
    border: 2px solid #fff900;
    box-shadow: 2px 2px 8px 0px #00000029;
    width: 19rem;
    height: auto;
    cursor: pointer;
}

.l-footer__fix-btn .head {
    background: #ffee00;
    border-radius: 20px 20px 0 0;
    padding: 0.6rem;
    text-align: center;
}

.l-footer__fix-btn .head .text {
    margin-top: 0.3rem;
    font-weight: 900;
    font-size: 1.5rem;
    color: #e30000;
}

.l-footer__fix-btn .head .limit {
    background: #fbf9f9;
    width: 8.625rem;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.125rem;
}

.l-footer__fix-btn .head .limit .red {
    margin-right: 0.2rem;
    font-family: "Helvetica Neue";
    font-size: 1.75rem;
    background: linear-gradient(180deg, #f63434 0%, #d82e2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.l-footer__fix-btn .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 0.6rem;
    text-align: center;
}

.l-footer__fix-btn .bottom .red-bold {
    font-family: "Helvetica Neue";
    font-size: 2rem;
    margin-right: 0.3rem;
    font-weight: 900;
    background: linear-gradient(180deg, #f63434 0%, #d82e2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.l-footer__fix-btn .bottom .text {
    margin-top: 0.1rem;
    font-weight: 900;
    font-size: 1.25rem;
    /* background: linear-gradient(180deg, #f63434 0%, #d82e2e 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #333;
}

.l-footer__fix-btn .bottom .arrow {
    width: 0.875rem;
    margin-left: 0.2rem;
}

.l-footer__fix-btn .bottom .limit-img {
    width: 2.125rem;
    height: 2.4375rem;
    margin-right: 0.2rem;
}


.p-fv {
    background: url("../img/main_image.jpg") center center no-repeat;
    background-size: cover;
    height: 109vw;
    margin-top: -15vw;
}

.p-fv .l-inner{
    height: auto;
    margin: 0;
    padding: 0;
}

.p-fv__title {
    position: relative;
    width: 66vw;
    left: 32vw;
    top: 28vw;
    z-index: 10;
}

.p-fv__wrap{
    margin-top: 42vw;
    position: relative;
    width: 100%;
}
.p-fv__wrap .p-fv__icon-item01, .p-fv__wrap .p-fv__icon-item03 {
    position: absolute;
    bottom: -14vw;
    left: 0;
    width: 50%;
}
.p-fv__wrap .p-fv__icon-item03{
    left: 50%;
}
.p-fv__wrap .p-fv__icon-item02{
    width: 63%;
    margin:0 auto 3vw;
}

/* 3冠部分 */
.crown{
    background-color: #171717 ;
    background: url(../img/crown_back.jpg) no-repeat center center ;
    background-size: auto;
}

/* 実績一覧 */
.aboutUS{
    margin-top: 7vw;
}
.aboutUS h2 {
    font-size: 4.3vw;
    text-align: center;
    margin: 7vw auto 11vw;
}
.aboutUS h3 {
    width: 73vw;
    margin: 0 auto 30px;
}
.aboutUS .achievement{
    margin: 4vw 2vw 2vw;
    display: flex;
    gap: 2vw;
}
.aboutUS .achievement div{
    height: 40vw;
    /* border: 1px solid red; */
}

/*↓youtubelist*/
.aboutUS .achievement2{
    margin: 4vw 2vw 2vw;
    display: inline;
    gap: 2vw;
}
.aboutUS .achievement2 div{
	margin: 10px auto;
	width: 90%;
}
.aboutUS .achievement2 section .openlist{
    flex: 1;
}

.aboutUS .achievement2 iframe{
	width:100%;
	aspect-ratio: 16 / 9;
}
/*↑youtubelist*/

.aboutUS .list_ttl {
    background-color: #0f2a86;
    color: #FFF;
    font-size: 3vw;
    width: 19vw;
    text-align: center;
    padding: 0.5vw;
}
.aboutUS .coname {
    margin-top: 0.5vw;
    font-size: 3vw;
    line-height: 4vw;
    color: #0f2a86;
}

/* デジタルサイネージ導入実績11000台 */
.signage {
    background: url("../img/crown_mid_sp.jpg") center center no-repeat;
    background-size: 100%;
    height: 66vw;
}
.signage .p-fv__wrap {
    margin-top: 0;
    padding-top: 31.5vw;
}
.signage .p-fv__wrap .p-fv__icon-item01{
    position: absolute;
    bottom: -12vw;
    left: 0;
    width: 50%;
}
.signage .p-fv__wrap .p-fv__icon-item03 {
    position: absolute;
    bottom: -12vw;
    left: 50%;
    width: 50%;
}

/* お悩み～ワンストップサポート */
.p-worry {
    background: url(../img/solution_sp.jpg) no-repeat top center;
    background-size: 100%;
    height: 163vw;
    text-align: center;
}
/*.aboutLED{
    background: url(../img/list_sp.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
    
}*/
.p-worry .p-worry__title {
    display: block;
    width: 87vw;
    padding: 3vw 0 4vw;
    margin: auto;
    /* border: 1px solid red; */
}
.p-worry .resalt{
    margin: 3vw 0 3vw;
}
.p-worry p:nth-last-of-type(1){
    font-size: 3.8vw;
    font-weight: 500;
}

#aboutLED{
    background: url(../img/table_back.jpg) no-repeat top center;
    background-size: cover;
    text-align: center;
}
#aboutLED .l-inner {
    padding: 10vw 4vw 2vw;
    position: relative;
    text-align: center;
}

/*LEDビジョンとは題字とコメント*/
#aboutLED h2 {
	font-size: xxx-large;
	text-align: center;
	margin: 2vw;
	color: #ffffff;
}
#aboutLED h3 {
	font-size: xx-large;
	text-align: center;
	margin-bottom: 2vw;
	color: #ffffff;
}

@media (max-width: 769px) { /*タブレット以下*/
    #aboutLED h2 {
		font-size: 5vw;
    }
    #aboutLED h3 {
        font-size: 3.5vw;
		line-height: 2.0;
    }
}


/*スライダーLEDビジョンの特徴start*/
*,body,ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 80%;
  height: auto;
	margin: auto;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}
@media (max-width: 769px) { /*タブレット以下*/
	/* ↓ スライドの外枠 */
	.slide-wrapper {
	  width: 100%;
	  margin-bottom: 15px;
	}
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 400%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 25%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-25%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-50%);
}
.slide4 { /* スライドさせるために必要なクラス */
  transform: translateX(-75%);
}
.slide div:nth-of-type(1){ /* 背景色 */
  background-color: #E1F3FC;
}
.slide div:nth-of-type(2){ /* 背景色 */
  background-color: #FCE8F0;
}
.slide div:nth-of-type(3){ /* 背景色 */
  background-color: #E3F1E4;
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #d2b21e;
}

@media (max-width: 769px) { /*タブレット以下*/
	/* ↓ インジケーター */
	.indicator {
	  column-gap: 18px;
		
	  bottom: 7px;
	}
	.indicator li {
	  width: 10px;
	  height: 10px;
	}
}
/*スライダーLEDビジョンの特徴end*/



.js-iframe7 {
    display: block;
    width: 55vw;
    color: #fff;
    font-size: 3vw;
    font-weight: 600;
    position: absolute;
    top: 156vw;
    left: 22vw;
    /* border: 5px solid red; */
    padding: 1.5vw;
    background: #0f2a86;
    text-align: center;
}
    .js-iframe7:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        transform: rotate(135deg);
        position: absolute;
        top: 44%;
        right: 6px;
    }
















/* お薦めの理由全体一括調整 */
.reason{
    background: url(../img/reason_back_sp.webp) no-repeat top center;
    background-size: contain;
    margin-top: 3vw;
}

.reason h2{
        padding: 8vw 0 0;
}

.line{
    width: 1px;
    height: 7vw;
    background: #0f2a86;
    margin:5vw auto 3vw;
}
.r_ttl{
    width:23vw;
    margin: auto;
}
.reasonlist{
    text-align: center;
}
.reasonlist h2{
    font-size: 5.7vw;
    color: #0f2a86;
    margin-top: 1vw;
    position: relative;
}
.reasonlist h2::after {
    content: "";
    display: block;
    width: 20vw;
    height: 1px;
    background-color: #0f2a86;
    position: absolute;
    bottom: -1vw;
    left: 33vw;
}
.reasonlist h3 {
    padding: 3vw 0 3vw;
    font-size: 3.6vw;
    letter-spacing: -0.1vw;
}
/* お薦めの理由全体一括調整 */

.reason1 p:nth-last-of-type(1){
    width: 90%;
    margin: 1vw auto 0;
}

/* .reason2 p:nth-last-of-type(3) {
    width: 100vw;
    margin-left: -4vw;
} */
.reason2 p:nth-last-of-type(2) {
    margin: 2vw auto 4vw;
    font-size: 2.8vw;
    line-height: 140%;
    width: 83vw;
    text-align: left;
}

.reason3 .l-inner p:nth-of-type(2) {
    margin-bottom: 2vw;
}
.reason3 .reason_inn_con{
    background: #f2f2f2;
    padding: 3vw 2vw;
}
.reason3 .reason_inn_con .reason_inn{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2vw;
}
.reason3 .reason_inn_con .reason_inn .cap {
    text-align: left;
    font-size: 3.3vw;
    border-left: 2px solid #0f2a86;
    padding-left: 2vw;
    margin-bottom: 3vw;
    margin-top: 3vw;
}
.reason3 .linkcap{
    padding: 2vw;
    text-align: left;
    align-items: center;
    margin-left: 3vw;
}
.reason3 .linkcap p:nth-of-type(3) {
    font-size: 3vw;
    margin-bottom: 2vw;
}


.reason4 .re4_list{
    background: #f2f2f2;
    padding-bottom: 5vw;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
}

.reason4 .re4_list h4{
    background: #0f2a86;
    padding: 2%;
}
.reason4 .re4_list h4 img{
    width: 68vw;
}
.reason4 .re4_list p {
    padding: 3vw 4vw 2vw;
}
.re4_list_btn {
    /* background: #fff url(../img/r04_5.webp) no-repeat bottom center;
    background-size: 38vw;
    background-position: 0 15vw; */
    background: #fff;
    width: 84vw;
    height: 37vw;
    margin: 3vw auto 0;
    border-radius: 2vw;
}

.reason4 .re4_list_btn .ask {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.reason4 .re4_list_btn div p{
    margin: 0;
    padding: 0;
}
.reason4 .re4_list_btn div p.btn{
    width: 95%;
    margin-left: 5%;
}
.reason5 .led{
    display: flex;
    align-items: center;
    text-align: left;
}
.reason5 .item1 div:nth-of-type(1){
    width: 60%;
}
.reason5 .item2 div:nth-of-type(2){
    width: 50%;
    margin-left: 1vw;
}
.reason5 .item1 div:nth-of-type(2),
.reason5 .item2 div:nth-of-type(1){
    margin-left: 2vw;
}
.reason5 .item2{
    margin-left: 3vw;
}
.reason5 .led .ttl {
    color: #fff;
    width: 15vw;
    background: #0f2a86;
    font-size: 2.5vw;
    padding: 1vw;
    text-align: center;
}
.reason5 .led p:nth-last-child(1){
    font-size: 3vw;
    margin-top: 1vw;
    border-left: #0f2a86 1px solid;
    padding-left: 1vw;
}

.reason_inn_con {
    background: #f2f2f2;
    padding: 5vw 3vw 5vw;
    margin-top: 3vw;
}
.reason_inn_con .l-inner{
    padding: 0;
    background: #fff;
}
 .reason_inn_con .reason_inn .flex {
    display: flex;
    align-items: center;
    padding:0 2vw 2vw;
}
 .reason_inn_con .reason_inn div .cap {
    text-align: left;
    font-size: 4vw;
    border-left: 2px solid #0f2a86;
    padding-left: 2vw;
    margin-bottom: 3vw;
    margin-top: 3vw;
}
.flex div:nth-of-type(1){
    margin-top: 6vw;
}
 .flex div:nth-of-type(2){
    text-align: left;
    align-items: center;
    margin-left: 3vw;
}
.flex div:nth-of-type(2) p:nth-of-type(2){
    font-size: 2.8vw;
}
 .flex div:nth-of-type(1){
    font-size: 2.5vw;
    margin-bottom: 2vw;
    width: 120vw;
}
.reason_inn_con h3 {
    font-size: 4.5vw;
    color: #0f2a86;
    text-align: center;
    padding-top: 2vw;
}
.reason_inn_con .sub {
    font-size: 3vw;
    padding: 2vw 0 1vw;
    text-align: center;
}
.reason_inn_con .flex {
    display: flex;
}
 .reason_inn_con .rbtn{
    margin-top: 2vw;
}
 .sub{
    font-size: 3.5vw;
    /* letter-spacing: -0.2vw; */
}

.close{
    background:  url(../img/main_image.jpg) no-repeat center center;
    background-size: 200vw;
    padding: 5vw 2vw 5vw;
    text-align: center;
    color: #fff;
    font-size: 4.5vw;
}
.close .l-inner{
    background:  url(../img/closeback.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 5vw 0 5vw;
    height: 72vw;
}
.close-inn .p-fv__wrap{
    margin-top: 3vw;

}
.p-faq {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.p-faq__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
}

.p-faq__container {
    margin-top: 3.2rem;
}

.p-faq__row {
    border: 1px solid #d82e2e;
    border-radius: 20px;
}

.p-faq__row:not(:last-of-type) {
    margin-bottom: 1.45rem;
}

.p-faq__question {
    background: #f6d7d7;
    border-radius: 20px 20px 0 0;
    height: 5rem;
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
}

.p-faq__question .text {
    padding-left: 1.25rem;
    font-weight: 700;
    font-size: 1rem;
}

.p-faq__answer {
    background: #fff;
    border-radius: 0 0 20px 20px;
    max-height: 5.375rem;
    display: flex;
    align-items: center;
    padding: 1.2rem 2.5rem;
}

.p-faq__answer .text {
    padding-left: 1.25rem;
    font-weight: 500;
    font-size: 1rem;
}

.p-faq__answer .text .small {
    font-family: "Helvetica Neue";
    font-weight: 400;
}

.p-faq__answer .icon,
.p-faq__question .icon {
    width: 2.5rem;
    aspect-ratio: 1;
}

.p-form {
    background: #FFF;
    position: relative;
}

.p-form__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
}





.QA .l-inner{
    padding: 0;
    padding-top: 8vw;
    background: #F2F2F2;
}
.QA  h2 {
    text-align: center;
    padding: 3vw 0 4vw;
    color: #fff;
    background: #0f2a86;
    font-size: 5vw;
}

/*アコーディオン全体*/
.menu {
    width: 100%;
    padding: 10px 10px 20px;
    font-size: 4vw;
    background: #F2F2F2;
    padding: 0;
    padding-bottom: 8vw;
  }
.menu h2 span{
    font-size: 70%;
}
  .menu input {
    display: none; /*チェックボックスを隠す*/
  }
  /*バー部分*/
  .menu label {
    cursor :pointer;
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 1;
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
    background-color: #333;
    position: relative;
    padding-left: 11vw;
    border-radius: 2vw;
    background: #fff;
    font-weight: bold;
    margin: 2vw;
  }
  /* .menu label:nth-of-type(1) {
    margin-top: 8vw;
  } */
  .menu label::before {
    content: "";
    position: absolute;
    top: 17%;
    left: 2vw;
    width: 5vw;
    height: 5vw;
    background: url("../img/q_icon.jpg") center center;
    background-size: 100%;
    /* border-radius: 2vw; */
}
  /*開いたときに表示される部分*/
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
  }
  .menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
    position: relative;
  }
  .menu li::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 2vw;
    width: 5vw;
    height: 5vw;
    background: url("../img/a_icon.svg") center center;
    background-size: 100%;
    /* border-radius: 2vw; */
}
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li,
  #menu_bar04:checked ~ #links04 li,
  #menu_bar05:checked ~ #links05 li,
  #menu_bar06:checked ~ #links06 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #f1f1f1;
    padding: 0px 0px 0px 40px;
  }
   /*開いたときの下の余白*/
   #menu_bar01:checked ~ #links01 li:last-child, #menu_bar02:checked ~ #links02 li:last-child, #menu_bar03:checked ~ #links03 li:last-child, #menu_bar04:checked ~ #links04 li:last-child, #menu_bar05:checked ~ #links05 li:last-child, #menu_bar06:checked ~ #links06 li:last-child {
    margin: 0 2vw 20px;
    padding-left: 11vw;
}
  /*閉じた状態の矢印描画*/
  .menu label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
    margin: 2vw;
  }
  /*開いた状態の矢印描画*/
  .menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }

  .tell{
    background: #e8e8e8;
    text-align: center;
    padding:7vw 4vw;
  }
  .tell h3 {
    font-size: 4.5vw;
    letter-spacing: -0.2vw;
}
  .tell .l-inner {
    background: #fff;
    border: 1px #cccccc solid;
    padding: 4vw 7vw;
    text-align: center;
}
  .tell .l-inner a{
    color: #0f2a86;
  }
  .tell .l-inner a p {
    font-size: 7vw;
    vertical-align: top;
    font-weight: bolder;
    color: #0f2a86;
    line-height: 7vW;
    margin-bottom: 2vw;
}
  .tell .l-inner a p img{
    width: 8vw;
  }
  #thanks-head{
    background-color: #0f2a86;
    padding: 3vw;
    text-align: center;
  }
  #thanks-head h1 {
    text-align: center;
    width: 38vw;
    margin: auto;
    padding: 2vw 0 2vw;
}

#thanks-main {
    text-align: center;
    border-bottom: #0f2a86 1px solid;
    height: auto;
    padding-bottom: 24vw;
}
#thanks-main .fig {
    width: 13vw;
    margin: 19vw auto 2vw;
}
  #thanks-main h2{
    font-size: 6vw;
    color: #0f2a86;
  }
  #thanks-main .line{
    display: block;
    width: 30vw;
    height: 2px;
  }
  #thanks-main h3{
    padding: 2vw 0 3vw;
    font-size: 4vw;

  }
  .btnarea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
    padding: 0 9vw 0;
}
.btnarea a{
    color: #fff;
}
.btnarea p {
    font-size: 4vw;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1D2088;
    border-style: none;
    border-radius: 53px 53px 53px 53px;
    padding: 20px 20px 20px 20px;
}
#thanks-foot{
   padding: 4rem 0;
}
#thanks-foot .l-footer__wrap{
    display: block;
}
#thanks-foot .l-footer__info {
    width: 100%;
}
.l-footer__addres_wap{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#thanks-foot .l-footer__logo {
    margin:0 auto 2vw;
}
@media (hover: hover) {
    a:hover {
        opacity: 0.5;
        cursor: pointer;
    }
}
/* PC表示時だけ適用 */
@media (min-width: 769px) {
    .l-footer__right .to-top.u-hidden--pc {
        display: none;
    }
    .u-hidden--pc {
        display: none;
    }
    .l-header__logo {
        width: 100px;
    }
    .l-header__btn {
        width: 167px;
        margin-top: 7px;
    }
    .l-header__btn:first-of-type {
        width: 200px;
        margin-top: 7px;
    }
    .l-inner {
        max-width: 1100px;
        margin: auto;
        /* border: solid 2px; */
    }

    .p-fv {
        background: #000 url("../img/main_image.jpg") top center no-repeat;
        /* background-size: cover; */
        height: 700px;
        margin-top: 0;
    }
    
    .p-fv .l-inner {
        height: auto;
        max-width: 1100px;
        margin: auto;
        padding: 0;
    }
    
    .p-fv__title {
        position: relative;
        max-width: 610px;
        left: 37%;
        top: 183px;
        z-index: 10;
    }
    
    .p-fv__wrap {
        margin: 260px auto 0;
        position: relative;
        max-width: 1000px;
        display: flex;
        /* border: 1px solid red; */
        align-items: flex-end;
    }
    .p-fv__wrap .p-fv__icon-item01, .p-fv__wrap .p-fv__icon-item03 {
        position: static;
        bottom: -11vw;
        left: 0;
        max-width: 321px;
    }
    .p-fv__wrap .p-fv__icon-item03{
        left: 321px;
    }
    .p-fv__wrap .p-fv__icon-item02 {
        max-width: 400px;
        margin: 0 auto 0;
    }
    
    /* 3冠部分 */
    .crown {
        background: #010b19 url(../img/crown_back.jpg) no-repeat center center;
        background-size: auto;
        height: 115px;
    }
    .crown h2{
        width: 800px;
        margin: auto;
    }

    
    /* 実績一覧 */
    .aboutUS{
        margin-top: 90px;
        max-width: 1100px;
        margin:70px auto 0;
    }
    .aboutUS h2 {
        font-size: 30px;
        text-align: center;
        margin: 90px auto 90px;
    }
    .aboutUS h3{
        width: 710px;
        margin: auto;
    }
    .aboutUS .achievement,.aboutUS .achievement2{
        margin:0;
        display: block;
    }
    .aboutUS .achievement section,.aboutUS .achievement2 section {
        display: flex;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin-top: 50px;
    }
    .aboutUS .achievement section .openlist,.aboutUS .achievement2 section .openlist{
        flex: 1;
    }

    .aboutUS .achievement div,.aboutUS .achievement2 div {
        height: 270px;
        /* border: 1px solid red; */
    }
    .aboutUS .list_ttl {
        background-color: #0f2a86;
        color: #FFF;
        font-size: 14px;
        width: 86px;
        text-align: center;
        padding: 7px;
    }
    .aboutUS .coname {
        margin-top: 10px;
        font-size: 24px;
        line-height: 24px;
        color: #0f2a86;
    }
    
    /* デジタルサイネージ導入実績11000台 */
    .signage {
        background: none;
        margin-top: 130px;
        height: 312px;
    }

    .signage .l-inner {
        background: url("../img/crown_mid.jpg") top center no-repeat;
        background-size: cover;
    }
    .signage .p-fv__wrap {
        margin-top: 0;
        max-width: 800px;
        padding-top: 186px;
        display: flex;
    }
    .signage .p-fv__wrap .p-fv__icon-item02 {
        max-width: 300px;
        margin: 0 auto 0;
    }
    .signage .p-fv__wrap .p-fv__icon-item01 {
        max-width: 32%;
        position: static;
    }
    .signage .p-fv__wrap .p-fv__icon-item03 {
        position: static;
    }
    /* お悩み～ワンストップサポート */
    .p-worry {
        background: none;
        background-size: 100%;
        height: 1473px;
        text-align: center;
    }
    .p-worry .l-inner {
        background: url(../img/solution.jpg) no-repeat top center;
    }
    /*.aboutLED{
        background: url(../img/list_sp.jpg) no-repeat top center;
        background-size: cover;
        text-align: center;
        
    }*/
    .p-worry .p-worry__title{
        display: block;
        width: 515px;
        margin: auto;
        padding:50px 0 40px;
        /* border: 1px solid red; */
    }
    .p-worry p:nth-of-type(1) {
        max-width: 862px;
        margin: auto;
    }
    .p-worry .resalt{
        max-width: 862px;
        margin: 30px auto 30px;
    }
    .p-worry p:nth-last-of-type(1){
        font-size: 24px;
        font-weight: 500;
    }
    
    #aboutLED{
        background:none;
    }
    #aboutLED p{
       max-width: 750px;
        margin: auto;
    }
    #aboutLED .l-inner{
        background: url(../img/table_back.jpg) no-repeat top center;
        background-size: cover;
        padding: 100px 100px 50px;
        position: relative;
        text-align: center;
    }
    .js-iframe7 {
        display: block;
        width: 39%;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600;
        position: absolute;
        top: 81%;
        left: 30%;
        /* border: 5px solid red; */
        padding: 0.5vw;
        background: #0f2a86;
        text-align: center;
    }
    .js-iframe7:after {
        content: '';
        display: block;
        width: 11px;
        height: 11px;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        transform: rotate(135deg);
        position: absolute;
        top: 35%;
        right: 16px;
    }
    
    /* お薦めの理由全体一括調整 */
    .reason{
        background: none;
        margin-top: 30px;
    }
        .reason .l-inner{
        background: url(../img/reason_back.webp) no-repeat top center;
        background-size: contain;
    }
    
    .reason h2 {
        padding: 0 0 0;
        max-width: 1030px;
        margin: auto;
    }
    
    .line {
        width: 1px;
        height: 80px;
        background: #0f2a86;
        margin: 80px auto 30px;
    }
    .r_ttl {
        width: 150px;
        margin: auto;
    }
    .reasonlist{
        text-align: center;
    }
    .reasonlist h2{
        font-size: 48px;
        color: #0f2a86;
        margin-top: 20px;
        position: relative;
    }
    .reasonlist h2::after {
        content: "";
        display: block;
        width: 137px;
        height: 1px;
        background-color: #0f2a86;
        position: absolute;
        bottom: -1vw;
        left: 450px;
    }
    .reasonlist h3 {
        padding: 30px 0 30px;
        font-size: 24px;
        letter-spacing: 0;
    }
    /* お薦めの理由全体一括調整 */
    
    .reason1 p:nth-last-of-type(1){
        width: 602px;
        margin: 1vw auto 0;
    }
    
    .reason2 p:nth-last-of-type(3) {
        max-width: 1039px;
        margin: 0;
    }
    .reason2 p:nth-last-of-type(2) {
        margin: 20px auto 50px;
        font-size: 18px;
        line-height: 140%;
        width: 100%;
        text-align: center;
    }
    .reason2 p:nth-last-of-type(1) {
        max-width: 800px;
        margin: auto;
    }
    
    .reason3 .l-inner p:nth-of-type(2) {
        max-width: 900px;
        margin: 0 auto 30px;
    }
    .reason3 .l-inner p:nth-of-type(3) {
        max-width: 900px;
        margin: auto;
    }
    .reason3 .reason_inn_con {
        background: #f2f2f2;
        padding: 50px 20px;
    }
    .reason3 .reason_inn_con .reason_inn {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 20px 20px 20px 40px;
        max-width: 980px;
        margin: auto;
        box-shadow: 0px 0px 10px -5px #777777;
    }
    .reason3 .reason_inn_con .reason_inn .cap {
        text-align: left;
        font-size: 34px;
        border-left: 8px solid #0f2a86;
        padding-left: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .reason3 .linkcap {
        padding: 0;
        text-align: left;
        align-items: center;
        margin-left: 40px;
        max-width: 500px;
    }
    .reason3 .rbtn {
        width: 90%;
        margin: auto;
    }
        .reason3 .linkcap p:nth-of-type(3) {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    
    .reason4 .re4_list {
        max-width: 880px;
        margin: auto;
        background: #f2f2f2;
        padding-bottom: 50px;
        box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
    }
    
    .reason4 .re4_list h4{
        background: #0f2a86;
        padding: 2%;
    }
    .reason4 .re4_list h4 img{
        width: 530px;
    }
    .reason4 .re4_list p {
        padding: 20px 20px 20px;
    }
    .reason4 .re4_list .first {
        padding-top: 60px;
    }
    .re4_list_btn {
        /* background: #fff url(../img/r04_5.webp) no-repeat bottom center;
        background-size: 46%;
        background-position: 0% 75%; */
        width: auto;
        max-width: 840px;
        /* width: 100%; */
        height: auto;
        margin: 0 20px 0;
        border-radius: 20px;
        padding: 0;
    }
    .reason4 .re4_list_btn .ask {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-content: center;
        place-items: center;
        max-width: 720px;
        margin-left: 1rem;
        margin: auto;
        margin-right: 4%;
    }
    .reason4 .re4_list_btn div .btn{
        margin: 0;
        padding: 0;
    }
    .reason4 .re4_list_btn .ask p.company {
        margin: 0 0 30px;
    }

    .reason4 .re4_list_btn div p.btn{
        width: 95%;
        margin-left: 5%;
    }
    .reason4 .re4_list .btn_cap {
        font-size: 18px;
        text-align: center;
        padding-bottom: 10px;
    }

    .reason5 .led{
        display: flex;
        align-items: center;
        text-align: left;
    }
    .reason5 .item1 div:nth-of-type(1) {
        width: 60%;
        margin-left: 10%;
    }
    .reason5 .item2 div:nth-of-type(2){
        width: 50%;
        margin-left: 1vw;
    }
    .reason5 .item1 div:nth-of-type(2),
    .reason5 .item2 div:nth-of-type(1){
        margin-left: 2vw;
    }
    .reason5 .item2 {
        margin-left: 11%;
    }
    .reason5 .led .ttl {
        color: #fff;
        width: 140px;
        background: #0f2a86;
        font-size: 20px;
        padding: 5px;
        text-align: center;
    }
    .reason5 .led p:nth-last-child(1){
        font-size: 20px;
        margin-top: 10px;
        border-left: #0f2a86 2px solid;
        padding-left: 10px;
    }
    
    .reason_inn_con {
        background: #f2f2f2;
        padding: 50px 30px 50px;
        margin-top: 50px;
    }
    .reason5 .l-inner{
        padding: 0;
        background: #fff;
    }
 .reason_inn{
        max-width: 980px;
        box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
    }
.reason_inn_con .reason_inn .flex {
        display: flex;
        align-items: center;
        padding:0 2vw 2vw;
    }
 .reason_inn_con .reason_inn div .cap {
        text-align: left;
        font-size: 40px;
        border-left: 7px solid #0f2a86;
        padding-left: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
 .flex div:nth-of-type(1) {
        margin-top: 40px;
    }
.flex div:nth-of-type(2){
        text-align: left;
        align-items: center;
        margin-left: 3vw;
    }
.flex div:nth-of-type(2) p:nth-of-type(2) {
        font-size: 20px;
    }
.flex div:nth-of-type(1) {
        font-size: 2.5vw;
        margin-bottom: 20px;
        width: 985px;
    }
.reason_inn_con h3{
        font-size: 4.5vw;
        color: #0f2a86;
    }
.reason_inn_con h3 {
        font-size: 40px;
        padding: 20px 0 15px;
        color: #0f2a86;
    }
   .reason_inn_con .rbtn{
        margin-top: 2vw;
    }
    .reason_inn_con .sub{
        font-size: 24px;
        letter-spacing:0;
        padding: 0;
    }
    
    .close {
        background: url(../img/main_image.jpg) no-repeat top center;
        background-size: cover;
        padding: 50px 30px 50px;
        color: #fff;
        font-size: 4.5vw;
    }
    .close .l-inner {
        background: url(../img/closeback.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 50px 0 50px;
        height: 500px;
    }
    .close-inn .p-fv__wrap {
        margin-top: 40px;
    }
    .close-inn .shippori-mincho-bold{
        font-size: 40px;
        text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
        }
    

    
    .QA{
        background:#F2F2F2;
    }
    .QA .l-inner{
        padding: 0;
        width: 100%;
    }
    .QA h2 {
        width: 100vw;
        margin: 0 auto 0;
        padding: 30px 0 40px;
        font-size: 40px;
        line-height: 120%;
    }
    .QA h2 span {
        font-size: 30px;
    }

/*アコーディオン全体*/
.menu {
    max-width: 850px;
    padding: 10px 10px 20px;
    font-size: 24px;
    margin: auto;
    padding-bottom: 60px;
}

  .menu input {
    display: none; /*チェックボックスを隠す*/
  }
  /*バー部分*/
  .menu label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 1;
    margin: 0 0 10px;
    padding: 20px;
    position: relative;
    padding-left: 60px;
    border-radius: 10px;
    background: #FFF;
    font-weight: normal;
    font-size: 20px;
}
.menu label::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 18px;
    width: 30px;
    height: 30px;
    background: url("../img/q_icon.jpg") center center;
    background-size: 100%;
    /* border-radius: 2vw; */
}
  /*開いたときに表示される部分*/
  .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
  }
  .menu li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  }
  .menu li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background: url("../img/a_icon.svg") center center;
    background-size: 100%;
    /* border-radius: 2vw; */
}
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li,
  #menu_bar04:checked ~ #links04 li,
  #menu_bar05:checked ~ #links05 li,
  #menu_bar06:checked ~ #links06 li {
    height: auto; /*開いたときに表示されるliの高さ*/
    opacity: 1;
    background: #f1f1f1;
    padding: 10px;
  }
   /*開いたときの下の余白*/
  #menu_bar01:checked ~ #links01 li:last-child,
  #menu_bar02:checked ~ #links02 li:last-child,
  #menu_bar03:checked ~ #links03 li:last-child,
  #menu_bar04:checked ~ #links04 li:last-child,
  #menu_bar05:checked ~ #links05 li:last-child,
  #menu_bar06:checked ~ #links06 li:last-child {
    margin: 14px;
    font-size: 20px;
    padding: 0 54px 27px;
    font-weight: normal;
}
  /*閉じた状態の矢印描画*/
  .menu label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  /*開いた状態の矢印描画*/
  .menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #333 2px solid;
    border-right: #333 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }

  .menu label:nth-of-type(1) {
    margin-top: 50px;
}

.p-form {
    background: #FFF;
    padding-top: 60px;
    margin-top: -60px;
}

.p-form__title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    width: 200px;
    margin: 0 auto 10px;
}
#form{
    padding-top: 60px;
    margin-top: -60px;
    margin-top: 60px;
    height: 1250px;
    border-bottom:1px solid #777777 ;
}
#form2 {
    height: 1000px;
    margin-top: 60px;
    margin-bottom: 100px;
}
#form2 .p-form__title {
    width: 370px;
}

#form .l-inner,#form2 .l-inner{
    max-width: 900px;
    margin: auto;
}
#form .l-inner .sub,#form2 .l-inner .sub{
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}
.tell{
    background: #e8e8e8;
    text-align: center;
    padding:80px 50px;
  }
  .tell h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
  .tell .l-inner {
    background: #fff;
    border: 1px #cccccc solid;
    max-width: 830px;
    padding: 60px 0 70px;
}
  .tell .l-inner a{
    color: #0f2a86;
  }
  .tell .l-inner a p {
    font-size: 62px;
    vertical-align: top;
    font-weight: bolder;
    color: #0f2a86;
    line-height: 48px;
    margin-bottom: 14px;
}
  .tell .l-inner a p img{
    width: 60px;
  }
  .tell .open{
    width: 500px;
  }
  .l-footer__right .to-top {
    position: absolute;
    top: -3px;
    right: 2rem;
    display: inline-block;
    margin-left: auto;
    aspect-ratio: 1;
    width: 4.4rem;
    height: auto;
}
.l-footer .l-footer__info {
    width: 80%;
        display: grid;
        grid-template-columns: 1.8fr 1.2fr 1fr;
        gap: 27px;
}


  #thanks-head{
    background-color: #0f2a86;
    padding: 30px;
    text-align: center;
  }
  #thanks-head h1 {
    text-align: center;
    width: 230px;
    margin: auto;
    padding: 0;
}

#thanks-main {
    text-align: center;
    border-bottom: #0f2a86 1px solid;
    height: auto;
    padding-bottom: 80px;
}
  #thanks-main .fig{
    width: 80px;
    margin:100px auto 30px;
  }
  #thanks-main h2{
    font-size: 32px;
    color: #0f2a86;
  }
  #thanks-main .line{
    display: block;
    width: 130px;
    height: 2px;
    margin: 30px auto 30px;
  }
  #thanks-main h3 {
    padding: 0 0 40px;
    font-size: 18px;
}
.btnarea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0;
    width: 560px;
    margin: auto;
    /* border: 1px solid; */
}
.btnarea a{
    color: #fff;
}
.btnarea p {
    width: 270px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #1D2088;
    border-style: none;
    border-radius: 53px 53px 53px 53px;
    padding: 20px 25px 20px 25px;
}
#thanks-foot {
    padding: 10px 0;
}
#thanks-foot .l-footer__info {
    width: 100%;
    grid-template-columns: 1.8fr 1.2fr;

}
.l-footer__addres_wap {
    display: grid;
    grid-template-columns: 305px 250px;
    padding-left: 137px;
}
#thanks-foot .l-footer__logo {
    margin:0 auto 2vw;
}

}

@media screen and (max-width: 1279px) and (min-width: 769px) {
    html {
        font-size: calc(1600 / 1280 * 1vw);
    }
}

@media screen and (max-width: 768px)/* SP表示時のみ適用 */ {
    html {
        font-size: calc(1600 / 768 * 1vw);
    }

    .text-karitori {
        width: 31.2rem;
        height: auto;
    }

    .l-header {
        position: absolute;
        background-color: rgba(255,255,255,0.06);
        backdrop-filter: blur(15px);
        position: relative;
        border-bottom: 1px solid #fff;
    }

    .l-header-wrap {
        padding: 1.4rem 2rem 1.5rem 2rem;
        height: auto;
    }

    .l-header__logo {
        width: 16rem;
        margin-top: 0.3rem;
    }

    .l-footer {
        padding: 8rem 0;
    }

    .l-footer__info {
        width: 80%;
    }
    .l-footer__info p{
        font-size: 4vw;
    }

    .l-footer__logo {
        width: 20.052rem;
    }

    .l-footer__address {
        margin-top: 1.8rem;
        font-size: 2.0833rem;
        letter-spacing: -0.01em;
    }

    .l-footer__right .to-top {
        right: 1rem;
        width: 8.7rem;
    }

    .fix {
        bottom: 0;
        width: 100%;
        padding: 0;
    }

    .l-footer__fix-btn {
        width: 100%;
        border-radius: 1.8229rem 1.8229rem 0 0;
        overflow: hidden;
    }

    .l-footer__fix-btn .head {
        display: flex;
        justify-content: center;
        align-items: center;
        gap:  1.8229rem;
        border-radius: inherit;
        padding: 0.6rem;
    }

    .l-footer__fix-btn .head .text {
        font-size: 1.8229rem;
    }

    .l-footer__fix-btn .head .limit {
        font-size: 1.8229rem;
        width: 14rem;
        margin: 0;
    }

    .l-footer__fix-btn .head .limit .red {
        font-size: 2.3438rem;
    }

    .l-footer__fix-btn .bottom {
        border-radius: inherit;
        padding: 0.6rem;
        font-size: 1.8229rem;
    }

    .l-footer__fix-btn .bottom .red-bold {
        font-size: 3.125rem;
    }

    .l-footer__fix-btn .bottom .text {
        font-size: 1.8229rem;
        letter-spacing: 0;
    }

    .l-footer__fix-btn .bottom .arrow {
        width: 1.8229rem;
    }

    .l-footer__fix-btn .bottom .limit-img {
        width: 3.255rem;
        height: 3.776rem;
    }



    .p-faq {
        position: relative;
        padding-top: 0rem;
        padding-bottom: 18rem;
    }

    .p-faq::after {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background: #f5f5f5;
        width: 100%;
        height: 9rem;
        content: "";
    }

    .p-faq__title {
        font-size: 4.1667rem;
        letter-spacing: -0.01em;
    }

    .p-faq__row:not(:last-of-type) {
        margin-bottom: 2rem;
    }

    .p-faq__question {
        height: 8.1rem;
        padding: 1.5rem 1.4rem 1.4rem 1.4rem;
    }

    .p-faq__question .text {
        padding-left: 1rem;
        font-size: 1.8229rem;
        letter-spacing: -0.02em;
        line-height: 1.4;
    }

    .p-faq__answer {
        max-height: 13.541rem;
        height: auto;
        padding: 1.5rem;
    }

    .p-faq__answer .text {
        padding-left: 1rem;
        font-weight: 400;
        font-size: 1.8229rem;
        letter-spacing: -0.02em;
        line-height: 1.4;
    }

    .p-faq__answer .text .small {
        font-size: 1.8229rem;
        line-height: 1;
    }

    .p-faq__answer .icon,
    .p-faq__question .icon {
        width: 5.2083rem;
        height: 5.2083rem;
        aspect-ratio: 1;
    }

    .p-form {
    }

    .p-form__title {
        font-size: 3.1667rem;
        position: relative;
        padding-bottom: 4vw;
        width: 40vw;
        margin: auto;
    }
    .p-form .l-inner{
        padding: 0;
    }




    .p-form__wrap {
        margin-top: 4rem;
    }

    .p-form__table .row {
        display: block;
    }

    .p-form__table .row:not(:last-of-type) {
        margin-bottom: 2.9rem;
    }

    .p-form__table p {
        padding-left: 6.5rem;
        margin-bottom: 2rem;
        font-size: 2.3438rem;
    }

    .p-form__table p .required,
    .p-form__table p .optional {
        padding: 0.6rem 0.9rem;
        font-size: 1.8229rem;
    }

    .p-form__table input,
    .p-form__table textarea {
        width: 100%;
        padding: 2.25rem 2.5rem;
        font-size: 2.0833rem;
        letter-spacing: -0.01em;
    }

    .p-form__table input::-moz-placeholder,
    .p-form__table textarea::-moz-placeholder {
        font-size: 2.0833rem;
    }

    .p-form__table input::placeholder,
    .p-form__table textarea::placeholder {
        font-size: 2.0833rem;
    }

    .p-form__table textarea {
        height: 13rem;
    }

    .p-form__table .btn {
        width: 100%;
    }

    .p-form__table .btn::after {
        top: 47%;
        right: 13%;
        transform: translateY(-47%);
        width: 2.3438rem;
        height: 2.3438rem;
    }

    .p-form__table .submit-row {
        margin-top: 4.3rem;
        margin-left: 0;
    }

    .p-form__table input[type="submit"] {
        padding: 2.5rem 6rem 2.5rem 2.5rem;
        font-size: 2.3438rem;
    }

    .p-thanks .l-header {
        padding-top: 0;
    }

    .p-thanks .l-header-wrap {
        padding: 1.4rem 2rem;
    }

    .p-thanks__area {
        padding-top: 0;
        /* padding-bottom: 1.7rem; */
    }

    .p-thanks__alert {
        gap: 1.3rem;
        width: 42rem;
        padding: 2.4rem 1.7rem;
    }

    .p-thanks__alert img {
        width: 10.416rem;
        height: 10.416rem;
    }

    .p-thanks__alert .text {
        font-size: 2.0833rem;
        letter-spacing: -0.01em;
    }

    .p-thanks__alert .strong {
        font-size: 3.9063rem;
        margin-bottom: 2.2rem;
    }

    .p-thanks__alert .strong::after {
        bottom: -2.8rem;
        width: 37.5rem;
    }

    .p-thanks__wrap {
        padding: 3.125rem 0;
    }

    .p-thanks__wrap.bottom {
        padding-top: 2.0833rem;
        padding-bottom: 3.8rem;
    }

    .p-thanks__wrap h2 {
        font-size: 2.0833rem;
        letter-spacing: -0.01em;
        margin-bottom: 1.0416rem;
    }

    .p-thanks__wrap p {
        font-size: 1.8229rem;
        letter-spacing: -0.018em;
        line-height: 1.37;
        text-align: left;
    }

    .p-thanks__wrap .list {
        margin: 2.0833rem 0;
    }

    .p-thanks__wrap .list ul {
        width: 100%;
        max-width: 44.6614rem;
        padding: 2.0833rem;
    }

    .p-thanks__wrap .list ul li {
        font-size: 1.8229rem;
        padding-left: 2.6042rem;
        letter-spacing: -0.02em;
    }

    .p-thanks__wrap .list ul li:not(:last-of-type) {
        margin-bottom: 0.9rem;
    }

    .p-thanks__wrap .list ul li::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: url(../img/thanks_list.svg) no-repeat center/contain;
        width: 2.0833rem;
        height: 2.0833rem;
    }

    .p-thanks__contact {
        margin-top: -1.04166rem;
    }

    .p-thanks__contact .btn-wrap .btn a.contact {
        line-height: 1.3;
        padding: 2.4rem 0;
    }

    .p-thanks__contact .btn-wrap .btn a span::after {
        content: "";
        background: url(../img/thanks_arrow.svg) no-repeat center/ contain;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 2.3438rem;
        height: 2.3438rem;
    }

    .p-thanks .p-example {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .p-thanks .p-example__container {
        padding-bottom: 8.3rem;
    }

    .p-thanks .p-example .swiper-pagination.thanks-pagination {
        bottom: 6rem;
    }

    .p-thanks .l-footer {
        padding: 5.9rem 0 8.3333rem 0;
    }

    .u-hidden--sp {
        display: none;
    }

.p-consultant .item {
    flex-direction: column-reverse;
    gap: 1.4rem;
    padding:  2.86rem 2.08rem;
}
.p-consultant .item:not(:last-child) {
    margin-bottom: 5.2rem;
}
.p-consultant .item .text{
    font-size: 1.5625rem;
}
.p-consultant .btn-wrap .btn a {
    font-size: 2.0833rem;
}
.p-consultant .item .heading {
    font-size: 2.925rem;
}
.p-consultant .item .img {
    width: 100%;
}
.p-consultant .item .texts {
    gap: 1.95rem;
}

.p-consultant__heading {
    font-size: 2.925rem;
    margin-bottom: 1.85rem;
}
.p-consultant__heading img {
    width: 24.18rem;
}
.p-consultant__heading .small {
    font-size: 2.08rem;
    line-height: 1.2;
}
.p-repeat {
    padding: 1rem 0 0.75rem;
    margin-top: 2rem;
}

.p-repeat img {
    width: 26.1875rem;
}
}

@media screen and (max-width: 500px) {
}



/*☆*/
/*お問合せフォームエリアタイトル含む全体*/
#contact_jump {
	padding: 80px 0;
	background-color: #ffffff;
	height: auto;
    margin: auto;
}
/* タブエリア用 */
.tab-area {
  /* 背景色 */
  background-color: #fff;
  /* 幅 */
  width: 90%;
  /* マージン */
  margin: 10px auto 0 auto;
}

/* ラジオボタンは非表示 */
.tab-radio {
  display: none;
}

/* タブのメニュー部分（label部分） */
.tab-menu {
	color:#fff;
  display: block;
  float: left;
  width: calc(100%/4);
  text-align: center;
  padding: 1em 0;
  background-color:#747474;
  border-bottom: 3px solid #003894;
	font-size: medium;
}

/* タブメニューにカーソルがある場合 */
.tab-menu:hover {
  opacity: 0.8;
}

/* コンテンツ */
.tab-content-item {
  /* コンテンツは非表示にしておく */
  display: none;
  /* パディング */
  padding: 1em 1em 0 1em;
  /* コンテンツに収まらない場合は非表示 */
  overflow: hidden;
}

@media screen and (max-width: 600px)/* SP表示時のみ適用 */ {
	.tab-menu {
		height: 5em;
		font-size: small;
	}
	.tab-content-item{
		width:100%;
	}
}



/* ラジオボタンがチェックされたら、コンテンツを表示 */
#tab01:checked ~ #tabContent01,
#tab02:checked ~ #tabContent02,
#tab03:checked ~ #tabContent03,
#tab04:checked ~ #tabContent04{
  background-color: #003894;
  display: block;
}

/* ラジオボタンがチェックされたら、タブの色を変える */
#tab01:checked ~ #tabMenu01,
#tab02:checked ~ #tabMenu02,
#tab03:checked ~ #tabMenu03,
#tab04:checked ~ #tabMenu04{
  background-color: #003894;
}

/*Tab内のコメント文*/
.tab-comment{
	background-color: #fff;
	margin: 5px 0px 0px;
	padding-left:5px;
	line-height: 2.0;
	font-size: medium;
}

/*フォーム周り*/
.satoriform{
	background-color: #fff;
	padding: 20px auto;
	margin-bottom: 20px;
	
}

