@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
img{
	line-height:1;
	vertical-align:bottom;
}

/************** layout base ********************/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img{ max-width:100%;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}
.f20{ font-size:20px !important;}
.f22{ font-size:22px !important;}
.f24{ font-size:24px !important;}

.txtRed{ color:#D80000;}

.fLeft{ float:left;}
.fRight{ float:right;}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop55{ margin-top:55px !important;}
.mTop60{ margin-top:60px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm55{ margin-bottom:55px !important;}
.mBtm60{ margin-bottom:60px !important;}
.mBtm70{ margin-bottom:70px !important;}
.mBtm80{ margin-bottom:80px !important;}
.mBtm90{ margin-bottom:90px !important;}
.mBtm100{ margin-bottom:100px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm55{ padding-bottom:55px !important;}
.pBtm60{ padding-bottom:60px !important;}

/************** layout base ********************/
html {
  scroll-behavior: smooth;
}
main section {
  scroll-margin-top: 100px;
}
#materialsContact {
  scroll-margin-top: 50vh;
}
@media screen and (max-width: 768px) {
section {
  scroll-margin-top: 70px;
}
#materialsContact {
  scroll-margin-top: 50svh;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

body{
	background: #ffffff;
	font-family: "Zen Kaku Gothic New","游ゴシック", YuGothic, "Yu Gothic", "游ゴシック体","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: 400;
	font-style: normal;
	line-height:1.8;
	color:#1C2340;
 padding-top: 116px;
}
@media screen and (max-width: 768px) {
 body{
  padding-top: 76px;
 }
}/*-SP only-*/

ol,ul {
	list-style:none;
}

p,dt,dd,li,td,th{
	font-size:14px;
}

h1,h2,h3,h4,h5,h6{
	line-height: 150%;
	font-weight: 500;
}

a{ 
	color: var(--base);
	text-decoration: none;
	transition: opacity 0.3s;
}
a:hover{	opacity: 0.75;}
a:link{}


/*------------------ color ----------------*/

:root {
  --base: #1C2340;
	--gray: #F7F7F7;
}

/*------------------ font----------------*/

.fontEN{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
	font-weight: 700;
}

/*------------------ layout----------------*/
.inner{
	width: min(94%, 1124px);
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flexWrap{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.pc{display: none;}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.sp{display: none;}
	.pcFlex{		display: flex;	}
}
@media screen and (min-width: 477px) {
	.sp{display: none;}
}/* //end for PC */


/*------------------ text ----------------*/
.note{
	display: block;
	font-size: 12px;
	font-weight: 400;
}



/* header
---------------------------------------------------------------------------- */
header{ 
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
	height: 116px;
   text-align: center;
   background: #FFF;
	 z-index: 1;
}
header.fixed{ 
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1000;
   width: 100%;
	height: 100px;
}
.headerInner{
	position: relative;
	width: 96vw;
    height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.headerInner #logo{
	position: absolute;
	display: grid;
	place-content: center;
	width: 209px;
	font-size: 0;
	padding: 33px 0 24px;
	background: #ffffff;
	border-radius: 8px;
	transition: 0.3s;
}
.headerInner #logo img{
	width: 137px;
}
header.fixed #logo{ 
	width: 93px;
	padding: 14px 0 15px 0;
}
header.fixed #logo img{ 
	width: 93px;
}
.headerInner #logo a{
	display: block;
}
@media screen and (max-width: 768px) {
	header{		
	height: 76px;
	}
	header.fixed{		
	height: 70px;
	}
.headerInner #logo{
	width: 132px;
	padding: 20px 8px 15px;
}
.headerInner #logo img{
	width: 87px;
}
header.fixed #logo{ 
	width: calc(66px + 16px);
	padding: 9px 8px 10px;
}
header.fixed #logo img{ 
	width: 66px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

/*		gNavi
-----------------------------*/
#gNavi li{
}
.headerInner #gNavi{
	margin-left: auto;
	padding: 0 24px 0 0;
	display: grid;
	align-items: center;
}
.headerInner #gNavi ul{
	display: flex;
	justify-content: end;
	gap: 0 30px;
}
header:not(.fixed) .headerInner #gNavi ul{
	flex-wrap: wrap;
}
.headerInner #gNavi ul li{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
	font-weight: 700;
	font-size: 16px;	
	letter-spacing: 0.1em;
	text-align: left;
}
.headerInner #gNavi ul li a{
	display: block;
}
@media screen and (max-width: 500px) {
header:not(.fixed) .headerInner #gNavi{
	width: 220px;
}
}/* //end for SP */
@media screen and (max-width: 768px) {
header:not(.fixed) .headerInner #gNavi{
	padding: 10px 0 11px;
}
.headerInner #gNavi ul{
	gap: 5px 0px;
	justify-content: center;
}
.headerInner #gNavi ul li{
  width: 5.2em;
	font-size: 14px;
	text-align: center;
}
header.fixed .headerInner #gNavi{
	padding: 10px 0 11px;
}
header.fixed .headerInner #gNavi ul{
	gap: 5px 3vw;
	justify-content: end;
}
header.fixed .headerInner #gNavi ul li{
  width: auto;
	font-size: 12px;
	text-align: left;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */





/* main
---------------------------------------------------------------------------- */

/*		#mv
-----------------------------*/
#mv{
	position: relative;
	padding: 46px 0 46px;
	background: url('images/mv_bg.jpg') no-repeat center bottom /cover;
 height: 720px;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.mvSliderWrap {
  display: flex;
  overflow: hidden;
}
.scroll {
  display: flex;
  padding: 0
}
.scroll {
 /**/ animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
 .scroll li{
  flex:0 0 auto;
 }
@media screen and (min-width: 769px) {
 .scroll li{
 margin-right: 66px;
 }
.scroll .item01{
 width: 379px;
 margin-top: 208px;
 margin-left: 26px;
 }
.scroll .item02{
 width: 350px;
 margin-right: 0px;
 } 
.scroll .item03{
 width: 325px;
 margin-top: 271px;
 margin-left: -159px;
 }
.scroll .item04{
 width: 340px;
 margin-top: 143px;
 }
.scroll .item05{
 width: 379px;
 }
.scroll .item06{
 width: 350px;
 margin-top: 267px;
 margin-right: 47px;
 }
}/*-PC only-*/


#mvLead {
	padding: 0 3%;
	text-align: right;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1.5em;
	letter-spacing: 0.07em;
	color: #ffffff;
}
.mvNote{
	margin-left: min(1.1vw,16px);
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
#mv{
	padding: 61px 0 49px;
	background: url('images/mv_bg_sp.jpg') no-repeat center bottom / cover;
 height: 750px;
}
#mvLead {
 margin-top: 37px;
	font-size:min(6.32vw, 24px);
}
.mvNote{
	margin-left: min(6.32vw, 24px);
}
.scroll .item01{
 width: 321px;
 /*margin-left: 42px;*/
 margin-left: -10px;
 }
.scroll .item02{
 width: 293px;
 margin-top: 288px;
 margin-left: -186px;
 } 
.scroll .item03{
 width: 270px;
 margin-top: 25px;
 margin-left: -8px;
 }
.scroll .item04{
 width: 299px;
 margin-top: 250px;
 margin-left: -74px;
 margin-right: 43px;
 }
.scroll .item05{
 width: 323px;
 margin-top: 21px;
 }
.scroll .item06{
 width: 285px;
 margin-top: 310px;
 margin-left: -135px;
 /*margin-right: 28px;*/
 margin-right: 70px;
 }
}
@media screen and (max-width: 477px) {
#mv{
	padding: 61px 0 49px;
	background: url('images/mv_bg_sp.jpg') no-repeat center bottom / cover;
 height: 775px;
}
}/* //end for SP */
/*/


/*		main common
-----------------------------*/
main section:has(.secTi) .secInner{
	margin-top: 100px;
}
main section .secTi{
	margin-bottom: 60px;
	font-size: 38px;
	line-height: 1.5em;
	letter-spacing: 0.15em;	
}
main section .secTi .fontEN{
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
main section h3{
	margin: 0 20px 30px 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}
main section .lead{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
main section .secTi{
	padding: 40px 0 0 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 173px 145px;
	background-image: url("images/bg_title_blue.svg");
	
	font-size: 26px;
}
main section .secTi .fontEN{
	margin-bottom: 10px;
	font-size: 14px;
}
main section#plan .secTi{
	background-image: url("images/bg_title_green.svg");
}
main section#case .secTi{
	background-image: url("images/bg_title_pink.svg");
}
main section#contents .secTi{
	background-image: url("images/bg_title_brown.svg");
}
main section h3{
	font-size: 21px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
main section:has(.secTi) .secInner{
	padding: 56px 0 0 53px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 173px 145px;
	background-image: url("images/bg_title_blue.svg");
}
main section#plan:has(.secTi) .secInner{
	background-image: url("images/bg_title_green.svg");
}
main section#case:has(.secTi) .secInner{
	background-image: url("images/bg_title_pink.svg");
}
main section#contents:has(.secTi) .secInner{
	background-image: url("images/bg_title_brown.svg");
}
}/* //end for PC */

.btnWrap{
	text-align: center;
}
.btn{
	position: relative;
	display: inline-block;
	background: var(--base);
	border-radius: 30px;
	padding-right: 30px;
	padding-left: 30px;
	min-width: 200px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.icArrow::after{
	content: "";
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url("images/ic_arrow.svg") no-repeat center center / 100% auto;
}
.btn.icArrow::after{
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
span.icArrow::after{
	margin-left: 10px;
}
.icWindows::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("images/ic_windows_bk.svg") no-repeat center center / 100% auto;

	margin-left: 4px;
}
.btn .icWindows::after{
	background: url("images/ic_windows.svg") no-repeat center center / 100% auto;
}
.icPDF::after{
	content: "PDF";
	display: inline-block;
	background: #ffffff;
	border-radius: 2px;
	width: 30px;
	height: 15px;
	line-height: 15px;
	color: var(--base);
	font-size: 12px;

	margin-left: 5px;
}

/*		#about
-----------------------------*/
#about {

}
#aboutLead {
	padding: 0 0 120px;
}
#about .txts{
	padding-bottom: 40px;
}
#about .txts p{
	font-size: 20px;
	line-height: 1.9em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#about .txts p + p{
	margin-top: 1.9em;
}
#about .txts p.note{
	font-size: 14px;
}
#about .video{
	position: relative;
    width: min(100%, 500px);
    margin-left: auto;
}
#about .video video{
	width: 100%;
	height: auto;
  display: block;
}
#about .video .note{
	text-align: right;
}
/* カスタム再生ボタン */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: white url("images/ic_play.svg") no-repeat center center / 100% auto;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s display;
}
@media screen and (max-width: 768px) {
#about .txts{
	padding-bottom: 30px;
}
#about .txts p,
#about .video{
    margin-right: 15px;
    margin-left: 15px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#aboutLead.pcFlex {
	align-items: end;
	/*gap: 0 60px;*/
}
#aboutLead.pcFlex .txts {
	flex: 1;
}
#aboutLead.pcFlex .video {
	flex: 1;
	max-width: 500px;
}
}/* //end for PC */

#books {
	padding: 0 0 100px;
}
#booksSubTi {
	margin-bottom: 30px;
}
#booksSubTi p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8em;
	letter-spacing: 0em;
}
.booksList {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  border: solid var(--base);
  border-width: 0 0 1px 1px;
}
.booksList dl {
	position: relative;
	width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: stretch;

  border: solid var(--base);
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
}
.booksList dl > dt,
.booksList dl > dd {
  order: 0;
}
.booksList dl > dt {
  order: 2;
	margin: 16px 33px 0;
	line-height: 1.5em;
	letter-spacing: 0;
}
.booksList dl > dt .bookTi {
	display: block;
	margin-bottom: 0.8em;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
    line-height: normal;
}
.booksList dl > dt .bookInfo {
	font-size: 14px;
	font-weight: 500;
	color: #666666;
}
.booksList dl > dd.img {
	position: relative;
  order: 1;
  display: grid;
  place-content: center;
	margin: 14px 12px 0;
	padding: 10px;
	height: 257px;
	background: #F7F7F7;
	text-align: center;
}
.booksList dl > dd.img figure{
	width: 100%;/*208px*/
	height: 175px;
}
.booksList dl > dd.img figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.booksList dl > dd.txt {
	position: relative;
  order: 3;
	margin: 10px 33px 32px;
	padding: 16px 0 0 0;
	border-top: 1px dashed var(--base);
}
.booksList dl > dd.txt p{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
}
.booksList dl > dd.txt p.recommend{
	margin-top: 18px;
	font-size: 14px;
}
.booksList dl > dd.txt p.recommend::before{
	content: "";
	margin-bottom: 4px;
	display: block;
	height: 18px;
	width: 100%;
	background: url("images/ic_baloon.svg") no-repeat left bottom / auto 100%;
}
/*●飾り*/
.booksList::before,
.booksList::after,
.booksList dl::before,
.booksList dl::after,
.booksList dl > dd.img::after {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--base);
}
.booksList::before{
	left: -4px;
	top: -4px;
}
.booksList::after {
	left: -4px;
	bottom: -4px;
}
.booksList dl::before{
	left: -4px;
	bottom: -4px;
}
.booksList dl::after {
	right: -4px;
	bottom: -4px;
}
.booksList dl > dd.img::after{
	right: -16px;
	top: -18px;
}
@media screen and (max-width: 768px) {
#books {
	padding: 0 15px 100px;
}
.booksList dl {
	width: calc(100% / 2);
}
}
@media screen and (max-width: 648px) {
.booksList dl {
	width: 100%;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#booksSubTi.pcFlex{
	justify-content: space-between;
	align-items: flex-start;
}
#booksSubTi.pcFlex p{
	width: min(75%, 700px);
}
}/* //end for PC */

.booksList + .note{
	margin-top: 20px;
}

#books .btnWrap{
	margin-top: 50px;
}
#books .btnWrap .btn{
	width: 260px;
	height: 58px;
	line-height: 58px;
}
@media screen and (max-width: 768px) {
#books .btnWrap .btn + .btn{
	margin-top: 30px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
#books .btnWrap.pcFlex{
	justify-content: center;
	gap: 0 5%;
}
}/* //end for PC */


/*		#reference
-----------------------------*/
#reference {
	/*width: min(96%, 1280px);*/
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 40px;
}
#reference figure{
	position: relative;
}
.referenceNote{
    position: absolute;
    bottom: 8px;
    left: min(1.1vw, 16px);
    font-size: 12px;
	font-weight: 500;
    color: #ffffff
}
@media screen and (max-width: 768px) {
#reference {
	padding-left: 20px;
}
}/* //end for SP */
@media screen and (min-width: 1293px) {
#reference {
	max-width: 1293px;
	padding-left: 53px;
}
}/* //end for PC */


/*		#plan
-----------------------------*/
#plan .lead {
	margin-bottom: 60px;
}
#plan h3 {
	margin: 60px 0 40px;
}
.displayBox ol{
	counter-reset: item;
}
.displayBox ol > li{
	position: relative;
	display: flex;
	gap: 20px min(3.2%,32px);
  counter-increment: item;
  padding-bottom: 40px;
	font-size: 20px;
	font-weight: 700;
}
.displayBox ol > li:not(:last-of-type)::after{
	position: absolute;
    top: 80px;
    left: 36px;
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background-color: #D4D9EC;
}
.displayBox ol > li .listTitle::before{
  content: counter(item) ". ";
	margin-right: 5px;
  font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1em;
}
.displayBox ol > li figure{
    margin-top: 8px;
	width: 72px;
	height: 72px;
}
.displayBox ol > li div{
	flex: 1;
}
.displayBox ol > li p{
	margin-top: 8px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {	
.displayBox ol > li figure{
    margin-top: 4px;
	width: 50px;
	height: 50px;
}
.displayBox ol > li:not(:last-of-type)::after{
    top: 54px;
    left: 23px;
}
.displayBox ol > li .listTitle::before{
	margin-right: 0;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

.caseBox{
	margin-top: 32px;

}

.caseBoxWrap{
	margin-bottom: 55px;
}
main section#case .lead{
	font-size: 28px;
}
.caseBox h3{
	background-color: #EDF0FE;
	margin-bottom: 15px;
	padding: 8px 10px;
	font-weight: 500;
	font-size: 18px;
}
.caseBox h3 span{
	font-weight: 700;
	font-size: 20px;
}
.caseBox .pcFlex{
	gap: 20px 4%;
}
.caseBox figure{
	width: min(100%, 252px);
}
.caseBox .txts{
	flex: 1;
}
.caseBox .txts p{
	font-size: 16px;
}
.caseBox .txts p:not(.link):not(.place){
	margin-right: 1em;
}
.caseBox .txts p.place{
	margin-bottom: 10px;
	font-size: 18px;
}
.caseBox .txts p.link a{
	text-decoration: none;
}
.caseBox .txts p.link{
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}
.caseBox .txts p.link a.arrow::after{
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background: url('images/ic_windows2.svg') no-repeat center center / 100%;

}
.caseBox .txts p.link a span{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {	
main section#case .lead{
	font-size: 18px;
}
.caseBox .pcFlex figure{
	margin-bottom: 10px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

.voiceBox {
	border: 1px solid var(--base);
	border-radius: 0 20px 0 20px;
	margin-top: 28px;
	padding: 30px 2.06%;
}
.voiceBox h3{
	margin-bottom: 10px;
	display: flex;
	gap: 0 7px;
	font-size: 18px;
}
.voiceBox h3::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 27px;
	background: url('images/ic_baloon2.svg') no-repeat left center;
}
.voiceBox li{
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	font-size: 16px;
}
.voiceBox li::before{
	position: absolute;
	top: 13px;
	left: 14px;
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: var(--base);
	border-radius: 50%;
}

.faqBox{
	background: #F7F7F7;
	border-radius: 6px;
}
.faqBox + .faqBox{
	margin-top: 28px;
}
.faqBox dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
	padding: 30px 3%;
	gap: 0 10px;
}
.faqBox dt:hover{
	opacity: 0.75;
}
.faqBox dt::after{	
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	background: url('images/ic_arrow_base.svg') no-repeat center center / 100% auto;
	transform: rotate(180deg);
	transition: transform 0.4s ease;
}
.faqBox.active dt::after{	
	transform: rotate(180deg) rotateX(-180deg);
}
.faqBox dt span{
	position: relative;	
	padding-left: 42px;
}
.faqBox dt span::before{
	position: absolute;
	top: 0;
	left: 0;
    content: "Q.";
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1em;	
}
.faqBox dd{
	position: relative;
	padding: 0 calc(3% + 30px) 30px calc(3% + 42px);
	display: none;
}
.faqBox.active dd{
}
.faqBox dd::before{
	position: absolute;
	top: 0;
	left: 3.2%;
    content: "A.";
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1em;	
}
.faqBox dd p{
	font-size: 16px;
	color: #63697E;
}
#faqContact.btnWrap{
	margin-top: 60px;
}


.caseList.flexWrap{
	gap: 32px 4%;
}
.caseList.flexWrap li{
	width: calc((100% - 8%)/3);
}
.caseList.flexWrap li p{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
#plan .lead,
#plan .displayBox,
#plan .caseBox,
#plan .materialsBox {
	margin-right: 15px;
	margin-left: 15px;
}
.caseList.flexWrap li{
	width: calc((100% - 4%)/2);
}
}/* //end for SP */
@media screen and (max-width: 648px) {
.caseList.flexWrap li{
	width: calc((100% - 4%)/2);
}
}/* //end for SP */
@media screen and (min-width: 769px) {
}/* //end for PC */

.materialsBox {
	margin-top: 60px;
}
#materialsSubTi{
	margin-bottom: 40px;
}
#materialsSubTi h3{
	margin: 0 20px 30px 0;
}
#materialsSubTi p{
	width: min(100%,594px);
	font-size: min(5.26vw, 20px);
}
.materialsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
	gap: min(1.87vw,20px);
}
.materialsList li{
	background: #F7F7F7;
	padding: 24px 3.2% 28px;
}
.materialsList li a{
	display: block;
}
.materialsList li figure{
	width: 100%;
}
.materialsList li figure > div{
	width: 100%;
	height: min(13.2vw,141px);
}
.materialsList li figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}
.materialsList li figcaption{
	margin-top: 6px;
	text-align: center;
	font-size: min(1.97vw,16px);
	line-height: 1.5;
}
.materialsBox .btnWrap{
	margin-top: 60px;
}
.materialsBox .btn,
#faqContact .btn{
	width: min(100%, 328px);
	height: 57px;
	line-height: 57px;
}
@media screen and (max-width: 768px) {
#materialsSubTi p{
	font-size: 18px;
}
#booksSubTi p, main section .lead{
	font-size: 18px;
}
.materialsList {
  grid-template-columns: repeat(2, 1fr);
}
.materialsList li{
}
.materialsList li figure > div,
.materialsList li.imgL figure > div{
	height: min(32vw,147px);
}
.materialsList li figcaption{
	font-size: 13px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {	
#materialsSubTi.pcFlex{
	justify-content: space-between;
        align-items: flex-start;
}
#materialsSubTi.flex h3{
	margin: 0;
}
#materialsSubTi.flex p{
	width: min(60%, 587px);
}
.materialsList.flex{
}
.materialsList li{
}
.materialsList li.imgL{
}
}/* //end for PC */

/*		#events 
-----------------------------*/
.eventList {
	width: min(96%, 1068px);
	border-top: 1px solid #CCCCCC;
}
.eventList li{
	border-bottom: 1px solid #CCCCCC;
}
.eventList li a{
	display: block;
	padding: 20px 0;
}
.eventList li .date{
  font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-size: 20px;
	transform: translateY(-0.15em);
}
.eventList li .title{
	font-weight: 500;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
.eventList{
	margin-right: 15px;
	margin-left: 15px;
	width: calc(100% - 30px);
}
.eventList li .date,
.eventList li .title{
	display: block;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
.eventList li a{
	display: flex;
}
.eventList li .date{
	width: 161px;
}
.eventList li .title{
}
}/* //end for PC */

/*		#contents
-----------------------------*/
#contents {
	padding-bottom: 113px;
}
.contentsList.pcFlex{
	border: solid var(--base);
	border-width: 1px 1px 0 0;
}
.contentsList.pcFlex li{
	width: 100%;
	padding: 38px 3% 51px;
	border: solid var(--base);
	border-width: 0 0 1px 1px;
	text-align: center;
}
.contentsList.pcFlex li figure{
	width: 47px;
	height: 41px;
	margin: 0 auto 20px;
	display: grid;
	place-content: center;
}
.contentsList.pcFlex li h3{
	margin-bottom: 28px;
	font-size: 18px;
	text-align: center;
}
.contentsList.pcFlex li p{
	font-size: 16px;
	text-align: center;
}
.contentsList.pcFlex li .btnWrap{
	margin-top: 50px;
}

.bannerWrap {
	margin-top: 59px;
	text-align: center;
}
.bannerWrap a{
	display: block;
	width: min(100%, 628px);
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.contentsList,
.bannerWrap{
	margin-right: 15px;
	margin-left: 15px;
}
}/* //end for SP */
@media screen and (min-width: 769px) {
	.contentsList.pcFlex li{
		flex: 1;
	}
}/* //end for PC */



/* footer
---------------------------------------------------------------------------- */
footer{
	padding: 24px 5%;
	background-color: var(--base);
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
