@charset "utf-8";
/* CSS Document */
/*----TOPページコンテンツ----*/
.TOPCONTENTS_title_white{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	color:#ffffff;
	font-size: 3.8rem;
	text-align: center;
	margin-top:-6px;
}
.TOPCONTENTS_title_black{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	color:#000000;
	font-size: 3.8rem;
	text-align: center;
}
.TOPCONTENTS_titlesub{
	color:#ffffff;
	text-align: center;
	margin-top:-5px;
}

.TOPCONTENTS_titlesub_black{
	color:#000000;
	text-align: center;
	margin-top:-5px;
}

/*----BACKGROUND----*/
body {
	background-image:url("../img/bg_dot_blue.png");
	background-position: center 0px;
	background-repeat: repeat;/* 背景の繰り返し */
	background-size:40px;
	width: 100%;
}
.BG_gradationdot{
	height:760px;
}
article{
	margin-top:180px;
}
/*----HEADER----*/
header{
	width:100%;
	position:relative;
	z-index: 3;
	top:0px;
}
.topheader_L img{
	width: 173px;
	height:93px;
	margin:8px 57px 31px 10px;
}
.topheader_L{
	background-image: url("../img/bg_header_L.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 240px;
	height: 122px;
}
.topheader_R{
	background-image: url("../img/bg_header_R.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 122px;
}
.topheader_SNS{
	margin-right:20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	gap:10px;
}
.topheader_SNS img{
	width:56px;
	height:48px;
}
.topheader_TEXT {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	padding:0px;
	margin:17px 10px;
	color:#5c5c5c;
	font-size:1.5rem;
	position: relative;
}
.topheader_TEXT a{
	color:#5c5c5c;
}
.topheader_TEXT:hover{
	color:#5c5c5c;
}
.topheader_TEXT::after {
    content: "";
    display: block;
    height: 2px;
    width: 108%;
    background-color: #707070;
    position: absolute;
    left: -5%;
    bottom: 5;
    transform: scale(0,1);
    transition: 0.3s;
}
.topheader_TEXT:hover::after {
    transform: scale(1,1);
}
/*---- ↓↓↓ 850px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 850px) {
.topheader_SNS{
	margin-right:10px;
	gap:8px;
}
.topheader_TEXT {
	margin:17px 5px;
}
}
@media (max-width: 805px) {

.topheader_TEXT {
	margin:17px 3px;
}
}
/*------ドロップダウンメニュー------*/
.topheader_ENTRY {
    background-image: url("../img/icon_arrow_Sdown_b.png");
    background-position: right 0px top 7px;
    background-repeat: no-repeat;
    padding-right: 22px;
}
.dropdown-BTN-top{
    width: fit-content;
    height: 100%;
    background-color: none;
    position: relative;
    margin-right: 16px;
}
.dropdown-BTN-top:hover {
    background-color: none;
    height: 60px;
}
.dropdown-BTN-top a {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.dropdown-lists-top {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 200px;
    position: absolute;
    top: 54px;
    right: -52px;
    z-index: 1;
}
.dropdown-BTN-top:hover .dropdown-lists-top {
    display: block;/*.dropdown-BTNにホバーしたら表示*/
}
.dropdown-list-top {
    background-color: rgba(255, 255, 255, 0.8);
	margin:1px;
    transition: all .3s;
    position: relative;
	display: block;
    width: 200px;
    height: 56px;
	cursor: pointer;
}
.dropdown-list-top:hover {
    background-color: #003558;
	color: #ffffff;
}
.dropdown-list-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5c5c5c;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
}
.dropdown-list-top a:hover {
	color: #ffffff;
}
/*---- ↓↓↓ 850px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 850px) {
.dropdown-BTN-top{
    margin-right: 5px;
}
}
@media (max-width: 805px) {
.dropdown-BTN-top{
    margin-right: 0px;
}
}
/*------ドロップダウンメニュー--ここまで----*/
.topheader_image_youtube{
	background-image: url("../img/btn_youtube.png");
	background-repeat: no-repeat;
	background-size: 56px;
	width:56px;
	height:48px;
}
.topheader_image_youtube:hover{
	background-image: url("../img/btn_youtube_on.png");
	background-size: 56px;
    transition: 0.3s;
}
.topheader_image_x{
	background-image: url("../img/btn_x.png");
	background-repeat: no-repeat;
	background-size: 56px;
	width:56px;
	height:48px;
}
.topheader_image_x:hover{
	background-image: url("../img/btn_x_on.png");
	background-size: 56px;
    transition: 0.3s;
}
.topheader_image_hp{
	background-image: url("../img/btn_home.png");
	background-repeat: no-repeat;
	background-size: 56px;
	width:56px;
	height:48px;
}
.topheader_image_hp:hover{
	background-image: url("../img/btn_home_on.png");
	background-size: 56px;
    transition: 0.3s;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 403px;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-width: 10%;
	max-width: 200%;
   /* transform: scale(1,1); */
}
.carousel-control-prev,
.carousel-control-next{
	width: 10%;
	opacity: 1;
	
}
.carousel-control-prev-icon_b{
	background-image: url("../img/icon_arrow_square_b_L.png");
}
.carousel-control-next-icon_b{
	background-image: url("../img/icon_arrow_square_b_R.png");
}
.carousel-control-prev-icon_b,
.carousel-control-next-icon_b{
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

/*----TOPカルーセル-------------------------------*/
.TOP_img {
	position: absolute; 
	right:0px;       			 
	top:-210px;      			  
	height:800px;
	width:80%;
	overflow: hidden;
}
.img-height{
	height:800px;
}
.img-height > img {
	height:800px;
}

/*----TOPカルーセルここまで-------------------------------*/
	
/*----TOP----*/
.TOP_contents{
	position:relative;
}

.TOP_about{
	background-image:url("../img/bg_top_about.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	position: absolute;        /* 要素の配置方法を指定 */
    top: 140px;                  /* 配置指定 */
	height:580px;
	width:864px;
	right:0px;
	z-index: 2;
	
}
.TOP_aboutbox {
	color: #ffffff;
    margin-left: auto;
    right: 0px;
    text-align: right;
    padding: 40px 30px 0 280px;
}
.TOP_abouttitle{
	background-image:url("../img/bg_dot_whiteblock02.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	background-size:383px;
	background-position: right;
	height:122px;
	text-align: right;
	font-family: 'M PLUS 1p', sans-serif;
	font-style: italic;
	line-height: 6.5rem;
	font-size: 6rem;
	letter-spacing: 0.4rem;
	margin-top:10px;
	margin-right:10px;
}

.TOP_abouttext {
	line-height: 2.3rem;
	margin-top: 5rem;
	text-align: left;
}

/*----NEWS----*/
.TOPNEWS{
	margin:auto;
	padding-top:60px;
	width:fit-content;
}
.TOPNEWS_header{
	background-image:url("../img/bg_dot_whiteblock03.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	width: 382px;
	height:42px;
	color:#ffffff;
}
.TOPNEWS_ICON{
	background-image:url("../img/icon_news.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	width: 42px;
	height:40px;
}
.TOPNEWS_title{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 4.5rem;
	margin-left:8px;
	padding:0;
	line-height: 3rem;
}
.TOPNEWS_titlesub{
	margin-left:20px;
	margin-top:16px;
}
.TOPNEWS_innner{
	margin-top:24px;
	border-left:5px solid #18304b; /*線の設定*/
	padding:0px 0px 0px 20px;  /*余白の設定*/
}
.TOPNEWS_link{
	display: flex;
}
.TOPNEWS_link:last-child p{
	margin-bottom:8px;
}
.TOPNEWS_innner p{
	margin-top:8px;
}
.TOPNEWS_innner a{
	text-decoration:underline;
	color:#ffffff;
	display:inline;
	margin:8px 0 0 8px;
}
/*---- ↓↓↓ 520px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 520px) {
.TOPNEWS_link{
	display:block;
}
.TOPNEWS_link:last-child p{
	margin-bottom:0px;
}
.TOPNEWS_innner a{
	margin:8px 0 0 0;
}
}
/*----BLOG----*/
.TOPBLOG{
	background-color: #f5f8fa;
	width:100%;
	margin:70px auto;
	padding:20px 0 30px 0;
	position:relative;
}
.TOPBLOG_bg{
	background-image: linear-gradient(150deg, rgba(255, 71, 200, 1), rgba(255, 189, 84, 1));
	position:absolute;
	top: 70%;
    right: 0%;
    transform: translate(0%, -50%);
    width: 60%;
    height: 340px;
	z-index: 0;
	opacity: 0.6;
	margin-top:0px;
}
.TOPBLOG_innner{
	max-width:1100px;
	position:relative;
	z-index: 1;
	margin:auto;
}
.blog_LOGO {
	width:100%;
	margin:0 auto 20px auto;
}
.blog_LOGO img {
	width:100%;
}
.NOTE_subtitle{
	width:100%;
	font-family: 'M PLUS 1p', sans-serif;
	color: #000000;
	line-height: 1rem;
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	opacity: 0.6;
	margin:10px auto 0 auto;
	text-align: center;
	position: relative;
	padding: 0 50px;
}
.NOTE_subtitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1.5px;
  content: '';
  background: #000;
}
.NOTE_subtitle span {
  position: relative;
  padding: 0 1em;
  background: #f5f8fa;
}
/*----リスト--------------*/
.blog-grid-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	column-gap: 14px;
	row-gap: 14px;
	width:96%;
	margin:10px auto 10px auto;
	justify-items: center;
	align-items:center;
}
/*----コメント--------------*/
.TOPBLOG_L{
	width:100%;
	padding:40px 30px 40px 30px;
	position: relative;
}
.TOPBLOG_comment{
	
}
.TOPBLOG_BTN{
	width:100%;
	margin:50px auto 0 auto;
	text-align: center;
	display:block;
}
.TOPBLOG_BTN_resp{
	width:100%;
	margin:auto;
	text-align: center;
	padding-top:20px;
	display:none;
}
/*---- ↓↓↓ 400px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 400px) {
.blog_LOGO {
	width:90%;
}
}
/*---- ↓↓↓ 730px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 730px) {
.TOPBLOG_L{
	padding:0px 20px 0 20px;
}
}
/*---- ↓↓↓ 640px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 640px) {
.blog-grid-list {
	width:90%;
	margin:10px auto 10px auto;
}
.TOPBLOG_L{
	padding:10px 10px 0 10px;
	text-align: center;}
.TOPBLOG_BTN{
	padding-top:30px;
	display:none;
}
.TOPBLOG_BTN_resp{
	display:block;
}
}
/*--★ボックスビュー--------------*/
.blog-box{
	width:100%;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius:6px;
	margin:0px;
	
}
.blog-box:hover{
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
    transition: 0.3s;
}
.blog-boxday{
	width:100%;
	font-family: 'M PLUS 1p', sans-serif;
	color: #000000;
	line-height: 1rem;
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	opacity: 1;
	margin:16px auto 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.blog-boxday:after {
	content: "";
	height:1px;
	width:100%;
	background-color:#000;
	margin: 0 auto;
}
.blog-boxtitle{
	font-weight: 600;
	background-image: url("../img/icon_blog_indent02.png");
	background-repeat: no-repeat;
	color: #000000;
	background-position: left 10px top  11px;
	background-size: 6px;
	line-height: 2rem;
	padding:10px 10px 10px 24px;
}
.blog-box-imageplace{
	text-align: center;
	padding:0 0 4px 0;
}
.blog-box-imageplace img{
	width:95%;
}
.blog-boxbg{
	background-color: rgba(24, 46, 76, 0.9);
	border-radius:0px 0px 6px 6px;
	clip-path: polygon(0 calc(0% + 50px), 100% 0, 100% 100%, 0 100%);
	margin:-62px auto 0 auto;
	padding-top:70px;
}
.blog-box-text{
	color:#ffffff;
	width:90%;
	margin:auto;
}
.blog-box-arrow{
	width:150px;
	padding-bottom:14px;
	margin:0 10px 0 auto;
}
.blog-box-arrow img{
	width:100%;
}
/*----PICKUP WORKS----*/
.TOPWORKS{
	width: 100%;
    margin: 70px 0px 70px 0px;
    padding: 0px 0px 5px 0px;
	background-color:#60bbff;
	-webkit-transform: skew(0deg, -3deg);
	overflow: hidden;
}
.TOPWORKS_innner{
	margin:0 auto 40px auto;
	width: 100%;
    max-width: 860px;
	-webkit-transform: skew(0deg, 3deg);
}
.TOPWORKS_title{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 7rem;
	margin-left:0px;
	padding-top:20px;
	line-height: 6.1rem;
}
.TOPWORKS p::first-letter{
  color: #fff;
}
/*----TOPICKS----*/
.TOPICKS{
	margin-top:110px;
	background-image:url("../img/bg_top_topicks.png");
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	width:100%;
	padding-bottom:20px;
	position: relative;
	}
.TOPTOPICKS_header{
	background-image:url("../img/img_logo_topicks01.png");
	background-repeat:no-repeat;
	background-position: center;
	background-size:contain;
	margin:-50px auto 0 auto;
	height: 141px;
	width:100%;
	position:absolute;
	}
.TOPTOPICKS_comment{
	padding-top:100px;
	}
.TOPTOPICKS_comment p{
	width:fit-content;
	margin:auto;
	color:#ffffff;
	}
.TOPTOPICKS-box{
	width:33%;
	margin: 0 auto;
}
/*----MESSAGE----*/
.TOPMESSAGE{
	background-image:url("../img/bg_top_message_pic.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	background-position: center;
	background-size:cover;
	margin:170px auto 100px auto;
	padding-top:20px;
	height:400px;
	width:90%;
	max-width: 1200px;
	text-align: right;
}
.TOPMESSAGE_title{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 900;
	font-style: normal;
	color:#ffffff;
	margin:-140px 0 0 auto;
	font-size:14rem;
}
.TOPMESSAGE_titlesub{
	font-family: 'M PLUS 1p', sans-serif;
	color:rgba(0, 37, 88, 0.5);
	margin:-86px 40px 0 auto;
	font-size: 6rem;
	}
.TOPMESSAGE_text{
	font-family: 'M PLUS 1p', sans-serif;
	color:#ffffff;
	margin:10px 20px 50px auto;
	line-height:5rem;
	font-size: 4.5rem;
	}

/*----POLICY----*/
.TOPPOLICY{
	background: linear-gradient(rgba(0, 69, 163, 0.7), rgba(102, 144, 203, 0.7)), url("../img/bg_top_policy_pic.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	background-size:cover;
	background-position: center;
	margin:100px auto 0 auto;
	width:90%;
	max-width: 1200px;
	height:300px;
}
.TOPPOLICY_box{
	margin: auto;
	padding-top:54px;
	width: fit-content;
}
/*----ABOUT----*/
.TOPABOUT{
	background: linear-gradient(rgba(0, 37, 88, 0.7), rgba(0, 37, 88, 0.7)), url("../img/bg_top_about_pic.png");
	background-repeat: no-repeat;/* 背景の繰り返し */
	background-size:cover;
	background-position: center;
	margin:100px auto 0 auto;
	width:100%;
	height:300px;
}
.TOPABOUT_box{
	margin: auto;
	padding-top:54px;
	width: fit-content;
}
/*----GALLERY----*/
.TOPGALLERY{
	margin:60px auto 70px auto;
	width:100%;
	overflow: hidden;
}
.TOPGALLERY_pic{
	margin-top:40px;
	margin-bottom:10px;
	height:260px;
}
.TOPGALLERY_pic img{
	border:5px solid #ffffff; /*線の設定*/
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	width:384px;
	margin:20px;
}
	
/*----TOP BUTTON----*/
.BTN_topentry{
	position:fixed;
	left:10px;
	bottom:10px;
	margin: 0px;
	z-index: 10;
	display: block;
}
.topentry_btn{
	font-size: 2rem;
	position: relative;
	font-weight:lighter;
	display: block;
    padding: 2.3rem 15rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
	outline-offset: -6px;
	outline: 2px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0,0,0,0.7);background-image: url("../img/icon_arrow_white.png"),url("../img/bg_dot_whiteblock01.png");
	background-position: right 20px top 50%, left 10px top 50%;
	background-repeat: no-repeat,no-repeat;
	background-size:32px, 74px;
	padding: 2.8rem 15rem 2.8rem 5rem;
	margin:1.4em 1em;
}
.topentry_btn:hover {
	background-color: rgba(59, 111, 212, 0.7);
}
