/********************************

	common

********************************/

html{
	box-sizing:border-box;
	font-size: 62.5%;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}

* {
  box-sizing: border-box;
}

.sp{
	display: none;
}
.pc{
	display: block;
	}

.navsp{
	display: none;
}
.navpc{
	display: block;
	}

body{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	color: #3E3A39;
	font-size: 1.5rem;	
}



.inner{
	max-width: 111rem;
	width: 100%;
	margin: 0 auto;
}

.flex{
	display: flex;
	justify-content: space-between;
}
h2{
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 3.5rem;
    font-weight: bold;
}

h3{
    font-size: 2.5rem;
    font-weight: bold;
    padding: 15rem 0 4rem 0;
}

h3 span{
    color: #BDBDBD;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 2rem 0 0 0;
}


.btn{
    background: #3E3E3E;
    width: 35rem;
    height: 6rem;
    position: relative;
    transition:0.5s;
}

.btn:hover{
    background: #7C7C7C;
}

.btn::before{
    content: "";
    width: 4rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top:3rem;
    right: 0;
    transition:0.5s;
}

.btn:hover::before{
    content: "";
    width: 2rem;
}

.btn::after{
    content: "";
    width: 4rem;
    height: 1px;
    background: #3E3E3E;
    position: absolute;
    top:3rem;
    right: -4rem;
    transition:0.5s;
}

.btn:hover::after{
    width: 6rem;
    right: -6rem;
}

.btn a{
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 2.5rem;
    line-height: 6rem;
    text-align: center;
    display: block;
}

.topbtn{
    width: 7vh;
    height: 7vh;
    position: fixed;
    top:93vh;
    right: 0;
    z-index: 1000;
}

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

main.contact iframe{
    margin: 5rem 0 10rem 0;
}

main.contact{
    background-color: #E6E6E6;
}
.contact h5{
    font-weight: bold;
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
    height: 20rem;
    line-height: 20rem;
        background-image:url("../img/81822996.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 13rem 0 0 0;
}

@media screen and ( max-width:1120px) {
.navsp{
	display: block;
}
.navpc{
	display: none;
	}
main.contact iframe{
    max-width: 90vw;
}
}
@media screen and ( max-width:540px) {
.inner{
	width: 86%;
}
.sp{
	display: block;
}
.pc{
	display: none;
	}

}
@media screen and ( max-width:768px) {
.inner{
	max-width: 90vw;
	margin: 0 auto;
}
	
.wrapper{
	overflow:hidden;
}
	
}
@media screen and ( max-width:375px) {
	h3 {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 25vw 0 10vw 0;
}
    .btn {
    width: 75vw;
}
}



/********************************

	header

********************************/
header{
    position: fixed;
    top:0;
    z-index: 100;
    width: 100%;
    background: #fff;
}
header .flex{
    width: 100%;
}
.pink {
    height: 1rem;
    width: 22%;
    background: #EF426F;
}
.gray {
    height: 1rem;
    width: 56%;
    background: #3c3c3c;
}
.blue {
    height: 1rem;
    width: 22%;
    background: #00B5E2;
}
header h1{
    width: 13%;
    max-width: 20%;
    height: auto;
    margin: 2rem 0 0 2rem;
}
header h1 img{
    width: 100%;
    height: auto;
}
header nav ul li{
    font-weight: 500;
    font-size: 1.4rem;
    margin-right: 2rem;
    line-height: 7.9rem;
    padding: 1rem 0 0 0;
}
header nav ul li:hover{
    opacity: 0.6;
}

header nav ul li:last-child{
    margin: -1rem 0 0 5.5rem;
    height: 8.9rem;
}

header nav ul li:last-child img{
    height: 100%;
}

.Twitter-top{
    width: 2rem;
    height: auto;
    position: fixed;
    top:4.9rem;
    right: 17rem;
    z-index: 999;
}

.Twitter-top:hover{
    opacity: 0.6;
}

@media screen and ( max-width:1120px) {
    .pink {
    height: 1vw;
}
.gray {
    height: 1vw;
}
.blue {
    height: 1vw;
}
    
    header .navsp img{
        height: 8vw;
        margin-right: 8vw;
    }
    
    .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 0;
/*    top   : 1rem;*/
    cursor: pointer;
    text-align: center;
    opacity: 1;
    background: #fff;
    height: 8vw;
    width: 8vw;
    }
    .hamburger span {
    display : block;
    position: absolute;
    width   : 4vw;
    height  : .2rem ;
    right   : 2vw;
    background : #717171;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
    top: 2vw;
    }
    .hamburger span:nth-child(2) {
    top: 4vw;
    }
    .hamburger span:nth-child(3) {
    top: 6vw;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
    top : 4vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
    top: 4vw;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
    }

    nav.globalMenuSp {
    position: fixed;
    top  : 9vw;
    right : 0;
    color: #fff;
    text-align: left;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    z-index: 1001;
    }

    nav.globalMenuSp ul {
    background: #3c3c3c;
    opacity: 0.8;
    margin: 0 auto;
    padding: 5vh 0 0 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    }

    nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 80%;
    height: calc(60vh/6);
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    }
    header nav ul li:last-child{
    margin: 0 auto;
    height: calc(60vh/6);
        border: none;
}
    header nav ul li:last-child a{
     height:100%; 
     width: auto;
}
    header nav ul li:last-child a img{
    height:50%;
    width: auto;
    vertical-align: middle;
}
    nav.globalMenuSp ul li:hover{
    background :#ddd;
    }

    nav.globalMenuSp ul li a {
    font-size: 1.5rem;
    display: block;
    color: #fff;
    padding: 0;
    line-height: calc(60vh/6);
    text-decoration :none;
    }



    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
    transform: translateX(0%);
    }

	header .inner ul li::after{
	content: "";
	width: 0;
	height: 0;
}
	header .inner ul li{
		margin: 0;
		font-weight: 600;
		text-align: right;
		padding-right: 10%;
	}
	
	header h1 {
    width: 15vw;
    max-width: 30%;
    height: auto;
    margin: 2vw 0 0 2vw;
}
}
@media screen and ( max-width:768px) {
    .pink {
    height: 2vw;
    width: 20vw;
}
.gray {
    height: 2vw;
    width: 48vw;
}
.blue {
    height: 2vw;
    width: 32vw;
}
    
    header .navsp img{
        height: 15vw;
        margin-right: 15vw;
    }
    
    .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 0;
/*    top   : 1rem;*/
    cursor: pointer;
    text-align: center;
    opacity: 1;
    background: #fff;
    height: 15vw;
    width: 15vw;
    }
    .hamburger span {
    display : block;
    position: absolute;
    width   : 9vw;
    height  : .2rem ;
    right   : 3vw;
    background : #717171;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
    top: 4vw;
    }
    .hamburger span:nth-child(2) {
    top: 7vw;
    }
    .hamburger span:nth-child(3) {
    top: 10vw;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
    top : 7vw;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
    top: 7vw;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
    }

    nav.globalMenuSp {
    position: fixed;
    top  : 17vw;
    right : 0;
    color: #fff;
    text-align: left;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    z-index: 1001;
    }

    nav.globalMenuSp ul {
    background: #3c3c3c;
    opacity: 0.8;
    margin: 0 auto;
    padding: 5vh 0 0 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    }

    nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 80%;
    height: calc(60vh/5);
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    }
    header nav ul li:last-child{
    margin: 0 auto;
    height: calc(60vh/5);
}
    nav.globalMenuSp ul li:hover{
    background :#ddd;
    }

    nav.globalMenuSp ul li a {
    font-size: 1.5rem;
    display: block;
    color: #fff;
    padding: 0;
    line-height: calc(60vh/5);
    text-decoration :none;
    }



    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
    transform: translateX(0%);
    }

	header .inner ul li::after{
	content: "";
	width: 0;
	height: 0;
}
	header .inner ul li{
		margin: 0;
		font-weight: 600;
		text-align: right;
		padding-right: 10%;
	}
	
	header h1 {
    width: 30vw;
    max-width: 50%;
    height: auto;
    margin: 4vw 0 0 4vw;
}
}
/********************************

	MV

********************************/
.sec1{
    position: relative;
}
.sec1 ul li{
    width: 100%;
    height: 100vh;
    background:#3c3c3c;
}

.sec1 ul li.one{
    background-image: url("../img/268736974.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec1 ul li.two{
    background-image: url("../img/276716043.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec1 ul li.three{
    background-image: url("../img/202726607.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tittle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.mv_rogo{
    background:rgba(250,250,250,0.4);
    width: 15rem;
    height: 15rem;
    margin: 0 auto;
}

.mv_rogo img{
    width: 100%;
    padding: 3rem;
}

.sec1 h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    font-weight: 400;
    padding: 2rem 0 0 0;
}

.sec1 h2 strong{
    font-size: 3rem;
    font-weight: 400;
}


@media screen and ( max-width:1120px) {
    .tittle{
    width: 80vw;
}
}


/********************************

	強み

********************************/
.sec2{
    padding: 0 0 30rem 0;
}
.about-conA{
    width: 30%;
    height: auto;
    background-image:url("../img/about1.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.about-conB{
    width: 30%;
    height: auto;
    background-image:url("../img/about2.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.about-conC{
    width: 30%;
    height: auto;
    background-image:url("../img/about3.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.sec2 h3{
    padding: 15rem 0 0 0;
}
.sec2 p{
    margin: 8rem 0;
}
.about-conA p,.about-conB p,.about-conC p{
    padding: 0 3em;
    text-align: left;
    line-height: 1.5em;
}

h4{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 13em 3em 2em;
}


@media screen and ( max-width:1120px) {
h4 {
    padding: 12em 2em 0;
}
    

}

@media screen and ( max-width:1000px) {
h4 {
    padding: 12em 1em 0;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
    text-align: left;
    line-height: 1.5em;
}
    

}


@media screen and ( max-width:920px) {
h4 {
    padding: 10em 1em 0;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
    text-align: left;
    line-height: 1.5em;
}
    

}

@media screen and ( max-width:905px) {
h4 {
    padding:11em 1em 0;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
}
    

}

@media screen and ( max-width:890px) {
h4 {
    padding: 9em 0 0;
}

}



@media screen and ( max-width:820px) {
    .sec2{
    padding: 0 0 30vw 0;
}
    .sec2 .flex{
        display: block;
    }

.about-conA{
    width: 50%;
    margin: 0 auto;
}
.about-conB{
    width: 50%;
    margin: 0 auto;
}
.about-conC{
    width: 50%;
    margin: 0 auto;
}
.sec2 h3{
    padding: 10rem 0 0 0;
}
.sec2 p {
    margin: 3rem 0 5rem;
    line-height: 2em;
}
h4 {
    padding: 15em 2em 0;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 5em 0;
}
    
    
}

@media screen and ( max-width:730px) {
h4 {
    padding: 11em 1em 5em;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
}
    

}
@media screen and ( max-width:640px) {
h4 {
    padding: 10em 1em 5em;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
}
    

}

@media screen and ( max-width:560px) {
.about-conA {
    width: 90%;
    margin: 0 auto;
}
.about-conB{
    width: 90%;
    margin: 0 auto;
}
.about-conC{
    width: 90%;
    margin: 0 auto;
}
h4 {
    padding: 20em 1em 5em;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
}
    

}

@media screen and ( max-width:500px) {
h4 {
    padding: 15em 1em 5em;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 0;
}
    

}


@media screen and ( max-width:414px) {
.about-conA {
    width: 90%;
    margin: 0 auto;
}
.about-conB{
    width: 90%;
    margin: 0 auto;
}
.about-conC{
    width: 90%;
    margin: 0 auto;
}
h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 12em 2em 3em;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}
    
}
    
@media screen and ( max-width:375px) {
h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 11em 2em 2em;
}
.about-conA p, .about-conB p, .about-conC p {
    padding: 1em;
    text-align: left;
    line-height: 1.5em;
}
}    

@media screen and ( max-width:280px) {
h4 {
    font-size: 1.3rem;
    padding: 9em 2em 2em;
}    

}


/********************************

	サービス

********************************/
.sec3{
        padding: 0 0 30rem 0;
}

.sec3 h2{
   padding: 17rem 0 40rem 0;
    background-image:url("../img/258321731.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec3 p{
    margin: 0 0 8rem;
    line-height: 1.5em;
}
.sec3_con{
    max-width: 111rem;
    margin: -28rem auto 0;
    background-color: #fff;
}

.SERVICES-nav{
    position: relative;
    width: 72.8rem;
    height: 72.8rem;
    margin: 0 auto;
}

.SERVICES-nav a:hover{
    opacity: 0.6
}

.date{
    position: absolute;
    top:0;
    left: 0;
    width: 36.4rem;
}
.marketing{
    position: absolute;
    top:0;
    right:0;
    width: 36.4rem;
}
.business{
    position: absolute;
    top: 43rem;
    left: 5rem;
    width: 63rem;
}

.rogoB{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


@media screen and ( max-width:1120px) {
.sec3 {
    padding: 0 0 10vw 0;
}
.sec3_con {
    max-width: 90vw;
    margin: -28rem auto 0;
    background-color: #fff;
}   
        .sec3 h2 {
    padding: 20vw 0 100vw 0;
    background-image: url(../img/258321731.jpg);
    background-repeat: no-repeat;
    background-position: 60%;
    background-size: cover;
}
    .sec3_con {
    max-width: 90vw;
    margin: -80vw auto 0;
    background-color: #fff;
}
   .SERVICES-nav{
    position: relative;
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
}

.SERVICES-nav a:hover{
    opacity: 0.6
}
    .rogoB {
    position: absolute;
    width: 12vw;
    top: 34vw;
    left: 50%;
}
 
    .date{
    position: absolute;
    top:0;
    left: 10vw;
    width: 35vw;
}
.marketing{
    position: absolute;
    top:0;
    right:10vw;
    width: 35vw;
}
.business {
    position: absolute;
    top: 41vw;
    left: 14vw;
    width: 61.5vw;
}
    
}

/********************************

	サービス１

********************************/
.sec4{
    background: #e6e6e6;
            padding: 0 0 20rem 0;
}

.sec4 p{
    line-height: 2em;
}


.tabs {
  width: 111rem;
  margin: 6rem auto 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 5rem;
  border: 1px solid #EF426F;
  background-color: #fff;
  line-height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  color: #EF426F;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
position: relative;
}
.tab_item:hover::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #EF426F;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 1rem 0 0 0;
  clear: both;
  overflow: hidden;
}

.tab_content img{
  width: 100%;
  height: auto;
}


/*選択されているタブのコンテンツのみを表示*/
#tabA:checked ~ #tabA_content,
#tabB:checked ~ #tabB_content,
#tabC:checked ~ #tabC_content,
#tabD:checked ~ #tabD_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #EF426F;
  color: #fff;
}

.tabs input:checked +.tab_item::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #EF426F;
}

@media screen and ( max-width:1120px) {
    .tabs {
    width: 90vw;
    margin: 6rem auto 0;
}
}
@media screen and ( max-width:600px) {
    .sec4 {
    background: #e6e6e6;
    padding: 0 0 20vw 0;
}

.tab_item {
    width: calc(100%/4);
    height: 5em;
    border: 1px solid #EF426F;
    background-color: #fff;
    line-height: 1.3em;
    font-size: 1.2rem;
    padding: 1em 0 0 0;
    text-align: center;
    color: #EF426F;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
}
.tab_item:hover {
  opacity: 1;
}
}

/********************************

	サービス２

********************************/
.sec5{
   padding: 0 0 20rem 0;
}

.sec5 p{
    line-height: 2em;
}


.tabsB {
  width: 111rem;
  margin: 6rem auto 0;
}

/*タブのスタイル*/
.tab_itemB {
  width: calc(100%/3);
  height: 5rem;
  border: 1px solid #3C3C3C;
  background-color: #fff;
  line-height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  color: #3C3C3C;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
position: relative;
}
.tab_itemB:hover::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #3C3C3C;
}

.tab_itemB:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_itemB"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_contentB {
  display: none;
  padding: 1rem 0 0 0;
  clear: both;
  overflow: hidden;
}

.tab_contentB img{
  width: 100%;
  height: auto;
}


/*選択されているタブのコンテンツのみを表示*/
#tabE:checked ~ #tabE_content,
#tabF:checked ~ #tabF_content,
#tabG:checked ~ #tabG_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked + .tab_itemB {
  background-color: #3C3C3C;
  color: #fff;
}

input:checked +.tab_itemB::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #3C3C3C;
}

@media screen and ( max-width:1120px) {
    .tabsB {
    width: 90vw;
    margin: 6rem auto 0;
}
}

@media screen and ( max-width:600px) {
    .sec5 {
    padding: 0 0 20vw 0;
}
.tab_itemB {
    width: calc(100%/3);
    height: 5em;
    border: 1px solid #3C3C3C;
    background-color: #fff;
    line-height: 1.3em;
    font-size: 1.2rem;
    padding: 1em 0 0 0;
    text-align: center;
    color: #3C3C3C;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
}
.tab_itemB:hover {
  opacity: 1;
}
}


/********************************

	サービス３

********************************/
.sec6{
    background: #e6e6e6;
            padding: 0 0 20rem 0;
}

.sec6 p{
    line-height: 2em;
}


.tabsC {
  width: 111rem;
  margin: 6rem auto 0;
}

/*タブのスタイル*/
.tab_itemC {
  width: calc(100%/3);
  height: 5rem;
  border: 1px solid #00B5E2;
  background-color: #fff;
  line-height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  color: #00B5E2;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
position: relative;
}
.tab_itemC:hover::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #00B5E2;
}

.tab_itemC:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_itemC"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_contentC {
  display: none;
  padding: 1rem 0 0 0;
  clear: both;
  overflow: hidden;
}

.tab_contentC img{
  width: 100%;
  height: auto;
}


/*選択されているタブのコンテンツのみを表示*/
#tabH:checked ~ #tabH_content,
#tabI:checked ~ #tabI_content,
#tabJ:checked ~ #tabJ_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabsC input:checked + .tab_itemC {
  background-color: #00B5E2;
  color: #fff;
}

.tabsC input:checked +.tab_itemC::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #00B5E2;
}

@media screen and ( max-width:1120px) {
    .tabsC {
    width: 90vw;
    margin: 6rem auto 0;
}
}

@media screen and ( max-width:600px) {
    .sec5 {
    padding: 0 0 20vw 0;
}

.tab_itemC {
    width: calc(100%/3);
    height: 5em;
    border: 1px solid #00B5E2;
    background-color: #fff;
    line-height: 1.3em;
    font-size: 1.2rem;
    padding: 1em 0 0 0;
    text-align: center;
    color: #00B5E2;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    position: relative;
}
.tab_itemC:hover {
  opacity: 1;
}
}

/********************************

	フロー

********************************/
.sec7{
        padding: 0 0 20rem 0;
}

.sec7 h2{
   padding: 17rem 0 40rem 0;
    background-image:url("../img/81822996.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec7 p{
    margin: 0 0 8rem;
    line-height: 1.5em;
}

.sec7_con{
    max-width: 111rem;
    margin: -28rem auto 0;
    background-color: #fff;
}

.sec7_con img{
   width: 100%;
    height: auto;
    padding: 0 6rem;
}

    @media screen and ( max-width:1120px) {
        .sec7 {
    padding: 0 0 20vw 0;
}
.sec7 h2 {
    padding: 20vw 1px 50vw 0;
}
.sec7_con {
    max-width: 90vw;
    margin: -30vw auto 0;
}
    .sec7_con img {
    width: 100%;
    height: auto;
    padding: 0 5vw;
}
    }
    

/********************************

	sec8

********************************/
.sec8{
        padding: 0 0 30rem 0;
}

.sec8 .BG{
   height: 55rem;
    width: 100%;
    background:#E6E6E6;
}

.sec8 p{
    margin: 0 0 8rem;
    line-height: 1.5em;
}

.sec8_con{
    max-width: 111rem;
    margin: -38rem auto 0;
    background-color: #fff;
}

.sec8_con img{
   width: 100%;
height: auto;
    padding: 0 12rem 2rem;
}


    @media screen and ( max-width:1120px) {
.sec8 {
    padding: 0 0 20vw 0;
}
.sec8_con {
    max-width: 90vw;
    margin: -60vw auto 0;
    background-color: #fff;
}
.sec8 .BG {
    height: 80vw;
}
.sec8_con img {
    width: 100%;
    height: auto;
    padding: 0 5vw;
}
    }
/********************************

	FAQ

********************************/
.sec9{
        padding: 0 0 30rem 0;
    background:#E6E6E6;
}

.AA{
    text-align: left;
    padding: 1em 3em;
	font-size: 1.8rem;
	background: #fff;
    max-width: 92rem;
    margin: 2rem auto;
    display: none;
}


.open{
    text-align: left;
    padding: 1em 3em;
	color: #EF426F;
	font-size: 1.8rem;
	background: #fff;
	position: relative;
    max-width: 92rem;
    margin: 2rem auto;
}

.open.active{
	color: #fff;
	background: #BFBFBF;
}

.open::before{/* 閉じている時 */
	content: "＋";
	position: absolute;
	right: 2em;
}
.open.active::before{/* 開いている時 */
	content: "－";
}

.open.active+.AA{
    display: block; 
}

.at{
        max-width: 92rem;
        text-align: left;
    display: block;
    margin: 0 auto;
}

.at a{
        color: #00B5E2;
}

.at a:hover{
        border-bottom: solid 1px #00B5E2;
}


@media screen and ( max-width:1120px) {
.sec9 {
    padding: 0 0 20vw 0;
}
    .open {
    padding: 1em 1em;
    line-height: 1.3em;
    max-width: 90vw;
}
.AA {
    padding: 1em 1em;
    max-width: 90vw;
}
    
    .at {
    max-width: 90vw;
    text-align: left;
    display: block;
    margin: 0 auto;
}
}



/********************************

	会社概要

********************************/
.sec10{
        padding: 0 0 20rem 0;
}

.sec10 h2{
   padding: 17rem 0 40rem 0;
    background-image:url("../img/81822996.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sec10 p{
    margin: 0 0 8rem;
    line-height: 1.5em;
}

.sec10_con{
    max-width: 111rem;
    margin: -28rem auto 0;
    background-color: #fff;
    padding: 0 8rem;
}
.sec10_con .flex{
    width: 100%;
}
.sec10_con_row{
    width: 100%}

.sec10_con .face{
       width: 60%;
}
.sec10_con img{
   width: 100%;
    height: auto;

}

.sec10_con_row{
    text-align: left;
}

.sec10_con_row p strong{
     font-size: 2.2rem;
}


.sec10_con_row p{
    font-size: 1.8rem;
    line-height: 2em;
    padding: 0 8rem 0 0 ;
    margin: 0 0 3rem;
}


@media screen and ( max-width:1120px) {
 .sec10 h2 {
    padding: 20vw 0 100vw 0;
}
   .sec10_con {
    max-width: 90vw;
    margin: -80vw auto 0;
    padding: 0 5vw;
} 
    
}

@media screen and ( max-width:540px) {
    .sec10_con_row p {
        padding: 0;
    }
      .sec10_con_row p strong span{
     font-size: 1.6rem;
}  
    
}
/********************************

	sec11

********************************/

.sec11{
    background: #e6e6e6;
    padding: 15rem 0 20rem 0;
}

.sec11 p{
    line-height: 2em;
}

.sec11_con{
    max-width: 111rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 8rem 15rem;
}

dl {
  display: flex;
  flex-wrap: wrap;
    text-align: left;
    font-size: 1.8rem;
    max-width: 90rem;
    margin: 0 auto;
}
dl dt {
  width: 20%;

 border-bottom: 1px solid #3e3e3e;
    padding: 3rem 0 3rem 1rem;
}
dl dd {
  width: 80%;

    border-bottom: 1px solid #3e3e3e;
    padding: 3rem 0 3rem 1rem;
}

@media screen and ( max-width:540px) {
    .sec11_con {
    max-width: 90vw;
    padding: 0 5vw 20vw;
    
}
    .sec11 {
    padding: 20vw 0;
}
dl dt {
    width: 40%;
    border-bottom: 1px solid #3e3e3e;
    padding: 3rem 0 3rem 1rem;
}
 
dl dd {
    width: 60%;
    border-bottom: 1px solid #3e3e3e;
    padding: 3rem 0 3rem 1rem;
}
}
    
/********************************

	sec12

********************************/
.sec12{
    padding: 0 0 20rem 0;
}

@media screen and ( max-width:1110px) {
    .sec12 iframe{
        max-width: 90vw;
    }
}
/********************************

	footer

********************************/
footer{
    background: #3C3C3C;
    color: #fff;
    font-size: 1.4rem;
    height: 30rem;
    padding: 10rem 5rem;
    text-align: left;
    line-height: 2em;
}

footer a:hover{
    opacity: 0.6;
}

footer img{
    max-width: 25rem;
    width: 35%;
    margin-bottom: 1rem;
}

.footer_l{
    width: 38em;
}

footer .Twitter img{ 
    width: 2em;
    margin:  0;
    padding: 0.5rem 0 0 0;
    display: block;
}


@media screen and ( max-width:950px) {
    footer.flex, footer.flex .flex{
        display: block;
    }
    footer{
        padding: 20vw 0;
        text-align: center;
        height: 100vw;
    }
    .footer_l {
        width: 100%;
        height: auto;
        margin: 2rem 0 0 0;
    }
    
    footer .Twitter{ 
    width: 100%;
    margin:  auto;
    padding: 0;
    display: block;
}
    
    footer .Twitter img{ 
    margin:  2em auto;
}
    
}