@charset "UTF-8";
/* CSS Document */
html{
	scroll-padding-top: 70px;
}
body {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	color: #2A1919;;
}
.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.bodoni-moda {
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a {
	color: rgba(0, 94, 255, 1.00);
}
.blur {
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.wrapper {
	width: auto;
}
header {
	 top: 0;
	position: fixed;
background: rgba(255, 255, 255, 0.8);
	z-index: 100;
	height: 75px;
	width: 100%;
 transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
}
.menu {
	padding: 30px;
	display: flex;
	width: 100%;
	justify-content: right;
	padding-right: 270px;
}
.logo {
	font-size: 40px;
	font-weight: 400;
	position: absolute;
	margin: 20px;
	/*background-image: url("../img/logo.png");*/
		background-image: url("../img/logo.svg");
	width: 364px;
	height: 25px;
	    background-repeat: no-repeat;
	top:4px;
}
.logo span {
	display: none;
}
.entry {
	right: 0px;
	display: block;
	position: fixed;
	width: 255px;
	height: 80px;
	z-index: 99;
	top: 0px;
}
.entry a {
	background-image: url("../img/entry_pc.png");
	background-repeat: no-repeat;
	display: block;
	width: 255px;
	height: 80px;
}
a:hover {
	transition: 0.3s;
	/*filter: brightness(1.5);*/
	opacity: 0.7;
}
a {
	transition: all 0.3s;
}
main {
	/* display: block;
  position: relative;
  top: 140px;*/
}
#content {
	display: block;
	position: relative;
	top: 140px;
	overflow: hidden;
}

.topArea {
	/* background-image: url("../img/main_visual.png");*/
	width: 1300px;
	height: 580px;
	margin: 0px auto 180px auto;
	padding: 0px 20px;
  text-align: center;
}
.entryArea {
	background-image: url("../img/bg01.png");
	background-size: cover;
	position: relative;
}
.entryArea .entry_image {
	width: 870px;
	margin: 0 auto;
	padding: 85px 0;
	position: relative;
}
.entryArea .entry_image .btn_entry {
	background-image: url("../img/btn_entry.png");
	width: 228px;
	height: 101px;
	position: absolute;
	top: 185px;
	right: -130px;
}
.btn_entry a {
	display: block;
	width: 228px;
	height: 101px;
}
.btn_entry span {
	display: none;
}
.btn_entry {
	transition: all 1s;
}
.btn_entry:hover {
	transform: translate(10px);
	filter: brightness(1.5);
}
section {
	padding: 100px 0px;
	overflow: visible;
}
.contents {
	margin: 0px auto;
	/*max-width: 930px;*/
	width: 930px;
}
.contents.about{
	margin: 0px auto;
	width: 1200px;
}
.contents .image {
	margin-bottom: 80px;
	text-align: center;
}
.contents .text_l {
	text-align: center;
	font-size: 26px;
	line-height: 2em;
	font-weight: 500;
}
.contents > div:nth-child(1) {
	display: block;
	height: 125px;
	width: 100%;
	background-position: -200px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	position: relative;
}
.contents > div h2 {
	font-size: 24px;
	font-weight: 500;
	vertical-align: middle;
	letter-spacing: 0.1em;
	z-index: 99;
}
/*.section_about {
  background-image: url("../img/section_about.png");
}*/
.bg_about {
	position: absolute;
	background-image: url("../img/section_about.png");
	background-repeat: no-repeat;
	top: 0px;
  left: -120px;
  width: 100%;
	height: 130px;
}
.bg_details {
	position: absolute;
	background-image: url("../img/section_details.png");
	background-repeat: no-repeat;
	top: 0px;
	left: -250px;
	width: 836px;
	height: 140px;
}
.bg_organization {
	position: absolute;
	background-image: url("../img/section_organization.png");
	background-repeat: no-repeat;
	top: 0px;
	left: -250px;
	width: 1476px;
	height: 145px;
}
.bg_message {
	position: absolute;
	background-image: url("../img/section_message.png");
	background-repeat: no-repeat;
	top: 0px;
	left: -250px;
	width: 874px;
	height: 145px;
}

.contents .phase_txt {
	margin-bottom: 30px;
	line-height: 1em;
	text-align: center;
	font-size: 28px;
}
div.title {
	width: 100%;
	position: relative;
	left: -35px
}
.title h3 {
	height: 100px;
	display: table;
	width: 100%;
}
h3 span.step {
	display: table-cell;
	vertical-align: middle;
	color: #e3f5d8;
	background: rgba(43, 24, 24, 1.00);
	width: 150px;
	padding: 20px 30px;
	font-size: 11px;
	line-height: 1.5em;
}
h3 span.step::first-line {
	font-size: 20px;
	/* display: ;*/
	line-height: 1.8em;
}
h3 span.step span {
	display: block;
}
h3 span.stepTitle {
	display: table-cell;
	vertical-align: middle;
	/*border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgb(214, 21, 24), rgb(143, 36, 39)) 1;
  */
}
h3 span.stepTitle span:nth-child(1) {
	color: rgb(214, 21, 24);
	font-weight: 400;
	font-size: 40px;
	display: block;
}
h3 span.stepTitle span:nth-child(2) {
	font-size: 10px;
}
.step_content {
	padding: 50px 80px;
	background-color: rgba(233, 233, 233, 1.00);
	margin-bottom: 80px;
}
.contents .step_content p {
	font-size: 20px;
	text-align: left;
	font-weight: 500;
}
.contents .step_content .box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
}
.contents .step_content .text {
	width: 45%;
}
.contents .step_content .text p {
	text-align: left;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: 500;
}
.contents .step_content .pict {
	width: 50%;
	margin-left: 3%;
	position: relative;
	top: -25px;
}
.contents .step_content .p_none {
	top: inherit;
}
.contents .step_content .pict img {
	width: 100%;
	height: auto;
}
.dtext {
	display: inline-block;
	background: rgba(42, 25, 25, 1.00);
	padding: 3px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	width: 100px;
	line-height: 1em;
}
.dtext + p {
	/*margin: 18px 0 40px 0 !important;*/
	margin: 10px 0 30px 0 !important;
	line-height: 1.8em;
	font-size: 20px;
}


small {
	color: rgba(149, 140, 140, 1.00);
	font-size: 13px;
	font-weight: 500;
}
.w400 {
	width: 300px;
}

.w250 {
	width: 250px;
}

.fs18{
	font-size: 18px !important;
}

.dtext.w400 + p {
	font-size: 16px;
	line-height: 1.8em;
}

.dtext.w250 + p {
	font-size: 15px;
	line-height: 1.8em;
}
.list-box {
	margin: 10px 0 40px 0 !important;
}
.list-design {
	display: block;
	margin: 0;
	padding: 0;
	width: initial;
}

.list-design li {
	border-bottom: 1px solid rgb(212, 209, 209);
	padding: 20px 0;
	list-style: decimal-leading-zero;
	list-style-type: none;
	counter-increment: cnt;
	font-size: 20px;
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
	font-weight: 500;
}
.list-design li:first-child {
	border-top: none;
	padding: 10px 0 10px;
    position: relative;
        padding-left: 2em;
}

.list-design li:last-child {
	border-bottom: none;
	padding: 10px 0;
    position: relative;
        padding-left: 2em;
}
.list-design li::before {
	content: "0"counter(cnt);
	margin-right: 10px;
	color: rgb(255, 78, 0);
	font-family: "Josefin Sans", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	position: absolute;
  left: 0em;
}
.point {
	/*	width: 100%;
	background-color: rgba(253, 253, 253, 1.00);
	position: relative;
	color: rgba(121, 111, 111, 1.00);
	*/
	padding: 10px 0 35px 0;

}
.point div {
	/* margin: 0 auto;
  width: 50%;*/
	display: block;
	margin: 0px auto;
	text-align: center;
}
.point p {
	text-align: left;
	display: inline-block;
}
.point span {
	line-height: 1.6em !important;
}
.point span::before {
	content: "▼";
	display: inline-block;
	transform: scale(2, 1) rotate(-90deg);
	font-size: 10px;
	margin-right: 10px;
}
.ico_point {
	display: block;
	background-image: url("../img/ico_point.png");
	background-repeat: no-repeat;
	width: 49px;
	height: 62px;
	position: absolute;
	top: -30px;
	left: 47%;
}
.left_center_text {
	margin: 50px 5%;
	text-align: center;
	display: block;
}
.left_center_text p {
	text-align: left;
	display: inline-block;
	font-size: 18px;
	line-height: 1.8em;
}
.bg_gray {
	background: rgba(233, 233, 233, 1.00);
}
.bg_gray section {
	padding: 0 0 100px 0;
}
.organization {
	position: relative;
	margin-bottom: 3;
	margin-bottom: 45px;
}
.organization > div {
	width: 930px;
	background-color: #ffffff;
	border-top: 2px solid;
	border-image: linear-gradient(to right, rgb(214, 21, 24), rgb(143, 36, 39)) 1;
	padding: 70px 70px 30px;
}
.organization .label {
	position: relative;
	top: 15px;
	left: -35px;
	width: 190px;
	text-align: center;
	background-color: rgba(42,25,25,1.00);
	color: #fff;
	display: block;
	font-size: 14px;
	/* height: 30px; */
	vertical-align: middle;
	padding: 5px;
	font-weight: 500;
}
.interwood h3 {
	font-size: 18px;
	line-height: 1em;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 60px;
	font-weight: 500;
}
.interwood h3 span span {
	font-size: 13px;
}

.interwood img {
	/* margin-bottom: 45px; */
}
.interwood_logo {
	text-align: center;
	margin-bottom: 30px;
}
.interwood_logo p {
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 17px;
}
.interwood_lead {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 500;
	margin-bottom: 65px;
}
.interwood .pnl {
	margin-bottom: 50px;
	display: flex;
}
.interwood .pnl img {
	justify-content: center;
	margin-bottom: 0px;
	max-width: 100%;
	height: auto;
}
.interwood .pnl img:first-child {
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
.interwood .br-sp span{
	padding-right: 0;
}

.interwood .br-sp{
text-align: center;
font-size: 90%;
}

}


.shien {
	text-align: center;
	/* width: 440px; */
	margin: 0 auto;
	display: block;
	position: inherit;
}
.shien img {
	margin: -10px 0 20px 0;
	/*display: block;*/
}
.shien p {
	background-color: rgba(234, 234, 234, 1.00);
	padding: 20px 10px;
	text-align: center;
	width: 600px;
  margin-bottom: 35px;
  display: inline-block;
}
.shien p span {
	display: inline-block;
	padding-right: 0.5em;
}
.sientaisyo {
	padding: 80px 20px 50px 20px;
	width: 780px;
	margin: 0 auto;
}
.sientaisyo h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 500;
}
.sientaisyo div {
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sientaisyo p {
	font-size: 16px;
	line-height: 1.8em;
	font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	padding-bottom: 10px;
}
div.small {
	font-size: 13px;
	color: rgba(149, 140, 140, 1.00);
}
.sientaisyo ol {

}
.bg_bottom {
	background-image: url("../img/bg_bottom.png");
	background-position: bottom;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sien_link .cont {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: row-reverse; */
	flex-wrap: wrap;
}
.sien_link .item {
	padding: 12px;
	
}
.sien_link .item img {
	width: 200px;
	height: auto;
}
.sien_link .cont::after {
		content: "";
		display: block;
		width: calc(100% / 2);
}
.message {
	  padding: 50px 20px 100px 20px;
    width: 780px;
    margin: 0 auto;
	
}
.p_mgn p {
	margin-bottom: 2em;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: 500;
}
.footer {
	padding: 90px 0 40px;
	background-color: rgba(38, 26, 25, 1.00);

	
}
.footerbox {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	

}
.logo_footer {
	position: relative;
	top: -50px;
}
.contactInfo {
	position: relative;
}
.btn_contact {
	display: block;
	background: #fff;
	padding: 16px 40px;
	text-decoration: none;
	border-radius: 30px;
	width: 376px;
	text-align: center;
	margin: 0 auto;
	color: #000 !important;
	font-weight: 500;
}
.address {
	color: #ffffff;
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.6em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.tel_number a {
color:#ffffff !important;
text-decoration:none !important;
}
.ico_facebook {
	height: 37px;
	width: 37px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.copyright {
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 100px;
}
/************************************************************************/
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	margin: 0 auto;
	max-width: 930px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	/* padding: 0px 15px; */
}
/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.card-figure {
	margin: 0;
	padding: 0;
}
/* カードレイアウトのタイトル部分 */
.card-title {
	margin: 0px;
	text-align: left;
	font-size: 1.8em;
}
/* カードレイアウトの説明文部分 */
.card-text {
	margin: 0;
	font-size: 13px;
	line-height: 1.5em;
	font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* カードレイアウトを1カラムで配置 */
.card-list {
	margin: 0 auto 40px auto;
	padding: 0;
	width: calc(90% / 3); /* 96%幅を3で割るという指定 */
}
.card-list h4 {
	font-size: 22px;
	font-weight: 500;
}
.card-list .name {
	border-left: 1px solid rgb(214, 21, 24);
	margin: 10px 0;
	padding: 0 15px;
}
.card-list .name span {
	font-size: 11px;
	line-height: 1.2em !important;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	
	
}
/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (max-width: 768px) {
	.card-list {
		margin: 0 auto 40px auto;
		width: calc(90% / 3); /* 96%幅を2で割るという指定 */
	}
	#cardlayout-wrap {
		padding: 0px !important;
	}
}




/* @media all and (max-width: 428px) {
	.card-list {
		width: calc(90% / 2);
	}

	#cardlayout-wrap::after {
		content: "";
		display: block;
		width: calc(90% / 2);
	}
} */
/**/
.card {
	font-size: 12px;
	background: rgba(255, 255, 255, 1.00);
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.5);
	height: 690px;
	width: 480px;
}
.card .namber {
	position: absolute;
	display: block;
	/* height: 69px; */
	text-align: center;
	z-index: 99;
	top: -19px;
	font-size: 60px;
	color: rgba(0, 0, 0, 1.00);
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.card span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.card .title {
	font-size: 32px;
	height: 170px;
	color: rgba(214, 21, 24, 1.00);
	background: rgba(233, 233, 233, 1.00);
	position: relative;
	text-align: center;
	padding-top: 35px;
	line-height: 1.3em;
}
.card .img {
	text-align: center;
	padding: 20px 0px;
}
.card .text {
	height: 100px;
	padding: 0px 70px;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 400;
	text-align: left;
}
/*global Navi*/
.menu ol, ul {
	list-style: none;
	list-style-type: none;
}
.menu a {
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #2A1919;;
	font-weight: 500;
}
.gNav {
	display: inline-block;
}
.gNav .gNav-menu {
	display: flex;
	justify-content: space-between;
}
.gNav .gNav-menu li {
	margin: 0 auto;
	padding: 0 15px 0 0;
}
ul, li {
	list-style: none;
}
/* 横スクロール *********************************************************/
/* 共通 */
section {
	width: 100%;
	padding: 100px 0;
}
.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.bg01 {
	background-image: url(../img/bg_program.png);
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 200px;
}
.bg02 {
	background-image: url("../img/bg02.png");
	background-size:contain;
	position: relative;
	background-attachment: fixed;
	display: inline-block;
	width: 100%;
/*	padding: 60px 0;*/
padding:190px 0 0px;
	background-color: #D4D1D1;

}
.side-scroll {
	/*background-color: #1b1717;*/
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-image: url("../img/bg02.png");
  background-size: cover;*/
	position: relative;
	/*padding: 80px 0px 150px 0px !important;*/
		padding: 0px !important;
}
.side-scroll-heading {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5em;
	position: relative;
	top: -110px;
}
.side-scroll-list-wrapper {
	position: relative;
	width: 100%;
	height: 828px;
		/*height: 1045px;*/

	
}
.side-scroll-list {
	position: absolute;
	/*top: 60px;*/
	top: -25px;
	/*top: -50px;*/
	left: 0;
	display: flex;
	/*gap: 0 60px;*/
	gap: 0px;
	/*width: 220%;*/
}
.side-scroll-item {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 512px;*/
		/*height: 731px;*/
	width: 430px;
height: 630px;

}
.side-scroll-item + .side-scroll-item {
/*	margin-left: 60px;*/
		margin-left: 15px;
}
.aux {
	background-color: #fff;
	padding: 30px;
}
.aux .box {
	display: flex;
	align-items: center;
}
.aux .box div {
	text-align: center;
}
.aux img {
	margin: 5px;
	width: 100%;
}
.aux p {
	line-height: 1.5em;
	font-size: 18px;
	margin: 10px 20px;
	font-weight: 500;
}
.sticky-footer {
	display: none;
}

.entry_sp {
		display: none;
	}
.entry_pc {
		display:block;
	}

ol.indent li{
  padding-left: 1em;
  text-indent: -1em;
}
._session-info {
  margin: -10px 0 30px;
}
._session-info span{
	color: #ff4e00;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.arrow{
	text-align: center;
	position: relative;
}

.arrow .-first {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
}

.arrow picture {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -170%);
}

.arrow picture img {
	display: block;
}

.arrow-text{
	text-align: center;
	font-size: 20px;
	margin-top: 110px;
	margin-bottom: 50px;
	line-height: 1.8;
	font-weight: 500;
}

.arrow-text span {
	font-size: 22px;
	border-bottom: solid 1px ; 
}

.step0 .box{
	height: 200px;
}

.next_step{
	margin-top: 40px;
}

.sien_box{
	display: flex;
	justify-content: space-between;
}

.sien_box .small{
	width: 60%;
}

.sien_box .small ul{
	line-height: 1.5
}

.sien_box .photo_area img{
	width: 100%;
}



/************************************************************/
/* sp tb  */

@media screen and (max-width: 376px) {
	    .side-scroll-list {
        top: 5em!important;
    }
}



@media screen and (max-width: 768px) {

.header-hidden {
  top: -60px; /* ヘッダーの高さ分だけ上に隠す */
  /*opacity: 0;*/ /* フェードアウト効果 */
}
	
	#content {
		top:70px;
	}

	.entry_pc {
		display: none;
	}

	.entry_sp {
		display:block;
	}

	small {
		font-size: 12px;
	}
	
	div.small {
		font-size: 12px;
	}
	
	.sp_font_m {
		font-size: 14px!important;
	}
	.sp_font_l {
		font-size: 26px!important;
	}
	.contents > div h2 {
		font-size: 20px;
	}
	.contents .image {
		width: 90%;
		margin: 0 auto 30px;
	}
	.contents .phase_txt {
		margin-bottom: 30px;
		line-height: 1.6em;
		text-align: center;
		font-size: 20px;
	}
	.contents .phase_txt span {
		display: block;
	}

	.contents .step_content p {
		font-size: 16px;
	}

	.contents .step_content .text p {
		font-size: 16px;
	}

	.dtext {
		font-size: 13px;	
	}

	.dtext + p {
		/*margin: 18px 0 40px 0 !important;*/
		margin: 10px 0 30px 0 !important;
		font-size: 16px;
	}
	
	.dtext.w400 + p {
		font-size: 14px;
	}

	.dtext.w250 + p {
		font-size: 14px;
	}

	.fs18{
		font-size: 14px !important;
	}

	.list-design li {
		font-size: 14px;
		font-weight: 500;
	}

	.left_center_text p {
		text-align: left;
		display: inline-block;
		font-size: 16px;
		line-height: 1.8em;
	}

	.interwood_logo p {
		font-size: 16px;
		line-height: 1.8;
		white-space: nowrap;
	}
	
	.interwood_lead {
		font-size: 16px;
		margin-bottom: 50px;
	}
	
	.interwood h3 {
		font-size: 16px;
		margin-top: 80px;
	}
	.interwood h3>span {
		display: block;
		padding-left: 1.3em;
		line-height: 1.8em;
	}
	

	
	.point {
		padding: 5px 0 10px 0;
	}
	
	.container {
		width: 100%;
		max-width: 768px;
		margin: 0 5%;
	}
	.content img {}
	.shien p {
		width: 100%;
		margin-bottom: 0;
		text-align: left;
		line-height: 1.8;
	}
	.shien img {
		margin: 0px 0px 10px 0px;
	}

	.bg_organization {
		background-image: url("../img/section_organization_sp.png");
	}
	/* .bg_organization, .bg_details, .bg_about, .bg_message {
		left: 0px;
		width: 80%;
		height: 100%;
		background-size: contain;
		background-position: left;
	} */
	.entryArea {
		background-image: url("../img/bg01_sp.png");
	}
	.entryArea .entry_image {
		width: 100%;
		padding: 60px 0;
	}
	.entryArea .entry_image img {
		width: 100%;
	}
	.bg_gray section {
		padding: 0 0 100px 0 !important;
	}
	.step_content > *, .box > *, .footerbox > *, .shien > * {
		display: block !important;
		width: 100% !important;
		margin: 0px !important;
	}
	.contactInfo {
		margin: 0px 12% !important;
	}
	.btn_contact {
		width: 100%;
	}
	.sp_none {
		display: none !important;
	}
	.sp {
		width: 100% !important;
	}
	.wrapper {
		width: 100%;
	}
	.contents {
		/*padding: 0 5% !important;*/
		padding: 0; 
	}
	#content, .step_content img {
		width: 100% !important;
	}
	.step_content {
		padding: 10% 5% !important;
    margin: 0px 5% 50px;
	}
	.contents .step_content .pict {
		top: 0px;
		padding: 30px 0 30px 0;
	}
	.contents, .contents.about, .organization > div, .sientaisyo, .shien, .footerbox {
		width: 100%;
	}
	
	.sientaisyo {
		padding: 80px 20px 0px 20px !important;
	}

	.sientaisyo h3 {
		font-size: 20px;
		line-height: 1.8;
	}

	.sientaisyo p{
		padding-bottom: 0;
		font-size: 14px;
	}
	.organization > div {
		padding: 50px 5% 30px;
	}
	.organization {
		padding: 0px 5%;
	}
	.sien_link .item img {
		width: 140px;
	}
	.contents > div:nth-child(1) {
		margin: 60px 0 0;
	}
	.logo {
		width: 200px;
		height: 25px;
		background-size: contain;
		background-repeat: no-repeat;
	/*	top: 8px;*/
		top: 0px;
	}
	.indent li{
		font-size: 14px;
	}
	.side-scroll-list-wrapper {
		/*height: 480px;*/
		height: 260px;
		
	}
	.side-scroll  {
		padding: 0px!important;
		
	}
	.side-scroll-item img {
		/*width: 75%;*/
		width: 100%;
  height: auto;
	}
	.side-scroll-item {

		width: 350px;
		height: 429px;
				height: auto;

	}
		.side-scroll-list {
		top: 7em;
	}
	.br_sp {
		display: none;
	}
	.interwood .pnl {
		flex-direction: column;
		margin-bottom: 0;
	}
	.interwood .pnl img:first-child {
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.contents .text_l.mgn {
		font-size: 16px;
		margin-bottom: 90px;
	}
	.p_mgn p {
		font-weight: 400;
	}
	.aux .box {
		flex-direction: column;
		flex: 1;
	}
	.aux {
		margin: 0 5%;
	}
	.aux img {
		margin: 5px;
		width: 50%;
	}
	.aux p {
		padding: 16px 0;
		font-size: 16px;
	}
	.message {
		width: auto;
		padding:  10px 20px 100px 20px;
		
	}
	.sticky-footer {
		display: inline-block !important;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 60%;
		height: auto;
		padding: 0px;
		z-index: 99;
	}
	.footer {
		padding: 90px 0 90px;
	}

	._session-info {
 		margin: -25px 0 30px;
	}

	._session-info span{
		color: #ff4e00;
		font-size: 16px;
	}

	.arrow picture {
		position: absolute;
	  top: 50%;
	  left: 50%;
  	transform: translate(-50%, -50%);
	}

	.arrow .-first {
		transform: translate(-50%, -50%);
	}


	.arrow picture img {
		display: block;
		width: 70%;
	}

	.arrow-text{
    margin: 90px 5% 50px;
		font-size: 16px;
	}

	.arrow-text span{
		font-size: 18px;
	}

	.sien_box{
		display: block;
	}

	.sien_box .small{
		width: auto;
	}

	.sien_box .photo_area{
		text-align: center;
	}

	.sien_box .photo_area img{
		width: 60%;
	}

	.next_step{
		margin-top: 30px;
	}

	.next_step_content {
 		padding: 5% !important;
		margin: 0px 0 50px;
	}

	.step0 .box{
		height: auto;
	}

	.shien {
		margin-top: -30px;
	}

}

/*******************************************/
@media screen and (max-width: 1260px) {
	

		.bg02 {
		background-image: none;
		/*padding:100px 0 60px;*/
				/*padding:100px 0 240px;*/
		padding:0px 0 320px
	}
	
	.side-scroll-heading {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.5em;
	position: relative;

	}
	
		.side-scroll-heading {
		font-size: 34px;
		line-height: 1.2em;
		padding-bottom: 20px;
				top: 60px;
	}
	
	
	header {
		    height: 60px;

	} 
		.side-scroll-list-wrapper {
	height: 300px;
			
			
		
	}
	.side-scroll  {
		padding: 0px!important;
		
	}
	.side-scroll-item img {
		/*width: 75%;*/
		width: 100%;
  height: auto;
	}
	.side-scroll-item {
		height: auto;
		width: 350px;
		height: 429px;

	}
		.side-scroll-list {
		top: 7em;
	}
	
	
	.bg01 {
		background-image: none;
	}
	
	.sticky-footer {
		display: none;
	}
	.wrapper {
		position: relative;
	}
	.logo {
		font-size: 40px;
		font-weight: 400;
		position: absolute;
		margin: 15px 15px;
		top:0px;
	}
	.menu {
		width: 100%;
		position: fixed;
		height: 60px;
		z-index: 99;
	}
	.entry {
		display: none;
	}
	.menu a {
		text-decoration: none;
		font-size: 20px;
		letter-spacing: 0.1em;
		color: #fff;
	}
	.btn-gNav {
		display: block;
	}
	.gNav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 80%;
		/*height: 100%;*/
		background-color: rgba(43, 24, 24, 1.00);
		font-size: 16px;
		box-sizing: border-box;
		z-index: 1;
		padding-top: 100px;
		padding-bottom: 100px;
		transition: .3s;
		border-bottom-left-radius: 100px;
	}
	.gNav.open {
		right: 0;
	}
	.gNav .gNav-menu {
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
		flex-direction: column;
		text-align: center;
		/*justify-content: center;*/
		color: #ffffff;
	}
	.gNav .gNav-menu li {
		width: 70%;
		padding: 15px;
		text-align: initial;
	}
	/**/
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		vertical-align: middle;
		border: 0;
		background: transparent;
		border-radius: 0;
		text-align: inherit;
	}
	button:hover {
		cursor: pointer;
	}
	/**************** 以下、ハンバーガーボタンのスタイリング ****************/
	.btn {
		/* ボタンの配置位置  */
		position:absolute;
		top: 16px;
		right: 20px;
		/* ボタンの大きさ  */
		width: 30px;
		height: 25px;
		/* バーガーの線をボタン範囲の中心に配置 */
		display: flex;
		justify-content: center;
		align-items: center;
		/* 最前面に */
		z-index: 10;
	}
	/***** 真ん中のバーガー線 *****/
	.btn-line {
		/* 線の長さと高さ */
		width: 100%;
		height: 2px;
		/* バーガー線の色 */
		background-color: #333;
		/* バーガー線の位置基準として設定 */
		position: relative;
		transition: .2s;
	}
	/***** 上下のバーガー線 *****/
	.btn-line::before, .btn-line::after {
		content: "";
		/* 基準線と同じ大きさと色 */
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #333;
		transition: .2s;
	}
	.btn-line::before {
		/* 上の線の位置 */
		transform: translateY(-12px);
	}
	.btn-line::after {
		/* 下の線の位置 */
		transform: translateY(12px);
		width: 80%;
	}
	/***** メニューオープン時 *****/
	.btn.open {
		transform: rotate(180deg);
	}
	.btn-line.open {
		/* 真ん中の線を透明に */
		background-color: transparent;
	}
	.btn-line.open::before, .btn-line.open::after {
		content: "";
		/* 上下の線の色を変える */
		background-color: #ffffff;
		transition: .2s;
	}
	.btn-line.open::before {
		/* 上の線を傾ける */
		transform: rotate(135deg);
	}
	.btn-line.open::after {
		/* 上の線を傾ける */
		transform: rotate(-135deg);
		width: 100%;
	}
	/**************** ここまで、ハンバーガーボタンのスタイリング ****************/
}
/* pc */
@media screen and (min-width: 1024px) {
	.wrapper {
		/*width: 1024px;*/
		margin: 0 auto;
	}
	.br_pc {
		display: none;
	}
}
.marker {
	background-color: rgba(255, 255, 210, 1.00);
	font-style: normal;
}

@media (max-width: 767px) {	
	.cardlayout-scroll {
    overflow-x: hidden;
	}
  #cardlayout-wrap {
    display: flex;
		flex-wrap: nowrap;
		max-width: 100%;
		gap: 20px;
  }
  .card-list {
    flex: 0 0 auto;
		width: 95%;
  }
}

@media (max-width: 1024px) {	
	.bg_organization, .bg_details, .bg_about, .bg_message {
		left: 0px;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-position: left;
	}

		div.title {
			left: 0px;
  	 	padding: 0px 10% 0 0;
			margin-top: 80px;
		}

	.contents.about{
  	width: 100%;
		margin-top: 100px;
	}
	.contents.about .image picture .sp{
		width: 100%;
	}
	.topArea {
		width: 95%;
		height: auto;
		margin: 0px auto 50px auto;
	}
	.topArea picture .sp {
		width: 100%;
	}
}

