@charset "utf-8";

/*---------------------------------------------------
 下層MV
----------------------------------------------------*/
.mv_sub {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 27%, rgba(218, 240, 249, 1) 74%, rgba(183, 226, 244, 1) 100%);
    height: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_sub h2 {
    font-family: var(--font-strong);
    font-size: var(--fsize-72);
    text-align: center;
    color: #2b3234;
    line-height: 1.2em;
    padding: 1em 0;
    letter-spacing: .04em;
    margin: 0;
    font-weight: 700;
}

.mv_sub h2 span {
    display: block;
    font-family: var(--font-en);
    font-size: var(--fsize-40);
    text-align: center;
    color: var(--color-blue);
    font-weight: 400;
    letter-spacing: .02em;
}

/*------------------------------ responsive */
@media screen and (max-width: 1400px) {
.mv_sub {
    height: 350px;
}

.mv_sub h2 {
    font-size: var(--fsize-60);
}
.mv_sub h2 span {
    font-size: var(--fsize-36);
}
}

@media screen and (max-width: 1200px) {
.mv_sub {
    height: 300px;
}

.mv_sub h2 {
    font-size: var(--fsize-50);
}
.mv_sub h2 span {
    font-size: var(--fsize-32);
}

}

@media screen and (max-width: 800px) {
.mv_sub {
    height: 250px;
}    
.mv_sub h2 {
    font-size: var(--fsize-48);
}
.mv_sub h2 span {
    font-size: var(--fsize-24);
}
}

@media screen and (max-width: 600px) {
.mv_sub {
    height: 230px;
}

.mv_sub h2 {
    font-size: var(--fsize-36);
}
.mv_sub h2 span {
    font-size: var(--fsize-18);
}
}

@media screen and (max-width: 480px) {
.mv_sub {
    height: 200px;
}

.mv_sub h2 {
    font-size: var(--fsize-32);
}
}

/*---------------------------------------------------
 下層ページタイトル共通
----------------------------------------------------*/

.title h3 {
    font-family: var(--font-strong);
    font-size: var(--fsize-50);
    text-align: center;
    color: #2b3234;
    line-height: 1.2;
    margin: 0 0 1em 0;
    letter-spacing: .04em;
}

.title h3 .sub {
    display: block;
    font-family: var(--font-en);
    font-size: var(--fsize-32);
    color: var(--color-gray);
    font-weight: 400;
    letter-spacing: .02em;
}

/*------------------------------ responsive */
@media screen and (max-width: 1400px) {
    .title h3 {
		font-size: var(--fsize-46);
	}
	.title h3 .sub {
		font-size: var(--fsize-30);
	}
}
@media screen and (max-width: 1200px) {
    .title h3 {
		font-size: var(--fsize-44);
	}
	.title h3 .sub {
		font-size: var(--fsize-28);
	}
}
@media screen and (max-width: 800px) {
    .title h3 {
		font-size: var(--fsize-36);
	}
	.title h3 .sub {
		font-size: var(--fsize-22);
	}
}
@media screen and (max-width: 600px) {
    .title h3 {
		font-size: var(--fsize-30);
        margin: 0 0 0.5em 0;
	}
	.title h3 .sub {
		font-size: var(--fsize-18);
	}
}

/*---------------------------------------------------
 WSについてセクション↓
----------------------------------------------------*/
#about section {
    padding: 100px 30px;
}

/*------------------------------ responsive */
@media screen and (max-width: 1200px) {
    #about section {
    padding: 80px 30px;
}
}

@media screen and (max-width: 600px) {
    #about section {
    padding: 60px 30px;
}
}

@media screen and (max-width: 480px) {
    #about section {
    padding: 60px 15px;
    overflow-x: hidden;
}
}


/*---------------------------------------------------
 online 困ったときのWeb相談室
----------------------------------------------------*/

.online .half-wrap {
    align-items: center;
    justify-content: space-around;
    padding: 4.5rem 0 0 0;
}

.online .half-wrap figure {
    width: 33vw;
}

.online .half-wrap .highlight {
    font-family: var(--font-strong);
    font-size: var(--fsize-30);
    font-weight: 700;
}
/*------------------------------ responsive */
@media screen and (max-width: 1400px) {
.online .half-wrap {
        padding: 0;
}
}
@media screen and (max-width: 1200px) {
.online .half-wrap .highlight {
    font-size: var(--fsize-26);
}
}
@media screen and (max-width: 800px) {
.online .half-wrap .highlight {
    font-size: var(--fsize-20);
}
}

@media screen and (max-width: 700px) {
    .br_sp {
        display: none;
    }
    .blank_sp {
        display: none;
    }
}

/*---------------------------------------------------
 gyosyu 対応業種
----------------------------------------------------*/

.gyosyu .list-wrap {
    background-color: #ededed;
    border-radius: 40px;
    padding: 60px 20px;
    margin: 2.5em 0;
}

.gyosyu .list-wrap ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.5em;
    font-family: var(--font-strong);
    font-size: var(--fsize-28);
}

.gyosyu .list-wrap ul li {
    width: 33%;
    padding: 0 0 0 120px;
    display: flex;
    align-items: center;
    position: relative;
}

.gyosyu .list-wrap ul li::before {
    width: 100px;
    height: 100%;
    content: '';
    position: absolute;
    left: 10px;
	display: block;
}


.gyosyu .list-wrap ul li:nth-of-type(1)::before {
	background: url(/about/img/kensetu.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(2)::before {
	background: url(/about/img/seizou.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(3)::before {
	background: url(/about/img/iryo.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(4)::before {
	background: url(/about/img/eat.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(5)::before {
	background: url(/about/img/salon.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(6)::before {
	background: url(/about/img/kanko.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(7)::before {
	background: url(/about/img/consul.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(8)::before {
	background: url(/about/img/tiiki.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .list-wrap ul li:nth-of-type(9)::before {
	background: url(/about/img/school.svg) no-repeat center center;
    background-size: contain;
}

.gyosyu .txt-wrap {
    display: flex;
    justify-content: center;
}

.gyosyu .txt-wrap .highlight {
    font-family: var(--font-strong);
    font-size: var(--fsize-28);
    font-weight: 700;
}

/*------------------------------ responsive */
@media screen and (max-width: 1400px) {
.gyosyu .list-wrap ul {
    font-size: var(--fsize-22);
}
}
@media screen and (max-width: 1200px) {
.gyosyu .list-wrap ul {
    font-size: var(--fsize-18);
}
.gyosyu .txt-wrap .highlight {
    font-size: var(--fsize-26);
}
}

@media screen and (max-width: 1000px) {
 .gyosyu .list-wrap ul li {
    width: 50%;
    
}
}
@media screen and (max-width: 800px) {
 .gyosyu .list-wrap ul li {
    width: 100%;
    padding: 0 0 0 120px;
}
.gyosyu .txt-wrap .highlight {
    font-size: var(--fsize-20);
}
}

@media screen and (max-width: 480px) {
.gyosyu .list-wrap ul {
    font-size: var(--fsize-16);
}
}


/*---------------------------------------------------
 taisei 社内体制
----------------------------------------------------*/

.taisei-role {
  position: relative;
  width: 400px;
  aspect-ratio: 1/1;
  border: 2px solid #00AEEF; /* 水色 */
  border-radius: 50%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #fff;
}

.taisei .taisei-wrap {
    position: relative;
    height: 1000px;
}


.taisei .taisei-wrap .taisei-role:nth-of-type(1) {
    position: absolute;
    top: 3.5em;
    left: 0;
    right: 0;
    margin: auto;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(1)::before {
    content: '';
    position: absolute;
    left: -200px;
	display: block;
	width: 245px;
	height: 300px;
	background: url(/about/img/taisei1.svg) no-repeat center / contain;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(1)::after {
    content: '';
    position: absolute;
    left: 340px;
	display: block;
	width: 245px;
	height: 300px;
	background: url(/about/img/taisei2.svg) no-repeat center / contain;
}


.taisei .taisei-wrap .taisei-role:nth-of-type(2) {
    position: absolute;
    left: 15%;
    bottom: 0;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2)::before {
    content: '';
    position: absolute;
    left: -48%;
    bottom: 0;
	display: block;
	width: 245px;
	height: 300px;
	background: url(/about/img/taisei3.svg) no-repeat center center;
	background-size: cover;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2)::after {
    content: '';
    position: absolute;
    left: 85%;
    bottom: 0;
	display: block;
	width: 245px;
	height: 300px;
	background: url(/about/img/taisei4.svg) no-repeat center center;
	background-size: cover;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3) {
    position: absolute;
    left: 60%;
    bottom: 0;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::before {
    content: '';
    position: absolute;
    left: -45%;
    bottom: 0;
	display: block;
	width: 245px;
	height: 300px;
	background: url(/about/img/taisei5.svg) no-repeat center center;
	background-size: cover;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::after {
    content: '';
    position: absolute;
    left: 84%;
    bottom: 0;
	display: block;
	width: 245px;
	height: 300px;
	background: url(/about/img/taisei6.svg) no-repeat center center;
	background-size: cover;
}


.taisei-role .taisei-text {
    text-align: center;
    position: relative;
}



.taisei-role .taisei-text h4 {
    font-family: var(--font-strong);
    color: var(--color-blue);
    font-size: var(--fsize-30);
}

/*三角形を結ぶ線のSVG*/
svg.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;

}

/*------------------------------ responsive */
@media screen and (max-width: 1500px) {
.taisei-role {
  width: 350px;
}

.taisei .taisei-wrap {
    height: 800px;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(1)::before {
	width: 180px;
	height: 230px;
    left: -40%;
    bottom: -7%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(1)::after {
    left: 86%;
	width: 170px;
	height: 250px;
    bottom: -7%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2)::before {
	width: 140px;
	height: 222px;
    left: -32%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2)::after {
    left: 86%;
	width: 180px;
	height: 220px;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::before {
	width: 170px;
	height: 230px;
    left: -30%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::after {
    left: 74%;
	width: 180px;
	height: 220px;
}

.taisei-role .taisei-text h4 {
    font-size: var(--fsize-26);
}

.taisei-role .taisei-text p {
    line-height: 1.8;
}
}

@media screen and (max-width: 1200px) {
.taisei .taisei-wrap {
  height: 700px;
}
.taisei-role {
  width: 302px;
  padding: 1.8rem;
}
.taisei .taisei-wrap .taisei-role:nth-of-type(1)::before{
    left: -48%;
   
}
.taisei .taisei-wrap .taisei-role:nth-of-type(2)::before{
    left: -30%;
    bottom: -15%;
}
.taisei .taisei-wrap .taisei-role:nth-of-type(2)::after {
    left: 77%;
    bottom: -15%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::before {
    left: -30%;
    bottom: -15%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::after {
    bottom: -15%;

}

.taisei-role .taisei-text h4 {
    font-size: var(--fsize-22);
}
.taisei-role .taisei-text p {
    font-size: var(--fsize-16);
}
}


@media screen and (max-width: 900px) {
.taisei .taisei-wrap {
  height: 1000px;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2) {
    left: 0;
    right: 0;
    top: 39%;
    margin: 0 auto;
}
.taisei .taisei-wrap .taisei-role:nth-of-type(3) {
    left: 0;
    right: 0;
    bottom: -2%;
    margin: 0 auto;
}

.lines {
    display: none;
}
}
@media screen and (max-width: 600px) {
.taisei .taisei-wrap .taisei-role:nth-of-type(1)::before{
    width: 150px;
    height: 190px;
    left: -38%;
    bottom: 0;
}
.taisei .taisei-wrap .taisei-role:nth-of-type(1)::after{
    width: 150px;
    height: 180px;
    bottom: 0;
    left: 82%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2)::before{
    height: 180px;
    left: -25%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(2)::after{
    width: 140px;
    height: 180px;
    
}
.taisei .taisei-wrap .taisei-role:nth-of-type(3)::before{
    width: 140px;
    height: 180px;
    left: -20%;
}

.taisei .taisei-wrap .taisei-role:nth-of-type(3)::after{
    width: 140px;
    height: 180px;
}

}


/*---------------------------------------------------
 seisakuteam 制作チームについて
----------------------------------------------------*/

.seisakuteam {
    padding: 220px 30px 100px 30px !important;
}

/* .seisakuteam .title {
    position: relative;
} */
.seisakuteam .title .seisaku_speech {
  font-family: var(--font-strong);
  font-size: var(--fsize-32);
  color: #2b3234;
  position: absolute;
  transform: rotate(-7deg); 
  background: url(/about/img/hukidasi.svg) no-repeat center center;
  background-size: cover;
  width: 353px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5em;
  left: 18%;
}

.seisakuteam .txt-wrap {
    width: fit-content;
    margin-inline: auto;
}


.seisakuteam .txt-wrap p .highlight{
    font-family: var(--font-strong);
    font-size: var(--fsize-30);
    font-weight: 700;
}

.seisakuteam h4 {
    font-family: var(--font-strong);
    color: var(--color-or);
    font-size: var(--fsize-60);
    text-align: center;
    margin: 50px 0 100px 0;
} 


.seisakuteam .title {
  position: relative; /* 吹き出し配置の基準にする */
  margin-inline: auto;
  text-align: center;
}

.seisakuteam .seisaku_speech span {
  font-family: var(--font-strong);
  font-size: var(--fsize-24);
  color: #2b3234;
  transform: rotate(-5deg); /* 吹き出しの傾きを相殺して読みやすく */
  display: inline-block;
}


.seisakuteam ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 3.5em;
}

.seisakuteam ul li {
    border: 2px solid #ff6a3d;
    border-radius: 10px;
    height: 345px;
    width: 30%;
    padding: 3em 2em;
    counter-increment: feature-counter;
    position: relative;

}

.seisakuteam ul li::before {
  content: counter(feature-counter);
  position: absolute;
  top: -7.5rem;
  left: 0;
  font-size: 7.5rem;
  font-family: var(--font-base);
  color: #ff6633;
  padding: 0 0.5rem;
  text-shadow: 2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff;
}

.seisakuteam ul li h5 {
    font-family: var(--font-strong);
    font-size: var(--fsize-30);
    color: var(--color-blue);
    font-weight: 700;
    text-align: center;
    margin: 0 0 1em 0;
    line-height: 45px;
}

/*------------------------------ responsive */
@media screen and (max-width: 1400px) {
    .seisakuteam ul li h5 {
        font-size: var(--fsize-28);
        margin: 0 0 0.5em 0;
        
    }

    .seisakuteam ul li p {
        line-height: 1.6;
        font-size: var(--fsize-16);
    }
}

@media screen and (max-width: 1200px) {
    .seisakuteam .title .seisaku_speech {
       width: 287px;
       height: 130px;
}

.seisakuteam .txt-wrap p .highlight {
    font-size: var(--fsize-26);
}
 .seisakuteam ul li h5 {
        font-size: var(--fsize-26);
        line-height: 1.6;
 }
}

@media screen and (max-width: 1000px) {
     .seisakuteam h4 {
        font-size: var(--fsize-48);
}

     .seisakuteam ul li h5 {
        font-size: var(--fsize-24);
        line-height: 1.5;
}
     .seisakuteam ul li {
       width: 40%;
       height: 310px;
}
     .br_tb {
       display: none;
}

}

@media screen and (max-width: 900px) {
.seisakuteam ul li {
    width: 50%;
    padding: 3em 2em;
}
.seisakuteam ul li::before {
    font-size: 6.5rem;
}
}

@media screen and (max-width: 800px) {
.seisakuteam h4 {
        font-size: var(--fsize-38);
}

.seisakuteam .txt-wrap p .highlight {
    font-size: var(--fsize-20);
}
}

@media screen and (max-width: 700px) {
.seisakuteam ul li {
    width: 90%;
    padding: 4em 2em 3em 2em;
}

.seisakuteam ul li::before {
    top: -6.5rem;
}
}

@media screen and (max-width: 600px) {
    .seisakuteam .title .seisaku_speech {
       width: 214px;
       height: 97px;
       top: -3.5em;
}

    .seisakuteam .seisaku_speech span {
        font-size: var(--fsize-20);
    }

    .seisakuteam h4 {
        font-size: var(--fsize-32);
        margin: 30px 0 60px 0;
        line-height: 1.5;
}
}

@media screen and (max-width: 480px) {
.seisakuteam ul li {
    width: 100%;
}
}

/*---------------------------------------------------
  数字で見るウェブスマート
----------------------------------------------------*/
.number .number-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.number .number-wrap ul li {
    background-color: var(--color-blue);
    border-radius: 20px;
    width: 460px;
    height: 420px;
    width: 30%;
    position: relative;
}

.number .number-wrap ul li h5 {
    font-family: var(--font-strong);
    font-size: var(--fsize-40);
    color: #fdfdfd;
    text-align: center;
}

.number .number-wrap ul li .number-inner {
    background-color: #fff;
    border-radius: 20px;
    width: 95%;
    height: 320px;
    position: absolute;
    bottom: 1rem;
    right: 0;
    left: 0;
    margin: auto;
}


.number .number-wrap ul li .number-inner .inner-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.number .number-wrap ul li .number-inner .inner-box .number-unit {
    margin: 0;
    font-size: var(--fsize-28);
    display: inline-flex;
  align-items: flex-end; /* 下端基準にそろえる */
}

.number .number-wrap ul li .number-inner .inner-box .number-unit .top {
     font-size: 0.8em;
     position: relative;
     top: -0.8em;
     left: 0.3em; 
}

.number .number-wrap ul li .number-inner .inner-box .number-unit .slash {
     transform: scale(1.5,2);
}

.number .number-wrap ul li .number-inner .inner-box .number-unit .bottom {
     font-size: 0.8em;
     position: relative;
     bottom: -0.5em; 
     right: 0.2em;
}

.number .number-wrap ul li .number-inner .inner-box em {
    font-family: 'Orbitron';
    font-weight: 700;
    display: inline-block;
    transform: scale(1,1.5);
    color: var(--color-blue);
    font-size: 5.5em;
    letter-spacing: 2px;
}

.number .number-wrap ul li .number-inner .number-txt {
    display: flex;
    justify-content: center;
}

/*------------------------------ responsive */
@media screen and (max-width: 1400px) {
    .number .number-wrap ul li .number-inner .inner-box .number-unit {
        font-size: var(--fsize-22);
    }

   .number .number-wrap ul li .number-inner .inner-box em {
        font-size: 4.5em;
   }
}
@media screen and (max-width: 1200px) {
   .number .number-wrap ul li {
       width: 32%;
   }

   .number .number-wrap ul li h5 {
       font-size: var(--fsize-32);
}

   .number .number-wrap ul li .number-inner .inner-box em {
        font-size: 4.3em;
   }
}

@media screen and (max-width: 900px) {
.number .number-wrap ul {
    gap: 30px;
}

.number .number-wrap ul li {
    width: 80%;
    padding: 1em 2em;
}

.number .number-wrap ul li h5 {
    font-size: var(--fsize-30);
}

.number .number-wrap ul li .number-inner .inner-box em {
    font-size: 6.5em;
   }

.number .number-wrap ul li .number-inner .inner-box .number-unit {
    font-size: var(--fsize-26);
   }

}

@media screen and (max-width: 600px) {
    .number .number-wrap ul li {
        width: 100%;
        height: 400px;
    }
    .number .number-wrap ul li h5 {
    font-size: var(--fsize-26);
    }
    .number .number-wrap ul li .number-inner {
        width: 90%;
        height: 310px;
    }

    .number .number-wrap ul li .number-inner .inner-box em {
        font-size: 5em;
   }

   .number .number-wrap ul li .number-inner .inner-box .number-unit {
        font-size: var(--fsize-22);
   }
}


/*---------------------------------------------------
 company
----------------------------------------------------*/
#company section {
    padding: 100px 30px;
}

/*------------------------------ responsive */
@media screen and (max-width: 1200px) {
    #company section {
    padding: 80px 30px;
}
}

@media screen and (max-width: 600px) {
    #company section {
    padding: 60px 30px;
}
}

@media screen and (max-width: 480px) {
    #company section {
    padding: 60px 15px;
}
}

/*---------------------------------------------------
 company　社長あいさつと会社概要
----------------------------------------------------*/
#company .inner h5{
	font-family: var(--font-strong);
    font-size: var(--fsize-30);
    color: var(--color-blue);
    font-weight: 700;
    text-align: center;
    margin: 0 0 1em 0;
    line-height: 45px;
}

#company_inner {
	margin: 0 auto;
    width: 80%;
}

.p_right {
	text-align: right;
    margin: 2em 0 0 0;
}

table.profile {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #3bb3e0;
    box-sizing: border-box;
    border-collapse: collapse;
}
table.profile tr {
    border: 1px solid #3bb3e0;
}
table.profile tr th {
    font-weight: 500;
}
table.profile tr th {
    width: 25%;
    border-right: 1px solid #3bb3e0;
    text-align: left;
    background-color: #b7e2f4;
    color: #2b3234;
    padding: 30px 0 30px 20px;
}
table.profile tr td {
    padding: 30px 0 30px 20px;
}
table.profile tr td a {
    color: #2b3234;
}
table.profile tr td a:hover {
    color: #3bb3e0;
}

.map .map_info {
    margin: 2em 0 0 0;
}

/*------------------------------ responsive */
@media screen and (max-width: 800px) {
    #company table.profile tr td a[href*="tel:"] {
        color: var(--color-blue);
        text-decoration: underline;
    }
}
@media screen and (max-width: 1000px) {
    .company-wrap table .br_sp {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    #company_inner {
        width: 90%;
    }
    #company .inner h5{
        font-size: var(--fsize-24);
    }
	table.profile tr {
        border-top: none;
        border-bottom: none;
    }
	table.profile {
        border-top: none;
        border-bottom: none;
    }
    table.profile tbody {
        border: 1px solid #3bb3e0;
    }
	table.profile tr th {
        width: 100%;
        display: block;
        border: none;
        padding: 20px 0 20px 20px;
    }
	table.profile tr td {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #cdcdcd;
        padding: 20px 0 20px 20px;
    }
    .map iframe {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    #company .inner h5{
        font-size: var(--fsize-20);
        line-height: 1.8;
    }
}

/*---------------------------------------------------
 faq
----------------------------------------------------*/
#faq section {
    padding: 100px 30px;
}

/*------------------------------ responsive */
@media screen and (max-width: 1200px) {
    #faq section {
    padding: 80px 30px;
}
}

@media screen and (max-width: 600px) {
    #faq section {
    padding: 60px 30px;
}
}

@media screen and (max-width: 480px) {
    #faq section {
    padding: 60px 15px;
}
}


summary {
  cursor: pointer;
  display: flex;              /* 左のQテキストと右端アイコンを分ける */
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 50px; 
  list-style: none;
}

summary::-webkit-details-marker {
  display: none; /* Chrome / Safari */
}

.faq_sec details {
    margin: 30px 0;
    border-bottom: 1px solid #6a8fa8;
    
}
summary p,
.faq_sec details .answer {
  display: flex;       
  align-items: center; 
  gap: 1rem;        
}

summary:hover p {
    color: var(--color-blue);
    transition: all 0.3s;
}
.faq_sec details summary {
    margin: 20px 0;
}

.faq_sec details summary p .qa,
.faq_sec details .answer .qa {
  flex: 0 0 75px;  
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  font-size: var(--fsize-34);
}

.faq_sec details summary p .qa {
  background-color: #3bb3e0;
  color: #fff;
}

.faq_sec details .answer .qa {
  background-color: #b7e2f4;
  color: #2b3234;
}

.faq_sec details .answer .answer_inner {
  flex: 1; 
}

details:not([open]) .toggle-icon::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
    background-color: #3bb3e0;
	width: 24px;
	height: 4px;
} 

details:not([open]) .toggle-icon::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
    background-color: #3bb3e0;
	width: 24px;
	height: 4px;
	transform: rotate(90deg);
	transition: all 0.3s;
} 
details[open] summary {
	margin-block-end: 1.5em;
    border-bottom: 0.5px solid #6a8fa8;
    padding: 0 50px 20px 0;
    margin: 20px 0;
}
details[open] .toggle-icon::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
    background-color: #3bb3e0;
	width: 24px;
	height: 4px;
	transform: none;
	transition: all 0.3s;
} 
.faq_sec details:first-of-type {
  border-top: 1px solid #6a8fa8;
}
.faq_sec details[open] {
  border-bottom: 1px solid #6a8fa8;
}

details[open] .answer {
    padding: 0 0 20px 0;
}

/*------------------------------ responsive */
@media screen and (max-width: 1200px) {
.faq_sec details summary p .qa,
.faq_sec details .answer .qa {
  flex: 0 0 65px;  
  width: 65px;
  height: 65px;
  font-size: var(--fsize-32);
}
}

@media screen and (max-width: 800px) {
.faq_sec details summary p .qa,
.faq_sec details .answer .qa {
  flex: 0 0 55px;  
  width: 55px;
  height: 55px;
  font-size: var(--fsize-28);
}

.faq_sec details summary p,
.faq_sec details .answer .answer_inner {
    line-height: 1.8;
}
}

@media screen and (max-width: 600px) {
summary {
    padding-right: 35px;
}    
details[open] summary {
    padding: 0 35px 20px 0;
}
details:not([open]) .toggle-icon::before {
    width: 20px;
    height: 3px;
    right: 2px;
}
details:not([open]) .toggle-icon::after {
    width: 20px;
    height: 3px;
    right: 2px;
}
details[open] .toggle-icon::after {
    width: 20px;
    height: 3px;
    right: 2px;
}
}

@media screen and (max-width: 480px) {
.faq_sec details {
    margin: 20px 0;
}
.faq_sec details summary p,
.faq_sec details .answer .answer_inner {
    line-height: 1.6;
}
.faq_sec details summary p .qa,
.faq_sec details .answer .qa {
    flex: 0 0 50px;  
    width: 50px;
    height: 50px;
    font-size: var(--fsize-24);
}
}

