
/* googleフォントインポート */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* -----------------------------------
■共通設定
----------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	color:#000000;
}

body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
header, main, aside, footer{
    display: block;
	margin: 0;
    padding: 0;
}


/* -----------------------------------
■コンテンツ
----------------------------------- */

main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	
	background: #FFFFFF;
}
.contentsCoverRed{
	background: #e60012;
}
.contentsCoverWhite{
	background: #FFFFFF;
}
.contentsCoverClear{
	background: none;
}

.contentsNest {
/*	width: 767px;
	max-width: 767px;*/
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 0 120px 0;
	
}
.contentsNest img {
	max-width: 100%;
	height: auto;
}
div, div img{
	margin: 0;
	padding: 0;
	
	height: auto;
}

h1{
	font-size:150%;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}
h2{
	font-size:115%;
	font-weight: bold;
	margin: 0 0 0.8em 0;
}
h3{
	font-size:105%;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	border-left: 0.2em solid #e60012;
	padding: 0 0 0.1em 0.3em;
}

/* -----------------------------------
■ タイトルとハンバーガーメニュー
----------------------------------- */

/*.mainMenuButton{
	position: absolute;
	top: 0.9em;
	right: 0;
}
.menu_button_view4 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  cursor: pointer;
}
.menu_button_view4:before,
.menu_button_view4:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  margin-top: -3px;
  border-top: 6px solid #e60012;
  transition: transform 0.3s;
}
.menu_button_view4:after {
  border-bottom: 6px solid #e60012;
  padding-top:19px;
}
.menu_button_view4:before {
  transform: translateY(-25px);
}
.menu_button_view4:after {
}

.menu_button_view4.active:before {
  transform: rotate(45deg);
}
.menu_button_view4.active:after {
  transform: rotate(-45deg);
  border-bottom: none;
  padding-top:0;
}*/

.titleArea{
	position: relative;
	background: none;
	padding: 1.2em 0;
	margin: 0 auto;
}
.titleFlex {
	display: flex;
    flex-wrap: nowrap;
	justify-content: flex-start;
    align-items: flex-end;
	margin: 0 0 0 0;
	padding: 0;
	gap: 0 25px;
	color: #FFFFFF;
}
.titleFlex > div {
	line-height: 0;
}
.titleFlex > div:last-child {
	font-size: 160%;
	font-weight:bold;
	line-height: 1.2em;
}

/* -----------------------------------
■ ファーストビュー ＋ 池田さとるさん情報
----------------------------------- */

.mainFlex {
	position: relative;
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
    align-items: flex-end;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
}
.flexReverse {
	flex-direction: row-reverse;
}
.mainFlex > div {
	width: 50%;
	margin: 0 auto 60px;
}
.mainFlex > div.pcRight{
	text-align: right;
}
.mainFlex > div img{
	width: 84%;
}
.mainFlex > div h2{
	font-size: 200%;
	color: #e60012;
	margin: 0 0 0 0.5em;
}
.mainFlex > div h2.pcWhite{
	color: #FFFFFF;
}
.mainFlex > div ul{
	margin-bottom: 0;
}
.mainFlex > div ul li{
	line-height:1.6em;
}
.mainFlexSpPos{
	margin-bottom: -70px;
}

.imgFlex{
	position: relative;
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
    align-items: center;
	margin: 0 auto 80px;
	padding: 0;
	gap: 0 20px;
}

/*.mainFlex, .profileFlex{
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-between;
    align-items: stretch;
	margin: 0 0 0 0;
	padding: 0;
	font-size:98%;
}
.profileFlex{
	align-items: center;
}
.mainFlex > div {
	width: 50%;
	margin: 0 auto 60px;
}
.mainFlex:first-child > div {
	margin: 0 auto calc(60px - 1em);
}
.profileFlex > div:first-child {
	width: 68%;
	height: 100%;
	padding-top: 1em;
}
.profileFlex > div:last-child {
	width: 30%;
	padding-right: 1.6em;
}
.profileFlexPdg > div:first-child {	/*特殊な空き調整*/
/*	padding-left:1.1em;
}
.profileFlexPdg > div:last-child {
	padding-right: 1em;
}
.profileFlex > div h2{
	font-size: 120%;
	color: #e60012;
	margin: 0 0 0 0.5em;
	border-bottom: 1px solid #e60012;
}*/

/* -----------------------------------
■ 詳細
----------------------------------- */

/* 緑背景のエリア */
.greenFlex{
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
    align-items: center;
	background: url("images/back_green.png") center center;
	background-size: cover;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 0 0 5%;
}
.greenFlex > div:first-child{
	width: 64%;
}
.greenFlex > div:last-child{
	padding: 60px 0 0 0;
	width: 36%;
}
.greenFlex > div:last-child img{
	max-width: 100%;
	height: auto;
}

.greenFlex > div h2{
	font-size: 290%;
	color: #e60012;
	margin: 0 auto;
	line-height: 1.1em;
}
.greenFlex > div h2 > span{
	font-size: 85%;
	color: #000000;
}
.greenFlex > div p{
	font-size: 170%;
	font-weight: bold;
}
.spCaption > h2{
	font-size: 200%;
	color: #e60012;
	margin: 0 auto;
}
.spCaption > h2 > span{
	font-size: 85%;
	color: #000000;
}

/* 円形の領域 */

.flex2Area{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: stretch;
	margin: 0 40px;
}
.flex2Area > div{
	position: relative;
	width: 48%;
	margin: 0 0 60px 0;
}
.flex2Area > div:last-child{
	width: 48%;
	margin: 0 0 100px 0;
}

.circlePositionA{
	position: absolute;
	right: 6vw;
	top: -130px;
}
.circlePositionB{
	position: absolute;
	left: 1vw;
	top: -320px;
}
.circlePositionC{
	position: absolute;
	right: 0vw;
	top: -150px;
}
.flexBottomUP{
	margin-bottom: -200px;
}

.circleTitle{
	text-align: left;
	font-size:150%;
	font-weight: bold;
	padding-left: 2.6em;
}
.circleTitle span.circleTitleBold{
	font-size:180%;
	font-weight: 800;
	color: #e60012;
}
.circleTitle span.circleTitleBig{
	font-size:260%;
	line-height: 1.1em;
}

.circleArea{
	position: relative;
	width: calc(100% - 15px);
	height: auto;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 0 20px;
	padding: calc(100% - 15px) 0 0 0;
	border: 1px solid #cccccc;
	box-shadow: 15px 20px rgba(0, 0, 0, 0.2);	
}
@media screen and (max-width:1288px) {
	.circleArea{
		font-size:1.5vw;
	}
}
@media screen and (max-width:1050px) {
	.circleArea{
		font-size:100%;
	}
	.flex2Area{
		display: block;
		width: 90%;
		max-width:550px;
		margin: 0 auto;
	}
	.flex2Area > div, .flex2Area > div:last-child{
		width: 100%;
	}
	.circlePositionA{
		position: static;
		right: 0;
		top: 0;
	}
	.circlePositionB{
		position: static;
		left: 0;
		top: 0;
	}
	.circlePositionC{
		position: static;
		right: 0;
		top: 0;
	}
	.flexBottomUP{
		margin-bottom: 0;
	}
}
.circleArea > div{
	position: absolute;
    top: 50%;
	left: 50%;
	width: 100%;
    transform: translate(-50%,-55%);
}
.circleArea > div.circle3{
    transform: translate(-50%,-60%);
}
.circleAreaNum{
	text-align: center;
	margin: 0 auto 0;
	
	font-size: 180%;
	font-weight: bold;
	line-height: 1.1em;
	color: #036eb8;
}
.circleAreaTitle{
	text-align: center;
	margin: 0 auto 0;

	font-size: 140%;
	font-weight: bold;
}
.circleAreaIntro{
	text-align: center;
	margin: 0 auto 0.5em;

	font-size: 110%;
	font-weight: bold;
}
.circleAreaIntro span{
	display: inline-block;
	border-bottom: 1px solid #000000;
	padding-bottom: 0.5em;
}
.circleAreaMain{
	position: relative;
	width: 18em;
	text-align: left;
	margin: 0 auto 0;
	padding-left: 1em;
	font-size: 95%;
}
.circleAreaMain::before{
	position: absolute;
	content: "●";
	top:0;
	left:0;
}
.circleArea > div.circleImg{
	position: absolute;
	bottom: -40px;
	right: 0px;
	width: 62.85919540229885%;
	
    top: inherit;
	left: inherit;
    transform: translate(0,0);
	text-align: right;

}

/* -----------------------------------
■LINE
----------------------------------- */

.flexLineArea {
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
    align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	gap: 0 40px;
}
.flexLineArea > div:first-child{
	padding: 5px;
	width:263px;
	height:263px;
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #000000;
}
.flexLineArea > div{
	text-align: center;
}

/*.flexLineArea{
	display: flex;
    flex-wrap: nowrap;
	justify-content: space-around;
    align-items: center;
	margin: 0 40px 40px;
	gap: 0 40px;
}
.flexLineArea > div{
}
.flexLineArea > div:last-child{
	min-width: 8em;
}
.flexLineArea > div:last-child div{
	text-align: center;
}

.catchphraseA{
	color: #fff100;
	text-shadow: 0px -1px 0px #e60012, 1px -1px 0px #e60012, 1px 0px 0px #e60012, 1px 1px 0px #e60012,
		0px 1px 0px #e60012, -1px 1px 0px #e60012, -1px 0px 0px #e60012, -1px -1px 0px #e60012;
	font-size:170%;
	margin: 0 auto 0.4em;
}
.catchphraseB{
	font-size:120%;
	margin: 0 auto;
}
.catchphraseC{
	margin: 0 auto 0.4em;
}*/

/* -----------------------------------
■お問い合わせ（フッター）
----------------------------------- */

.footerArea{
	background: none;
	padding: 60px 0;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
}

.footerFlex{
	display: flex;
    flex-wrap: nowrap;
	justify-content: center;
    align-items: center;
	width: 100%;
	margin: 0 auto 1em;
	padding: 0;
	gap: 0 40px;
}
.footerFlex > div{
}
.footerFlex > div:first-child{
	border-radius: 50%;
	width: 220px;
	height: 220px;
	padding-top: 37px;
	background: #FFFFFF;
}
.footerFlex > div:first-child img{
	width: 140px;
}
.footerFlex > div:last-child{
	padding: 5px;
	width:263px;
	height:263px;
	background: #FFFFFF;
	color: #000000;
}

.footerCaption{
	margin: 0 0 1.0em 0;
}
.footerCaption > span{
	font-size:180%;
}
.footerTel{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	margin: 0 0 1.0em 0;
	padding: 0;
	gap:0 1em;
	line-height: 1.0em;
}
.footerTel span{
}
.footerTel span.footerConjunction{
}
.footerTel img{
	display: inline-block;
	width: 1.4em;
}

.footerFlex > div:nth-child(2) > div{
	margin: 0 0 1.0em 0;
}
.footerArea small{
	font-size: 100%;
}


/* -----------------------------------
■後援会フォーム
----------------------------------- */

/* リンクボタン */
.formLink{
	padding: 0 0 0 0;
	text-align: center;
	font-size: 170%;
}
.formLink > a{
	display: inline-block;
	position: relative;
	background: #e60012;
	padding:0 1.6em 0.1em 0.8em;
	border-radius: 1em;
	transition:all .3s;
}
.formLink > a:link, .formLink > a:visited{
	color: #FFFFFF;
	border: 2px solid #e60012;
	text-decoration: none;
}
.formLink > a:link::after, .formLink > a:visited::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 0.3em 0 0.3em 0.3em;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
}
.formLink > a:hover {
	color: #e60012;
	background: #FFFFFF;
	text-decoration: none;
}
.formLink > a:hover::after {
    border-color: transparent transparent transparent #e60012;
}

.formLink2{
	padding: 100px 0 0 0;
	text-align: center;
	font-size:85%;
}
.formLink2 > a{
	display: inline-block;
	position: relative;
	background: #e60012;
	min-width: 45%;
/*	padding:0.5em 0.8em 0.6em 0.8em;*/
	padding: 20px 0.8em;
	border: 1px solid #e60012;
	transition:all .3s;
}
.formLink2 > a:link, .formLink2 > a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.formLink2 > a:hover {
	background: #FFFFFF;
	color: #e60012;
	text-decoration: none;
}


.formSpace {
	padding: 60px 0;
	background: #e60012;	/**/
}
.formArea {
	width: 90%;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 30px 20px 100px;
}

.formArea dl,dt,dd{
	margin: 0;
	padding: 0;
}
.formArea dl{
	margin: 0 0 1.3em 0;
}
.formArea dt{
	padding: 0 0 0.5em 0;
}
.formArea dt > span{
	font-size:90%;
	color: #dd0000;
	padding: 0 0 0 1.0em;

}
.formArea dd{
	padding: 0 0 0.5em 0;
}
.formArea dd > input[type="text"],
.formArea dd > input[type="tel"],
.formArea dd > input[type="number"],
.formArea dd > input[type="email"]{
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	background: #eeeeee;
	border-radius: 5px;
	padding: 0.4em 0.8em 0.5em;
	line-height: 1.0;
}
.formArea dd > input[type="text"].inputYear,
.formArea dd > input[type="number"].inputYear{
	display: inline-block;
	padding: 0.4em 0.4em 0.5em;
	width: 5em;
}
.formArea dd > .supArea{
	margin: 0.5em 0 0 0;
	color: #444444;
}


.formSelect {
    display: inline-flex;
    align-items: center;
    position: relative;
	margin: 0 0 0 0.4em;
}
.formSelect::after {
    position: absolute;
    right: 0.30em;
    width: 0.40em;
    height: 0.28em;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.formSelect select {
    appearance: none;
	padding: 0.4em calc(0.4em + 0.7em) 0.5em 0.6em;
	border: 1px solid #cccccc;
	background: #eeeeee;
	border-radius: 5px;

}

.formRadio {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 1em;
    border: none;
	margin: 0;
	padding: 0;
}
.formRadio label {
    display: flex;
    align-items: center;
    gap: 0 0.2em;
    position: relative;
    cursor: pointer;
	margin: 0;
	padding: 0;
}
.formRadio label::before,
.formRadio label::after {
    border-radius: 50%;
    content: '';
}
.formRadio label::before {
    width: 0.8em;
    height: 0.8em;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}
.formRadio label::after {
    position: absolute;
    top: 50%;
    left: 0.4em;
    transform: translate(-50%, -50%);
    width: 0.4em;
    height: 0.4em;
    background-color: #dee5eb;
}
.formRadio label:has(:checked)::after {
    background-color: #2589d0;
    animation: anim-radio-2 .3s linear;
}
@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}
.formRadio input {
    display: none;
}

.formArea .privacyPolicy{
	width: 100%;
	height: 500px;
	overflow-y: scroll;
	border: 1px solid #000000;
	padding: 0 15px;
}
.formArea .privacyPolicy ul{
	margin: 0 auto 1.2em;
}

.formArea .submit {
	display: flex;
	justify-content: space-between;
	font-size:85%;
}
.formArea .submit input {
	cursor: pointer;
	border: 1px solid #e60012;
	display: inline-block;
	width: 47%;
	background: #e60012;
	color: #fff;
	margin: 5px;
	padding: 20px 15px;
	transition:all .3s;
}
.formArea .submit input:hover {
	background: #FFF;
	color: #e60012;
}
.formArea .submit input:disabled {
	cursor: default;
	border: 1px solid #666666;
	background: #666666;
	color: #fff;
}
.formArea .submit input:disabled:hover {
	cursor: default;
	border: 1px solid #666666;
	background: #666666;
	color: #fff;
}


/* 必須チェック*/
div.baloon {
	transform-origin: center left;
	transform: scale(2);
}

/* -----------------------------------
■レスポンシブ対応
----------------------------------- */
.smOnly, .smOnly2 {
	display: none;
}

/* ~~ スマホ ~~ */
@media screen and (max-width:767px) {
	body {
		font-size: 200%;
	}

	.pcOnly {
		display: none;
	}
	.smOnly {
		display: inline;
	}
	.smBlock, .smOnly2 {
		display: block;
	}
	
	/* ヘッダー部分 */
	.titleArea{
		padding: 23px 0 15px;
	}
	.titleFlex{
		display: block;
	}
	.titleFlex > div:last-child {
		font-size: 120%;
		line-height: 1.5em;
	}

	.contentsNest {
		width: 95%;
	}

	/* 緑背景のエリア */
	.greenFlex{
		display: block;
		padding: 30px 0 0 0;
	}
	.greenFlex > div:first-child{
		width: 100%;
		padding: 0 30px;
	}
	.greenFlex > div:last-child{
		padding: 0 0 0 0;
		width: 100%;
		text-align: right;
	}
	.greenFlex > div:last-child img{
		max-width: 75%;
		height: auto;
	}
	.greenFlex > div h2{
		font-size: 170%;
	}
	.greenFlex > div p{
		font-size: 115%;
	}
	.spCaption > h2{
		font-size: 130%;
		color: #e60012;
		margin: 0 auto;
	}
	.spCaption > h2 > span{
		font-size: 85%;
		color: #000000;
	}

	/* 3つの強み */
	.flex2Area{
		width: 100%;
		max-width:none;
	}
	.circleArea{
		font-size:3.6vw;
	}
	.circleTitle{
		text-align: center;
		padding-left: 0;
	}
	.circleTitle span.circleTitleBold{
/*		font-size:120%;*/
		font-weight: 800;
	}
	.circleTitle span.circleTitleBig{
/*		font-size:160%;*/
	}
	
	/* プロフィール */
	.mainFlex {
		position: relative;
		display: block;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-end;
		margin: 0 auto;
		padding: 0;
		max-width: 1000px;
	}
	.mainFlex > div {
		width: 100%;
		margin: 0 auto 60px;
	}
	.mainFlex > div h2.pcWhite{
		color: #e60012;
	}

	/* LINE */
	.flexLineArea{
	    flex-wrap: wrap;
	}
	.flexLineArea > div{
		width:100%;
	}
	.flexLineArea > div:first-child{
		padding: 30px;
		width:400px;
		height:400px;
		background: #FFFFFF;
		color: #000000;
		margin: 40px auto 60px;
	}
	
	/* お問い合わせ */
	.footerFlex{
		flex-wrap: wrap;
		gap: 0;
	}
	.footerFlex > div{
		width: 80%;
		margin-bottom: 40px;
	}
	.footerFlex > div:first-child{
		border-radius: 50%;
		width: 140px;
		height: 140px;
		padding-top: 20px;
		background: #FFFFFF;
	}
	.footerFlex > div:first-child img{
		width: 100px;
	}
	.footerFlex > div:last-child{
		padding: 30px;
		width:400px;
		height:400px;
		background: #FFFFFF;
		color: #000000;
	}
	.footerCaption > span{
		font-size:120%;
	}
	.footerTel a:link, .footerTel a:visited{
		color: #FFFFFF;
	}
}

/* ~~ 上書きPC ~~ */
@media screen and (min-width:768px) {

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

}
