	@charset "utf-8";

/* ----------------------------------------------
共有
---------------------------------------------- */

body {
	font-family: "メイリオ","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /*'Zen Maru Gothic',*/
	background-color: #fffbef;
	color:#645f56;
	width: 100%;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	font-size: 90%;
	line-height: 1.6rem;
}

body{
	
}

section{

}

header{
	position: relative;
}

h2{

}

body{
	
}

a{
	text-decoration: none;
	color: #645f56;
	cursor:pointer;
/*	display: block;*/
}

a:hover{
	text-decoration: none;
	color: #eb6da5;
}

.center_img{
	text-align: center;
}

.center_img img{
	display: inline-block;
	width: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.font_m{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.w_1000{
max-width: 1000px;
margin: 0 auto;
}

.pa_40{
	padding: 0 40px;
}

.color_p{
	color: #eb6da5;
}

.c_red{
	color: #e60012;
}

.c_orange{
	color: #e85d08;
}

.pc_none{
	display: none;
}

.sp_none{
	display: initial;
}

.be_1100{
	display: none;
}

.aligncenter{
	text-align: center;
}

.wrapper{
	position: relative;
	box-sizing: border-box;
	max-width: 1366px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

.flex_box{
	display: flex;
}

.jc_sb{
	justify-content: space-between; 
}

.ai_fe{
	align-items:flex-end;
}

.po_re{
	position: relative;
}

.only_wrapper{
	width: 1366px;
}

.hidden_100{
	width: 100%;
	overflow: hidden;
}

.mar_top3rem{
	margin-top: 3rem;
}

.border_top3rem{
	border-top: 25px solid #e389b0;
	padding-top: 6rem;
	margin-top: 3rem;
}

.t_s{
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

/* --------------
共有 @media screen
----------------- */

@media screen and (min-width: 1100px) {

.be_1100{
	display: initial;
}

}

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

.wrapper{
	box-sizing: border-box;
	max-width: initial;
	min-width: initial;
	padding: 0 16px;
}

.center_img img {
	width: 100%;
	height: auto;
}

.w_1000{

}

.pad_sp40{
	padding-right: 40px;
	padding-left: 40px;
}

.pc_none{
	display: initial;
}

.sp_none{
	display: none;
}

}

/* ----------------------------------------------
ハンバーガーメニュー
---------------------------------------------- */

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 150;
  right : 12px;
  top   : 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: rgb(69 168 164 / 45%);
  border-radius: 12px;
}

.hamburger span {
	display: block;
	position: absolute;
	width: 46px;
	height: 10px;
	left: 7px;
	background: #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 100px;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 26px;
}
.hamburger span:nth-child(3) {
  top: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 25px;
	left: 7px;
  background :#ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 25px;
  background :#ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 120;
  top  : 0;
  left : 0;
  color: #fff;
/*  background: rgb(25 25 25 / 80%);*/
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  display: none;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  display: none;
  line-height: 1.2em;
  border-bottom: dotted 1px #8e8e8e;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
nav.globalMenuSp ul li:last-child {
/*  padding-bottom: 0;*/
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #313334;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  height: 100%;
  overflow-y: scroll;

}

/* --------------
ハンバーガー @media screen
----------------- */

@media screen and (min-width: 800px) {


/*		.globalMenuSp{
			display:none;
		}*/
	}


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

	nav.globalMenuSp ul li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 150;
  right : 12px;
  top   : 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background: rgb(69 168 164 / 45%);
  border-radius: 12px;
}

.hamburger span {
  display : block;
  position: absolute;
	width: 46px;
	height: 10px;
	left: 7px;
  background : #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  border-radius: 100px;
}
.hamburger span:nth-child(1) {
 top: 10px;
}
.hamburger span:nth-child(2) {
  top: 26px;
}
.hamburger span:nth-child(3) {
  top: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
	top: 25px;
		left: 7px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 25px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

}

/* ----------------------------------------------
グローバルナビ
---------------------------------------------- */
#logo{
	position: relative;
/*	background-color: #ccccf7;*/
	height: 160px;
}

#logo > div{
	position: absolute;
	top: 20px;
}

#logo > div img{
	width: 186px;
}


#logo h1 {
	position: absolute;
	top: 75px;
}

#logo h1 img{
	width: 364px;
}

nav{
	
}

nav ul:nth-of-type(1){
	display: inline-block;
	background-color: #ffffff
}

nav ul:nth-of-type(1) li{
	display: inline-block;
	font-weight: bold;
}

nav ul:nth-of-type(1) {
/*    border: 1px solid #85c023;
	border-radius: 4em;
	display: inline-block;
	background-color: #ffffff;*/
}

#gn{

}

#gn ul li{
	padding: 2em;
}


#gn ul:nth-of-type(1) li:nth-of-type(1){
	padding-left: 0;
}

#gn ul:nth-of-type(1) li a{
	text-decoration: none;
	display: block;
}

#gn_sub{
	position: absolute;
	top: 12px;
	right: 118px;
	text-align: center;
}

#gn_sub ul li{
	width: 180px;
	height:47px;
	line-height: 47px;
}

#gn_sub ul li:nth-of-type(1){
	background-color: #cb1c1b;
	margin-bottom: 5px;
}

#gn_sub ul li:nth-of-type(2){
	background-color: #000000;
}

#gn_sub ul li a{
	color: #ffffff;
	text-decoration: none;
/*	font-weight: bold;*/
}



/* --------------
グローバルナビ @media screen
----------------- */

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

#logo {
	height: 120px;
}

#logo > div img {
	width: clamp(140px, 30%, 300px);
	margin-left: 5px;
	margin-bottom: 20px;
}

#logo h1{
	top: 55px;
}

#logo h1 img {
	width: clamp(260px, 40%, 400px);
}

#gn_sub{
	display: none;
}

}

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

#gn{
	display: none;
}


}


/* ----------------------------------------------
ボタン
---------------------------------------------- */

.button{
	text-align: center;
	margin-top: 3em;
}


.button span{
	position: relative;
	background-color: #7dcbdc;
	color: #ffffff;
	border-radius: 100rem;
	text-align: center;
	padding: 0.8em 2em 0.8em 3.5em;
	display: inline-block;
}

.button span:before{
	position: absolute;
	display: inline-block;
	content: "";
	background-color: #ffffff;
	width: 2em;
	height:2em;
	border-radius: 100%;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}

/* ----------------------------------------------
header
---------------------------------------------- */


header{
	position: relative;
	min-height: 10vw;
}

#main_img{

}

#main_img img{
width: 100%;
/*    height: 292px;
    object-fit: cover;
    object-position: 50% 60%;*/
}

#logo{
	position: absolute;
	width: 95px;
	top:12px;
	left: 12px;
}

#logo img{
	width: 100%;
}


/* --------------
header @media screen 800
----------------- */


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


}

/* --------------
header @media screen 480
----------------- */

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

#logo {
    position: absolute;
    width: 95px;
    top: 12px;
    left: 12px;
}

#logo img{
	width: 75%;
}
}


/* ----------------------------------------------
news_area
---------------------------------------------- */

	#main_img {
		margin-bottom: 3rem;
	}

	#news_area{
		margin-bottom: 6rem;
	}

	#news_area h2{
		font-weight: bold;
		line-height: 1.4em;
		margin-bottom: 1rem;
	}

	#news_area p{
		font-size: 0.8rem;
		line-height: 1.4em;
		margin-bottom: 1rem;
	}


	#news_area ol{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.category_page #news_area ol{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#news_area ol > li{
		border-radius: 12px;
		padding: 1rem;
		width: calc(25% - 1em);
		background-color: #ffffff;
		margin-bottom: 1.5rem;
		border:1px #f6e2cb solid;
	}

	#news_area ol li img{
		width: 100%;
		border-radius: 12px;
		margin-bottom: 1rem;
	}

	#news_area ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#news_area ul a{
		background-color: #7dcbdc;
		color: #ffffff;
		text-align: center;
		margin-bottom: 0.5rem;
		width: calc(50% - 0.25em);
		border-radius: 3px;
		font-size: 0.7rem;
		line-height: 1.4em;
		padding: 0.3em 0.5em;
	}

	#news_area ul li:nth-of-type(odd){
		
	}

	@media screen and (max-width: 1000px) {
	#news_area ol > li{
		border-radius: 12px;
		padding: 1rem;
		width: calc(33% - 1em);
		background-color: #ffffff;
		margin-bottom: 1.5rem;
	}
}

	@media screen and (max-width: 800px) {
	#news_area ol > li{
		border-radius: 12px;
		padding: 1rem;
		width: calc(50% - 0.5em);
		background-color: #ffffff;
		margin-bottom: 1.5rem;
	}
}

	@media screen and (max-width: 480px) {
	#news_area ol > li{
		border-radius: 12px;
		padding: 1rem;
		width: calc(100% - 1em);
		background-color: #ffffff;
		margin-bottom: 1.5rem;
	}
}

#news_area time{
	font-size: 0.7rem;
}


/* ----------------------------------------------
NEWS_BOX
---------------------------------------------- */

#news{
	margin-top: 3rem;
	margin-bottom: 3rem;

	border-bottom: 25px solid #e389b0;
	padding-bottom: 3rem;
}

#news_b{
	margin-top: 130px;
	padding-bottom: 60px;
}

#news_b img{
	width: 60%;
}

#news_box #news_c li{
  display: flex;
  padding:15px;
  border-bottom:1px solid #000;
}

#news_box #news_c .label{
  background-color:#f1abba;
  border-radius:100vh;
  color:#fff;
  padding:1px 25px;
  margin:0 20px;
  font-size: 0.7em;
  }

#news_box .text{
  
}

#news time{
	display: block;
	text-align: left;
}

/* --------------
NEWS_BOX @media screen
----------------- */


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

#news_box {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}

#news_box #news_c{
  width: initial;
}

#news_box #news_b{
	width: initial;
	margin-top: 35px;
}

#news_box>div img {
	width: 40%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: block;
}

#news_b {
	margin-top: 0px;
	padding-bottom: 60px;
}

}


/* ----------------------------------------------
news 新規
---------------------------------------------- */

.news{
	width: 75%;
	margin: 0 auto 7vw auto;
	font-size: 0.8em;
}

.news a{
	color: #4a4a4a;;
}

.news img:nth-of-type(1) {
	max-width: 260px;
	margin: 0 auto 5vw auto;
	width: 50%;
	display: block;
}

.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 100px;
}


.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}


.news_list {
  margin: 0 2%;
  width: 100%;
}

.news_list_item {
  padding: 1em 0;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.8em;
}

.news_list_item p{
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

.news_list_dis{

}

.news_list_item_box{
	display: flex;
/*	align-items: center;*/
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}

.news_list_item div{
/*	display: inline-block;*/
}

.news_list_item a,.not_a {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 0;
	display: inline-block;

}

.news_list_item a{
text-decoration: underline;
}

.news_list_item img{
	width: clamp(150px, 20vw, 250px);
}

.cate{

}

.cate a{
    text-decoration: none;
    padding-right: initial;
}

.cate p a{

}

.news_list_date {

  margin-right: 1em;
  margin-left: 1em;
 flex-direction: column;
}

.news_list_date div div{
	margin-bottom: 1em;
}

.news_list_date p{
	display: block;
	margin-left: 1rem;
}

.news_item{
  color: #ffffff;
  border-radius: 3px;
  width: 14em;
  text-align: center;
  margin-left: 0.5rem;
  font-size: 0.8em;
  line-height: 2.5em;
  display: inline-block;
}

.nx_green{
	background: #86c024;
}

.nx_blue{
	background: #22b0e4;
}

.nx_pink{
	background: #ea8bb6;
}

.nx_red{
	background: #cb1c1b;
}

.nx_orange{
	background: #e79014;
}

.news_item_news,.news_item:nth-of-type(1){
/*  margin-left: 1rem;*/
}

.news_item_movie {
  background: #5ed0f5;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_grouphome,.news_item_to {
  background: #f1abba;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_communication,.news_item_ib {
  background: #eba300;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_blog {
  background: #67be18;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.news_item_etc {
  background: #f07171;
  color: #ffffff;
  border-radius: 14px;
  width: 14em;
  text-align: center;
  margin-left: 20px;
  font-size: 0.8em;
  line-height: 2.5em;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 5%;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}

.news_title{
	font-weight: bold;
	font-size: 1.2em;
}


/* --------------
news 新規 @media screen
----------------- */

@media screen and (max-width: 1024px) {
	.news_list_item a,.not_a {
/*		display: block;*/
	}
}

@media screen and (max-width: 769px) {
	.news_list_item a,.not_a  {
	}

	.arrow {
/*        display: none;*/
	}

.news_list {
	margin: 0 ;
	width: initial;
}

    .news_list_item a, .not_a {
        padding-right: 0;
        display: inline-block;
    }

}

@media screen and (max-width: 480px) {
	.arrow {
/*        display: none;*/
	}
	.news_list_item a,.not_a {
		padding-right: 0;
		display: inline-block;
	}

.news_list_date {
 	flex-direction: column-reverse;
 	flex-wrap: wrap;
 	display: flex;
 	margin-right: 0;
	}

.news_list_date p{
	line-height: initial;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.news_item {
    width: 7rem;
    text-align: center;
    margin-left: initial;
    font-size: 0.75em;
    line-height: 2.5em;
    display: inline-block;
}

.news_item:nth-of-type(1) {
    margin-left: initial;
}

.news_list_item > div {
	margin-left: 1em;
}

.news_list_date div div {
    margin-bottom: 1em;
}

news_item_news, .news_item:nth-of-type(1) {
     margin-left: 0; 
}

}


/* ----------------------------------------------
intro
---------------------------------------------- */

#intro{
	margin-bottom: 3rem;
}

#intro h2{
    writing-mode: vertical-rl;
    font-size: clamp(2.5rem, 3vw, 3.5rem);
    color: #A7A6AD;
    line-height: 1.4em;
    display: inline-block;
    text-align: justify;
/*    font-weight: bold;*/
letter-spacing: 0.02em;
}

.intro_main img{
	width: 100%;
}

.intro_main p{
	margin: 1em 0;
}

.intro_main div:nth-of-type(1){
	width: 30%;
}

.intro_main div:nth-of-type(2){
	width: 70%;
	text-align: center;
}

#cate{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 0 0 4%;
	margin: 0 0 3rem 0;
}

#cate li{
/*	background-color: #ffcc00;*/
	width: 20%;
	margin-right: 4%;
	margin-bottom: 1em;
	position: relative;
}

#cate li img{
	width: 100%;
	z-index: 1;
/*	position: absolute;*/
/*	top: 0px;
	left: 0px;*/
}

#cate li span{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #ffffff;
}


#cate li:nth-of-type(1){

}

#cate li:nth-of-type(2){
	
}

#cate li:nth-of-type(3){

}

#category{
	margin-bottom: 6rem;
}

.category_tag{
	text-align: center;
}

.category_tag li{
	background-color: #7dcbdc;
	color: #ffffff;
	font-size: 0.8rem;
	border-radius: 3px;
	margin-top: 1rem;
	text-align: center;
	padding: 0.5em;
	width: 65%;
	display: inline-block;
}

/* --------------
intro @media screen 800
----------------- */

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

.intro_main{
	flex-direction: column-reverse;
}

.intro_main div:nth-of-type(1) {
    width: 100%;
}

.intro_main div:nth-of-type(2){
	width: 100%;
	margin-bottom: 3rem;
}

.intro_main div:nth-of-type(2) div:nth-of-type(1){
	width: 60%;
}

#intro h2 {
    font-size: 7vw;
    line-height: 1.1em;
}

#cate li{
	background-color: #ffcc00;
	width: 29%;
	margin-right: 4%;
	margin-bottom: 1em;
}

.category_tag li {
/*    background-color: #e389b0;
    color: #ffffff;
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    border-radius: 100em;
    margin-top: 1rem;
    text-align: center;
    padding: 0.5em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;*/
}

}

/* --------------
intro @media screen 480
----------------- */

@media screen and (max-width: 480px) {
	#cate li{
	background-color: #ffcc00;
	width: 46%;
	margin-right: 4%;
	margin-bottom: 1em;
}

}


/* ----------------------------------------------
topic 共通
---------------------------------------------- */

.topic{
	margin-bottom: 6rem;
}

.topic_band{
	background-color: #7dcbdc;
	color: #ffffff;
	padding: 2rem 1rem 2rem 20%;
	position: relative;
}

.topic_band h2{
	font-size: clamp(1.5rem, 3vw, 3.5rem);
	font-weight: bold;
	margin: 2rem 0 1rem 0;
	line-height: 1.2em;
}

.topic_band h3{
	font-size: clamp(1rem, 1.5vw, 1.5rem);
	font-weight: bold;
}

.topic_band div{
	  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    border: 1px solid #ffffff;
    padding: 0.5em 1em;
    border-radius: 100em;
    display: inline-block;
}

.topic_band img{
	position: absolute;
    left: 7%;
    width: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.topic_ex{
	margin: 3em;
}

/* --------------
topic1 @media screen 640
----------------- */

@media screen and (max-width: 640px) {
    .topic_ex {
        margin: 3em 0;
        line-height: 2em;
    }
}



/* ----------------------------------------------
topic1
---------------------------------------------- */

#topic1{

}

.check-it{
	border: 1px #000000 solid;
	border-radius: 45px;
	padding: 2.5em;
	position: relative;
	font-size: 0.8rem;
	margin-top: 3rem;
}

.check-it img:nth-of-type(1){
	position: absolute;
    top: -4%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
}

.check-it img:nth-of-type(2){
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.check-it span{
	display: block;
	margin-left: 1em;
}

#topic1_contents{

}

#topic1_contents > div:nth-of-type(1){
	width:30%;
}

.goods_img img{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	margin-bottom: 3rem;
}


#topic1_contents > div:nth-of-type(2){
	width: 70%;
	margin-left: 3rem;
}

#topic1_img img{
	width: 100%;
}

#topic1_img > div:nth-of-type(2) img{
	margin: 2rem 0;
}

/* --------------
topic1 @media screen 800
----------------- */

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

	#topic1_contents {
	 flex-direction: column-reverse;
}

.check-it {
    border: 1px #000000 solid;
    border-radius: 45px;
    padding: 3rem 2rem 2rem 2rem;
    position: relative;
    margin-top: calc(1rem + 4%);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.check-it img:nth-of-type(1) {
    width: 28%;
    min-width: 100px;
}

.check-it img:nth-of-type(2) {
	margin-top: 0;
	width: 70%;
	max-width: 190px;
}

.goods_img img {
    width: 40%;
}

#topic1_contents > div:nth-of-type(2) {
    width: 100%;
    margin-left: initial;
}

#topic1_contents > div:nth-of-type(1) {
    width: 100%;
    font-size: 0.8rem;
}

}

/* --------------
topic1 @media screen 480
----------------- */

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

.topic_band img {
    left: 43%;
    width: 15%;
    top: 5%;
    transform: initial;
}

.topic_band {
    background-color: #7dcbdc;
    color: #ffffff;
    padding: 24% 1rem 1rem 1rem;
    position: relative;
}

.topic_band h3 {
    font-size: clamp(0.9rem, 1.5vw, 1.5rem);
    font-weight: normal; 
}

.topic_band h2 {
    font-size: clamp(1.5rem, 4vw, 3.5rem);
    font-weight: bold;
    margin: 1rem 0 1rem 0;
}

.topic_band div{
	text-align: center;
}

.check-it img {
    width: 35%;
}

.goods_img img {
    width: 70%;
}

    .topic_band div{
	  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    border: 1px solid #ffffff;
    padding: 0.5em 1em;
    border-radius: 100em;
    display: block;
    text-align: center;
    margin-bottom: 1.5em;
}

}


/* ----------------------------------------------
topic2
---------------------------------------------- */

#topic2{
/*		border-bottom: 25px solid #e389b0;
		padding-bottom: 6rem;*/
}

#topic2 .parag_1_left{
	background-color: #4da8a4;
	color: #ffffec;
/*	padding: 3em;*/
}

#parag_1{
	margin-top: 3rem;
}

.parag_1_left{
	width: 50%;
	min-width: 570px;
	position: relative;
	display: flex;
}

.parag_1_left div:nth-of-type(1){
	flex-direction: row-reverse;
	width: 50%;
}

.parag_1_left div:nth-of-type(2){
	width: 50%;
	text-align: center;
	position: relative;
	padding-top: 6em;
}

.parag_1_left_title{
	height:100%;
	margin-left: 1em;
}

.parag_1_right{
	width: 50%;
	padding: 0 2rem;
}

.parag_1_right ul{
	text-align: center;
}

.parag_1_right li{
    background-color: #7dcbdc;
    color: #ffffff;
    font-size: 0.8em;
    border-radius: 3px;
    margin-top: 1rem;
    text-align: center;
    padding: 0.5em;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

#topic2 .parag_1_left div div{
	writing-mode: vertical-rl;
	height: 24em;
	width: 100%;
	padding: 3em 1em 3em 3em;
}

.tp2_left_img{
    width: 60%;
    margin: 0 30% 0 10%;

	}

.cs_logo_white{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35%;
}

#parag_2{
/*	 justify-content: space-between;*/
	 margin-top: 3rem;
}

#parag_2 div{

}

#parag_2 div:nth-of-type(1){
/*	background-color: #aacc00;*/
}

#parag_2 div:nth-of-type(2){
/*	background-color: #aabb00;*/
	text-align: center;
}

#parag_2 div:nth-of-type(3){
/*	background-color: #cccc00;*/
	text-align: right;
}

#parag_2 div img{
	width: 90%;
	display: inline-block;
}

#parag_3{
	margin-top: 6em;
}

#parag_3 div:nth-of-type(1){
/*	background-color: #aabb00;*/
	width: 75%;
}

#parag_3 div:nth-of-type(2){
/*	background-color: #aacc00;*/
	width: 25%;
}

#parag_3 ul{
	align-items: flex-end; 
}

#parag_3 li{
	width: 33%;
}

#parag_3 li img{
	width: 70%;
	margin: 0 auto;
}

#parag_3 p{
	margin-top: 3rem;
}

#parag_3 div:nth-of-type(2){
	text-align: center;
}

#parag_3 div:nth-of-type(2) img{
	width: 70%;
	display: inline-block;
	margin-bottom: -2rem;
}

#parag_4{
	background-color: #ffffff;
}

#parag_4 span{
	font-size:3rem;
	font-weight: bold;
}

#parag_4 ul{
	padding: 4rem;
}

#parag_4 li{
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
/*	background-color: #ddcc00;*/
}

#parag_4 li img{
	margin: 0 2rem;
	width: 100px;
}

#parag_4 h3{
	font-weight: bold;
	text-decoration: underline;e
}

/* --------------
topic2 @media screen 1000
----------------- */

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

#parag_1{
	flex-direction: column; 
}

.parag_1_left {
    width: 100%;
    min-width: initial;
    position: relative;
    display: flex;
}

.tp2_left_img {
    width: 46%;
    margin: 0 30% 0 10%;
}

.parag_1_right {
    width: 100%;
    padding: 2rem 0;
}

#parag_4 ul {
    padding: 1rem;
    margin-top: 2rem;
}

}


/* --------------
topic2 @media screen 768
----------------- */

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


.parag_1_left div:nth-of-type(1) {
    flex-direction: row-reverse;
    width: 58%;
}

.parag_1_left div:nth-of-type(2) {
    width: 42%;
    text-align: center;
    position: relative;
    padding-top: 8em;
}

    .tp2_left_img {
        width: 60%;
        margin: 0 30% 0 10%;
    }

}

/* --------------
topic2 @media screen 480
----------------- */

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

    .parag_1_left {
        width: 100%;
        min-width: initial;
        position: relative;
        display: flex;
        flex-direction: column; 
    }

    .parag_1_left div:nth-of-type(1) {
    flex-direction: row-reverse;
    width: 100%;
}

#topic2 .parag_1_left div div {
    writing-mode: vertical-rl;
    height: 24em;
    padding: 3em 0;
    margin: 0 auto;
    display: flex;
    align-items: center; 
}

#topic2 .parag_1_left div div span {


}

.parag_1_left div:nth-of-type(2) {
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 6em;
}

.tp2_left_img {
    width: 46%;
    margin:0 auto;
}

.cs_logo_white {
    position: absolute;
    right: 50%;
    transform: translateY(-50%);
    top: 20px;
    width: 35%;
}

#topic2 .parag_1_left {
	padding-bottom: 3rem;
}

#parag_4 ul {
    padding: 1rem;
    margin-top: 3rem;
}

#parag_4 li img {
    margin: 0 2rem 0 0;
    width: 80px;
}

#parag_4 li {
	font-size: 0.8rem;
}

}

/* ----------------------------------------------
movie
---------------------------------------------- */

#movie{
	padding: 6rem 0;
/*	border-bottom: 25px solid #e389b0;*/
    padding-bottom: 3rem;
    background-image: url(../img/cookswitch_main-assets/cs_movie_back.png);
    background-size: contain;
}

#movie_img{
	width: 55%;
	background-color: #ddccdd;
	margin: 0 auto 3rem auto;
	position: relative;
}

#movie_img a img:nth-of-type(1){
	width: 100%;
}

.cs_logo_movie{
	width: 20%;
	position: absolute;
	right: -10%;
	top:-10%;
}


.button_movie span {
    position: relative;
    background-color: #9f6f4e;
    color: #ffffff;
    border-radius: 100rem;
    text-align: center;
    padding: 0.8em 2em 0.8em 3.5em;
    display: inline-block;
}

.button_movie span:before {
    position: absolute;
    display: inline-block;
    content: "";
    background-color: #ffffff;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#movie p{
	width: 55%;
	margin: 0 auto;
}


/* --------------
movie @media screen 768
----------------- */

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

#movie_img {
    width: 80%;
    background-color: #ddccdd;
    margin: 0 auto 3rem auto;
    position: relative;
}

}

/* --------------
movie @media screen 480
----------------- */

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

#movie_img {
    width: 80%;
    margin: 0 auto 1rem auto;
    position: relative;
}

#movie p {
    width: 80%;
    margin: 0 auto;
}

}

/* ----------------------------------------------
entry
---------------------------------------------- */


#entry{
	position: relative;
	padding-top: 118px;
	padding-bottom: 100px;
}

#entry:after {
	position: absolute;
	content: "";
	background-color: #dddddd;
	bottom: 0px;
	width: 100%;
	height: 18px;
}


#entry .wrapper > p{
	text-align: center;
}

#entry h2 {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0.3em;
	padding-left: 5rem;
	display: inline-block;
	margin-bottom: 100px;
}

#entry h2:before {
	position: absolute;
	content: "";
	background: url(../img/kodera-assets/kodera_sq_mini.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	height: 2.5rem;
	width: 5rem;
}

.pri_box {
	border: 1px solid #dddddd;
	border-radius: 2em;
	background: #fff;
	padding: 2.5em;
	height: 14em;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 60px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

input:focus,textarea:focus {
  outline: 2px #f1a1a1 solid;
}

/* --------------
#entry @media screen 800
----------------- */

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

#entry h2:before {
	position: absolute;
	content: "";
	background: url(../img/kodera-assets/kodera_sq_mini.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	height: 1.5rem;
	width: 3rem;
}

#entry h2 {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.3em;
	padding-left: 3rem;
	display: inline-block;
	margin-bottom: 50px;
}


}


/* ----------------------------------------------
footer
---------------------------------------------- */

footer{

}

#footer_main{
	display: flex;
	justify-content: center;
	padding-top: 6rem;
	padding-bottom: 6rem;
	align-items: center;
}

footer li{
	background-color: #7dcbdc;
	color: #ffffff;
	border-radius: 3rem;
	padding: 0.5rem 1.5rem;
	width: 30vw;
	max-width: 14rem;
	min-width: 10rem;
	font-size:clamp(0.7rem, 2vw, 0.9rem);
	display: inline-block;
}

#footer_main div:nth-of-type(1){
	width: 40%;
}

#footer_main ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#footer_main li{
	margin-bottom: 1rem;
	text-align: center;
}

#footer_main div:nth-of-type(2){
	width: 20%;
	min-width: 180px;
	font-size: 80%;
	text-align: center;
	color: #7dcbdc;
}

#footer_main div:nth-of-type(3){
	width: 40%;
}

#footer_main div:nth-of-type(2) img{
	width: 80%;
	margin: 0 auto;
}

.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #7dcbdc;
}

.footer-2__logo {
    width: 130px;
    height: 30px;
}

.footer-2__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-2__sns-icon {
    width: 34px;
    height: 34px;
}

.footer-2__copyright {
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
    font-size: .8em;
}

/* --------------
footer @media screen 800
----------------- */

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

footer li{
	background-color: #7dcbdc;
	color: #ffffff;
	border-radius: 3rem;
	padding: 0.5rem 1.5rem;
	width: 90%;
	font-size:clamp(0.7rem, 2vw, 0.9rem);
}

}

/* --------------
footer @media screen 480
----------------- */

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

footer div:nth-of-type(3) img{

}

#footer_main{
	display: flex;
	justify-content: center;
	padding-top: 3rem;
	padding-bottom: 3rem;

	flex-direction: column; 
}

#footer_main div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2rem;
}

#footer_main div:nth-of-type(2) {
    width: 100%;
    font-size: 80%;
    text-align: center;
    color: #7dcbdc;
}

#footer_main div:nth-of-type(2) img {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

#footer_main div:nth-of-type(3) {
    width: 100%;
    margin-top: 3rem;
}

}


/* ----------------------------------------------
category
---------------------------------------------- */

.cate_title{
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    background-color: #7dcbdc;
    padding: 1.5em 0;
}



/* --------------
category @media screen 480
----------------- */

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

.cate_title{
	text-align: center;
/*	font-weight: bold;*/
/*	margin:0;*/
/*	color: #7dcbdc;*/
	font-size: 1.2rem;
/*	padding-top: 8rem;*/
}

}



/* ----------------------------------------------
contact_after
---------------------------------------------- */

#contact_after {
	position: relative;
}

#contact_after .wrapper h2 {
	text-align: center;
	margin-top: 100px;
	padding-bottom: 60px;
}

#contact_after .wrapper h2 img {
	width: 80%;
	display: inline-block;
}

#contact_after .wrapper h2 + p {
	text-align: center;
	font-size: 2rem;
	line-height: 1.3em;
	margin-bottom: 4rem;
}

/* --------------
contact_after @media screen 800
----------------- */

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

#contact_after .wrapper h2 img {
	width: 100%;
}

#contact_after .wrapper h2 + p {
	font-size: 1.5rem;
}

}