@charset "utf-8";
/* =========================================================
	PC STYLE (width >= 768px)
	* Indent: tabs
========================================================= */


.pconly{

}
.sponly{
	display:none!important;
}

.ta_c{
	text-align:center;
	width:100%;
}
/* ------------------------------
	Header
------------------------------ */
body{
	font-family: 'Noto Sans JP', 'Lato', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	background: #d8ebf9;
	color:#222222;
	min-width: 1024px;
}

header .gnav_list01 > li > a {
	color: #051551;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
}

header .gnav_list01 > li > a:hover {
	color: #199af8;
	transform: translateY(-2px);
}

header .gnav_list02 > li > a {
	color: #051551;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
}

header .gnav_list02 > li > a:hover {
	color: #199af8;
	transform: translateY(-2px);
}

.sub-menu > li > a {
	color: #051551;
	text-decoration: none;
	transition: color 0.3s ease, transform 0.3s ease;
	font-size:15px;
	font-weight:500;
}

.sub-menu > li > a:hover {
	color: #199af8;
}
header .gnav_list02 > li > a:hover{
	color:#199af8!important;
}

header .gnav_list02 > li > a{
	color:#051551!important;
}

header .gnav_list02 > li > a:before{
	content:"";
	width: 15px;
	height: 15px;
	display:inline-block;
	background-size: 6px;
	margin-right: 2px;
}


header .gnav_list02 > li > a:hover:before{
	content:"";
	width: 15px;
	height: 15px;
	display:inline-block;
	background:url("../images/dotted.png") center center no-repeat;
	background-size: 6px;
	margin-right: 2px;
}

header .gnav_list02 > li:hover > a:before {
	background:url("../images/dotted.png") center center no-repeat;
	background-size: 6px;
	color:#199af8!important;
}

header .gnav_list02 > li:hover > a {
	color: #199af8 !important;
}


.btn-style01::after,
.btn-style02::after {
	transition: transform 0.3s ease, background 0.3s ease;
}

.btn-style01:hover::after,
.btn-style02:hover::after {
	transform: translateX(3px);
}

.fnav li a:hover{
	text-decoration: underline;
}
a,
a:hover{
	color:#051551;
}
main a{
	color:#199af8;
}

.header {
	margin: 35px 0;
	position: absolute;
	min-width: 1024px;
	width: 100%;
}

.h_inner {
	display: flex;
	justify-content: space-between;
	margin:0px auto;
	padding: 0 50px;
}

.h_logo {
    display: block;
    /* width: 11%; */
    min-width: 180px;
}

.h_logo img {
	max-width: 190px;
}

.header_logo {display: block;}

.gnav {}

.gnav_list01 {
	display: flex;
	justify-content: right;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}

.gnav_list01 li a:before{
	content:"";
	width:9px;
	height:9px;
	display:inline-block;
	background:url("../images/arrow_navy.png") center center no-repeat;
	background-size:contain;
	margin-right:6px;
}



.gnav_list01 li {margin-left: 25px;white-space: nowrap;}

.gnav_list01 a:hover {
	color:#199af8!important;
}

.gnav_list01 li a:hover:before{
	content:"";
	width:9px;
	height:9px;
	display:inline-block;
	background:url("../images/arrow_blue.png") center center no-repeat;
	background-size:contain;
	margin-right:6px;
}

.gnav_list02 {
	display: flex;
	justify-content: right;
	font-size: 16px;
	font-weight: 600;
	flex-wrap: wrap;
}

.gnav_list02 > li {
	margin-left: 20px;
	white-space: nowrap;
	padding-bottom: 9px;
}

.gnav_list02 a {

}


.gnav_list02 > li {
  position: relative;
}

.gnav_list02 .sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  /* min-width: 200px; */
  background: rgba(255,255,255,0.5);
  padding: 13px 0;
  backdrop-filter: blur(15px);
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
  opacity: 0;
  border-radius: 15px 15px 15px 15px;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 100;
}

.gnav_list02 .sub-menu li {
  list-style: none;
}

.gnav_list02 .sub-menu li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}

.gnav_list02 > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}






.kv{
	border-radius: 0px 0px 100px 0px;
	overflow: hidden;
}

.kv_inner{
	position: relative;
	z-index: -1;
}

.kv_copy{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d8ebf9;
	padding: 50px 40px 0px 60px;
	/* min-width: 760px; */
	max-width: 745px;
	/* width: 42%; */
	border-radius: 0px 100px 0 0;
	z-index: 9999;
}

.kv_copy:before{
	content:"";
	width:100px;
	height:100px;
	display:block;
	background:#d8ebf9;
	position: absolute;
	left: 0;
	top: -100px;
	-webkit-mask: radial-gradient(circle at 100px 0, transparent 100px, black 0);
	mask: radial-gradient(circle at 100px 0, transparent 100px, black 0%);
}
.kv_copy:after{
	content:"";
	width:100px;
	height:100px;
	display:block;
	background:#d8ebf9;
	position: absolute;
	right: -100px;
	bottom:0;
	-webkit-mask: radial-gradient(circle at 100px 0, transparent 100px, black 0);
	mask: radial-gradient(circle at 100px 0, transparent 100px, black 0%);
}

.kv_title{
	display: flex;
	margin-bottom: 40px;
	color:#051551;
	/* height: 100%; */
	gap: 28px;
	flex-flow: nowrap;
}

.kv_logo{
	width: 130px;
	/* margin-right: 28px; */
}

.kv_msg{
	font-size: 50px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.kv_msg span{
	color:#199af8;
}

.kv_lead{
	font-size: 16px;
	line-height: 2.1;
	margin-right: 21px;
}

.kv_image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom, 
		rgba(255, 255, 255, 0.4) 0%,
		rgba(255, 255, 255, 0) 37%
	);
	pointer-events: none;
	z-index: 9998;
}
.kv_image {
	position: relative;
	height: 80vh;
	overflow: hidden;
}

.kv_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1.5s ease;
}

.kv_image img.active {
	opacity: 1;
	z-index: 1;
}

main{
	background: url("../images/logo_white.png") no-repeat;
	background-size: 50%;
	background-position: right -8vw top -2vw;
	padding: 150px 0;
}



.btn-style01 {
	/* ボタン */
	background: #199af8;
	color: #fff;
	border-radius: 50px;
	padding: 18px 60px 18px 32px;
	display: inline-block;
	font-weight: 600;
	min-width: 200px;
	font-size: 16px;
	white-space: nowrap;
	line-height: 1.4;
	position:relative;
	border: 2px solid #199af8;
}
.btn-style01:after {
	content:"";
	width: 10px;
	height: 13px;
	display:inline-block;
	background:url("../images/arrow_white.png") center center no-repeat;
	background-size: 8px;
	margin-right: 2px;
	position:absolute;
	right:20px;
	top: calc(50% - 7px);
}

.btn-style01:hover {
	background: #fff;
	color: #199af8;
}

.btn-style01:hover:after {
	content:"";
	width: 10px;
	height: 13px;
	display:inline-block;
	background:url("../images/arrow_blue.png") center center no-repeat;
	background-size: 8px;
	margin-right: 2px;
	position:absolute;
	right:20px;
	top: calc(50% - 7px);
}





.btn-style02 {
	/* ボタン */
	background: #fff;
	color: #199af8;
	border-radius: 50px;
	padding: 18px 60px 20px 32px;
	display: inline-block;
	font-weight: 600;
	min-width: 240px;
	line-height: 1.4;
	position:relative;
	border: 2px solid #fff;
}
.btn-style02:after {
	content:"";
	width: 10px;
	height: 13px;
	display:inline-block;
	background:url("../images/arrow_blue.png") center center no-repeat;
	background-size: 8px;
	margin-right: 2px;
	position:absolute;
	right:20px;
	top: calc(50% - 7px);
}

.btn-style02:hover {
	background: #199af8;
	color: #fff;
}

.btn-style02:hover:after {
	content:"";
	width: 10px;
	height: 13px;
	display:inline-block;
	background:url("../images/arrow_white.png") center center no-repeat;
	background-size: 8px;
	margin-right: 2px;
	position:absolute;
	right:20px;
	top: calc(50% - 7px);
}

/* ------------------------------
What is A2 Milk?
------------------------------ */
.whats-a2 {
    margin-bottom: 150px;
}

.sep02_01-box {
	display: flex;
	/* 必要に応じて gap や justify-content などを後で追加 */
	max-width: 1600px;
	margin:0px auto;
	width: calc(100% - 120px);
	justify-content: space-between;
}

.sep02_01-left {
	/* 左の画像エリア */
	width: 55%;
	border-radius: 50px;
	overflow: hidden;
}

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

.sep02_01-right {
	/* 右のテキストエリア */
	width: 41%;
	padding-top: 20px;
}

.section_ruby {
	/* 英語のサブタイトル */
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 500;
	font-style: italic;
	color: #199af8;
	letter-spacing: 0.05em;
}

.section_ruby:before{
	content:"";
	width: 15px;
	height: 15px;
	display:inline-block;
	background:url("../images/dotted.png") center center no-repeat;
	background-size: 6px;
	margin-right: 2px;
}

.section_title {
	/* 見出し */
	font-size: 36px;
	font-weight: 600;
	color: #051551;
	margin-bottom: 25px;
}

.sep02_01-box .section_text {
	/* 本文 */
	font-size: 18px;
	line-height: 2.4;
	margin-bottom: 40px;
}


/* ------------------------------
About the Japan A2 Milk Association
------------------------------ */

.about-a2{
	background:#fff;
	padding: 150px 0;
}


.sep02_02-box {
	display: flex;
	/* 必要に応じて gap や justify-content などを後で追加 */
	max-width: 1600px;
	margin: 0px auto 75px auto;
	width: calc(100% - 120px);
	justify-content: space-between;
	align-items: center;
	gap: 35px;
}


@media (max-width: 1199px) {
	.sep02_02-box {
		flex-flow: wrap;
	}
	.sep02_02-left {
		width:100%!important;
	}
	.sep02_02-right {
	    padding-top: 0px!important;
	    width: 100%!important;
	    text-align: center!important;
	}
	.sep02_02-box .section_text{
		margin-bottom: 5px!important;
	}

}
.sep02_02-left {
	/* 左の画像エリア */
	width: 80%;
	border-radius: 50px;
	overflow: hidden;
	display: flex;
	justify-content: left;
	gap: 40px;
	align-items: flex-start;
}

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

.sep02_02-right {
	/* 右のテキストエリア */
	/* width: 20%; */
	padding-top: 20px;
	text-align: right;
	/* min-width: 330px; */
}


.sep02_02-box .section_text {
	/* 本文 */
	font-size: 16px;
	line-height: 2.4;
	margin-bottom: 40px;
}

.about_logo{
	width: 16vw;
	min-width: 190px;
	max-width: 225px;
}

.about_logo img{}

.about_msg{
	width: 75%;
}



.slider01-box {
	overflow: hidden;
	width: 100%;
}

.slider01 {
	display: flex;
	width: max-content; /* 中の要素幅に合わせて伸びる */
	animation: slide-left 40s linear infinite; /* ←スピード調整 */
}

.slider01 li {
	flex: 0 0 620px; /* 幅固定にする */
}

.slider01 img {
	width: 100%;
	display: block;
	height: auto;
}

/* アニメーション本体 */
@keyframes slide-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.casein{
	background:#fff;
}





/* ------------------------------
β-Casein Testing
------------------------------ */
.casein {
	padding-bottom: 150px;
	overflow-x: hidden;
}

.sep02_03-box {
	display: flex;
	justify-content: space-between;
	max-width: 1600px; /* ←テキスト側の基準はこの幅 */
	margin: 0 auto;
	width: calc(100% - 120px);
	gap: 60px;
	/* align-items: center; */
}

/* 左のテキスト側 */
.sep02_03-left {
	/* width: 630px; */
	padding-top: 80px;
}

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

.sep02_03-right {
	width: 110%;
	/* padding-top: 20px; */
	margin-right: 0;
	border-radius: 50px;
	overflow: hidden;
}

.sep02_03-right img {
	display: block;
	width: 120%;
	height: 120%;
	max-height: 620px;
	object-fit: cover;
	will-change: transform;
	transition: transform 0.1s linear;
}
@media (min-width: 1199px) {
	.sep02_03-right {
		margin-right: calc(-1 * (140% - 1200px) / 2);
	}
}

/* 1600px未満では計算値がマイナスになるので0に戻す */
@media (max-width: 1200px) {
	.sep02_03-right {
		margin-right: 0;
	}
}


.sep02_03-box .section_text {
	/* 本文 */
	font-size: 16px;
	line-height: 2.4;
	margin-bottom: 40px;
}


/* ------------------------------
information
------------------------------ */

.information {
/* セクション全体 */margin: 150px 0 50px 0;}

.information-box {
/* セクションのコンテナ */display: flex;max-width: 1600px;margin: 0px auto 0 auto;width: calc(100% - 120px);justify-content: space-between;/* align-items: center; */}

.information-inner {
	/* 販売先一覧の記事ブロック */
	background: #fff;
	border-radius: 50px;
	padding: 35px 40px 35px 40px;
	width: 48.2%;
}

.information-ttl {
/* タイトル部分のラッパー（左右に分割） */
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.information-box .section_text {
	/* 本文 */
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0px;
}


/* ------------------------------
	News Section
------------------------------ */

.news {
	/* セクション全体 */
	margin-bottom: 50px;
}

.news-box {
	/* セクションのコンテナ */
	display: flex;
	max-width: 1600px;
	margin: 0px auto 0 auto;
	width: calc(100% - 120px);
	justify-content: space-between;
	/* align-items: center; */
	background: #fff;
	border-radius: 50px;
	padding: 40px 45px 40px 45px;
}

.news-left {
	/* 左側の見出しエリア */
	width: 20%;
	min-width: 280px;
	margin-bottom: 10px;
	margin-top: 21px;
}



.linkmore {
	/* 「新着情報一覧」リンク */
}

.news-right {
	/* 右側のリスト（ul） */
	list-style: none;
	margin: 0;
	padding: 0;
	width: 78%;
}

.news_item {
	/* 各ニュースの項目（li） */
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	padding-top: 25px;
	display: flex;
	justify-content: left;
	gap: 20px;
	align-items: flex-start; /* ← これで高さをそろえない */
}

.news-right li:last-child {
	border-bottom: none!important;
}

.news_date {
	/* 日付 */
}

.news_tag {
	/* タグ */
	border: 1px solid #199af8;
	border-radius: 50px;
	padding: 3px 10px 4px 10px;
	color: #199af8;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	min-width: 110px;
	display: inline-block;
}

.news_title {
	/* タイトルリンク */
}

.news .section_title {
	/* 見出し */
	font-weight: 500;
}

.information .section_title {
	/* 見出し */
	font-weight: 500;
}

/* ------------------------------
contact
------------------------------ */

section.contact{
	color:#fff;
}

section.contact .section_ruby{
	color:#fff;
}

section.contact .section_ruby:before{
	content:"";
	width: 15px;
	height: 15px;
	display:inline-block;
	background:url("../images/dotted_white.png") center center no-repeat;
	background-size: 6px;
	margin-right: 2px;
}

.contact-box{
	display: flex;
	max-width: 1600px;
	margin: 0px auto 0 auto;
	width: calc(100% - 120px);
	justify-content: space-between;
	align-items: center;
	background: #199af8;
	border-radius: 50px;
	padding: 70px 45px 70px 45px;
}

section.contact .section_title {
	/* 見出し */
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 12px;
	/* min-width: 256px; */
}

.contact_ttl{
	width: 18%;
	min-width: 256px;
}

.contact_text{
	line-height: 2.2;
	width: 56%;
	font-size: 18px;
}

.contact_btn{
    min-width: 290px;
    text-align: right;
}


.footer{
	background: #051551;
	padding: 80px 0;
	color:#fff;
	/* margin: 35px 0; */
	position: absolute;
	min-width: 1024px;
	width: 100%;
}

.footer-box{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	/* display: flex; */
	/* justify-content: space-between; */
	margin: 0px auto;
	padding: 0 50px;
}

.footer a{
	color:#fff;
}
.footer_logo{
    width: 180px;
}

.footer_logo a{}

.fnav{}

.fnav_list01{
    display: flex;
    margin-bottom: 5px;
    justify-content: right;
    flex-wrap: wrap;
}

.fnav_list02{
    display: flex;
    justify-content: right;
    margin-bottom: 60px;
}

.fnav li{
	/* text-decoration: underline; */
	margin-left: 40px;
	white-space: nowrap;
	margin-bottom: 15px;
}

.fnav li a:hover{
	text-decoration: underline;
}

.footer_copy{
	text-align: center;
	margin: 0px auto;
	padding: 0 50px;
}

.fadein {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}










body#sub{
	background:#fff;
}

#sub .kv .kv_image {
	position: relative;
	height: 450px;
	overflow: hidden;
}

#sub .kv .kv_title{
	display: flex;
	margin-bottom: 0;
	color:#051551;
	gap: 0;
	flex-flow: wrap;
	flex-direction: column;
}

#sub .kv .section_title {
	/* 見出し */
	font-size: 50px;
	font-weight: 600;
	color: #051551;
	line-height: 1.3;
}

#sub .kv .kv_copy{
	background:#fff;
}


#sub .kv .kv_copy:before{
	background:#fff;
}
#sub .kv .kv_copy:after{
	background:#fff;
}

#sub main{
	background:#fff url("../images/logo_grey.png") no-repeat;
	background-size: 50%;
	background-position: right -8vw top -2vw;
	padding: 60px 0 0px 0;
}

.bg_blue{
	background: #d8ebf9;
}

.pd150{
	padding: 100px 0;
	margin-top: 80px;
}

.sub-nav{
	padding: 0 0 80px 0;
	width: calc(100% - 120px);
	margin:0px auto;
}

.sub-nav-box{
    margin:0px auto;
    display: flex;
    justify-content: center;
    gap: 35px;
}

.p-list{
    width: calc(100% - 120px);
    margin:0px auto;
    padding-bottom: 60px;
}

.p-list-box{
    font-size: 12px;
    display: flex;
    justify-content: right;
}

.p-list-box li{}

.p-list-box li a{
	transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    gap: 6px;
    font-weight: 600;
    margin-right: 8px;
}

.p-list-box li a:after{
	content:">";
	display:block;
}

.sub-nav-box li a{
	transition: color 0.3s ease, transform 0.3s ease;
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #051551;
	gap: 8px;
}
.sub-nav-box li a {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #051551;
	gap: 10px;
	transition: color 0.3s ease, transform 0.3s ease;
}

.sub-nav-box li a::before {
	content:"";
	width:40px;
	height:40px;
	display:inline-block;
	background:#fff url("../images/arrow_blue.png") center center no-repeat;
	background-size: 7px;
	margin-right:6px;
	border:1px solid #199af8;
	border-radius:50px;
	transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.sub-nav-box li a:hover,
.sub-nav-box li.active a {
	color: #199af8;
}

.sub-nav-box li a:hover::before,
.sub-nav-box li.active a::before {
	background-color:#199af8;
	background-image:url("../images/arrow_white.png");
	border-color:#199af8;
	transform: translateX(3px);
}




.sub-boxstyle01{
        padding: 0 0 60px 0;
        width: calc(100% - 120px);
        margin: 0px auto;
        max-width: 1200px;
}

.sub-title{
    text-align: center;
    margin-bottom: 60px;
}

.sub-section_ruby {
	font-size: 18px;
	font-family: 'Lato';
	font-weight: 500;
	font-style: italic;
	color: #199af8;
	letter-spacing: 0.05em;
}

.sub-section_title {
	font-size: 40px;
	font-weight: 600;
	color: #051551;
	margin-bottom: 25px;
}


.sub-sep02-box01{
	display: flex;
	gap: 50px;
	/* margin-bottom: 80px; */
	align-items: flex-start;
	/* width: 1000px; */
	margin: 0px auto 80px auto;
}
.sub-sep02-box01-left{
	width: 38%;
	overflow: hidden;
}
.sub-sep02-box01-right{
	width: 62%;
	padding-top: 16px;
}
.sub-sep02-box02{
	display: flex;
	gap: 50px;
	margin-bottom: 80px;
	align-items: flex-start;
}
.sub-sep02-box02-left{
	width: 62%;
	padding-top: 16px;
}
.sub-sep02-box02-right{
	width: 38%;
	overflow: hidden;
}


.sub-sep02-box03{
	display: flex;
	gap: 50px;
	margin-bottom: 80px;
	align-items: flex-start;
}
.sub-sep02-box03-left{
	width: 28%;
	overflow: hidden;
}


.sub-sep02-box01-left img,
.sub-sep02-box02-right img,
.sub-sep02-box03-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px;
}
.sub-sep02-box03-right{
	width: 72%;
	padding-top: 16px;
}
.sub-h3title{
	font-size: 28px;
	font-weight: 600;
	color: #1896f3;
	padding-bottom: 10px;
	margin-bottom: 26px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}
.sub-h3title:after{
	content:"";
	border-bottom: 1px solid #1896f3;
	display:block;
	width:1em;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.sub-text01{
	font-size: 18px;
	line-height: 2;
	text-align: justify;
}

.atnbox{
	font-size:12px;
}

.sub-name{
	margin-top:20px;
	font-size:12px;
	text-align:center;
}

.sub-name strong{
	font-size:16px;
	display:block;
	color:#051551;
}

iframe{
	display:block;
	margin:0px auto;
}

.caption-box{
	font-size:18px;
	line-height:2.1;
	text-align:center;
	margin-bottom: 60px;
}

.small-sep2-box{
	background: #fff;
	border-radius: 50px;
	padding: 50px 50px 30px 50px;
	display: flex;
	justify-content: space-between;
	gap: 55px;
}

.small-sep2-box-left{
	width: 38%;
}

.small-sep2-box-right{

}

.list-style01{

}

.list-style01 li{
	margin-bottom: 20px;
}

.list-style02{
	font-size: 16px;
	margin-left: 1.5em;
}

.list-style02 li{
	list-style: disc;
	margin-bottom: 20px;
}

.h3style{
	font-weight: 600;
	font-size: 24px;
	color: #051551;
	margin-bottom: 25px;
}

.mb30{
	margin-bottom:30px;
}







.profile-box{
	max-width: 1200px;
	margin:0px auto;
	width: calc(100% - 120px);
	display:flex;
	gap: 60px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile-box div{
}

.profile-box-left{
	border-radius: 50px;
	overflow: hidden;
	width: 50%;
}

.profile-box-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-box-inner-left{
	display: flex;
	gap: 35px;
	align-items: flex-start;
	width: 48%;
}

.profile-box-inner-right{
	display: flex;
	gap: 35px;
	align-items: flex-start;
	width: 48%;
}

.profile-box .sub-section_ruby{
	font-size:16px;
}

.profile-box .sub-section_title{
	font-size:23px;
	margin-bottom: 16px;
}

.profile-box .sub-section_text{
	margin-bottom: 35px;
}

.profile-box-right{
	padding-top:15px;
}



html, body {
	height: 100%;
}
.modal-wrapper {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.5);
}

.modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.modal-box {
	background: #fff;
	padding: 65px;
	border-radius: 50px;
	max-width: 900px;
	width: 90%;
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	position: relative;
	margin: 0 auto; /* 念のため中央寄せ */
}

.modal-close-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	background: transparent;
	/* font-size: 28px; */
	border: none;
	cursor: pointer;
	color: #199af8;
	font-weight: bold;
	width: 40px;
}

.modal-inner {
	display: flex;
	flex-direction: row;
	gap: 39px 45px;
	flex-wrap: wrap;
}

.modal-image img {
	width: 300px;
	/* height: 220px; */
	object-fit: cover;
	border-radius: 50px;
}

.modal-text {
	flex: 1;
	min-width: 250px;
}

.modal-ruby {
	font-size: 16px;
	color: #199af8;
	margin-bottom: 5px;
}

.modal-name {
	font-size: 26px;
	margin: 0;
	color: #002050;
}

.modal-title {
	font-size: 16px;
	margin: 10px 0 20px;
	color: #333;
}

.modal-history {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 2.1;
}

.modal-desc {
	font-size: 15px;
	line-height: 2.1;
}

.modal-box .sub-section_title{
	font-size:24px;
}

.smalltext{
	font-size: 12px;
	line-height: 2 !important;
	display: block;
}













.sub-column4-box01{
	max-width: 1200px;
	margin:0px auto;
}
.sub-column4-box01 .sub-section_ruby{
	font-size: 14px;
	text-align: center;
}
.sub-column4-box01 .sub-section_title{
	font-size: 20px;
	white-space: nowrap;
	text-align: center;
}
.join-icon{
	text-align: center;
	width: 80px;
	margin: 0px auto 20px auto;
}
.join-text{
	font-size: 14px;
	line-height: 1.8;
}
.list-style03{
	display: flex;
	justify-content: center;
	gap: 32px;
	/* padding: 32px; */
	box-sizing: border-box;
}

.list-style03 li{
	background: #d8ebf9;
	border-radius: 50px;
	/* flex: 1; */
	padding: 38px 25px;
	text-align: justify;
	width: 25%;
}

.caption-box02{
	margin-top:60px;
	font-size:18px;
	line-height:2.1;
	text-align:center;
}

.sub-section_ruby02 {
	font-weight:600;
	font-size: 24px;
	color: #199af8;
	letter-spacing: 0.05em;
}


.w100 .sub-sep02-box01-right{
	width: 100%;
}

.sub-sep02-box01.w100{
	/* margin-bottom:50px; */
	width: 1000px;
	margin: 0px auto 50px auto;
}

strong{
	color:#051551;
}

.caption-box03{
	max-width:1000px;
	font-size:18px;
	line-height:2.1;
	text-align:left;
	margin:0px auto 40px auto;
}

.ft26{
	font-size:26px;
}

.h4style{
	margin:40px 0 15px 0;
	font-size:18px;
	font-weight:600;
	color:#051551;
}
table.table_style {
	border-collapse: collapse;
	width: 100%;
}
table.table_style th,
table.table_style td {
	border: 2px solid #d8ebf9;
	padding: 8px;
	text-align: left;
}

table.table_style th{
	background-color: #d8ebf9;
	font-weight:600;
	color:#051551;
}




.sub-sep02-box04{
	display: flex;
	gap: 50px;
	margin-bottom: 80px;
	align-items: flex-start;
	justify-content: space-between;
}
.sub-sep02-box04-left{
	width: 80%;
	padding-top: 16px;
}
.sub-sep02-box04-right{
	width: 20%;
	overflow: hidden;
}


.sub-sep02-box04-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px;
}

.sub-news-box{
	max-width: 1600px;
	margin:0px auto;
	width: calc(100% - 120px);
}

#sub .news-right{
	width:100%;
	padding-bottom:60px;
}

#sub .pagenavi{
	width:100%;
	margin:0px auto;
	text-align:center;
}















.form-table {
	width: 100%;
	border-collapse: collapse;
}
.form-table th {
	width: 30%;
	text-align: left;
	padding: 20px;
}
.form-table td {
	padding: 8px;
}
.form-table .required {
	color: red;
	font-weight: bold;
}
/* 共通のテキスト入力欄 */
.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table textarea{
	width: 100%;
	padding: 10px 12px; /* ←内側余白 */
	border: 1px solid #ccc; /* 枠線 */
	border-radius: 4px; /* 角丸 */
	box-sizing: border-box; /* padding込みでwidth計算 */
	font-size: 16px;
	line-height: 1.5;
}

/* 共通のテキスト入力欄 */
.form-table input[type="password"],
.form-table select{
	min-width:20%;
	padding: 10px 25px 10px 12px; /* ←内側余白 */
	border: 1px solid #ccc; /* 枠線 */
	border-radius: 4px; /* 角丸 */
	box-sizing: border-box; /* padding込みでwidth計算 */
	font-size: 16px;
	line-height: 1.5;
}

/* フォーカス時の見た目 */
.form-table input:focus,
.form-table textarea:focus,
.form-table select:focus {
	border-color: #199af8; /* アクセントカラー */
	outline: none; /* デフォルトの青枠を消す */
	box-shadow: 0 0 5px rgba(25, 154, 248, 0.3); /* 軽い光 */
}

/* テキストエリアだけ高さを調整 */
.form-table textarea {
	min-height: 150px;
	resize: vertical; /* ユーザーが縦方向だけ伸縮可能 */
}

/* セレクトボックスも統一感を持たせる */
.form-table select {
	appearance: none; /* ブラウザのデフォルト矢印を消す（必要に応じて） */
	background: #fff url("data:image/svg+xml;utf8,<svg fill='%23999' height='20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>") no-repeat right 10px center;
	background-size: 10px;
}


/* 送信ボタンの共通デザイン */
.form-box input[type="submit"] {
	display: inline-block;
	padding: 12px 40px;
	border: none;
	border-radius: 50px;
	background: #199af8;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

/* ホバー時のエフェクト */
.form-box input[type="submit"]:hover {
	background: #147dc6;
	transform: translateY(-2px);
}

/* 押したとき */
.form-box input[type="submit"]:active {
	transform: translateY(0);
	background: #10649d;
}

/* 送信ボタン & 戻るボタン共通 */
.form-box input[type="submit"],
.form-box input[type="button"],
.form-box button {
	display: inline-block;
	padding: 12px 40px;
	border: none;
	border-radius: 50px;
	background: #199af8;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
	margin-right: 8px; /* ボタンの間の余白 */
}

/* ホバー時 */
.form-box input[type="submit"]:hover,
.form-box input[type="button"]:hover,
.form-box button:hover {
	background: #147dc6;
	transform: translateY(-2px);
}

/* 押したとき */
.form-box input[type="submit"]:active,
.form-box input[type="button"]:active,
.form-box button:active {
	transform: translateY(0);
	background: #10649d;
}

.formbtn-box{
	padding:40px 0;
	display: flex;
	justify-content: center;
	gap: 40px;
}

.formbtn-box li{}




.free-textbox{
	max-width: 1000px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	margin: 0px auto 40px auto;
}

.free-textbox h2{
	font-weight: 600;
}

.free-textbox p{
	margin-bottom: 20px;
}

.free-textbox ol{
	margin-bottom: 20px;
}

.free-textbox ol li{
	list-style: auto;
	margin-left: 1.2em;
}

.free-textbox ul{
	margin-bottom: 20px;
}

.free-textbox ul li{
	list-style: auto;
	margin-left: 1.2em;
}

.ta_r{
	text-align:right;
	margin-bottom: 20px;
}

.bg_blue .form-table{
	max-width:1000px;
	margin:0px auto;
}

.bg_blue .form-table td{
	background:#fff;
}


.srch-box{
	max-width: 1000px;
	margin:0px auto;
	width: calc(100% - 120px);
}
.srch-box ul{
	display:flex;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
	justify-content: center;
	gap: 30px;
	align-items: center;
}

.srch-box ul li{
	
}

.srch_error{
	text-align:center;
	padding:20px;
}


.ml-list{
	max-width: 1000px;
	margin:0px auto;
	width: calc(100% - 120px);
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: left;
}

.ml-list li{
	list-style: disc;
	margin-bottom: 20px;
	/* margin-left: 21px; */
	width: calc(32% - 15px);
}

.wp-video {
    width: 100%!important;
    height: auto;
}

.post-password-form{
	line-height:3;
}

.entryform-box{
	width: calc(100% - 120px);
	max-width: 1000px;
	margin:0px auto;
}










.sub-sep02-box05{
	display: flex;
	/* gap: 50px; */
	/* margin-bottom: 80px; */
	align-items: flex-start;
	/* width: 1000px; */
	margin: 0px auto 80px auto;
	justify-content: space-between;
}
.sub-sep02-box05-left{
	width: 34%;
	overflow: hidden;
}
.sub-sep02-box05-right{
	width: 62%;
	/* padding-top: 16px; */
}

.smallnav{
	font-size:14px;
	display: flex;
	justify-content: left;
}

.pt40{padding-top:40px;}


.sub-sep02-box06{
	display: flex;
	/* gap: 50px; */
	/* margin-bottom: 80px; */
	align-items: flex-start;
	max-width: 1000px;
	margin: 0px auto 80px auto;
	justify-content: space-between;
}
.sub-sep02-box06-left{
	width: 32%;
	overflow: hidden;
}
.sub-sep02-box06-right{
	width: 63%;
	padding-top: 18px;
}

.h3style02{
	background:url("../images/figure_supporter01.png") left bottom repeat-x;
	display: inline-block;
	font-size: 28px;
	font-weight: 600;
	color: #199af8;
	padding-bottom: 8px;
	background-size: 17px;
	margin-bottom: 17px;
}

.subtextbox01{
	text-align:center;
	padding-bottom:60px;
}

.cap-title{
	margin-bottom:20px;
}












.process-section {
	position: relative;
	overflow-y:none;
}

.process-box{
	display:flex;
}

.process-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 10px;
	background-color: #d8ebf9;
	transform: translateX(-50%);
	border-radius: 50px;
	z-index: 0;
}

.process-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
	flex-wrap: wrap;
	max-width: 1200px;
	margin:0px auto;
	position: relative;
	min-height: 1400px;
	flex-flow: column;
	overflow: hidden;
}

.process-content {
	background: #fff;
	padding: 30px 35px;
	border-radius: 50px;
	width: 480px;
	background: #d8ebf9;
	line-height: 1.8;
}

.step-left .process-content {
	/* text-align: right; */
	position: relative;
	z-index: 33;
	left: -30px;
	top: -20px;
}

.step-right .process-content {
	text-align: left;
	position: relative;
	z-index: 1;
	left: 30px;
	top: -20px;
}

.process-icon{
	width:100px;
	position: relative;
	z-index: 111;
}

.step-left{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
	flex-wrap: wrap;
	margin: 0px auto;
	left: -280px;
	display: flex;
	justify-content: center;
	margin-right: 200px;
}

.step-right{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
	flex-wrap: wrap;
	margin: 0px auto;
	flex-direction: row-reverse;
	right: -280px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 80px;
	flex-wrap: wrap;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	margin-left: 200px;
}


.step-right .process-content:before{
	content: "";
	position: absolute;
	top: 68px;
	bottom: 0;
	left: -40px;
	width: 50px;
	z-index: 0;
	height: 5px;
	background-color: #d8ebf9;
}

.step-left .process-content{

}

.step-left .process-content:before{
	content: "";
	position: absolute;
	top: 68px;
	bottom: 0;
	right: -40px;
	width: 50px;
	z-index: 1;
	height: 5px;
	background-color: #d8ebf9;
}

.process-box > div:nth-child(1){
	position: absolute;
	top: 50px;
	right:0;
}

.process-box > div:nth-child(2){
	position: absolute;
	top: 170px;
	left: 0;
}

.process-box > div:nth-child(3){
	position: absolute;
	top:290px;
	right:0;
}

.process-box > div:nth-child(4){
	position: absolute;
	top:410px;
	left: 0;
}

.process-box > div:nth-child(5){
	position: absolute;
	top:530px;
	right:0;
}
.process-box > div:nth-child(6){
	position: absolute;
	top:650px;
	left: 0;
}
.process-box > div:nth-child(7){
	position: absolute;
	top:770px;
	right:0;
}

.process-box > div:nth-child(8){
	position: absolute;
	top:890px;
	left: 0;
}

.process-content > div{
	text-align:justify;
}

.process-content > h3{
	font-size:25px;
	font-weight:600;
	color:#00a1d0;
	margin-bottom: 0px;
}

.process-icon {
	transition: transform 0.3s ease;
}

.step-left {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-left:hover {
	transform: scale(1.08);
}

.step-left:hover .process-icon {
	transform: translateX(-18px);
}


.step-right {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-right:hover {
	transform: scale(1.08);
}

.step-right:hover .process-icon {
	transform: translateX(18px);
}


.step-right:last-child:hover .process-icon {
	transform: translate(18px,10px);
}


