@charset "utf-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap');

/*------------------------------------
    レスポンシブ表示
-------------------------------------*/
/*スマホ非表示*/
.hidden-sp{
    display: none !important;
}

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

a{
    text-decoration: none;
}

ul, ol{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style-type: none;
}

body.scrolloff {
    height: 100%;
    overflow: hidden;
}

/*------------------------------------
    ロゴ
-------------------------------------*/
#header{
    width: 100%;
    height: 76px;
    display: flex;
    align-items: center;
}
h1.Logo{
    max-width: 200px;
    width: calc( 100% - 10px );
    padding-left: 10px;
}

/*------------------------------------
    ハンバーガーメニュー
-------------------------------------*/
#header_wrap{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
}

#g-nav{
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color:#fff;
    transition: all 0.6s;
}

#g-nav .menutxt{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    position: absolute;
    top: 20px;
    left: 26px;
}

#g-nav.panelactive{
    right: 0;
}

/*※縦スクロール不可*/
#g-nav.panelactive{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#g-nav.panelactive::-webkit-scrollbar {
    display:none;
}

.openbtn4{
    position: relative;
    cursor: pointer;
    width: 76px;
    height: 76px;
    z-index: 1000;
    background-color: #000;
}

.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 22px;
    width: 31px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
}
.openbtn4 span:nth-of-type(1) {
  top: 24px; 
}

.openbtn4 span:nth-of-type(2) {
  top: 34px;
}

.openbtn4 span:nth-of-type(3) {
  top: 44px;
}

/*activeクラスが付与したら線が回転して×に変更*/
.openbtn4.active span:nth-of-type(1) {
    top: 30px;
    right: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 31px;
}

.openbtn4.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    top: 42px;
    right: 22px;
    transform: translateY(-6px) rotate(45deg);
    width: 31px;
}

/*ハンバーガーメニュー中身*/
#g-nav ul{
    width: calc( 100% - 52px );
    margin: 80px auto 0;
}

#g-nav ul li{
    position: relative;
}
    
#g-nav ul li a{
    height: 75px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: #333333;
    /*text-indent: 20px;*/
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #000;
    background-color: #fff;
}

#g-nav ul li a::before{
    content: '';
    display: block;
    width: 7.5px;
    height: 35px;
    background-color: #000;
    position: absolute;
    left: 0;
}

/*画像バナー*/
#g-nav .imgbn{
    width: 95%;
    margin: 25px auto 0;
}

/*その他リンク*/
#g-nav ol.headerNavi{
    width: calc( 100% - 52px );
    margin: 30px auto 60px;
    border: 1px dotted gray;
    box-sizing: border-box;
    padding: 10px;
}

#g-nav ol.headerNavi li{
    position: relative;
    display: flex;
    align-items: center;
}
#g-nav ol.headerNavi li::before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#g-nav ol.headerNavi li a{
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    text-indent: 20px;
}

/*==========================================
 # フッター
==========================================*/

#footer{
    display: flex;
    flex-direction: column;
}


#footer p.privacypolicy{
    text-align: right;
    order: 1;
}
#footer p.privacypolicy a{
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #444;
}

#footer ul.footerLink{
    order: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
#footer ul.footerLink li{
    width: calc( 50% - 5px );
}

#footer p.footerCopy{
    order: 3;
    font-size: 12px;
    text-align: center;
}




/*------------------------------------
  
-------------------------------------*/
#content{
font-family: "Noto Sans JP", sans-serif;
}

.conLeft {
	display: none;
}
.conRight {
	width: 94.47%;/*325*/
	margin: 0 auto;
	overflow: hidden;
}

h2 {
	font-size: 18px;
	color: white;
	background-image:linear-gradient(90deg, rgba(83, 144, 205, 1) 22%, rgba(149, 204, 234, 1) 87%);
	line-height: 2.2;
	margin-top: 35px;
	padding-left: 15px;
	font-weight: 400;
	        margin-bottom: 0;
}
.message h2{
	margin-top: 53px;	
}

.profile .banner {
	width: 92.30%;
	margin: 0 auto;
}
.profile .banner img{
	width: 100%;
}

.profile .content img{
    width: 69.23%;
    display: block;
    margin: 17px auto 0;
}
.profile .data{
	width: 92.30%;
            margin: 26px auto 0;
}

.profile .content dl{
	display: grid;
	border-bottom: 0.5px solid #BBBBBB;
	min-height: 42px;
	align-items: center;
	margin: 0;
	        box-sizing: border-box;
}

.profile .content .info dl {
	grid-template-columns: 54% auto;
}
.profile .content .pro dl {
	grid-template-columns: 34% auto;
}
.profile .content .history dl {
	grid-template-columns: 15% 63% auto;
}



.profile .content dl.cat {
	display: flex;
}
.profile .content dl.name {
	border-bottom: 2px solid #BBBBBB;
}
.profile .content dl dt,
.profile .content dl dd{
	padding: 0px 11px;
	padding-right: 0;
	margin: 0;
}
.profile .content dl dt{
	font-size: 14px;
	font-weight: 500;
}
.profile .content dl.name dt{
	font-size: 18px;
	color: #2F4B9B;
}

.profile .content dl dd{
  font-size: 13px;/**/
}


.profile .content .pro dl:not(.cat) dd:first-of-type{
	padding-left: 25px;
}


.profile .content .history dl:not(.cat) {
	display: block;
	/*border-bottom: none;*/
	min-height: unset;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 11px 0;
}
.profile .content .history dl dt,
.profile .content .history dl dd{
}
.profile .content .history dl dd:first-of-type{
	border-bottom: 0.5px solid #BBBBBB;/**/
	width: 100%;
	        padding-bottom: 11px;
        margin-bottom: 11px;
}
.profile .content .history dl dd:not(:first-of-type){
	padding-left: 25px;
}

.profile .content .history dl dd:last-of-type{
	padding-right: 7px;
}


.message p{
	font-size: 13px;
	width: 92.30%;
        margin: 25px auto 0;
}

.instagram {
	text-align: center;
	width: 92.30%;
	margin: 0 auto;
}
.instagram a{
        color: #2B51A5;
        background: #F8FBFF;
        text-decoration: none;
        font-size: 15px;
        border: 1px solid #386ECE;
        box-shadow: 0 0 10px rgba(185, 197, 219, 0.3);
        display: inline-flex;
        gap: 12px;
        align-items: center;
        margin: 55px auto 65px;
        position: relative;
        line-height: 1.2;
        text-align: left;
        padding: 15px 17px;
        box-sizing: border-box;
        width: 100%;
}
.instagram a::before,
.instagram a::after{
	content: "";
	display: inline-block;
	background-size: 100%;
}
.instagram a::before{
	width: 30px;
	height: 30px;
	background-image: url("../img/sponsor_takeuchi/icon_instagram.webp");
	left: 22px;
}
.instagram a::after{
	        position: absolute;
	width: 8px;
	height: 14px;
	background-image: url("../img/sponsor_takeuchi/arrow.svg");
	right: 23px;
}