@charset "UTF-8";
/*各ページ独自のcss設定*/


/*以下に指定を記述する*/

/*↓これは書き方の例だから消してね*/

body{background-color: #fffbf8;}

.back-to-top {
position: fixed;
bottom: 15px;
right: 15px;
background-color: #f3c75999;
color: white;
padding: 10px 14px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
z-index: 999;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease;
}

.back-to-top:hover {
background-color: #e07e0099;
}


h1{
  text-align: center;
   margin-top: 40px;
   
    color: #3e3a39;
   font: bold;
}

.linebox {
  position: relative;
  width: 265px;
  height: 4px;
  margin: 0 auto;

}

.line {
  position: absolute;
  height: 4px;
}

.line1 {
  width: 120px;
  background: #edaa0b;
  border-radius: 10px;
  z-index: 3;
  left: 0;
}

.line2 {
  width: 100px;
  background: #f3c759;
  border-radius: 0 10px 10px 0;
  z-index: 2;
  left: 105px;
}

.line3 {
  width: 80px;
  background: #f9e3aa;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  right: 0;
}




.back_button_top_wrap {
  display: flex;
  justify-content: flex-end; /* 右寄せしたい場合 */
  margin-top: 20px; /* 上下の余白を適宜調整 */
margin-bottom: 40px;
width: 210px;
position: relative;
margin-left: auto;
}

.back_button_top {
  font-size: 11px;
  font-weight: 500;
  color: #3e3a39;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  width: 210px;
  height: 30px;
  box-shadow: 1px 1px 1px #00000080;
  margin: 0 10px;
  position: relative;
  text-decoration: none;

  
}

.back_button_top::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 15px solid #edaa0b;
    border-top: 15px solid transparent;
   
}

.back_button_top::after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #b3b3b3;
}

.arrow1_top {
    display: inline-block;
    width: 15px;
    height: 0.75px;
    background: #4d4d4d;
    position: absolute;
    top: 55%;
    left: 10%;

}

.arrow2_top{
   display: inline-block;
    width: 5px;
    height: 0.75px;
    background: #4d4d4d;
    transform: rotate(-45deg) translateY(-60%);
    transform-origin: left bottom;
    position: absolute;
    top: 55%;
    left: 10%;
}

.nakamidashi {
width: 265px;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid #edaa0b;
    margin: 0 auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

.shadow {
    position: absolute;
    top: 29px;
    right: 0;
    width: 27px;
    height: 3px;
    background-color: #edaa0b80;
}

.nakamidashi_text{
    color: #3e3a39;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.nakamidashi::before{
  content: "";
    position: absolute;
    top: -2px;
    right: -1px;
    width: 32px;
    height: 32px;
    background-color: #fffbf8;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.nakamidashi::after{
 content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    background-color: #edaa0b;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}


.nakamidashi_name {
    width: 267px;
    height: 57px;
    background-color: #ffffff;
    font-size: 18px;
    outline: 1px solid #edaa0b;
    outline-offset: -1px;
    color: #3e3a39;
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
}

.extra-decoration {
    width: 27px;
    height: 3px;
    background-color: #f3c759;
    margin-top: 7px;
    margin-right: -239px;
    position: absolute;
}


.nakamidashi_name::before{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-left: 31px solid #edaa0bff;
}

.nakamidashi_name::after{
   content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0px;
    border-left: 32px solid transparent;
    border-top: 32px solid #fffbf8FF;
}

.komidashi {
    width: 240px;
    background-color: #fffbf8;
    border-top: 1.5px solid #edaa0b;
    border-bottom: 1.5px solid #edaa0b;
    font-size: 16px;
    color: #3e3a39;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 33px;
    font-weight: 500;
}
.komidashi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 20px solid #edaa0b;
    border-bottom: 20px solid transparent
}
.komidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #edaa0b;
}

.komidashi-a{
    line-height: 33px;
    width: 220px;
    background-color: #fffbf8;
    border-top: 1.5px solid #edaa0b;
    border-bottom: 1.5px solid #edaa0b;
    font-size: 16px;
    color: #3e3a39;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
}
.komidashi-a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 20px solid #edaa0b;
    border-bottom: 20px solid transparent
}
.komidashi-a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #edaa0b;
}

/*tabの形状*/
.tab{
	display: flex;            /* タブを横並びに */
    margin: 0 auto;             /* コンテナの中央寄せ */
width: 100%;
  padding: 0;                /* デフォルトの余白を削除 */
list-style: none;
 
}

/* 各タブのリンク（aタグ） */
.tab li {
  flex: 1;                   /* 均等幅にする */
  text-align: center;        /* テキストを中央揃え */
}

.tab li a{
display: block;   
 position: relative;       /* 絶対位置指定用の基準 */
    background-color:  #f2f2f250;/* 背景色 */
    color: #999999;                 /* 文字色 */
    text-align: center;       /* 文字を中央揃え */
    cursor: pointer;          /* ポインターを指アイコンに変更 */
    transition: 0.3s all;     /* 変化を滑らかに */
    padding: 16px 0px; 
    border-top: solid 1px #99999950 ;
    border-right: solid 1px #99999950;
    border-bottom: solid 2px #edaa0b;
       text-decoration: none;
           padding: 0.7em 0.5em

}



/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	 background-color:#fffbf8;/* ホバー/選択時の背景色 */
    color: #3e3a39;           /* ホバー/選択時の文字色 */
    border-top: solid 2px #edaa0b ;
    border-right: solid 2px #edaa0b;
    border-left: solid 2px #edaa0b;
    border-bottom: solid 2px transparent;
       text-decoration: none;
           padding: 0.7em 0.5em

}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
    background-color:#fffbf8;/* ホバー/選択時の背景色 */
    color: #3e3a39;           /* ホバー/選択時の文字色 */
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    background-color: #fffbf8;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    height: auto;
    font-size: 11px;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.box{
  background-color: #ffffff;
    width: 335px;
    border: 1px solid #edaa0b;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    padding: 15px;
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
}



.profile-flex {
  display: flex;
  align-items: flex-start; /* 上揃えにする */
  gap: 10px; /* 要素間の余白 */
}



.ilst {
  width: 66px; /* 必要に応じてサイズ調整 */
  height: 66px;

}

.profile-basic {
  font-size: 11px;
  max-width: 200px; /* 必要に応じて調整 */
  margin-bottom: 11px;
  white-space: nowrap; 

}

.line_break{
height:6px
}

.profile-others{
    background-color: #ffffff;
    margin: 0 auto;
    font-size: 11px;
    height: auto;
    color: #3e3a39;
    white-space: nowrap;     /*折り返さない ⭐*/

}

.pie-chart h2 {
        font-size: 11px;
        text-align: center;
	}
figcaption {
		font-size: 9px;
		text-align: center;
	}

figcaption span:after {
		display: inline-block;
		content: "";
		width: 0.8em;
		height: 0.8em;
		margin-left: 0.4em;
		height: 0.8em;
		border-radius: 0.2em;
		background: currentColor;
	}


.pie-chart_1_kou12 {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
			#A1D3F7 0,
			#A1D3F7 50%,
			#C7F589 0,
			#C7F589 100%,
			#f1c766 0,
			#f1c766 0%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}



.pie-chart_1_kou3sp-sm {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 15%,
			#C7F589 0,
			#C7F589 40%,
			#f1c766 0,
			#f1c766 65%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}

.pie-chart_1_kou3sm-am {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
			#A1D3F7 0,
			#A1D3F7 20%,
			#C7F589 0,
			#C7F589 45%,
			#f1c766 0,
			#f1c766 70%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	min-height: 145px;
	margin: 6px auto;

}



.pie-chart_1_kou3am-kt {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 10%,
			#C7F589 0,
			#C7F589 0%,
			#f1c766 0,
			#f1c766 0%,
      #f7a1be 0,
			#f7a1be 25%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}

.pie-chart_1_kou3kt-ns {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 15%,
			#C7F589 0,
			#C7F589 35%,
			#f1c766 0,
			#f1c766 50%,
			#f7a1be 0,
			#f7a1be 65%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}

.pie-chart_1_kou3zenki-kouki {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 50%,
			#C7F589 0,
			#C7F589 100%,
			#f1c766 0,
			#f1c766 0%,
			#f7a1be 0,
			#f7a1be 0%,
			#f9e3b6 0,
			#f9e3b6 0%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}


.pie-chart_2_kou12 {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
			#A1D3F7 0,
			#A1D3F7 60%,
			#C7F589 0,
			#C7F589 70%,
			#f1c766 0,
			#f1c766 70%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}



.pie-chart_2_kou3sp-sm {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 50%,
			#C7F589 0,
			#C7F589 60%,
			#f1c766 0,
			#f1c766 90%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}

.pie-chart_2_kou3sm-am {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
			#A1D3F7 0,
			#A1D3F7 50%,
			#C7F589 0,
			#C7F589 70%,
			#f1c766 0,
			#f1c766 100%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	min-height: 145px;
	margin: 6px auto;

}



.pie-chart_2_kou3am-kt {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 36.4%,
			#C7F589 0,
			#C7F589 63.7%,
			#f1c766 0,
			#f1c766 91%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}

.pie-chart_2_kou3kt-ns {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 40%,
			#C7F589 0,
			#C7F589 70%,
			#f1c766 0,
			#f1c766 85%,
			#f7a1be 0,
			#f7a1be 100%,
			#f9e3b6 0,
			#f9e3b6 100%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}

.pie-chart_2_kou3zenki-kouki {
	background:
		radial-gradient(
			circle closest-side,
			transparent 66%,
			white 0
		),
		conic-gradient(
				#A1D3F7 0,
			#A1D3F7 100%,
			#C7F589 0,
			#C7F589 0%,
			#f1c766 0,
			#f1c766 0%,
			#f7a1be 0,
			#f7a1be 0%,
			#f9e3b6 0,
			#f9e3b6 0%
	);
	position: relative;
	width: 265px;
	height: 145px;
	margin: 6px auto;
}


.button-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}


.nakamidashi_tagakubu {
    width: 220px;
    height: 57px;
    background-color: #ffffff;
    font-size: 18px;
    outline: 1px solid #edaa0b;
    outline-offset: -1px;
    color: #3e3a39;
    font-weight: bold;
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 30px;
}

.button {
    font-size: 11px;
    font-weight: 500;
    color: #3e3a39;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    width: 57px;
    height: 45px;
    box-shadow: 1px 1px 1px #00000080;
    position: relative;
       text-decoration: none;

}
.button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background-color: #b3b3b3b3;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.button::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    background-color: #edaa0b;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.back_button_wrap{
    position: relative;
    margin: 0 auto;
    width: 245px;
}

.back_button{
   font-size: 17px;
   font-weight: 500;
   color: #3e3a39;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #f9f9f9;
   width: 245px;
   height: 45px;
   margin: 0 auto;
   box-shadow: 1px 1px 1px #00000080;
   margin-top: 60px;
   margin-bottom: 90px;
   text-decoration: none;
}

.back_button::before{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 15px solid #edaa0b;
    border-top: 15px solid transparent;
   
}

.back_button::after{
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #b3b3b3;
}

.arrow1 {
    display: inline-block;
    width: 15px;
    height: 0.75px;
    background: #4d4d4d;
    position: absolute;
    top: 55%;
    left: 19px;

}

.arrow2{
   display: inline-block;
    width: 5px;
    height: 0.75px;
    background: #4d4d4d;
    transform: rotate(-45deg) translateY(-60%);
    transform-origin: left bottom;
    position: absolute;
    top: 55%;
    left: 20px;
}

.box-profile {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #edaa0b;
  margin-top: 20px;
    font-size: 11px;
    padding: 15px;
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
	background-color: #ffffff;
}
/*⭐*/

.res-profile{
    text-align: left;
	gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
    /*display: flex;これはレスポンシブのみ
    flex-direction: row;
    align-items: center;*/
    overflow-x: auto;        /* 横スクロールを有効にする ⭐*/
}


/*
css概説（復習用　要らなければ消してください）

vol.1 用語の解説

セレクタ…装飾をつけたい対象の要素のこと
属性…セレクタに施したい装飾の種類
値…セレクタに施したい装飾の具体的内容

例：h1{color:red;}
h1がセレクタ　colorが属性　redが値

vol.2 セレクタの指定
①要素名で指定
h1{color:red;}

②class名で指定
.class{color:red;}

③id名で指定
#id{color:red;}

④要素名プラスclass名で指定
div.class{color:red;}

⑤要素名プラスid名で指定
div#id{color:red;}

⑥要素の位置から指定
header div{color:red;}   
↑スペースを入れる（ここではheader内のdiv要素を指定）

vol.3 属性・値の指定

①{属性:値;}の形で記述
{color:red;}

②１つのセレクタに対する指定はまとめて記述できる
h1{
   color:red;
   width:90%;
}

③指定が重複したら後の行にあるものが優先
h1{
   color:red;
   width:90%;
   color:blue;
}
↑ここではh1はblueになる

④指定が重複したらより特定が強いものが優先
h1{
   color:red;
   width:90%;
}
header h1{
   color:blue;
}
↑ここではheader内のh1はcolorがblue、widthが90%になる
*/

@media screen and (min-width:1024px) {
    /*レスポンシブ用*/


.nakamidashi {
	height: 63px;
    font-size: 26px;
    width: 80%;
}

.komidashi-a {
	font-size: 20px;
}

.back_button_top {
	transform: translateY(4px);
	font-size: 15px;
}

	
.box-profile {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #edaa0b;
  margin-top: 20px;
    font-size: 11px;
    padding: 15px;
    height: auto;
    color: #3e3a39;
    text-align:justify;
    line-height: 1.5;
	background-color: #ffffff;
}

.profile-basic {
  font-size: 15px;
}

.profile-others{
    font-size: 15px;
}

.pie-chart h2 {
        font-size: 15px;
	}
figcaption {
		font-size: 13px;
	}

.nakamidashi_tagakubu {
    font-size: 22px;
	width: 80%;
	height: 63px;
}
.button{
	font-size: 15px;
}

.back_button{
   font-size: 21px;
   
}

.box{
	width: 38vw;
	font-size: 18px;
}

.block {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-top: 30px;
		justify-content: space-between;
		margin-left: 10%;
		margin-right: 10%;
}

.res-profile{
    text-align: left;
	gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;        /* 横スクロールを有効にする ⭐*/
    justify-content: space-around;

}

.button-row{
	display: flex;
	justify-content: space-between;  
	margin-left: 10%;
  	margin-right: 10%;
}

/*tabの形状*/
.tab{
font-size: 19px;

}
.tab li:nth-child(4) a {
  font-size: 15px;
/*line-height: 2.45ex;
height: 59px;*/
}


.tab li:hover{
	opacity: 0.6;
	color: white;

}

.area.is-active {
    font-size: 15px;
}

.button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.back_button{
	width: 290px;
   	height: 53px;
	font-size: 21px;

}

.back_button:hover{
  box-shadow: none;
}

.back_button_wrap:hover{
    transform: translateY(4px);

}

.back_button_top {
  font-size: 15px;
}

.nakamidashi {
    font-size: 26px;
}

.nakamidashi_name {
    font-size: 22px;
	width: 80%;
	height: 63px;
}

.komidashi {
    font-size: 20px;
}

.komidashi-a{
    font-size: 20px;
}

.area.is-active {
    font-size: 15px;
}

.button{
	width: 17%;
}

.komidashi-a{
    width: 300px;
    line-height: 41px;
}

.back_button::before{
  
    border-left: 21px solid #edaa0b;
    border-top: 21px solid transparent;
   
}

.back_button::after{
    border-left: 21px solid transparent;
    border-top: 21px solid #b3b3b3;
}


._button_backtop_wrap {
  	display: flex;
	justify-content: flex-end;
	margin-right: 10%;
	margin-bottom: 2%;
}

.extra-decoration{
	margin-top: 2px;
    margin-right: -930px;
}

._button_backtop_wrap {
 position: relative;
}
.res_arrow{
	position: absolute;
	bottom: 8px;
    right: 237px;
}

.back_button_wrap {
    width: 290px;
}

.profile{
overflow-x: hidden;
     /*res 横スクロールを有効にする */
width: 500px;
}

.nakamidashi::before{
    right: -2px;
}

.nakamidashi::after{
  right: 0;
}

.shadow {
    right: 0;
}

.res-profile-block{
    font-size: 15px;
}

}