@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 共通
**********************************/
.mt20 {
	margin: 20px 0 0 0;
}
.mt50 {
	margin: 50px 0 0 0;
}

.title1 {
	font-weight: 700;
	text-align: center;
	font-size: 24px;
}
.title2 {
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	margin: 60px 0 20px 0;
}
.title3 {
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 1.4em;
}
.title4 {
	font-weight: 700;
	text-align: left;
	font-size: 18px;
	line-height: 1.0em;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
.title5 {
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

/* トップページ
**********************************/
.top_intro {
	font-weight: 700;
	text-align: center;
	font-size: 20px;
	line-height: 2.0em;
}
  .profile .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background-color: #fff;  
  }

.profile-image {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-text {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}
.profile_ti {
	font-size: 20px;
	font-weight: 700;
}

.btn_apicare {
	text-align: center;
	margin: 10px atuo;
}

.with-circle {
	position: relative;
	padding-left: 30px; /* 左にスペースを確保 */
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.with-circle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 3px solid #f8e906;
	background-color: #fff;
	border-radius: 50%;
}

.imgSlider__swiper .swiper-slide {
	height: auto;
}
.imgSlider__swiper .swiper-slide img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ytube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.ytube iframe {
	width: 100%;
	height: 100%;
}
.training_record_img {
	margin: 0;
	padding: 0;
}
.training_record_txt {
	margin: 0 0 30px 0;
}

.post_cv {
	margin: 30px 0;
}
@media screen and (max-width: 768px) {
	.profile {
		width: 100%;
		padding: 30px 10px;
		margin: 20px auto;
		background: #f3f3f3;
	}
	.container {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: 60px 0px;
	}
	.top_intro {
		font-weight: 700;
		text-align: left;
		font-size: 18px;
		line-height: 2.0em;
	}
	.container {
		flex-direction: column; /* ← 縦並びに変更 */
		align-items: center;
		padding: 40px 20px;
	}
	.intro-text {
		margin-left: 0;
		margin-top: 30px;
		text-align: left;
	}
	.profile-image {
		margin-bottom: 0;
	}
	.title3 {
		font-weight: 700;
		text-align: center;
		font-size: 18px;
		line-height: 1.4em;
		height: auto !important;
		margin: 0 0 0 0;
	}
}















