@charset "UTF-8";
/* CSS Document */

/* reset
-------------------------------------------------*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *: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;
}
img {
    vertical-align: middle;
}

/* base setting
-------------------------------------------------*/
html {
font-size: calc(100vw / 118.5);
overflow-x: hidden
}
body {
	font: 400 min(1.6rem, 16px) 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color: #000;
	text-align: left;
	background-color: #f4f1ed;
}
body.active {
	width: 100%;
	height: 100%;
	position: fixed;
}
@media(max-width: 799px) {

html {
	font-size: calc(100vw / 37.5);
}

body {
font-size: 1.3rem;
}
}

body { width:100%;height:100%; position:relative; -webkit-font-smoothing:antialiased; }
a {
	position: relative;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.7;
}
img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
ul {
	list-style-type: none;
}

/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */
/*改行*/
.sp_obj {
display: none !important;
}
@media(max-width: 799px) {
.pc_obj {
display: none !important;
}
.sp_obj {
display: block !important;
}
}

/*Wrap*/
section {
	padding: min(8.5rem, 85px) 0;
}
.common_wrap {
	margin: 0 auto;
	max-width: 1040px;
	padding: 0 20px;
}
.common_wrap_s {
	margin: 0 auto;
	max-width: 895px;
	padding: 0 20px;
}
@media(max-width: 799px) {
section {
	padding: 30px 0;
}
.common_wrap,
.common_wrap_s {
	/* margin: 0 2rem; */
}
}

/*Font*/
.font_wh {
	color: #fff;
}
.font_pu {
	color: #51127f;
}

/*タイトル*/
.main_ttl_set {
	margin-bottom: min(4.5rem, 45px);
}
.main_ttl_set h3.main_ttl {
font-family: 'Shippori Mincho', serif;
font-size: min(4rem, 40px);
margin-bottom: min(1rem, 10px);
}
.main_ttl_set p.main_sttl {
	font-weight: 700;
}
@media(max-width: 799px) {
.main_ttl_set {
	margin-bottom: 3.0rem;
	width: auto;
}
.main_ttl_set h3.main_ttl {
font-family: 'Shippori Mincho', serif;
font-size: 2.5rem;
margin-bottom: .5rem;
}
}

/*ボタン*/
.common_btn {
	border-radius: 10px;
	background-image: url(_img/bg_common_btn.jpg);
	background-repeat: repeat;
	color: #fff;
	font-size: min(2rem, 20px);
	text-align: center;
	padding: min(2rem, 20px) 0;
	font-weight: 400;
	margin: 0 auto;
	width: min(37rem, 370px);
	display: block;
}
@media(max-width: 799px) {
.common_btn {
	font-size: 1.6rem;
	padding: 1.5rem 0;
}
}

/*注釈*/
.note {
	width: 100%;
	font-size: min(1.4rem, 14px);
}
@media(max-width: 799px) {
.note {
	font-size: 1.2rem;
}
}

/*リード文*/
.lead{
	margin-bottom: min(5rem, 50px);
	line-height: 2em;
}
@media(max-width: 799px) {
.lead{
	margin-bottom: 2.5rem;
}
}

/* ----------------------------------------------------------------------
 メインビジュアル
---------------------------------------------------------------------- */
/*へっだー*/
.mv {
	width: 100%;
	padding: 20px;
	position: relative;
}
.mv header {
	display: flex;
	justify-content: space-between;
		flex-wrap: wrap;
	position: absolute;
	width: calc(100% - 60px);
	top:20px;
	z-index: 2;
}
.mv header h1.logo {
	font-size: 14px;
	padding-top: 25px;
	padding-left: 25px;
}
.mv header h1.logo .h1_name {
	font-family: 'Shippori Mincho', serif;
	font-size: 20px;
	display: block;
}
.nav-wrapper {
	margin-left: auto;
}
.mv header nav.hd_nav {
font-family: 'Shippori Mincho', serif;
font-size: 14px;
}
.mv header nav.hd_nav ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.mv header nav.hd_nav ul li a {
	padding-top: min(2.5rem, 25px);
	font-size: min(1.4rem, 14px);
	color: #fff;
	display: block;
	padding-left: min(2rem, 20px);
	padding-right: min(2rem, 20px);
}
.mv header nav.hd_nav ul li.hd_btn_form {
	margin-left: min(1rem, 10px);
	padding-top: 0px;
	font-size: min(1.6rem, 16px);
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: min(6.7rem, 67px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.mv header nav.hd_nav ul li.hd_btn_form a {
	color: #51127f;
	padding-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}
.burger-btn {
display: none;
}
@media(max-width: 799px) {
.mv header {
margin: 0 auto;
}
.hd_common {
width: 100%;
max-width: 100%;
align-items: center;
}
.hd_logo {
	width: 5.0rem;
	margin-left: 2em;
}
/* ボタンリセット */
button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}
/* ハンバーガーボタン */
.burger-btn{
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	z-index: 3;
	border: none;
	margin-left: auto;
}    
.bar{      
  width: 3.0rem;      
  height: .2rem;        
  display: block;      
  position: absolute;      
  left: 50%;      
  transform: translateX(-50%);      
  background-color: #fff;    
}    
.bar_top{   
  top: 1.5rem;
}
.bar_mid{    
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 1.5rem;
}
.burger-btn.close .bar_top{      
  transform: translate(-50%,1.0rem) rotate(45deg);      
  transition: transform .3s;
    background-color: #fff;    
}    
.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .3s;
  background-color: #fff;    
}    
.burger-btn.close .bar_bottom{      
transform: translate(-50%,-.8rem) rotate(-45deg);      
transition: transform .3s;
background-color: #fff;    
}

/* ハンバーガーメニュー */
.nav-wrapper{      
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .5s;       
  z-index: 2;     
}     
.hd_nav{
	width: 100%;
	height: 100%;
	background-image: url(_img/kv.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
	background-color: #51127f;
	padding-top: 5.0rem;
}

.original-gradient {
  height: 20.0rem;
  width: 90%;
}

/* ナビゲーション */
.mv header nav.hd_nav ul {
	display: block;
}
.mv header nav.hd_nav ul li a {
	padding-top: 2.5rem;
	font-size: 1.4rem;
	color: #fff;
	display: block;
	padding-left: 2rem;
	padding-right: 2rem;
	text-align: center;
}
.mv header nav.hd_nav ul li.hd_btn_form {
width: 60%;
margin:0 auto;
	border-radius: 15.0rem;
	height: 6.0rem;
	margin-top: 1.5rem;
}
.mv header nav.hd_nav ul li.hd_btn_form a {
	color: #51127f;
	padding-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.sp_nav_btn {
	width: 62%;
	font-size: 1.6rem;
	font-weight: 600;
	height: 5rem;
	line-height: 5rem;
	margin: 3.0rem auto 0;
}
.sp_nav_logo {
	width: 40%;
	margin: 5.0rem auto 0;
}

/* メニューオープン時 */
.nav-wrapper.fade {
	visibility: visible;
	opacity: 1;
}

.noscroll{
  overflow: hidden;
}
}

/*メインビジュアル*/
.mv .mv_wrap {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv .mv_copy_set {
	font-family: 'Shippori Mincho', serif;
}
.mv .mv_copy_set h2.mv_ttl {
	font-size: min(5rem, 50px);
	margin-bottom: min(5rem, 50px);
	text-align: center;
}
.mv .mv_copy_set .mv_sttl {
	font-size: min(2.2rem, 22px);
	text-align: center;
}
.mv .mv_logo {
	text-align: center;
	margin: 0 auto;
	width: min(23rem, 230px);
}
.mv .mv_logo .h1_name {
	padding-top: min(2.5rem, 25px);
	padding-bottom: min(4.5rem, 45px);
	display: block;
	font-size: min(2.5rem, 25px);
	line-height: 1em;
}
.mv .txt_en {
	position: absolute;
	right: 0px;
	bottom: 10%;
	max-width: 445px;
	z-index: 3;
	pointer-events: none;
}
.mv .txt_en img,
.mv .txt_en svg {
width: 100%;
height: auto;
}
.cls-1{fill:none;stroke:red;stroke-linecap:round;stroke-linejoin:round;stroke-width:10px;}

@media(max-width: 799px) {
	.mv {
		padding: 1.0rem;
	}
	.mv header {
		/* width: calc(100% - 3.0rem); */
		width: 100%;
		padding: 2rem;
		top: 0;
		left: 0;
	}
	.mv header h1.logo {
		width: 50%;
		padding: 0;
	}
	.mv header h1.logo .h1_name {
		font-size: 1.4rem;
	}
	.mv .mv_wrap {
		align-items: start;
	}
	.mv .mv_copy_set { 
		margin: 10rem 0;
		padding: 0 3rem;
	} 
	.mv .mv_copy_set h2.mv_ttl {
		font-size: 3rem;
		margin-bottom: 2rem;
	}
	.mv .mv_copy_set .mv_sttl {
		font-size: 1.3rem;
		text-align: justify;
		line-height: 2;
	}
	.mv .txt_en {
	margin:0 4.0rem;
	}
	.mv .mv_logo {
		text-align: left;
		margin: 0;
		width: 16.0rem;
	}
	.mv .mv_logo .h1_name {
		padding-top: 1.5rem;
		padding-bottom: 2.0rem;
		display: block;
		font-size: 2.0rem;
		line-height: 1em;
	}
}

/*スライド*/
.mv ul.mv_slide {
overflow: hidden;
height: calc(100vh - 40px);
width: 100%;
}
.mv ul.mv_slide li {
	width: 100%;
height: calc(100vh - 40px);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	background-size: cover;
}
@media(max-width: 799px) {
.mv ul.mv_slide {
height: calc(100vh - 2.0rem);
}
.mv ul.mv_slide li {
height: calc(100vh - 2.0rem);
}
}

/* ----------------------------------------------------------------------
 おしらせ
---------------------------------------------------------------------- */
.info {
display: flex;
align-items: center;
}
.info .main_ttl_set {
	width: min(40rem, 400px);
}
.info .news_list {
	padding: min(5rem, 50px) 0 min(5rem, 50px) min(10rem, 100px);
	margin-left: min(10rem, 100px);
	border-left: 1px solid #cbcbcb;
}
.info .news_list table a {
	text-decoration: underline;
	color: #51127f;
}
.info .news_list th,
.info .news_list td {
	padding: min(1.5rem, 15px) 0;
}
.info .news_list th {
	font-weight: 400;
	vertical-align: top;
}
.info .news_list td {
	padding-left: min(2rem, 20px);
}
@media(max-width: 799px) {
.info {
display: block;
padding-bottom: 3rem;
}
	.info .main_ttl_set {
	width: auto;
}
.info .news_list {
	padding: 0px;
	margin-left: 0px;
	border: none;
}
.info .news_list th {
	padding: 0;
	padding-bottom:.5rem;
}
.info .news_list td {
	padding: 0;
	padding-bottom: 3.0rem;
	font-weight: 700;
	}
.info .news_list th,
.info .news_list td {
display: block;
}
}

/* ----------------------------------------------------------------------
 BM協会出版局について
---------------------------------------------------------------------- */
.about {
	position: relative;
	padding: 0;
	margin-bottom: min(8.5rem, 85px);
}
.about .about_bg {
	background-color: #fff;
	margin-left: calc((100% - min(100rem, 1000px)) / 2);
	border-top-left-radius: min(2rem, 20px);
	padding: min(10rem,100px) 0;
	border-bottom-left-radius: min(2rem, 20px);
}
/* .about .about_wrap {
	position: absolute;
	width: 855px;
	left: 0;
	right: 0;
	top:100px;
	margin: auto;
} */
.about .about_block {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	height: min(76.5rem, 765px);
}
.about .cnt1 {
	background-image: url(_img/about_img_01.jpg);
	background-position: right center;
	margin-left: min(7.2rem, 72px);
}
.about .cnt2 {
	background-image: url(_img/about_img_02.jpg);
	background-position: left center;
}

.about .about_txt_bg {
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
	display: flex;
	align-items: center;
}
.about .cnt1 .about_txt_bg {
	padding-top: min(10rem, 100px);
}
.about .cnt2 .about_txt_bg {
right:min(7.2rem, 72px);
}
.about .about_txt_wrap {
	background-image: url(_img/bg_about_txt.png);
	border-radius: 15px;
	background-repeat: repeat;
	padding: min(6rem, 60px) min(4rem, 40px);
}
.about .about_txt_wrap .about_sttl {
	font-family: 'Shippori Mincho', serif;
	font-size: min(3rem, 30px);
	margin-bottom: min(3.5rem, 35px);
}
.about .about_txt_wrap .about_txt {
	line-height: 2em;
}
@media(max-width: 799px) {
.about {
	margin-bottom: 3.0rem;
}
.about .main_ttl_set h3.main_ttl {
	font-size: 2.4rem;
}
.about .about_bg {
	margin-left: 2.0rem;
	border-top-left-radius: 1.0rem;
	padding: 3.0rem 0;
	border-bottom-left-radius: 1.0rem;
}
.about .about_bg .main_ttl_set {
	margin-left: 2.0rem;
}
.about .about_block {
	height: auto;
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
}
.about .cnt1 {
	margin-left: 0px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 3.0rem;
}
.about .cnt2 {
	background-position: center center;
	background-size: cover;
}
.about .about_txt_wrap {
	border-radius: .7rem;
	padding: 3.0rem 2.0rem;
	margin: 0 2.0rem;
}
.about .about_txt_wrap .about_sttl {
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
}
.about .about_txt_bg {
	position: static;
}
.about .cnt2 .about_txt_bg {
right:auto;
}
}

/* ----------------------------------------------------------------------
 ブランド・マネージャー協会の出版会議とは
---------------------------------------------------------------------- */
.meeting {
	background-image: url(_img/bg_meeting.gif);
	background-repeat: repeat;
	padding-bottom: min(8.5rem, 85px);
}
.meeting .lead {}
/* .meeting .meeting_block {
	margin-bottom: 100px;
} */
.meeting .meeting_block h4.meeting_sttl {
	font-family: 'Shippori Mincho', serif;
	font-size: min(3rem, 30px);
	padding-bottom: min(1rem, 10px);
	border-bottom: 1px solid #cbcbcb;
	position: relative;
	margin-bottom: min(4.5rem, 45px);
}
.meeting .meeting_block h4.meeting_sttl::after {
content: '';
	position: absolute;
	width: min(10.7rem, 107px);
	height: 3px;
	background-color: #fff;
	left: 0px;
	bottom: -1.5px;
}
@media(max-width: 799px) {
.meeting .meeting_block {
	margin-bottom: 5.0rem;
}
.meeting .meeting_block h4.meeting_sttl {
	font-size: 2.0rem;
	margin-bottom: 2.0rem;
}
.meeting .meeting_block h4.meeting_sttl::after {
	height: .2rem;
}
}

/*出版までの流れ*/
.meeting .meeting_flow_block {
	position: relative;
	z-index: 2;
}
.meeting .meeting_flow_block::before {
	position: absolute;
	content: '';
	width: 2px;
	height: calc(100% - min(3.6rem, 36px));
	background-color: #cbcbcb;
	left: min(3.6rem, 36px);
	z-index: 0;
}
.meeting .meeting_flow_block .meeting_flow_box {
	width: 100%;
	margin-bottom: min(6rem, 60px);
	position: relative;
}
.meeting .meeting_flow_block .meeting_flow_box .step {
	width: min(7.3rem, 73px);
	border-radius: 100%;
	height: min(7.3rem, 73px);
	border: 2px solid #cbcbcb;
	color: #51127f;
	font-weight: 700;
	background-color: #fff;
	line-height: 1.3em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: min(2rem, 20px);
	position: absolute;
	top: 0px;
	left: 0px;
}
.meeting .meeting_flow_block .meeting_flow_box .step p {
	text-align: center;
	font-weight: 700;
}
.meeting .meeting_flow_block .meeting_flow_box .step .num {
	font-size: min(3rem, 30px);
		display: block;
}
.meeting .meeting_flow_block .meeting_flow_box h5.meeting_flow_ttl {
	font-size: min(2rem, 20px);
	font-weight: 700;
	margin-bottom: min(.5rem, 5px);
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_txt {
	margin-left: min(10rem, 100px);
	line-height: 2em;
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_txt2 {
	margin-left: min(2.5rem, 25px);
	line-height: 2em;
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: min(3rem, 30px);
	border: 1px solid #fff;
	padding: min(3rem, 30px);
	margin-left: min(10rem, 100px);
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_img {
	max-width: 350px;
}
@media(max-width: 799px) {
.meeting .meeting_flow_block::before {
	height: calc(100% - 3.0rem);
	left: 3.0rem;
}
.meeting .meeting_flow_block .meeting_flow_box {
	margin-bottom: 3.0rem;
}
.meeting .meeting_flow_block .meeting_flow_box .step {
	width: 6.0rem;
	height: 6.0rem;
	line-height: 1.3em;
}
.meeting .meeting_flow_block .meeting_flow_box h5.meeting_flow_ttl {
	font-size: 1.6rem;
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_txt {
	margin-left: 8.0rem;
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_txt2 {
	margin-left: 0px;
	line-height: 2em;
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_wrap {
display: block;
	padding: 1.5rem;
		margin-left: 8.0rem;
}
.meeting .meeting_flow_block .meeting_flow_box .meeting_flow_img {
	margin-bottom: 1.0rem;
}
.meeting .meeting_flow_block .meeting_flow_box .step .num {
	font-size: 2.5rem;
}
}

/*サポーター制度について*/
.meeting .meeting_supporter_wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: min(4rem, 40px);
}
.meeting .meeting_supporter_wrap .meeting_supporter_txt {
	width: 100%;
	line-height: 2;
}
/* .meeting .meeting_supporter_wrap a.meeting_supporter_btn {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	color: #51127f;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	margin-top: 45px;
} */
.meeting .meeting_supporter_wrap .meeting_supporter_img {
	width: 100%;
}
.meeting .meeting_supporter_wrap .meeting_supporter_img img {
	border-radius: 15px;
}
.meeting_cost_txt {
	margin-bottom: min(2rem, 20px);
}
.meeting_cost_table {
}
.meeting_cost_table table {
	width: 100%;
	margin-bottom: min(2rem, 20px);
	border-collapse: separate;
	border-spacing: min(.3rem, 3px);
	table-layout: fixed;
}
.meeting_cost_table th {
	background-color: #9d79b5;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	height: min(6rem, 60px);
	width: 33%;
}
.meeting_cost_table th .meeting_cost_note {
	font-size: min(1.4rem, 14px);
	display: block;
}
.meeting_cost_table td {
	text-align: center;
	background-color: #fff;
	color: #000;
	height: min(6rem, 60px);
	vertical-align: middle;
}
@media(max-width: 799px) {
.meeting .meeting_supporter_wrap {
display: block;
}
.meeting .meeting_supporter_wrap .meeting_supporter_txt {
	line-height: 2em;
}
.meeting .meeting_supporter_wrap a.meeting_supporter_btn {
	margin-bottom: 3.0rem;
}

/* -------------------------------------------------------------------------- */

.meeting_cost_txt {
	margin-bottom: 1.6rem;
}
.meeting_cost_table {
}
.meeting_cost_table table {
	width: 100%;
	margin-bottom: 1.4rem;
	border-collapse: separate;
	border-spacing: 1.6rem;
	table-layout: fixed;
}
.meeting_cost_table th {
	background-color: #9d79b5;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	height: 4rem;
	width: 100%;
}
.meeting_cost_table th .meeting_cost_note {
	font-size: 1.4rem;
}
.meeting_cost_table td {
	text-align: center;
	background-color: #fff;
	color: #000;
	height: 4rem;
	vertical-align: middle;
}

.meeting_cost_table th,
.meeting_cost_table td {
	width: 100%;
	display: inline-block;
	height: auto;
	align-items: center;
	padding:1.0rem 0;
}
}

/* ----------------------------------------------------------------------
 オンライン説明会開催について
---------------------------------------------------------------------- */
.session {}
.session .main_ttl_set {
	text-align: center;
}
.session .session_wrap {
	border-radius: min(2rem, 20px);
	padding: min(5rem, 50px) 0;
	background-color: #fff;
}
.session .session_block {
	display: flex;
	gap: min(3.2rem, 32px);
	margin-bottom: min(4rem, 40px);
}
.session .session_block p {
	width: 50%;
	line-height: 2em;
}
.session .session_block table {
	width: calc((100% - min(3.2rem, 32px) / 2));
	border-collapse: separate;
	border-spacing: min(.3rem, 3px);
}
.session .session_block th {
	background-color: #e1c8ea;
	vertical-align: middle;
	padding: min(.1rem, 10px) min(1.5rem, 15px);
	text-align: center;
}
.session .session_block td {
	background-color: #f4f1ed;
	vertical-align: middle;
	padding: min(.1rem, 10px) min(1.5rem, 15px);
}
.session .session_block td.session_date {
	font-weight: 700;
}
.session .session_block .session_img {
	width: calc((100% - min(3.2rem, 32px) / 2));
}
@media(max-width: 799px) {
.session .session_block {
	flex-direction: column;
	gap: 1.6rem;
	margin-bottom: 0px;
}
.session .session_block table {
	width: 100%;
	border-collapse: separate;
	border-spacing: .3rem;
}
.session .session_block th,
.session .session_block td {
	display: block;
	padding: 1.2rem .8rem;
	font-size: 1.4rem;
}
	.session .session_block p {
	width: auto;
	margin-bottom: 1.5rem;
}
	.session .session_block .session_img {
	width: auto;
}
	.session .note {
		margin-top: .8rem;
	}
	section.session a.common_btn {
	width: 100%;
}
}

/* ----------------------------------------------------------------------
 出版会議開催スケジュール
---------------------------------------------------------------------- */
.schedule {}

.schedule .schedule_box {
	border-radius: 30px;
	background-color: #fff;
	margin-bottom: min(8.5rem, 85px);
	position: relative;
	padding: min(3.5rem, 35px) min(2.5rem, 25px) min(3rem, 30px);
}
.schedule .schedule_box h4.schedule_ttl {
	position: absolute;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: min(3.5rem, 35px);
	background-color: #744199;
	width: auto;
	line-height: min(3rem, 30px);
	top: min(-1.5rem, -15px);
	left: 0px;
	padding-left: min(2.7rem, 27px);
	padding-right: min(2.7rem, 27px);
}
.schedule .schedule_box .schedule_txt.font_l {
	font-size: min(2rem, 20px);
	font-weight: bold;
	line-height: 1.7em;
}
.schedule .schedule_box .schedule_txt table {
	line-height: 1.7em;
	margin-bottom: 10px;
}
.schedule .schedule_box .schedule_txt .note {
	line-height: 1.7em;
}
.schedule .schedule_box .schedule_txt .schedule_wrap {
	font-weight: bold;
	margin-bottom: 15px;
}
.schedule .schedule_list {
	margin-bottom: 0px;
}
.schedule .meeting_cost_table {
	margin-top:min(3rem, 30px);
}
.schedule .meeting_cost_table table {
	width: 100%;
	margin-bottom: min(2rem, 20px);
	border-collapse: separate;
	border-spacing: min(.3rem, 3px);
	table-layout: fixed;
}
.schedule .meeting_cost_table th {
border-radius: 5px;
	font-size: min(1.4rem, 14px);
}
.schedule .meeting_cost_table th .meeting_cost_note {
	font-size: min(1rem, 10px);
	display: block;
}
.schedule .meeting_cost_table td {
	text-align: center;
	background-color: #EBEBEB;
	color: #000;
	height: auto;
	vertical-align: middle;
	padding-top: min(3rem, 30px);
	padding-bottom: min(1.5rem, 15px);
	border-radius: min(.5rem, 5px);
	font-weight: 700;
}
.schedule .meeting_cost_table .common_btn {
	width: 88%;
	font-size: min(1.4rem, 14px);
	padding: min(.8rem, 8px) 0 min(1rem, 10px);
	font-weight: 700;
	border-radius: 100px;
	margin: min(2rem, 20px) auto 0;
}
.schedule .meeting_cost_table .common_btn + .common_btn {
	margin-top: min(1.2rem, 12px);
}
.schedule .meeting_cost_table a.common_btn:hover {
	color: #fff;
}
.schedule .meeting_cost_table .common_btn:nth-of-type(1) {
}
.schedule .meeting_cost_table .common_btn  .meeting_cost_note {
	font-size: min(1rem, 10px);
}
.schedule .meeting_cost_table .ttl_form {
	color: #2385ff;
	font-weight: 700;
	font-size: min(1.2rem, 12px);
	text-align: center;
	margin-top: min(3rem, 30px);
}
@media(max-width: 799px) {

	.schedule {}

	.schedule .schedule_box {
		border-radius: 1.6rem;
		margin-bottom: 6.0rem;
		padding: 2.0rem 2.0rem;
	}
	.schedule .schedule_box h4.schedule_ttl {
		border-radius: 99px;
		width: fit-content;
		line-height: 1;
		top: 0;
		left: 0px;
		transform: translateY(-50%);
		padding: .8rem 2.4rem;
	}
	.schedule .schedule_box .schedule_txt.font_l {
		font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.8;
	}
	/* .schedule .schedule_box .schedule_txt table {
		line-height: 1.7em;
		margin-bottom: 10px;
	}
	.schedule .schedule_box .schedule_txt .note {
		line-height: 1.7em;
	}
	.schedule .schedule_box .schedule_txt .schedule_wrap {
		font-weight: bold;
		margin-bottom: 15px;
	} */
	.schedule .schedule_list {
		margin-bottom: 0px;
	}
	.schedule .meeting_cost_table {
		margin-top: 2.4rem;
		width: 100%;
	}
	.schedule .meeting_cost_table table {
		width: 100%;
		margin-bottom: 1.4rem;
		border-collapse: separate;
		border-spacing: .16rem;
		table-layout: fixed;
	}
	.schedule .meeting_cost_table th {
		width: 100%;
		border-radius: .4rem;	
		font-size: 1.4rem;
		margin-bottom: .4rem;
	}
	.schedule .meeting_cost_table th .meeting_cost_note {
		font-size: 1rem;
		display: block;
	}
	.schedule .meeting_cost_table td {
		background-color: #EBEBEB;
		color: #000;
		height: auto;
		vertical-align: middle;
		padding-top: 2rem;
		padding-bottom: 2rem;
		border-radius: .4rem;
		font-weight: 700;
		margin-bottom: 2.4rem;
	}
	.schedule .meeting_cost_table .common_btn {
		width: 88%;
		font-size: 1.2rem;
		padding: .4rem 0;
		font-weight: 700;
		border-radius: 100px;
		margin: 1.2rem auto 0;
	}
	.schedule .meeting_cost_table .common_btn + .common_btn {
		margin-top: 1.2rem;
	}
	.schedule .meeting_cost_table a.common_btn:hover {
		color: #fff;
	}
	.schedule .meeting_cost_table .common_btn:nth-of-type(1) {
	}
	.schedule .meeting_cost_table .common_btn  .meeting_cost_note {
		font-size: 1.1rem;
	}
	.schedule .meeting_cost_table .ttl_form {
		font-size: 1.2rem;
		margin-top: 2rem;
	}	
}

/* ----------------------------------------------------------------------
 出版局メンバー
---------------------------------------------------------------------- */
.member {
	padding-bottom: 0px;
}
.member .member_block {
	display: flex;
	gap: min(4.8rem, 48px);
	margin-bottom: min(6rem, 60px);
}
.member .member_block .member_photo {
	width: min(18rem, 180px);
}
.member .member_block .member_prof_area {
	flex: 1;
}
.member .member_block .member_prof_area .member_position {
	font-size: min(1.2rem, 12px);
	font-weight: 700;
	color: #51127f;
}
.member .member_block .member_prof_area .member_name {
	font-size: min(2rem, 20px);
	font-weight: 700;
	margin-bottom: min(1rem, 10px);
}
.member .member_block .member_prof_area .member_affiliation {
	font-size: min(1.2rem, 12px);
	margin-bottom: min(2rem, 20px);
}
.member .member_block .member_prof_area .member_prof_txt {
	line-height: 1.7em;
	text-align: justify;
}
@media(max-width: 799px) {

	.member .member_block {
		width: 100%;
		padding: 0 20px;
		flex-direction: column;
		gap: 3.2rem;
		margin-bottom: min(6rem, 60px);
	}
	.member .member_block .member_photo {
		width: 54%;
		margin: 0 auto;
	}
	.member .member_block .member_prof_area {
		width: 100%;
	}
	.member .member_block .member_prof_area .member_position {
		font-size: 1.4rem;
	}
	.member .member_block .member_prof_area .member_name {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: .4rem;
	}
	.member .member_block .member_prof_area .member_affiliation {
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.member .member_block .member_prof_area .member_prof_txt {
		line-height: 1.7em;
		text-align: justify;
	}
}

/* ----------------------------------------------------------------------
 出版実績
---------------------------------------------------------------------- */
.book {
	padding-bottom: min(8.5rem, 85px);
}
.book .book_list {
	padding-top: min(2rem, 20px);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0px;
}
.book .book_list .book_box {
	border: 1px solid #cbcbcb;
	text-align: center;
	padding-top: min(3rem, 30px);
	padding-bottom: min(3rem, 30px);
	margin-bottom: -1px;
	margin-right: -1px;
}
.book .book_list .book_box .book_img {
	margin: 0 auto min(1.5rem, 15px);
	width: 70%;
}
.book .book_list .book_box .book_ttl {
	font-weight: 700;
	margin-bottom: min(1.5rem, 15px);
}
.book .book_list .book_box .book_publisher {
	font-size: min(1.4rem, 14px);
}
@media(max-width: 799px) {
.book .book_list {
	padding-top: 1.0rem;
grid-template-columns: 1fr 1fr;
gap: 0px;
}
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
footer {
	background-color: #fff;
	padding-top: min(6rem, 60px);
	padding-bottom: min(6rem, 60px);
}
footer .common_wrap {
display: flex;
justify-content: space-between;
}
footer .site_ttl {
	margin-bottom: min(1.5rem, 15px);
}
footer .site_ttl span {
	font-family: 'Shippori Mincho', serif;
	font-size: min(2rem, 20px);
	display: block;
}
footer .link_privacy {
	font-size: min(1.4rem, 14px);
}
footer .logo_bm {
	width: min(23rem, 230px);
	margin-bottom: min(1.5rem, 15px);
}
footer .ft_right {
display: flex;
justify-content: flex-end;

}
footer .fb {
	width: min(3.6rem, 36px);
	margin-left: min(2rem, 20px);
}
footer .ft_txt {
font-size: min(1.4rem, 14px);
	margin-bottom: min(1rem, 10px);
}
@media(max-width: 799px) {
footer {
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
}
footer .common_wrap {
display: block;
}
footer .site_ttl {
	margin-bottom: 1.5rem;
}
footer .link_privacy {
	font-size: 1.2rem;
	margin-bottom: 3.0rem;
}
footer .logo_bm {
	width: 23.0rem;
	margin-bottom: 1.5rem;
}
footer .fb {
	width: 3.0rem;
	margin-left: 1.0rem;
}
footer .ft_txt {
font-size: 1.2rem;
}
}

/* ----------------------------------------------------------------------
 アニメーションの動作設定
---------------------------------------------------------------------- */
/* fade up */
.u-fade-type-up{
    transform: translateY(30px);
    opacity: 0;
}
.u-fade-type-up.is-active{
    transition: .8s;
    transform: translateY(0);
    opacity: 1;
}
.is-active .u-fade-type-up{
    transition: .8s;
    transform: translateY(0);
    opacity: 1;
}
.is-active .u-fade-type-up:nth-child(2){transition-delay: .2s;}
.is-active .u-fade-type-up:nth-child(3){transition-delay: .4s;}
.is-active .u-fade-type-up:nth-child(4){transition-delay: .6s;}
.is-active .u-fade-type-up:nth-child(5){transition-delay: .8s;}
.is-active .u-fade-type-up:nth-child(6){transition-delay: 1s;}
.is-active .u-fade-type-up:nth-child(7){transition-delay: 1.2s;}
.is-active .u-fade-type-up:nth-child(8){transition-delay: 1.4s;}
.is-active .u-fade-type-up:nth-child(9){transition-delay: 1.6s;}
.is-active .u-fade-type-up:nth-child(10){transition-delay: 1.8s;}

/*メインビジュアルリンクボタン追加*/
a.link_mv {
	color: #fff;
	text-align: center;
	font-weight: 700;
	background-color: #51127f;
	padding: min(1.5rem,15px);
	display: block;
	margin-top: min(7rem, 70px);
	margin-left: min(4rem, 40px);
	margin-right: min(4rem, 40px);
	font-size: min(2.5rem, 25px);
}
a.link_mv:hover {
	color: #fff;
}
.session_block a.link_mv {
	color: #fff;
	text-align: center;
	font-weight: 700;
	background-color: #51127f;
	padding: 15px;
	display: block;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 16px;
	width: 100%;
}

@media(max-width: 799px) {
a.link_mv {
	margin-top: 2.4rem;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1.4rem;
	padding: 0.8em 0;
}
}

/*参加者の声*/

p.meeting_voice_txt {
	font-size: min(1.6rem, 16px);
	line-height: 2;
	width: 80%;
	margin-right: auto;
}

div.voices_wrap	{
	width: 94%;
	margin: min(4.8rem, 48px) auto 0;
}

div.voices_wrap div.voice_area + div.voice_area	{
	margin-top: min(4.8rem, 48px);
}

div.voices_wrap div.voice_area h5.voice_ttl	{
	display: inline-block;
	font-size: min(2rem, 20px);
	font-weight: bold;
	font-family: 'Shippori Mincho', serif;
	display: flex;
	justify-content: start;
	align-items: center;
}

div.voices_wrap div.voice_area h5.voice_ttl::before	{
	display: block;
	content: '';
	width: min(1.6rem, 16px);
	height: min(3.2rem, 32px);
	border-right: min(.5rem, 5px) dotted #fff;
	border-left: min(.5rem, 5px) dotted #fff;
	margin-right: min(1.2rem, 12px);
}

div.voices_wrap div.voice_area p.voice_txt	{
	width: 80%;
	margin-right: auto;
	margin-top: min(2rem, 20px);
	font-size: min(2rem, 14px);
	line-height: 1.8;
	text-align: justify;
	padding-left:1em;
	text-indent:-1em;
}

div.voice_image_wrap {
	width: 90%;
	margin: min(4.8rem, 48px) auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: min(3.2rem, 32px);
	box-sizing: border-box;
}

div.voice_image_wrap div.image_item {
	/* width: calc((100% - min(3.2rem, 32px))); */
	width: 100%;
	height: min(30rem, 300px);
	box-sizing: border-box;
	background: #1a1a1a;
	border-radius: 12px;
}

div.voice_image_wrap div.image_item img {
	border-radius: 12px;
	height: 100%;
	object-fit: contain;
	border: 2px solid #fff;
}

@media (max-width: 799px) {
	p.meeting_voice_txt {
		font-size: 1.4rem;
		line-height: 1.6;
		width: 90%;
		margin: 0 auto;
	}
	
	div.voices_wrap	{
		width: 90%;
		margin: 3.2rem auto 0;
	}
	
	div.voices_wrap div.voice_area + div.voice_area	{
		margin-top: 3.2rem;
	}
	
	div.voices_wrap div.voice_area h5.voice_ttl	{
		font-size: 1.6rem;
	}
	
	div.voices_wrap div.voice_area h5.voice_ttl::before	{
		width: .8rem;
		height: 2.8rem;
		border-right: 3px dotted #fff;
		border-left: 3px dotted #fff;
		margin-right: .8rem;
		letter-spacing: -1..6rem;
	}
	
	div.voices_wrap div.voice_area p.voice_txt	{
		width: 94%;
		margin: 0 auto;
		margin-top: 1.6rem;
		font-size: 1.3rem;
		line-height: 2;
	}
	
	div.voice_image_wrap {
		width: 90%;
		margin: 3.2rem auto;
		flex-direction: column;
		gap: 2.0rem;
	}

	div.voice_image_wrap div.image_item {
		width: 100%;
		height: 24.0rem;
	}

	div.voice_image_wrap div.image_item img {
	}
}

/*出版実績リンク*/

div.book_link_area {
	width: 96%;
	margin: 64px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

div.book_link_area div.book_link_item {
	width: 100%;
	box-sizing: border-box;
}

div.book_link_area div.book_link_item a {
	display: inline-block;
	width: 100%;
	background: #744199;
	color: #f3f1ed;
	padding: 12px 0;
	border-radius: 99px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	transition: background 0.8s;
}

div.book_link_area div.book_link_item a:hover {
	opacity: 1;
	color: #744199;
	background: #f3f1ed;
	border: 2px solid #744199;
	padding: 8px 0;
}

@media (max-width: 799px) {
	div.book_link_area {
		width: 96%;
		margin: 3.2rem auto 0;
		flex-direction: column;
		gap: 1.6rem;
	}
	
	div.book_link_area div.book_link_item {
		width: 95%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	div.book_link_area div.book_link_item a {
		padding: 1.2rem 0;
		font-size: 1.6rem;
	}
}


/*刊行書籍*/

section.published {
	width: 100%;
}

section.published div.common_wrap div.main_ttl_set {
	width: fit-content;
}

section.published div.common_wrap div.books_area {
	/* flex: 1; */
	display: flex;
	flex-wrap: wrap;
	font-family: 'Shippori Mincho', serif;
	align-content: flex-start;
	justify-content: space-between;
	gap: min(5rem, 50px) min(3rem, 30px);
}

section.published div.common_wrap div.books_area div.book_wrap {
	display: flex;
	align-items: start;
	gap: min(3rem, 30px);
	/* padding-bottom: min(2rem, 20px); */
	width: calc(50% - 2rem);
}

section.published div.common_wrap div.books_area div.book_wrap + div.book_wrap {
	/* margin-top: min(6rem, 60px); */
}

section.published div.common_wrap div.books_area div.book_wrap div.image {
	width: min(26rem, 260px);
}

section.published div.common_wrap div.books_area div.book_wrap div.txt_area {
	flex: 1;
}

section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.new_arrival {
	font-size: min(2rem, 20px);
	font-weight: 700;
	color: #217ced;
	padding-left: min(.8rem, 8px);
}

section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.book_ttl {
	font-size: min(2.5rem, 25px);
	font-weight: 700;
	margin-top: min(.8rem, 8px);
	padding: min(.8rem, 8px);
	border-top: 2px solid #9f9f9f;
	border-bottom: 2px solid #9f9f9f;
}

section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.book_info:nth-of-type(3) {
	margin-top: min(1.6rem, 16px);
}

section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.book_info {
	margin-top: min(1.2rem, 12px);
	font-size: min(1.6rem, 16px);
	font-weight: 700;
	padding: 0 min(.8rem, 8px) min(1.2rem, 12px);
	border-bottom: 1px dotted #9f9f9f;
}

section.published a.book_link {
	display: block;
	margin-top: min(3.2rem, 32px);
	width: min(25rem, 250px);
	padding: min(1rem, 10px) 0;
	color: #fff;
	background: linear-gradient(to right, #2385ff 0%, #51127f 100%);
	font-size: min(1.6rem, 16px);
	font-weight: 700;
	text-align: center;
	border-radius: 99px;
	position: relative;
}

section.published a.book_link::after {
	position: absolute;
	display: block;
	content: '';
	background-image: url(_img/icon_newBook_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: min(.6rem, 6px);
	height: min(1rem, 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	right: min(2.4rem, 24px);
}

section.published div.common_wrap div.books_area div.book_wrap02 {
	margin-top: min(6rem, 60px);
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
}

section.published div.common_wrap div.books_area div.book_wrap02 div.book_item {
	width: calc(100% + 1px);
	padding: min(2rem, 20px);
	border: 1px solid #cbcbcb;
	margin-right: -1px;
}

section.published div.common_wrap div.books_area div.book_wrap02 div.book_item div,image {
	width: 100%;
}

	section.published div.common_wrap div.books_area div.book_wrap02 div.book_item .book_ttl02 {
		font-size: min(1.6rem, 16px);
		margin-top: min(1rem, 10px);
	}

	section.published div.common_wrap div.books_area div.book_wrap02 div.book_item table.book_info02 {
		margin-top: min(1rem, 10px);
		padding: 1.0rem 0;
		font-size: min(1.4rem, 14px);
		font-weight: 700;
		line-height: 1.4;
	}
		section.published div.common_wrap div.books_area div.book_wrap02 div.book_item table.book_info02 th {
	vertical-align: top;
	white-space: nowrap;
			padding: min(0.5rem, 5px);
	}
		section.published div.common_wrap div.books_area div.book_wrap02 div.book_item table.book_info02 td {
			padding: min(0.5rem, 5px);
			padding-left: 0;
			}

section.published div.common_wrap div.books_area div.book_wrap02 div.book_item p.book_info03 {
	margin-top: min(1rem, 10px);
	padding: min(1rem, 10px) 0;
	font-size: min(1.2rem, 12px);
	font-weight: 700;
	line-height: 1.4;
	border-top: 2px dotted #9f9f9f;
	border-bottom: 2px dotted #9f9f9f;
}

section.published div.common_wrap div.books_area div.book_wrap02 div.book_item a.book_link {
	margin-top: min(1.6rem, 16px);
	width: 100%;
	padding: min(.6rem, 6px) 0;
}

@media (max-width: 799px) {
	
	section.published div.common_wrap {
		flex-direction: column;
		gap: 3.2rem;
	}
	
	section.published div.common_wrap div.main_ttl_set {
		margin-bottom: 3.2rem;
	}
	
	section.published div.common_wrap div.books_area {
		width: 100%;
		/* flex-wrap: nowrap; */
	}
	
	section.published div.common_wrap div.books_area div.book_wrap {
		flex-direction: column;
		gap: 3.2rem;
		width: 100%;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap + div.book_wrap {
		margin-top: 4rem;
	}

	section.published div.common_wrap div.books_area div.book_wrap div.image {
		width: 60%;
		margin:0 auto;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap div.txt_area {
		width: 100%;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.new_arrival {
		font-size: 1.6rem;
		padding-left: .8rem;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.book_ttl {
		font-size: 2.0rem;
		margin-top: .8rem;
		padding: .8rem;
		border-top: 1px solid #9f9f9f;
		border-bottom: 1px solid #9f9f9f;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.book_info:nth-of-type(3) {
		margin-top: 1.6rem;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap div.txt_area p.book_info {
		margin-top: .8rem;
		font-size: 1.4rem;
		padding: 0 .8rem .8rem;
		border-bottom: 1px dotted #9f9f9f;
	}
	
	section.published a.book_link {
		margin: 3.2rem auto 0;
		width: 64%;
		padding: 1.2rem 0;
		font-size: 1.4rem;
	}
	
	section.published a.book_link::after {
		width: .6rem;
		height: 1.0rem;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 2.4rem;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap02 {
		margin-top: 4.0rem;
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap02 div.book_item {
		width: 100%;
		padding: 2.0rem;
		margin-right: 0;
	}
	
	section.published div.common_wrap div.books_area div.book_wrap02 div.book_item div,image {
		width: 100%;
	}
	

	
	section.published div.common_wrap div.books_area div.book_wrap02 div.book_item a.book_link {
		margin-top: 1.6rem;
		width: 100%;
		padding:  .6rem 0;
	}
}
/*detail_html*/

/*inner_header*/

header.inner_header {
	width: 100%;
	margin: min(2.5rem, 25px) auto 0;
	padding: 0 20px;
	font-family: 'Shippori Mincho', serif;
}

header.inner_header div.inner_header_wrap {
	background-image: url(_img/bg_inner_header.jpg);
	background-size: cover;
	background-position: center center;
	border-radius: 25px;
	padding-bottom: min(4rem, 40px);
}

header.inner_header div.inner_header_wrap_s {
	padding: 0 min(2rem, 20px);
	display: flex;
	justify-content: space-between;
	align-items: end;
}

header.inner_header div.inner_header_wrap_s h1 {
	width: min(23rem, 230px);
}

header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: min(1rem, 10px);
}

header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul li.gnav_li a {
	display: block;
	font-size: min(1.4rem, 14px);
	padding: 0 min(1rem, 10px);
	color: #fff;
	text-align: center;
}

header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul li.gnav_li02 a {
	display: block;
	font-size: min(1.6rem, 16px);
	width: min(17.4rem, 174px);
	height: min(6.8rem, 68px);
	background-color: #fff;
	color: #682556;
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul li.gnav_li03 a {
	width: min(15rem, 150px);
}

header.inner_header div.inner_header_wrap h2.h2_ttl {
	margin-top: min(5rem, 50px);
	font-size: min(4rem, 40px);
	text-align: center;
	font-weight: 700;
	color: #fff;
}

@media (max-width: 1299px) {
	header.inner_header div.inner_header_wrap_s h1 {
		width: min(18rem, 180px);
	}
	
	header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul {
		gap: min(.4rem, 4px);
	}
	
	header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul li.gnav_li a {
		font-size: min(1.2rem, 12px);
		padding: 0 min(.4rem, 4px);
	}
	
	header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul li.gnav_li02 a {
		font-size: min(1.3rem, 13px);
		width: min(15rem, 150px);
		height: min(6.8rem, 68px);
		background-color: #fff;
	}
	
	header.inner_header div.inner_header_wrap_s nav.gnav ul.gnav_ul li.gnav_li03 a {
		width: min(11rem, 110px);
	}
}

@media (max-width: 799px) {
	header.inner_header {
		max-width: 100%;
		margin: 1.6rem auto 0;
		padding: 0 2.0rem;
	}
	
	header.inner_header div.inner_header_wrap {
		border-radius: 1.4rem;
		padding-bottom: 2rem;
	}
	
	header.inner_header div.inner_header_wrap_s {
		padding: 1rem;
	}
	
	header.inner_header div.inner_header_wrap_s h1 {
		width: 54%;
	}
	
	header.inner_header div.inner_header_wrap h2.h2_ttl {
		margin-top: 3.2rem;
		font-size: 2.8rem;
	}	
}

main.detail section.detail {
	width: 100%;
}

main.detail section.detail div.book_info {
	width: 100%;
	display: flex;
	gap: min(12rem, 120px);
}

main.detail section.detail div.book_info div.image {
	width: min(37rem, 370px);
}

main.detail section.detail div.book_info div.txt_area {
	flex: 1;
	font-family: 'Shippori Mincho', serif;
}

main.detail section.detail div.book_info div.txt_area p.book_ttl {
	font-size: min(3rem, 30px);
	font-weight: 700;
	line-height: 1.8;
}

main.detail section.detail div.book_info div.txt_area p.book_info {
	font-size: min(1.6rem, 16px);
	font-weight: 700;
	padding: min(1.6rem, 16px) 0;
	border-bottom: 2px dotted #d7d5d3;
}

main.detail section.detail div.book_info div.txt_area p.book_info:nth-of-type(2) {
	margin-top: min(3.2rem, 32px);
}

main.detail section.detail div.book_info div.txt_area div.sns {
	margin-top: min(3.2rem, 32px);
	display: flex;
	justify-content: start;
	align-items: center;
	gap: min(2rem, 20px);
}

main.detail section.detail div.book_info div.txt_area div.sns a.sns_item {
	width: min(3rem, 30px);
}

main.detail section.detail div.book_info div.txt_area a.link_btn {
	margin-top: min(3.2rem, 32px);
	display: block;
	width: min(35rem, 350px);
	padding: min(1.6rem, 16px) 0;
	text-align: center;
	font-size: min(2rem, 20px);
	font-weight: 700;
	color: #fff;
	border-radius: 99px;
	background: linear-gradient(to right, #2385ff 0%, #51127f 100%);
	position: relative;
}

main.detail section.detail div.book_info div.txt_area a.link_btn.gray {
	background: #838383;
	pointer-events: none;
	color: #dfdfdf;
}

main.detail section.detail div.book_info div.txt_area a.link_btn::after {
	position: absolute;
	display: block;
	content: '';
	background-image: url(_img/icon_newBook_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: min(.8rem, 8px);
	height: min(1.2rem, 12px);
	top: 0;
	bottom: 0;
	margin: auto;
	right: min(3.2rem, 32px);
}

main.detail section.detail div.book_info div.txt_area a.link_btn.gray::after {
	content: none;
}

@media (max-width: 799px) {
	
	main.detail section.detail div.book_info {
		flex-direction: column;
		gap: 4.0rem;
	}
	
	main.detail section.detail div.book_info div.image {
		width: 100%;
	}
	
	main.detail section.detail div.book_info div.txt_area {
		width: 100%;
	}
	
	main.detail section.detail div.book_info div.txt_area p.book_ttl {
		font-size: 2.0rem;
	}
	
	main.detail section.detail div.book_info div.txt_area p.book_info {
		font-size: 1.4rem;
		padding: .8rem 0;
		border-bottom: 2px dotted #d7d5d3;
	}
	
	main.detail section.detail div.book_info div.txt_area p.book_info:nth-of-type(2) {
		margin-top: 2.0rem;
	}
	
	main.detail section.detail div.book_info div.txt_area div.sns {
		margin-top: 2.0rem;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2.0rem;
	}
	
	main.detail section.detail div.book_info div.txt_area div.sns a.sns_item {
		width: 4.0rem;
	}
	
	main.detail section.detail div.book_info div.txt_area a.link_btn {
		margin-top: 2.4rem;
		width: 100%;
		padding: 1.2rem 0;
		font-size: 1.4rem;
	}
	
	main.detail section.detail div.book_info div.txt_area a.link_btn::after {
		width: .8rem;
		height: 1.2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 3.2rem;
	}
}

/* ============================================================================== */

main.detail section.detail ul.tab_area {
	margin-top: min(7rem, 70px);
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	font-family: 'Shippori Mincho', serif;
}

main.detail section.detail ul.tab_area.tab_area02 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

main.detail section.detail ul.tab_area li.tab_item {
	width: 100%;
	padding: min(.8rem, 8px) 0;
	background-color: #d9d8d6;
	color: #51127f;
	font-size: min(1.6rem, 16px);
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #51127f;
	cursor: pointer;
}

main.detail section.detail ul.tab_area li.tab_item.active {
	background-color: #51127f;
	color: #fff;
	border-bottom: none;
}

main.detail section.detail ul.tab_area li.tab_item:not(.active):hover {
	opacity: .6;
}

main.detail section.detail div.panel_area {
	margin: min(5rem, 50px) auto 0;
	width: 90%;
}

main.detail section.detail div.panel_area div.panel {
	font-size: min(1.6rem, 16px);
	font-weight: 500;
	line-height: 2;
	display: none;
}

main.detail section.detail div.panel_area div.panel.active {
	display: block;
}

main.detail section.detail div.panel_area div.panel h3.contents_ttl_h3 {
	line-height: 1;
	font-size: min(2.4rem, 24px);
	font-weight: 700;
	color: #585858;
}

main.detail section.detail div.panel_area div.panel h3.contents_ttl_h3:not(:first-of-type) {
	margin-top: min(5rem, 50px);
}
	
main.detail section.detail div.panel_area div.panel h4.contents_ttl {
	font-size: min(2.1rem, 21px);
	font-weight: 700;
	color: #51127f;
	padding-bottom: min(.4rem, 4px);
	border-bottom: 1px solid #51127f;
}

main.detail section.detail div.panel_area div.panel h4.contents_ttl:not(:first-of-type) {
	margin-top: min(5rem, 50px);
}

main.detail section.detail div.panel_area div.panel h4.contents_ttl.gpt_h4_01 {
	margin-top: min(5rem, 50px);
}

main.detail section.detail div.panel_area div.panel ul.contents_list {
	margin-top: min(2rem, 20px);
}

main.detail section.detail div.panel_area div.panel ul.contents_list li {
	font-size: min(1.6rem, 16px);
	font-weight: 500;
}

main.detail section.detail div.panel_area div.panel ul.contents_list li + li {
	margin-top: min(.8rem, 8px);
}

main.detail section.detail div.panel_area div.panel div.prof_area {
	display: flex;
	gap: min(6rem, 60px);
}

main.detail section.detail div.panel_area div.panel div.prof_area:not(:first-of-type) {
	margin-top: min(6rem, 60px);
}

@media (max-width: 799px) {
	main.detail section.detail div.panel_area div.panel div.prof_area:not(:first-of-type) {
		margin-top: 3rem;
	}
}

main.detail section.detail div.panel_area div.panel div.prof_area div.prof_img {
	width: min(24rem, 240px);
}

main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt {
	flex: 1;
	font-size: min(1.6rem, 16px);
	font-weight: 500;
	line-height: 2;
}

main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt span {
	display: block;
	font-size: min(1.8rem, 18px);
	font-weight: 700;
	line-height: 1;
	margin-bottom: min(1.6rem, 16px);
}

main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt strong {
	display: block;
	font-size: min(1.8rem, 18px);
	font-weight: 500;
}

main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt strong:last-of-type {
	margin-bottom: min(1.6rem, 16px);
}

main.detail section.detail p.prof_note {
	margin-top: min(4rem, 40px);
	font-size: min(2rem, 20px);
	font-weight: 700;
}

#topics div.topics_wrap + div.topics_wrap {
	margin-top: min(10rem, 100px);
}

#topics div.topics_wrap h3.topics_ttl {
	line-height: 1;
	padding-top: min(2rem, 20px);
	position: relative;
}

#topics div.topics_wrap h3.topics_ttl::before {
	position: absolute;
	display: block;
	content: '';
	width: min(4rem, 40px);
	height: 0;
	border-bottom: min(.8rem, 8px) dotted #51127f;
	top: 0;
	left: 0;
}

#topics div.topics_wrap h3.topics_ttl a.topics_link {
	font-size: min(2.4rem, 24px);
	font-weight: 700;
	line-height: 1.4;
	color: #51127f;
	text-decoration: underline;
}

#topics div.topics_wrap h3.topics_ttl a.topics_link span {
	display: block;
	font-size: min(2.0rem, 20px);
	font-weight: 700;
	line-height: 1;
	color: #51127f;
	margin-top: min(.8rem, 8px);
}

#topics div.topics_wrap h3.topics_ttl a.topics_link.past {
	text-decoration: none;
	pointer-events: none;
}

#topics div.topics_wrap p.topics_txt {
	margin-top: min(2rem, 20px);
	font-size: min(1.8rem, 18px);
	font-weight: 500;
	line-height: 1.6;
}

#topics div.topics_wrap div.topics_images {
	margin-top: min(2rem, 20px);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: min(4rem, 40px);
}

#topics div.topics_wrap div.topics_image {
	width: 100%;
	height: min(25rem, 250px);
}

#topics div.topics_wrap div.topics_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 799px) {
	main.detail section.detail ul.tab_area {
		margin-top: 8rem;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0;
	}

	main.detail section.detail ul.tab_area.tab_area02 {
		grid-template-columns: 1fr 1fr;
		gap: 0.4rem;
	}
	
	main.detail section.detail ul.tab_area li.tab_item {
		padding: .6rem 0;
		font-size: 1.0rem;
	}

	main.detail section.detail div.panel_area {
		margin: 3.2rem auto 0;
		width: 95%;
	}
	
	main.detail section.detail div.panel_area div.panel {
		font-size: 1.4rem;
	}
	
	main.detail section.detail div.panel_area div.panel h4.contents_ttl {
		font-size: 1.6rem;
		line-height: 1.4;
		padding-bottom: .4rem;
		border-bottom: 1px solid #51127f;
		text-align: center;
	}
	
	main.detail section.detail div.panel_area div.panel h4.contents_ttl:not(:first-of-type) {
		margin-top: 3.2rem;
	}
	
	main.detail section.detail div.panel_area div.panel ul.contents_list {
		margin-top: 1.6rem;
	}
	
	main.detail section.detail div.panel_area div.panel ul.contents_list li {
		font-size: 1.3rem;
	}
	
	main.detail section.detail div.panel_area div.panel ul.contents_list li + li {
		margin-top: .4rem;
	}
	
	main.detail section.detail div.panel_area div.panel div.prof_area {
		flex-direction: column;
		gap: 4.0rem;
	}
	
	main.detail section.detail div.panel_area div.panel div.prof_area div.prof_img {
		width: 100%;
	}
	
	main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt {
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	
	main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt span {
		display: inline-block;
		font-size: 1.6rem;
		margin-bottom: 1.6rem;
		font-weight: 700;
	}

	main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt strong {
		font-size: 1.4rem;
	}
	
	main.detail section.detail div.panel_area div.panel div.prof_area div.prof_txt strong:last-of-type {
		margin-bottom: 0.8rem;
	}
	
	main.detail section.detail p.prof_note {
		margin-top: 2rem;
		font-size: 1.8rem;
	}

	#topics div.topics_wrap + div.topics_wrap {
		margin-top: 6rem;
	}

	#topics div.topics_wrap h3.topics_ttl {
		padding-top: 1.6rem;
	}

	#topics div.topics_wrap h3.topics_ttl::before {
		width: 2.4rem;
		border-bottom: .6rem dotted #51127f;
	}

	#topics div.topics_wrap h3.topics_ttl a.topics_link {
		display: block;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	
	#topics div.topics_wrap h3.topics_ttl a.topics_link span {
		font-size: 1.4rem;
		margin-top: 0.4rem;
	}
	
	#topics div.topics_wrap p.topics_txt {
		margin: 1rem;
		font-size: 1.4rem;
	}
	
	#topics div.topics_wrap div.topics_images {
		margin-top: 1rem;
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	
	#topics div.topics_wrap div.topics_image {
		height: 20rem;
	}
}

/* ----------------------------------------------------------------------
 下層ページ スマホメニュー
---------------------------------------------------------------------- */

div.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #51127f;
	opacity: 0;
	pointer-events: none;
	transition: all .8s;
}

div.overlay.show {
	opacity: 1;
	pointer-events: auto;
}

div.overlay nav.gnav {
	padding: 8.0rem 4.0rem;
	font-family: 'Shippori Mincho', serif;
}

div.overlay nav.gnav li.gnav_li + li.gnav_li {
	margin-top: 2.4rem;
}

div.overlay nav.gnav li.gnav_li a {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

div.overlay nav.gnav li.gnav_li02 a {
	width: 20.0rem;
	height: 6.0rem;
	border-radius: 99px;
	background-color: #fff;
	color: #51127f;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ----------------------------------------------------------------------
 おしらせ一覧
---------------------------------------------------------------------- */
.info_archive .news_list {
	padding: min(5rem, 50px) 0 min(5rem, 50px) min(10rem, 100px);
}
.info_archive .news_list table a {
	text-decoration: underline;
	color: #51127f;
}
.info_archive .news_list th,
.info_archive .news_list td {
	padding: min(1.5rem, 15px) 0;
}
.info_archive .news_list th {
	font-weight: 400;
	vertical-align: top;
}
.info_archive .news_list td {
	padding-left: min(2rem, 20px);
}
.info a.info_archive_link {
	    font-family: 'Shippori Mincho', serif;
	display: block;
	margin-top: min(5rem, 50px);
	width: min(25rem, 250px);
	padding: min(1rem, 10px) 0;
	color: #fff;
	background: linear-gradient(to right, #2385ff 0%, #51127f 100%);
	font-size: min(1.6rem, 16px);
	font-weight: 700;
	text-align: center;
	border-radius: 99px;
	position: relative;
}

.info a.info_archive_link::after {
	position: absolute;
	display: block;
	content: '';
	background-image: url(_img/icon_newBook_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: min(.6rem, 6px);
	height: min(1rem, 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	right: min(2.4rem, 24px);
}
@media(max-width: 799px) {
.info_archive {
display: block;
	margin: 3rem 2rem;
}
.info_archive .main_ttl_set {
	width: auto;
}
.info_archive .news_list {
	padding: 0px;
	margin: auto;
	border: none;
}
.info_archive .news_list th {
	padding: 0;
	padding-bottom:.5rem;
}
.info_archive .news_list td {
	padding: 0;
	padding-bottom: 3.0rem;
	font-weight: 700;
	}
.info_archive .news_list th,
.info_archive .news_list td {
display: block;
}
.info a.info_archive_link {
		margin: 0 auto;
		width: 64%;
		padding: 1.2rem 0;
		font-size: 1.4rem;
	}
.info a.info_archive_link::after {
		width: .6rem;
		height: 1.0rem;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 2.4rem;
	}
}