@charset "utf-8";

/* @media screen and (max-width: 2000px){ */
	

/* ======================
Renewal .ver
====================== */
/* -----common----- */
:root {
	--main_green: #007a41;
	--main_orange: #ec6400;
	--right_green: #ebfcf4;
	--dull_green: #f7f9f8;
	--white: #fff;
	--light_gray: #f2f2f2;
	--info_line-gr: #22ba4f;
	--footer_gray: #f4f4f4;

}

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		sans-serif;
	font-size: 1.8rem;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	display: block;
	width: 100%;
	height: 100%;
}

h1 {
	color: #777;
	text-align: left !important;
	margin-left: 10px !important;
	position: fixed;
	z-index: 1000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	z-index: 1001;
}

.section {
	padding: 0 4%;
	margin: 0 auto;
}

.conts_topic {
	font-size: 4.5rem;
	font-weight: bold;
	margin-top: 18px;
}

.c_topic--gr {
	color: var(--main_green);
}

.c_topic--or {
	color: var(--main_orange);
}

.btn {
	display: block;
	width: 100%;
	/* height: 68px; */
	border-radius: 50px;
	margin-top: 44px;
	box-sizing: border-box;
}

.sp_br {
	display: none;
}

.sp_br--and {
	display: none;
}


.fadein.fade_in {
	opacity: 1;
	transform: translate(0, 0);
}
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1500ms;
}

@media screen and (max-width:2000px) {
	


/* ===============
header
=============== */
#acd-check_hamburger {
	display: none;
}

#header_Toggle {
	display: none;
}

.navmenu_wrap {
	display: none;
}

.header {
	background-color: rgba(255, 255, 255, 0.85);
    padding: 16px 2.5% 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 2000px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.logo_header {
    width: 20%;
}

.header_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 26px;
	width: 80%;
}

.nav_h--list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 31px;
}

.nav_h--item {
	font-size: 1.4rem;
	font-weight: bold;
}

.nav_h--item a {
	position: relative;

	&::after {
		content: '';
		position: absolute;
		background: var(--main_green);
		width: 0;
		bottom: -2px;
		left: 0;
		height: 2px;
		transition: all 0.3s ease 0s;
	}
}

.nav_h--item  a:hover {
	color: var(--main_green);
	transition: .3s;
}

.nav_h--item a:hover::after {
	width: 100%;
}

.contact_list {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;

	& li {
		border-radius: 10px;
		white-space: nowrap;
	}
}

.c_item {

	&:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;

	}
}

.c_item--gr {
	color: var(--white);
	background-color: #22ba4f;
	
	&  a {
		padding: 18px 42px;
	}
}

.c_item--or {
	color: var(--white);
	background-color: var(--main_orange);
	
	& a {
		padding: 18px 31px;
	}
}

.business {
	text-align: end;
	margin-top: 8px;
}

.tel {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
}

.nunber {
	color: var(--main_green);
	font-family: CenturyGothic,
        "游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		sans-serif;
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.business_txt {
	font-size: 1.2rem;
	margin-top: 7px;
}

.header__top_h {
	padding: 16px 2.5% 18px;
    background-color: rgba( 255, 255, 255, 0.45 );
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}

/* .con_main_h {
	padding: 5px 2.5% 18px;
	position: relative;
	z-index: 1000;
	background-color: #fff;
} */



@media screen and (max-width: 1430px) {
	.header_wrap {
		gap: 24px;
	}

	.nav_h--list {
		gap: 25px;
	}

	.contact_list {
		gap: 10px;
	}

	.c_item--gr a {
		padding: 18px 32px;
	}

	.c_item--or a {
        padding: 18px 21px;
    }

	.nunber {
		font-size: 2rem;
	}
}

@media screen and (max-width: 1310px) {
	
	.header {
		gap: 10px;
	}

	.logo_header {
		width: 18%;
	}

	.header_wrap {
		gap: 10px;
		width: 82%;
	}

	.nav_h--list {
		gap: 20px;
		white-space: nowrap;
	}

	.contact_list {
		gap: 10px;
	}

	.c_item--gr a {
		padding: 18px 22px;
	}

	.c_item--or a {
        padding: 18px 11px;
    }

	.icon_tel {
		width: 26px;
	}

	.nunber {
		font-size: 1.8rem;
		white-space: nowrap;
	}
}

@media screen and (max-width:1060px) {

	.header {
		padding: 16px 2.5% 18px;
		max-width: auto;
	}

	.logo_header {
		width: 100%;
	}

	.header_wrap {
		display: none;
	}

	.header_Toggle {
        display: block;
    }

	.sp_hamburger {
		display: block;
	}

	.header_Toggle {
		display: block;
		position: fixed;
		padding: 11px 3%;
		right: 12px;
		top: 20px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 1001;
		text-align: center;
		background: #e9f3ef;
        border-radius: 50%;
	}

	.header_Toggle span {
		display: block;
		background-color: var(--main_green);
		width: 100%;
		height: 3px;
		stroke-linecap: round;
		position: relative;
		transition: all .4s;
		border-radius: 5px;
	}

	.header_Toggle span:nth-child(1) {
		top: 2px;
	}

	.header_Toggle span:nth-child(2) {
		top: 8px;
	}

	.header_Toggle span:nth-child(3) {
		top: 14px;
	}

	.hamburger {
		background-color: transparent;
		border-color: transparent;
		z-index: 100;
	}

	/* hamburger */

	.header_Toggle.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 9px;
	}
	.header_Toggle.active span:nth-child(2) {
		/* opacity: 0; */
		display: none;
	}

	.header_Toggle.active span:nth-child(3) {
		transform: rotate(-45deg);
		top: 12px;
	}/* hamburger active */

	/* ナビゲーションメニュー */

	.header_NavMenu {
		position: fixed;
		z-index: 1000;
		padding-top: 19px;
		top: 0px;
		left: 0;
		background: #fff;
		color: #000;
		/* text-align: center; */
		width: 100%;
		height: 100%;
		transition: all 0.5s 0s ease;
		overflow: auto;
		transform: translateY(-100%);
		opacity: 0;
		transition: transform 0.4s ease, opacity 0.4s ease;
	}

	.navmenu_wrap {
		display: block;
		transform: none;
		opacity: 1;
	}

	.header_NavMenu.active {
		display: block;
	transform: translateY(0);
	opacity: 1;
	}

	nav.header_NavMenu .menu_list_title {
		font-weight: bold;
		text-align: left;
		line-height: 40px;
		font-size: 1.4rem;
		border-bottom: 1px solid #ccc;
		background-color: #f7f7f7;
		border-top: 1px solid #555;
	}

	nav.header_NavMenu .menu_list_title i {
		margin-right: 5px;
		margin-left: 10px;
	}

	.fa-regular,
	.far {
		font-family: "Font Awesome 6 Free";
		font-weight: 400;
	}

	nav.header_NavMenu ul.menu_list {
		background: #fff;
		width: 100%;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-bottom: none;
		margin-bottom: 20px;
		margin-top: 3px;
	}

	nav.header_NavMenu ul.menu_list li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 50%;
		box-sizing: border-box;
	}

	nav.header_NavMenu ul.menu_list li a {
		display: flex;
		align-items: center;
		font-size: 13px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		text-align: left;
		line-height: 41px;
		position: relative;
		padding: 0px 11% 0px 5%;
		box-sizing: border-box;
	}

	nav.header_NavMenu .menu_list_title {
		font-weight: bold;
		text-align: left;
		line-height: 40px;
		font-size: 13px;
		border-bottom: 1px solid #ccc;
		background-color: #f7f7f7;
		border-top: 1px solid #555;
	}

	nav.header_NavMenu .menu_list_title i {
		margin-right: 5px;
		margin-left: 10px;
	}

	nav.header_NavMenu ul.menu_list li a::after {
		content: '\f105';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		margin: 0;
		right: 12px;
		font-size: 13px !important;
	}

	.nav_content {
		margin-top: 10px;
	}

	.menu_nav--contact {
		display: flex;
		justify-content: center;
		gap: 17px;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.menu_contact--list {
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 17px;

		& li {
			border-radius: 10px;
			white-space: nowrap;
		}
	}

	.menu_c--item {

		&:hover {
			opacity: 0.6;
			transition: opacity 0.3s;

		}
	}

	.mC_item--gr {
		
		&  a {
			display: block;
			color: var(--white);
			background-color: #22ba4f;
			padding: 18px 42px;
			border-radius: 10px;
		}
	}

	.mC_item--or {
		
		& a {
			display: block;
			color: var(--white);
			background-color: var(--main_orange);
			padding: 18px 31px;
			border-radius: 10px;
		}
	}

	.other_02--nav {
		border-radius: 10px;
		color: var(--white);
		background-color: #0a5cfe;
		width: 255px;
		height: 52px;
		
		& a {
			display: block;
			padding: 18px 17px;
		}
	}
	.menu_online--txt {
		font-size: 1.4rem;
		font-weight: normal;
	}

}

/* ===============
main
===============*/
/* -----------
said_wrap
----------- */
.side_wrap {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 2000;
	transform: scale(1);
  	transform-origin: bottom right;

}

.side_list {
	background-color: #f6ede7;
	max-width: 67px;
	/* width: 7vw; */
	border: 2px solid #f2fbe8;
	border-radius: 10px 0 0 10px;
	zoom: 1;
}

.side_item {
	text-align: center;
	
	& a {
		padding: 25px 10px 23px;
		display: block;
	}

	&:hover {
		opacity: 0.6;
		  transition: opacity 0.3s;
	
	}
}

.side_item--l {
	background-color: #22ba4f;
	border-radius: 10px 0 0 0px;

}

.side_item--m {
	border-radius: 0 0 0 10px;
}

.side_txt {
	font-size: 2rem;
	/* font-size: 1.3vw; */
    writing-mode: vertical-rl; /* 右から左へ縦書き */
    text-orientation: upright; /* 文字の向きを正常に保つ */
	margin-top: 16px;
	margin-left: 9px;
}

.line {
	color: var(--white);
	font-size: 2rem;
	padding: 0 16px;
	transform: rotate(90deg);
}

.side_txt--line {
	color: var(--white);
	margin-top: 33px;
}

.side_txt--mail {
	color: var(--main_green #007a41);
}

/* -----------
main_wrap
----------- */
.conts_asumairu--main {
	padding-top: 146px;
}

.main_wrap {
	position: relative;
	z-index: 100;
}

.t_main {
	padding: 133px 4% 150px;
	position: absolute;
	z-index: 1;
	width: 100%;
}

.main_topic {
	text-align: center;
}

.main_topic--sp {
	display: none;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 770px;
  overflow: hidden;
  z-index: 0;
}

.slideshow img {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease; /* ふわっと */
  object-fit: cover;
}

.slideshow img.active {
  opacity: 1;
  z-index: 2;
}

.slideshow img.fade-out {
  opacity: 0;
  z-index: 1; /* 下に回す */
}

.scroll {
	position: relative;

	&::before {
		content: '';
		position: absolute;
		background-color: var(--main_green);
		width: 2px;
		height: 122px;
		top: 155px;
        left: 50%;
	}

	&::after {
		content: '';
		position: absolute;
		background-color: var(--main_green);
		width: 10px;
		height: 10px;
		top: 155px;
		left: 50%;
		border-radius: 50%;
		transform: translateX(-50%);
  		animation: moveDot 1.8s ease-in-out infinite;

	}
}

@keyframes moveDot {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
  }
}


.scroll__txt {
	position: absolute;
	color: var(--white);
	font-family: CenturyGothic;
	font-size: 1rem;
	letter-spacing: 2px;
	text-align: center;
	transform: rotate(90deg);
	top: 185px;
	left: 50%;
	border-radius: 50%;
}

/* -----------
section_about
----------- */
.section_about {
} 

.about {
	padding: 133px 0 92px;
	background-image: url(/img/top/bk_about.png);
	background-repeat: no-repeat;
	background-position-y: 195px;
	max-width: 1200px;
	margin: 0 auto;
}

.top_about--topic {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 7px;
	text-align: center;

	& .h1_gr {
		color: var(--main_green);
	}
}

.about_txt {
	line-height: 2;
	text-align: center;
	margin-top: 49px;
}

.about_img {
	text-align: center;
	margin-top: 61px;
}

.btn_gr,
.btn_wh,
.btn_or,
.btn_bk {
	width: 292px;
	padding: 25px 20px 26px;
	text-align: center;
	margin: 22px auto;
	box-sizing: border-box;
}

.btn_gr {
	color: var(--white);
	background-color: var(--main_green);
	border: 1px solid var(--main_green);

	&:hover {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		transition: opacity 0.3s;
	}
}

.btn_wh {
	color: var(--main_green);
	background-color: var(--white);
	border: 1px solid var(--main_green);

	&:hover {
		color: var(--white);
		background-color: var(--main_green);
		box-sizing: border-box;
		transition: opacity 0.3s;
	}
}

/* -----------
section_caseStudy 
----------- */
.caseStudy {
	padding: 123px 0 125px;
	max-width: 1200px;
	margin: 0 auto;
}

.section_caseStudy {
	background-color: var(--dull_green);
	background-image: url(/img/top/bk_character-contents.png);
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: center 4%;
}

img.logo_youtube {
	width: 160px;
}

.t_small {
	font-size: 1.6rem;
	font-weight: bold;
} 

.t_small--gr {
	color: var(--main_green);
}

.t_small--or {
	color: var(--main_orange);
}

.pickup {
	margin-top: 89px;
}

.contents_list {
	padding: 48px 2.1% 79px; 
	display: flex;
	align-items: self-start;
	justify-content: center;
	gap: 31px;
	border: 1px solid var(--main_green);
	border-radius: 15px;
	margin-top: -8px;
}

.contents_item {
	width: 366px;
	position: relative;

	&:nth-child(2)::before,
	&:nth-child(3)::before {
		content: '';
		position: absolute;
		background-color: var(--main_green);
		width: 1px;
		height: 100%;
		left: -19px;
	}

	&:hover .btn_gr--small {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		transition: opacity 0.3s;
	}

	&:hover .btn_wh--small {
		color: var(--white);
		background-color: var(--main_green);
		transition: opacity 0.3s;
	}
}

.contents_item a {
	display: block;
	width: 100%;
}

.contents_img {
    height: 260px;
    overflow: hidden;
}

.icon {
	position: absolute;
    top: -16px;
	right: 0;
}

.contents_name {
	margin-top: 15px;
	line-height:1.5;
}

.tag_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 23px;
}

.tag_item {
}

.tag_txt {
	padding: 7px 17px;
	color: var(--main_green);
	background-color: var(--light_gray);
	font-size: 1.1rem;
	border-radius: 12px;
}

.btn_gr--small,
.btn_wh--small,
.btn_small {
	font-size: 1.2rem;
	padding: 7px 19px;
	border-radius: 15px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.btn_gr--small,
.btn_wh--small {
	margin-top: 32px;
}

.btn_gr--small {
	color: var(--white);
	background-color: var(--main_green);
	border: 1px solid var(--main_green);

	/* &:hover {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		transition: opacity 0.3s;
	} */
}

.btn_wh--small {
	color: var(--main_green);
	background-color: var(--white);
	border: 1px solid var(--main_green);
}

.btn_cons {
	margin-top: -35px;
}

.type {
	margin-top: 145px;
}

.conts_topic--small {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.type_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 21px;
}

.type_item a {
	padding: 21px 10px;
	font-size: 1.6rem;
	width: 220px;
	text-align: center;
	border-radius: 3px;
}

.type_item--or {
	color: var(--main_orange);
	background-color: #f6ede7;
	border: 1px solid #f6ede7;

	&:hover {
		background-color: #e6d5ca;
		opacity: 0.6;
		transition: opacity 0.3s;
	}
}

.type_item--gr {
	color: var(--white);
	background-color: var(--main_green);
	border: 1px solid var(--main_green);

	&:hover {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		transition: opacity 0.3s;
		box-sizing: border-box;
	}
}

.search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
	margin-top: 57px;
}

.search_wrap {
	width: 60%;
}

.search__form {
	margin-top: 24px;
}

.search_space {
  display: flex;
  align-items: center; 
  gap: 12px;            
}

.search_btn {
    color: var(--white);
    background-color: var(--main_green);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 18px;
	text-align: center;
	width: 200px;
    height: 50px;
    float: right;
    border-radius: 3px;
    border: none;
}

button:hover {
  background-color: var(--main_orange);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  /* transform: scale(1.05); */
  transition: 0.3s ease;
}

.cms_searchdiv_keyword {
    width: 100%;
}

.search_window {
    padding: 0 5px 0 5px;
    color: #9c9c9c;
    background: var(--white);
    font-size: 1.6rem;
    line-height: 18px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
	float: left;
}

.search_word {
	padding: 9px 20px 13px;
	background-color: var(--right_green);
	width: 35%;
}

.search_word--topics {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.word_topic {
	color: var(--main_green);
	font-size: 1.5rem;
}

.word_wrap {
	margin-top: 6px;
}

.word_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.word_item {
	color: var(--main_green);
	background-color: var(--white);
	font-size: 1.2rem;
	border-radius: 3px;
	
	& a{
		padding: 10px 15px 11px;
	}

	&:hover {
		background-color: #7bd4a3;
		opacity: 0.8;
	}
}

@media screen and (max-width: 1310px) {
	.type_list {
		justify-content: center;
		gap: 12px;
	}

	.type_item a {
		width: 205px;
	}
	
}

@media screen and (max-width:1100px) {
	.search_space {
		flex-direction: column;
	}
}

/* -----------
section_column 
-----------*/
.column_wrap {
	padding: 84px 0 93px;
	display: flex;
	align-items: self-start;
	gap: 22px;
	margin: 0 auto;
	max-width: 1200px;
}

.conts_topic--column {
	font-size: 4rem;
}

.information {
	width: 62%;
}

.column_topics {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.column_topics--txt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 16px;
}

.column_icon {
	padding-top: 7px;
	background-color: var(--right_green);
	border-radius: 0 10px 0 10px;
	width: 61px;
	height: 60px;
	text-align: center;
}

.column_icon img {
	width: 70%;
}

.column_icon--diary {
	padding-top: 12px;
}

.btn_info--wrap {
	padding: 12px 15px 13px;
	background-color: var(--dull_green);
	width: 170px;
	height: 40px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;

	&:hover {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		transition: opacity 0.3s;
	}
}

.btn_info--txt {
	color: var(--main_green);
	font-size: 1.3rem;
}

.yajirushi {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	transform: rotate(180deg);

	& span {
		display: block;
		background-color: var(--main_green);
		width: 10px;
		height: 1px;
		transform-origin: left;
	}

	& span:nth-child(1) {
		transform: rotate(45deg);
		width: 5px;
	}
	& span:nth-child(2) {
		transform: rotate(0deg);
	}
	& span:nth-child(3) {
		transform: rotate(-45deg);
		width: 5px;
	}
}

.newInfo {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	margin-top: 45px;
}

.newInfo_item {
	background-color: var(--dull_green);
	border-radius: 3px;
	width: 235px;
	height: 256px;
	position: relative;
	
	& a {
		padding: 17px 11px 13px;
	}

	& figure {
		height: 120px;
		overflow: hidden;
		border-radius: 10px;
	}


	&:hover .btn_wh--wh {
		color: var(--white);
		background-color: var(--main_green);
		transition: opacity 0.3s;
	}
}

.notice {
	position: absolute;
	top: -12px;
    left: 34%;
}

.notice_txt {
	padding: 6px 10px 7px;
	color: var(--white);
	background-color: var(--main_green);
	font-size: 1.1rem;
	text-align: center;
	width: 70px;
	height: 22px;
	border-radius: 5px;
}

.newInfo_name {
	font-size: 1.3rem;
	margin-top: 14px;
}

.btn_wh--wh {
	color: var(--main_green);
	background-color: var(--white);
	margin-top: 13px;

	/* &:hover {
		color: var(--white);
		background-color: var(--main_green);
		transition: opacity 0.3s;
	} */
}

.diary {
	width: 38%;
}

.diary_txt-wrap {
	padding: 10px;
	background-color: #fafafa;
    display: block;
    position: relative;
	width: 100%;
    height: 266px;
    top: 8px;
    left: 0px;
    overflow: auto;
    text-align: left;
    float: left;
    margin-top: 30px;
	border-radius: 10px;
}

.diary_txt-wrap iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1084px) {
	.column_topics--txt {
		gap: 10px;
	}

	.conts_topic--column {
		font-size: 3rem;
	}
}

/* -----------
section_report 
-----------*/
.section_report {
	background-image: url(/img/top/bg_report.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.report {
	padding: 72px 0 104px;
	background-image: url(/img/top/bk_character-Report.png);
	background-repeat: no-repeat;
	background-size: 59%;
	background-position: center 9%;
	max-width: 1200px;
    margin: 0 auto;
}

.topics_center {
	text-align: center;
}

.t_small--wh {
	color: var(--white);
}

.conts_topic--wh {
	color: var(--white);
}

.topic_txt {
	color: var(--white);
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.3px;
	margin-top: 30px;
}

.report_list {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
	grid-template-columns: repeat(4 ,1fr);
}

.report_item {
	background-color: var(--white);
	border-radius: 3px;
	position: relative;
	transition: transform 0.5s ease;
	max-width: 288px;
	height: 100%;
	
	& a {
		padding: 12px 14px 25px;
	}
	
	& img {
		display: block;
		width: 100%;
		transition: transform 0.4s ease;

	}
	
	&:hover img {
		transform: scale(1.05);
	}

	&:hover .btn_or--small {
		color: var(--main_orange);
		background-color: var(--white);
		border: 1px solid var(--main_orange);
		transition: opacity 0.3s;
	}
}

.repo_img {
	max-width: 260px;
	height: 195px;
	overflow: hidden;
	border-radius: 5px;
}

.repo_number {
	font-family: "CenturyGothic";
	font-size: 1.5rem;
	font-weight: bold;

	& span {
		color: var(--main_orange);
	}
}

.repo_date {
	margin-top: 13px;

}

.repo_date,
.repo_name {
	color: var(--main_orange);
	font-size: 1.5rem;
	font-weight: bold;
}

.repo_name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-width: 260px;
}

.txt_wrap {
	padding: 10px;
	border: 1px solid var(--main_orange);
	border-radius: 10px;
	position: relative;
	margin-top: 11px;

	&::before,
	&::after {
		content: '';
		position: absolute;
		background-color: var(--white);
		width: 92%;
		height: 3px;
	}

	&::before {
		top: -2px;
	}

	&::after {
		bottom: -2px;
	}
}

.repo_txt {
	font-size: 1.3rem;
	max-width: 238px;
	height: 43px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.btn_repo--wrap {
	position: absolute;
	bottom: -15px;
	left: 32%;
}

.btn_or--small {
	color: var(--white);
	background-color: var(--main_orange);
	border: 1px solid var(--main_orange);
	transition: all 0.3s ease;
}

.btn_or--wrap {
	position: absolute;
	margin-top: 50px;
	left: 50%;
	transform: translate(-50%, 5px);
}

.btn_or {
	color: var(--white);
	background-color: var(--main_orange);

	&:hover {
		color: var(--main_orange);
		background-color: var(--white);
		border: 1px solid var(--main_orange);
		transition: opacity 0.3s;
	}
}

/* -----------
section_lesson
-----------*/
.section_lesson {
	background-image: url(/img/top/bg_lesson.png);
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: right -51%;
}

.lesson {
	padding: 139px 0 149px;
	max-width: 1200px;
	margin: 0 auto;
}

.conts_topic--repo {
	color: #000;
}

.youtube_topics {
	display: flex;
	align-items: self-start;
	gap: 8px;
	margin-top: 8px;
}

.new {
	padding: 8px 10px;
	color: var(--white);
	background-color: var(--main_green);
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
    width: 50px;
    height: 25px;
    border-radius: 3px;
}

.icon_new--r {
	position: absolute;
	left: 170px;
	z-index: 30;
}

.youtube_img--r {
	width: 220px;
}

.youtube_img--r iframe {
        width: 220px;
        height: 130px;
}

.youtube_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-top: 36px;
}

.youtube_list--l {
	width: 45%;
}

.youtube_item--l,
.youtube_item--r {

	& img {
		display: block;
		width: 100%;
		transition: transform 0.4s ease;
	}
		
	/* &:hover img {
		transform: scale(1.05);
		border-radius: 10px;
	} */
	
}

.youtube_item--l:hover .youtube_img--l img,
.youtube_item--r:hover .youtube_img--r img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.youtube_img--l,
.youtube_img--r {
	overflow: hidden;
	border-radius: 10px;
}

.youtube_name {
	color: var(--main_green);
	font-size: 2.2rem;
	font-weight: bold;
}

.youtube_name--l {
	max-width: 583px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.youtube_name--r {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.youtube_txt {
	font-size: 1.2rem;
	margin-top: 13px;
}

.youtube_txt--l {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.youtube_txt--r {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.youtube_r--wrap {
	width: 50%;
}

.youtube_list--r {
	display: flex;
	gap: 21px;
	flex-direction: column;
}

.youtube_item--r {
	position: relative;
	
	& a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: auto;
	}
}

.youtube_img--r {
}

.youtube_txt--wrap {
	margin-left: 20px;
}
.more_movie {
	margin-top: 28px;
	background-color: var(--main_orange);
	border-radius: 10px;
	
	& a {
		display: flex;
		background-image: url(/img/top/btn_icon--youtube.png);
		background-repeat: no-repeat;
		background-position: right;
		border-radius: 10px;
	}

	& a:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}

.more_movie--txt {
	padding: 23px 10px 25px;
	color: var(--white);
	font-weight: bold;
	letter-spacing: 2px;

	& span {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1100px) {
	/* .youtube_wrap {
		align-items: center;
		flex-direction: column;
	} */
}


/* -----------
section_study 
-----------*/
.section_study {
	background-color: #f6ede7;
	background-image: url(/img/top/bk_character-study.png);
	background-repeat: no-repeat;
	background-size: 650px;
	background-position: center -4%;
}


.study {
	padding: 73px 0 40px;
	max-width: 1200px;
	margin: 0 auto;
}

.topic_txt--study {
	color: #000;
}

.study_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 37px;
	flex-wrap: wrap;
	margin: 37px auto;
	max-width: 1200px;

	& img {
		display: block;
		width: 100%;
		/* transition: transform 0.4s ease; */
	}

	
	/* &:hover img {
		transform: scale(1.05);
		} */
	}

.study_title--content {
	color: var(--main_green);
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	/* width: 100%; */
	border-bottom: 1px dotted var(--main_green);
	height: 58px;
	margin: 8px;
}

.study_address {
	display: block;
	font-size: 1.6rem;
	/* text-align: center; */
}

.study_detail--img {
    min-height: 230px;
    overflow: hidden;
    border-radius:10px 10px 0 0;
}

.study_txt {
	min-height: 85px;
	margin-top: 14px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.study_txt--report {
	margin-top: 0;
}
.study_item {
		max-width: 314px;
		flex-basis: 0 1 calc(100% / 3);
		transition: box-shadow 0.4s ease;
		position:relative;
		background-color:#fff;
		border-radius: 10px;

		&:hover {
			box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
			border-radius: 10px;
		}
}

.study_item--img {
	max-width: 314px;
	overflow: hidden;
}

.study_name {
	margin-top: 16px;
}

.study_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}

.study_link_past{
    position:absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    text-align: right;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    color: #888 !important;
    overflow: hidden;
    text-align: left;
	font-size: 0;
}

.study_link_past:empty{
	display:none;
}

.study_comment {
	min-height: 55px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 14px 8px;
}

.tag_list--study {
	padding: 15px 2%;
	color: var(--main_green);
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.btn_bk {
	background-color: var(--white);
	border: 1px solid var(--white);

	&:hover {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		box-sizing: border-box;
		transition: opacity 0.3s;
	}
}




/* -----------
section_company
-----------*/
.company {
	padding: 113px 0 52px;
	max-width: 1200px;
	margin: 0 auto;
	background-image: url(/img/top/bk_character-company.png);
	background-repeat: no-repeat;
	background-position: center 9%;
}

.company_content {
	display: flex;
	align-items: flex-start;
	gap: 45px;
}

.topic_right {
	letter-spacing: 1.2px;
    /* line-height: 2; */
	margin-top: 45px;
}

.company_txt {
	line-height: 2;
	margin-top: 46px;
}

.about_link {
	margin-top: 46px;
	
	& a {
		padding: 30px 34px;
		background-color: #f6ede7;
		background-image: url(/img/top/btn_icon--about.png);
		background-repeat: no-repeat;
		background-position: right 50px bottom 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		border-radius: 3px;
	}

	& a img {
		display: inline-block;
		transition: transform 0.3s ease;
		opacity: 1;

	}

	& a:hover img {
		transform: translateX(10px);
	}
}

.about_link--txt {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	
	& span {
		display: block;
		color: var(--main_green);
		font-size: 1.5rem;
	}

	&::after {
		content: '';
		position: absolute;
		background: var(--main_green);
		width: 0;
		bottom: -2px;
		left: 0;
		height: 1px;
		transition: all 0.3s ease 0s;
		color: var(--main_green);
	}
}

.about_link:hover .about_link--txt:after {
	/* transition: .3s; */
	width: 100%;
}

.company_img--list {
	display: flex;
	gap: 14px;
	flex-direction: column;
}

.fadein_right {
	opacity: 0;
	transform: translateX(50px); 
	transition: all 0.8s ease;

}

.fadein_right.fade_in {
  opacity: 1;
  transform: translateX(0); 
}

.sns_content {
	padding: 16px 21px 18px;
	background-color: #d4ece1;
	background-image: url(/img/top/btn_icon--sns.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	/* height: 85px; */
	margin-top: 45px;
	border-radius: 10px;
}

.sns_txt {
	color: var(--main_green);
	font-size: 2.2rem;
	font-weight: bold;
}

.sns_content--wrap {
	display: flex;
	gap: 10px;
}

.sns_list,
.blog_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.sns_item,
.blog_item {
	background-color: var(--white);
	border-radius: 25px;
	height: 50px;
	text-align: center;
}

.sns_item {
	width: 118px;
	
	& a {
		padding: 5px;
		display: block;
		width: 100%;
  		height: 100%;
	}

	& a:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}

.sns_item:first-child {
	background-color: #000;

	& a {
		padding-top: 10px;
	}
}

.sns_item:last-child {

	& a {
		padding-top: 13px;
	}

	& img {
		width: 80%;
	}
}

.blog_item {
	width: 200px;
	
	& a {
		padding: 17px 10px 18px;
		display: block;
		width: 100%;
  		height: 100%;

	}

	& a:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}
	

.blog_txt {
	color: var(--main_green);
	font-size: 1.6rem;
	font-weight: bold;
}

@media screen and (max-width: 1100px) {
	.sns_content {
		justify-content: space-evenly;
	}

	.sns_content--wrap {
		flex-direction: column;
	}

	/* .sns_item {
		width: 100px;
	}

	.blog_item {
		width: 150px;
	} */

}


/* -----------
section_other 
-----------*/
.section_other {
	background-color: #f5f5f5;
}

.other_wrap {
	padding: 93px 0 103px;
	max-width: 1200px;
    margin: 0 auto;
}

.other_content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.other_01--wrap {
	display: flex;
	gap: 14px;
	width: 66%;
}

.other {
	width: 390px;
	height: 100px;
	border-radius: 50px;
	
	
	& a {
		padding: 17px 34px;

	}
}

.other_01 {
	background-color: var(--white);

	& a {
		padding-left: 57px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 30px;
		width: 100%;
		height: 100%;
	}

}

.other_01:first-child a {
	padding-left: 67px;
}


.other_02 {
	color: var(--white);
	background-color: #0a5cfe;
	width: 33%;


	&:hover {
		color: #0a5cfe;
		background-color: var(--white);
		border: 1px solid #0a5cfe;
	}
}

.other_txt {
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.other_txt::after {
	content: '';
	position: absolute;
	background: var(--main_green);
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.other_01:hover .other_txt::after {
  transform: scaleX(1); 
}


.other_txt--wh {
	background-image: url(/img/top/icon_pc.png);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 2rem;
	font-weight: bold;
	
	& span {
		display: block;
		font-size: 3rem;
	}
	
}

.other_list--pc {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 31px;
}

.other_item--pc {
	position: relative;
	width: 390px;
	height: 300px;

	& img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
}

.other_item--pc .hover {
	opacity: 0;
}

.other_item--pc:hover .hover {
	opacity: 1;
}

.other_item--pc:hover .normal {
	opacity: 0;
}

.other_list--sp {
	display: none;
}

@media screen and (max-width:1100px) {
	.other_01:first-child a {
		padding-left: 37px;
	}

	.other_01 a {
		padding: 17px 34px;
		gap: 10px;
		white-space: nowrap;
	}

	.other_txt {
		font-size: 2.3rem;
	}

}


/* -----------
section_inquiry
-----------*/
.section_inquiry {
	background-image: url(/img/top/bg_inquiry.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.inquiry {
	padding: 36px 0 60px;
	/* max-width: 1200px;
    margin: 0 auto; */
}

.inquiry_txt {
	color: var(--white);
	font-size: 2rem;
	text-align: center;
}

.inquiry_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	margin-top: 36px;
}

.inquiry_tell,
.inquiry_various {
	padding: 15px 40px 34px;
	background-color: var(--white);
	border-radius: 3px;
	height: 180px;
}

.inquiry_tell--topic {
	padding: 9px 25px;
	color: var(--main_green);
	font-weight: bold;
	background-color: var(--right_green);
	border-radius: 17px;
	text-align: center;
}

.inquiry_tell--wrap {
	margin-top: 23px;
	margin-top: 16px;
}

.nunber_inquiry {
	font-size: 4.2rem;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

	& img {
		width: 55px;
	}
}

.nunber_inquiry span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reception {
	font-size: 1.6rem;
	margin-top: 8px;
	text-align: center;
}

.inquiry_various--list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin-top: 25px;
}

.inquiry_various--item {
	color: var(--white);
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	width: 208px;
	height: 64px;
	
	& a {
		padding: 21px 10px 22px;
	}

	&:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}

.item_line {
	background-color: var(--info_line-gr);
}

.item_form {
	background-color: var(--main_orange);
}

.item_mail {
	background-color: var(--main_green);
}

@media screen and (max-width: 1310px) {
	.inquiry_tell,
	.inquiry_various {
		padding: 15px 18px 34px;
	}

	.nunber_inquiry {
		font-size: 3.4rem;

		& img {
        	width: 45px;
    	}
	}
}

@media screen and (max-width: 1200px) {
	.inquiry_tell,
	.inquiry_various {
		padding: 15px 18px 34px;
	}

	.nunber_inquiry {
		font-size: 2.4rem;

		& img {
        	width: 35px;
    	}
	}

	.inquiry_various--item {
		width: 170px;
	}
	
}

@media screen and (max-width:1024px) {
	.inquiry_wrap {
		flex-direction: column;
	}

	.inquiry_tell--topic {
		width: 300px;
		margin: 0 auto;
	}

	.inquiry_tell,
	.inquiry_various {
		width: 90%;
	}
}

/* ===============
footer
=============== */
footer {
}

.footer_wrap {
	padding: 53px 2% 67px;
	display: flex;
	align-items: self-start;
	justify-content: space-between;
	gap: 12px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: content-box;
}

.logo_footer {
		text-align: center;
	}

.inquiry_tell--wrap {
	margin-top: 20px;
}

.nunberinquiry--small {
	font-size: 2.6rem;
	text-align: center;
}

.btn_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 15px;
}

.btn_item {
	font-family: DFHSGothic;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 20px;
	width: 174px;
	height: 32px;

	& a {
		padding: 7px 20px 9px;
	}
}

.btn_item--or {
	color: var(--white);
	background-color: var(--main_orange);
	border: 1px solid var(--main_orange);

	&:hover {
		color: var(--main_orange);
		background-color: var(--white);
		box-sizing: border-box;
		transition: opacity 0.3s;
	}
}

.btn_item--gry {
	background-color: var(--footer_gray);
	border: 1px solid var(--footer_gray);
	
	&:hover {
		color: var(--main_green);
		background-color: var(--white);
		border: 1px solid var(--main_green);
		box-sizing: border-box;
		transition: opacity 0.3s;
	}
}

.menu_detail {
	position: relative;
	/* height: 300px; */

	&::before {
		content: '';
		position: absolute;
		background-color: var(--footer_gray);
		width: 4px;
		height: 300px;
		left: -23px;
	}
}

.footer_content--txt {
	color: var(--main_green);
	font-size: 1.5rem;
}

.footer_content--list {
	margin-top: 27px;
	height: 269px;
	font-size: 1.3rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.menu_list {
	width: 320px;
}

.footer_content--item {
	margin-top: 12px;
}

.footer_content--item a:hover {
	color: var(--main_orange);
	transition: .3s;
}

.footer_row {
	background-color: var(--main_green);
}

.footer_row-wrap {
	padding: 35px 4% 46px;
	color: var(--white);
	display: flex;
	align-items: end;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}

.name {
	font-size: 1.6rem;
}

.footer_row--r {
	display: flex;
	align-items: end;
	gap: 22px;
}

.footer_row--txt {
	font-size: 1.2rem;

	&:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}

.btn_info--footer {
	padding: 22px 30px;
	color: var(--main_green);
	font-size: 1.6rem;
	font-weight: bold;
	background-color: var(--white);
	text-align: center;
	border-radius: 10px;
	width: 220px;

	&:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}

small {
	padding: 10px;
	display: block;
	color: var(--main_green);
	font-size: 1.1rem;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.footer_wrap {
		gap: 12px;
	}

	.footer_information {
		width: 25%;
	}

	.nunberinquiry--small {
		font-size: 2rem;
	}

	.btn_item {
		width: 130px;
		height: auto;
		
		& a {
			padding: 7px 8px 9px;

		}
	}

	.menu_detail {
		&::before {
			left: -16px;
		}
	}

	.menu_list {
		width: 290px;
	}


}

}