@charset "UTF-8";
/* ==========================================================================
header_section
========================================================================== */
.top_img_bg {
	width: 100%;
	height: 100vh;
	display: block;
	background: #fff;
	margin: 0px;
}
@media (max-width: 767px){
	.top_img_bg {
		position: relative;
		top: 60px;
		height: calc(100vh - 60px);
	}
}
.top_img_container .slide-img img.header_slider_img,
.top_img_container p.img img.header_slider_img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@media (max-width: 767px){
	.top_img_container .slide-img img.header_slider_img,
	.top_img_container p.img img.header_slider_img {
		height: calc(100vh - 60px);
	}
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 20s linear 0s 1 normal both;
}
.top_img_container {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px){
	.top_img_container {
		height: calc(100vh - 60px);
	}
}
.top_img_container.z-index_auto {
	z-index: auto;
}
.top_img_container p.en {
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 1em;
	color: #686868;;
	position: absolute;
	bottom: 370px;
	right: 14%;
	z-index: 4;
	font-family: 'Century Gothic', "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: right;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.en {
		font-size: 17px;
		bottom: 350px;
		right: 12%;
		letter-spacing: 0.9em;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.en {
		font-size: 15px;
		line-height: 2.5;
		bottom: 210px;
		right: 13%;
		letter-spacing: 0.5em;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.en {
		font-size: 13px;
		line-height: 2.5;
		right: auto;
		left: auto;
		letter-spacing: 0.5em;
		bottom: 300px;
		text-align: center;
		width: 100%;
		color: #fafafa;
	}
}
.top_img_container p.en span {
	display: block;
}
.top_img_container p.jp {
	font-size: 70px;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	bottom: 40%;
    width: 100%;
	z-index: 5;
	font-family: "Yusei Magic", sans-serif;
    font-weight: 500;
	font-style: normal;
	letter-spacing: 0.2em;
	text-align: center;
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.jp {
		font-size: 60px;
        	bottom: 42%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.jp {
		font-size: 40px;
		bottom: 45%;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.jp {
		font-size: 35px;
		bottom: 45%;
		width: 100%;
		text-align: center;
		left: auto;
		right: auto;
		color: #ffffff;
	}
}
.top_img_container p.jp span {
	display: block;
}
.top_img_container p.left_icon,
.top_img_container p.right_icon {
	position: absolute;
    z-index: 4;
}
.top_img_container p.left_icon {
    top: 49%;
    left: 24%;
    width: 100px;
}
.top_img_container p.right_icon {
    top: 47%;
    right: 26%;
    width: 100px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.left_icon {
        top: 48%;
        left: 25%;
    }
    .top_img_container p.right_icon {
        top: 46%;
        right: 28%;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.left_icon {
        top: 48%;
        left: 29%;
        width: 70px;
    }
    .top_img_container p.right_icon {
        top: 47%;
        right: 30%;
        width: 70px;
    }
}
@media screen and (max-width:767px) {
    .top_img_container p.left_icon {
        top: 45%;
        left: 6%;
        width: 60px;
    }
    .top_img_container p.right_icon {
        top: 44%;
        right: 8%;
        width: 58px;
    }
}
.top_img_container p.slash img {
	width: 650px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.slash img {
		width: 480px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.slash img {
		width: 310px;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.slash img {
		width: 80%;
		margin-left: 10%;
	}
}
.top_img_container .overlay {
	background-attachment: fixed;
	background-image: url(../images/grid.png);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 2;
}
/* ==========================================================================
slashはみ出し対応
========================================================================== */
p.slash.sp_none {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	p.slash.sp_none {
		height: 80px;
		
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	p.slash.sp_none {
		height: 50px;
	}
}
@media screen and (max-width:767px) {
	p.slash.sp_none {
		display: none;
	}
}
p.slash.sp_none img {
	width: 300px;
	position: absolute;
	bottom: calc(100% - 95px);
	right: 23%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	p.slash.sp_none img {
		width: 250px;
		right: 15%;
		bottom: calc(100% - 75px);
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	p.slash.sp_none img {
		width: 200px;
		right: 18%;
		bottom: calc(100% - 45px);
	}
}
@media screen and (max-width: 767px) {
	p.slash.sp_none img {
		right: 18%;
	}
}
/* ==========================================================================
swiperページネーションカスタマイズ
========================================================================== */
.swiper-pagination{
    position: absolute;
    z-index: 20;   /* ← wave-overlap より大きく */
    bottom: 70px !important;   /* ← 数値は見た目で微調整 */
}
@media screen and (max-width: 767px) {
    .swiper-pagination{
        display: none;
    }
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,.7);
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #31d6ff;
}

/* ==========================================================================
swiperお知らせボックスカスタマイズ
========================================================================== */
.hero-info{
    position: absolute;
    right: 0px;
    bottom: 5%;
    transform: translateY(-50%);
    width: min(920px, 96vw);
    z-index: 6;
    pointer-events: auto;
}

/* カプセル */
.hero-info__pill{
    height: 180px;

    display: grid;
    grid-template-columns: 200px 1px 1fr;
    align-items: center;

    background: rgba(255,255,255,1);
    border-radius: 90px 0 0 90px;
    box-shadow: 0 8px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 8px 0px rgba(0,0,0,.1);
    padding: 20px;
}

/* 左ブロック */
.hero-info__left{
    text-align: left;
    padding: 6px 10px 6px 40px;
}
.hero-info__en{
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #ffb347;
    font-weight: bold;
}
.hero-info__jp{
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

/* 一覧ボタン */
.hero-info__btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;

    line-height: 20px;
    padding: 3px 20px 5px 20px;
    border: 1px solid #aaa;
    border-radius: 999px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.hero-info__btn:hover{ 
    color: #ffffff;
    background: #ffb347;
    border: 1px solid #ffb347;
}

/* 縦線 */
.hero-info__divider{
    height: 100%;
    background: rgba(0,0,0,.18);
    border-radius: 1px;
}

/* 右リスト */
.hero-info__right{ padding-left: 20px; }

.hero-info__list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.hero-info__item{
    display: grid;
    grid-template-columns: 120px 92px 1fr;
    align-items: center;
    column-gap: 15px;
}

.hero-info__date{
    font-size: 13px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    text-align: right;
}

/* カテゴリピル（枠線の丸） */
.hero-info__cat{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    height: 20px;
    padding: 3px 16px 5px 16px;
    border: 1px solid #aaa;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    background: transparent;
    white-space: nowrap;
}

/* タイトル */
.hero-info__title{
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 700;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hero-info__title:hover{
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
    text-decoration: underline;
}

/* SP：このお知らせ非表示にする */
@media screen and (max-width: 991px) {
    .hero-info {
        display: none;
    }
}
/* ==========================================================================
雲SVG
========================================================================== */
/* はみ出しOKだけど横スクロールは出さない */
.clouds-deco,
.clouds-deco02,
.clouds-deco03 {
    position: relative;
    height: 0;                 /* レイアウトを押さない */
    z-index: 11;
    pointer-events: none;
    top: -120px;

    overflow-x: clip;          /* 推奨（対応が心配なら hidden に） */
}
.clouds-deco02,
.clouds-deco03 {
    top: 0px;
}
@media screen and (max-width: 767px) {
    .clouds-deco {
        top: -60px;
    }
    .clouds-deco02 {
        top: 0px;
    }
}

/* 互換用（Safariなどでclipが弱い場合） */
@supports not (overflow: clip){
    .clouds-deco,
    .clouds-deco02,
    .clouds-deco03 { overflow-x: hidden; }
}


.hero-cloud{
    position: absolute;
}

.hero-cloud svg {
    height: auto;
    display: block;
}
/* ふわふわアニメーション定義 */
@keyframes cloud-float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(12px); }
  100% { transform: translateY(0); }
}
@keyframes cloud-float02 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
@keyframes cloud-float03 {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
/* img01 */
.hero-cloud--img01 {
    left: -40px;
    top: 0;
    animation: cloud-float 6s ease-in-out infinite;
}
.hero-cloud--img01 svg {
    width: 300px;
}
@media screen and (max-width: 767px) {
    .hero-cloud--img01 {
        left: -40px;
    }
    .hero-cloud--img01 svg {
        width: 150px;
    }
}
/* img02 */
.hero-cloud--img02 {
    right: 25%;
    top: 40px;
    animation: cloud-float03 10s ease-in-out infinite;
}
.hero-cloud--img02 svg {
    width: 200px;
}
@media screen and (max-width: 767px) {
    .hero-cloud--img02 {
        right: 20%;
    }
    .hero-cloud--img02 svg {
        width: 100px;
    }
}
/* img03 */
.hero-cloud--img03 {
    right: -70px;
    top: 100px;
    animation: cloud-float02 8s ease-in-out infinite;
}
.hero-cloud--img03 svg {
    width: 240px;
}
@media screen and (max-width: 767px) {
    .hero-cloud--img03 {
        right: -35px;
        top: 50px;
    }
    .hero-cloud--img03 svg {
        width: 120px;
    }
}
/* img04 */
.hero-cloud--img04 {
    left: -70px;
    top: -50px;
    animation: cloud-float 6s ease-in-out infinite;
}
.hero-cloud--img04 svg {
    width: 240px;
}
@media screen and (max-width: 767px) {
    .hero-cloud--img04 {
        left: -70px;
    }
    .hero-cloud--img04 svg {
        width: 150px;
    }
}
/* img05 */
.hero-cloud--img05 {
    right: -70px;
    top: 200px;
    animation: cloud-float02 8s ease-in-out infinite;
}
.hero-cloud--img05 svg {
    width: 230px;
}
@media screen and (max-width: 767px) {
    .hero-cloud--img05 {
        right: -35px;
        top: 300px;
    }
    .hero-cloud--img05 svg {
        width: 120px;
    }
}
/* img06 */
.hero-cloud--img06 {
    left: -70px;
    top: -100px;
    animation: cloud-float03 5s ease-in-out infinite;
}
.hero-cloud--img06 svg {
    width: 200px;
}
@media screen and (max-width: 767px) {
    .hero-cloud--img06 {
        left: -40px;
        top: -60px;
    }
    .hero-cloud--img06 svg {
        width: 100px;
    }
}
/* ==========================================================================
SECTION01
========================================================================== */
#section01 {
	width: 100%;
	position: relative;
	display: block;
	padding: 150px 0 0;
}
@media screen and (max-width: 991px) {
	#section01 {
		padding: 50px 0 0;
	}
}
#section01 .slim_box {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
@media screen and (max-width: 991px) {
	#section01 .slim_box {
		max-width: 500px;
	}
}
#section01 h2.catch_ttl {
	font-size: 80px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 250px;
	color: #363636;
	font-weight: 300;
	font-style: normal;
}
#section01 h2.catch_ttl span {
	font-size: 14px;
	display: block;
	color: #363636;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto 100px;
	font-weight: 500;
	font-style: normal;
}
@media screen and (max-width: 991px) {
	#section01 h2.catch_ttl {
		font-size: 35px;
		line-height: 1.2;
		width: 290px;
		margin: 0 auto 50px;
	}
	#section01 h2.catch_ttl span {
		font-size: 11px;
		margin: 0 auto 30px;
	}
}
#section01 h3.tate_ttl {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #FA6A18;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 180px;
	margin: 0;
	position: relative;
	font-weight: 500;
	font-style: normal;
}
#section01 h3.tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 1px;
	height: 100px;
	margin: auto;
	background-color: #FA6A18;
}
@media screen and (max-width: 991px) {
	#section01 h3.tate_ttl {
		font-size: 11px;
		line-height: 1.5;
		display: block;
		color: #FA6A18;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 100px;
		margin: 0;
		position: relative;
	}
	#section01 h3.tate_ttl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		width: 1px;
		height: 40px;
		margin: auto;
		background-color: #FA6A18;
	}
}
#section01 p.desc {
	font-size: 14px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: left;
	padding: 0 0 180px;
	margin: 0 auto;
	max-width: 360px;
}
@media screen and (max-width: 991px) {
	#section01 p.desc {
		font-size: 11px;
		letter-spacing: 3px;
		padding: 0 0 100px;
		max-width: 350px;
	}
}
/* ==========================================================================
TOPICS
========================================================================== */
#topics {
	width: 100%;
	position: relative;
	/*display: block;*/
	padding: 0px 0 100px;
    display: none;/*スマホ用にするための非表示対応*/
}
@media screen and (max-width: 991px) {
	#topics {
        display: block;
		padding: 0px 0 25px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 25px;
	}
}
#topics .tate_ttl {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	color: #424242;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 50px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#topics .tate_ttl::after{
  content: "";
  display: block;
  width: 120px;          /* ボーダーの横幅 */
  height: 4px;           /* 太さ */
  margin: 18px auto 0;   /* 上下位置 */

  background: linear-gradient(
    to right,
    #c2f5f6 0%,
    #c2f5f6 25%,
    #f4c668 25%,
    #f4c668 50%,
    #ef9117 50%,
    #ef9117 75%,
    #775120 75%,
    #775120 100%
  );

  border-radius: 999px;  /* 少し丸める */
}
@media screen and (max-width: 991px) {
	#topics .tate_ttl {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 20px;
		margin: 0;
		position: relative;
	}
	#topics .tate_ttl::after{
        content: "";
        display: block;
        width: 80px;          /* ボーダーの横幅 */
        height: 4px;           /* 太さ */
        margin: 5px auto 0;   /* 上下位置 */

        background: linear-gradient(
        to right,
        #c2f5f6 0%,
        #c2f5f6 25%,
        #f4c668 25%,
        #f4c668 50%,
        #ef9117 50%,
        #ef9117 75%,
        #775120 75%,
        #775120 100%
        );

        border-radius: 999px;  /* 少し丸める */
        }
}
#index_news_list {
	margin: 0 0px 30px 0;
	padding: 0px;
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#index_news_list {
		margin: 0 0px 30px 0;
	}
}
#index_news_list li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0px 1px 0;
	padding: 0px;
	font-size: 16px;
	background-color: transparent;
	border: none;
}
@media screen and (max-width: 991px) {
	#index_news_list li {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px 0 1px 0 !important;
		padding: 0 !important;
	}
}
#index_news_list li div.new_info,
#index_news_list li div.old_info {
	margin: 0;
	float: left;
}
#index_news_list li div.new_info span,
#index_news_list li div.old_info span {
	background: #8c623e;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	display: block;
	padding: 0px;
	width: 40px;
	height: 27px;
	line-height: 27px;
	letter-spacing: -0.06em;
	margin-top: 0px;
	margin-right: 10px;
	position: relative;
	left: 10px;
	top: 2px;
}
@media screen and (max-width: 991px) {
	#index_news_list li div.new_info span,
	#index_news_list li div.old_info span {
		height: 20px;
		line-height: 20px;
		margin-top: 0px;
		left: 0px;
		top: 0px;
		margin-right: 5px;
	}
}
#index_news_list li div.old_info span {
	background-color: #d5d5d5;
}
#index_news_list li a.title {
	float: none;
	width: 100%;
	line-height: 27px;
	padding: 8px 0px 10px 0px;
	background: #fff;
	margin: 0;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	box-shadow: 0px 1px 0px 0px #e5e5e5;
	-moz-box-shadow: 0px 1px 0px 0px #e5e5e5;
	-webkit-box-shadow: 0px 1px 0px 0px #e5e5e5;
}
#index_news_list li:first-child a.title {
	border-top: none;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title {
		padding: 10px 0px 8px;
		line-height: 20px;
	}
}
#index_news_list li a.title:hover {
	text-decoration: none;
	color: #363636;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 1px 0px 0px #fafafa;
	-moz-box-shadow: 0px 1px 0px 0px #fafafa;
	-webkit-box-shadow: 0px 1px 0px 0px #fafafa;
}
#index_news_list li a.title p.date {
	float: none;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	color: #363636;
	line-height: 27px;
	margin: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 2px;
	position: relative;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date {
		font-size: 11px !important;
		line-height: 20px;
		top: 0px;
	}
}
#index_news_list li a.title p.date span.entry-date {
	float: none;
	font-size: 14px;
	color: #363636;
	display: inline-block;
	font-weight: 500;
	line-height: 27px;
	margin: 0 10px 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date span.entry-date {
		font-size: 10px;
		margin: 0 0px 2px 0;
		display: block;
		line-height: 20px;
	}
}
#index_news_list li a.title p.date span.entry-date em {
	font-style: normal;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px 0px 5px;
	line-height: 20px;
	color: #363636;
	width: 100px;
    border-radius: 16px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date span.entry-date em {
		margin: 0 10px 0 5px;
		line-height: 14px;
		width: 70px;
	}
}
#index_news_list li a.title:hover p.date,
#index_news_list li a.title:hover p.date span.entry-date {
	color: #8c623e;
}
#index_news_list li a.title:hover p.date span.entry-date em {
	background: #fff;
	border: 1px solid #8c623e;
	color: #8c623e;
}
/* ==========================================================================
MATERIALS
========================================================================== */
#materials {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 0 100px;
}
#materials.pb0 {
	padding-bottom: 0;
}
#materials .top_about_box {
    position: relative;
    top: 80px;
}
@media screen and (max-width: 991px) {
	#materials {
		padding: 0px 0 40px;
	}
	#materials.intern_custom_sec {
		padding: 0px 0 30px;
	}
	#materials.pb0 {
		padding-bottom: 0;
	}
    #materials .top_about_box {
        top: 0px;
    }
}
#materials p.logo_icon_top {
    text-align: center;
    margin: 0 auto 15px;
}
#materials p.logo_icon_top img {
    width: 118px;
}
@media screen and (max-width: 991px) {
    #materials p.logo_icon_top {
        margin: 0 auto 10px;
    }
    #materials p.logo_icon_top img {
        width: 60px;
    }
}
#materials .tate_ttl {
	font-size: 30px;
	line-height: 1.5;
	display: block;
	color: #464646;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 50px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#materials .tate_ttl span {
    display: block;
    font-size: 16px;
}
#materials .tate_ttl span i {
    font-style: normal;
    display: block;
}
#materials .tate_ttl::after{
  content: "";
  display: block;
  width: 120px;          /* ボーダーの横幅 */
  height: 4px;           /* 太さ */
  margin: 18px auto 0;   /* 上下位置 */

  background: linear-gradient(
    to right,
    #c2f5f6 0%,
    #c2f5f6 25%,
    #f4c668 25%,
    #f4c668 50%,
    #ef9117 50%,
    #ef9117 75%,
    #775120 75%,
    #775120 100%
  );

  border-radius: 999px;  /* 少し丸める */
}
#materials .tate_ttl.font_up {
	font-size: 18px;
}
#materials .tate_ttl.pd_intern_custom {
	padding: 0 0 260px;
}
#materials .tate_ttl.jp {
	font-family: "游ゴシック", YuGothic;
}
#materials .tate_ttl.no_tate_border {
	padding: 0 0 50px;
}
#materials .tate_ttl.no_tate_border::after {
	display: none;
}
@media screen and (max-width: 991px) {
	#materials .tate_ttl {
		font-size: 18px;
		line-height: 1.5;
		display: block;
		letter-spacing: 0;
		text-align: center;
		padding: 0 0 40px;
		margin: 0;
		position: relative;
	}
    #materials .tate_ttl span {
        font-size: 12px;
    }
	#materials .tate_ttl::after{
        content: "";
        display: block;
        width: 80px;          /* ボーダーの横幅 */
        height: 4px;           /* 太さ */
        margin: 5px auto 0;   /* 上下位置 */

        background: linear-gradient(
        to right,
        #c2f5f6 0%,
        #c2f5f6 25%,
        #f4c668 25%,
        #f4c668 50%,
        #ef9117 50%,
        #ef9117 75%,
        #775120 75%,
        #775120 100%
        );

        border-radius: 999px;  /* 少し丸める */
    }
	#materials .tate_ttl.font_up {
		font-size: 13px;
	}
	#materials .tate_ttl.pd_intern_custom {
		padding: 0 0 130px;
	}
	#materials .tate_ttl.no_tate_border {
		padding: 0 0 30px;
	}
}
#materials .top_works {
	margin: 0 auto 100px;
    position: relative;
    z-index: 2;
}
#materials .top_works.mb0 {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#materials .top_works {
		margin: 0 auto 50px;
	}
}
#materials .top_works .works__deco {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
#materials .top_works .works__deco img {
  display: block;
  height: auto;
}
#materials .top_works .works__deco.works_ttl__deco--sun {
    right: 40px;
    top: -100px;
}
#materials .top_works .works__deco.works_ttl__deco--rainbow {
  left: -30px;
  top: -50px;
}
#materials .top_works .works__deco.works_ttl__deco--flower1 {
  right: 40px;
  top: 20px;
}

#materials .top_works .works__deco.works_ttl__deco--flower2 {
  right: 4px;
  top: 40px;
}
#materials .top_works .works__deco.works_ttl__deco--sun img { width: 126px;}
#materials .top_works .works__deco.works_ttl__deco--rainbow img { width: 90px;}
#materials .top_works .works__deco.works_ttl__deco--flower1 img { width: 40px;}
#materials .top_works .works__deco.works_ttl__deco--flower2 img { width: 35px;}
@media screen and (max-width: 991px) {
    #materials .top_works .works__deco.works_ttl__deco--sun {
        right: 0px;
        top: -32px;
    }
    #materials .top_works .works__deco.works_ttl__deco--rainbow {
      left: -15px;
      top: -30px;
    }
    #materials .top_works .works__deco.works_ttl__deco--flower1 {
      right: 30px;
      top: -30px;
    }

    #materials .top_works .works__deco.works_ttl__deco--flower2 {
      right: 10px;
      top: -12px;
    }
    #materials .top_works .works__deco.works_ttl__deco--sun img { width: 80px;}
    #materials .top_works .works__deco.works_ttl__deco--rainbow img { width: 60px;}
    #materials .top_works .works__deco.works_ttl__deco--flower1 img { width: 25px;}
    #materials .top_works .works__deco.works_ttl__deco--flower2 img { width: 20px;}
}
#materials .top_works img.works_img {
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	#materials .top_works img.works_img {
		margin: 0 auto 20px;
	}
}
#materials .top_works .works_ttl {
    position: relative;
    display: inline-block;
	font-size: 30px;
	color: #464646;
	line-height: 1.5;
	margin: 0 0 30px;
	font-weight: bold;
    font-family: "Yusei Magic", sans-serif;
}
/* ピンクの背景SVG */
#materials .top_works .works_ttl::before{
    content: "";
    position: absolute;
    inset: 0;                /* 文字全体に敷く */
    background: url("../svg/pink_line.svg")
              no-repeat center / 100% 100%;
    z-index: -1;
    inset: -6px -10px;
    top: 40%;
}
@media screen and (max-width: 991px) {
	#materials .top_works .works_ttl {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 0 20px;
        text-align: center;
        display: block;
	}
}
#materials .top_works .desc {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 2px;
	color: #363636;
}
#materials .top_works .desc.mb30 {
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	#materials .top_works .desc {
		font-size: 11px;
		letter-spacing: 1px;
	}
	#materials .top_works .desc.mb30 {
		margin-bottom: 20px;
	}
}
#materials .slim_box {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
#materials .slim_box.wd_pc900 {
	max-width: 900px;
}
@media screen and (max-width: 991px) {
	#materials .slim_box {
		max-width: 72%;
	}
	#materials .slim_box.wd_pc900 {
		max-width: 100%;
	}
}
#materials .slim_box h4.catch_ttl {
	font-size: 15px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: center;
	padding: 0 0 40px;
	margin: 0 auto;
	max-width: 360px;
}
#materials .slim_box h4.catch_ttl.color_font {
	color: #FA6A18;
	font-size: 18px;
	font-family: "游ゴシック", YuGothic;
	font-weight: 500;
}
#materials .slim_box h4.catch_ttl.bold {
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	#materials .slim_box h4.catch_ttl {
		font-size: 12px;
		letter-spacing: 3px;
		padding: 0 0 30px;
		max-width: 100%;
	}
	#materials .slim_box h4.catch_ttl.color_font {
		color: #FA6A18;
		font-size: 13px;
	}
}
#materials .slim_box p.desc {
	font-size: 14px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: left;
	padding: 0 0 50px;
	margin: 0 auto;
	max-width: 360px;
}
#materials .slim_box p.desc.wd_pc_max {
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	#materials .slim_box p.desc {
		font-size: 11px;
		letter-spacing: 3px;
		padding: 0 0 30px;
		max-width: 100%;
	}
	#materials .slim_box p.desc.wd_pc_max {
		max-width: 100%;
	}
}
#materials .slim_box p.desc.intern_set {
	max-width: 430px;
}
#materials .slim_box p.desc.intern_set.pb0 {
	padding: 0 0 0px;
}
@media screen and (max-width: 991px) {
	#materials .slim_box p.desc.intern_set {
		max-width: 100%;
	}
	#materials .slim_box p.desc.intern_set.pb0 {
		padding: 0 0 0px;
	}
}
#materials ul.pdf_list {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
#materials .intern_img_container {
	max-width: 600px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 100px;
}
@media screen and (max-width: 991px) {
	#materials .intern_img_container {
		max-width: 100%;
		padding: 0px;
		display: block;
		margin: 0 auto 60px;
	}
}
#materials .intern_img_container img {
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
#materials ul.member_list {
	padding: 0px 0 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#materials ul.member_list.pb0 {
	padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	#materials ul.member_list {
		padding: 0px 0 100px;
	}
}
#materials ul.member_list li.list_item {
	width: 28%;
	margin-right: 8%;
	margin-top: 50px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#materials ul.member_list li.list_item:nth-of-type(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	#materials ul.member_list li.list_item {
		width: 100%;
		margin-right: 0%;
		margin-top: 50px;
	}
	#materials ul.member_list li.list_item:first-child {
		margin-top: 20px;
	}
}
#materials ul.member_list li.list_item a {
	width: 100%;
	margin-right: 0%;
}
#materials ul.member_list li.list_item a .item-imgBox {
	width: 100%;
	position: relative;
	text-align: center;
	border-radius: 10px;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
#materials ul.member_list li.list_item a .item-imgBox .parent_img-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
#materials ul.member_list li.list_item a .item-imgBox .parent_img-wrap img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
#materials ul.member_list li.list_item:hover .item-imgBox .parent_img-wrap img {
	box-shadow: none;
}

#materials ul.member_list li.list_item a:hover .item-imgBox .parent_img-wrap img {
	transform: scale(1.1);
	opacity: 0.9;
}
#materials ul.member_list li.list_item a .item-textBox {
	display: block;
	margin: 30px auto 0;
	width: 100%;
	position: relative;
	letter-spacing: 2px;
}
#materials ul.member_list li.list_item a .item-textBox h4.ttl {
	font-size: 14px;
	line-height: 2;
	margin: 0px;
	color: #363636;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	#materials ul.member_list li.list_item a .item-textBox {
		margin: 15px auto 0;
	}
	#materials ul.member_list li.list_item a .item-textBox h4.ttl {
		font-size: 11px;
	}
}
/* ==========================================================================
カルーセルギャラリー
========================================================================== */
#single_gallery {
	width: 100%;
	display: block;
	padding: 0px 0 60px;
}
@media screen and (max-width: 991px) {
	#single_gallery {
		padding: 0 0 60px;
	}
}
#single_gallery .carousel_slider .carousel_img {
	max-width: 250px;
	width: 100%;
	margin: 0 5px;
}
@media screen and (max-width: 991px) {
	#single_gallery .carousel_slider .carousel_img {
		max-width: 150px;
		margin: 0 2px;
	}
}
/* ==========================================================================
PICK UP CONTENTS
========================================================================== */
#pickup {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 0 120px;
}
@media screen and (max-width: 991px) {
	#pickup {
		padding: 0 0 60px;
	}
}
#pickup .tate_ttl {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	color: #8c623e;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 120px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#pickup .tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 1px;
	height: 60px;
	margin: auto;
	background-color: #f69a34;
}
@media screen and (max-width: 991px) {
	#pickup .tate_ttl {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 80px;
		margin: 0;
		position: relative;
	}
	#pickup .tate_ttl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 1px;
		height: 40px;
		margin: auto;
	}
}
#pickup ul.pickup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 910px;
    position: relative;
}
#pickup ul.pickup_list li.list_item {
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 4%;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#pickup ul.pickup_list li.list_item.item02 {
    top: 100px;
}
@media only screen and (max-width: 767px) {
    #pickup ul.pickup_list li.list_item.item02 {
        top: 27px;
    }
}
#pickup ul.pickup_list li.list_item:nth-of-type(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	#pickup ul.pickup_list li.list_item {
		width: 48%;
		margin-right: 4%;
	}
	#pickup ul.pickup_list li.list_item:nth-of-type(3n) {
		margin-right: 4%;
	}
	#pickup ul.pickup_list li.list_item:nth-of-type(2n) {
		margin-right: 0%;
	}
	#pickup ul.pickup_list li.list_item:last-child {
		margin: 0 auto 0px;
	}
}
#pickup ul.pickup_list li.list_item a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: auto;
}
#pickup ul.pickup_list li.list_item a .item-imgBox {
	width: 100%;
	position: relative;
	text-align: center;
}
#pickup ul.pickup_list li.list_item a .item-imgBox .parent_img-wrap {
	position: relative;
	display: block;
}
#pickup ul.pickup_list li.list_item a .item-imgBox .parent_img-wrap img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#pickup ul.pickup_list li.list_item:hover .item-imgBox .parent_img-wrap img {
	box-shadow: none;
}

#pickup ul.pickup_list li.list_item a:hover .item-imgBox .parent_img-wrap img {
	transform: scale(1.1);
	opacity: 0.9;
}
#pickup ul.pickup_list li.list_item a .item-textBox {
	display: block;
	margin: 10px auto 0;
	width: 100%;
	position: relative;
	letter-spacing: 2px;
}
#pickup ul.pickup_list li.list_item a .item-textBox h3.ttl {
	font-size: 20px;
	line-height: 2;
	margin: 0px auto 10px;
	color: #363636;
	text-align: center;
    font-family: "Yusei Magic", sans-serif;
    position: relative;
    display: inline-block;
}
#pickup ul.pickup_list li.list_item a .item-textBox h3.ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  inset: -3px -8px;
  top: 40%;
}
#pickup ul.pickup_list li.list_item.item01 a .item-textBox h3.ttl::before { background: url("../svg/blue_line.svg") no-repeat center / 300% 100%;}
#pickup ul.pickup_list li.list_item.item02 a .item-textBox h3.ttl::before { background: url("../svg/green_line.svg") no-repeat center / 300% 100%;}
#pickup ul.pickup_list li.list_item.item03 a .item-textBox h3.ttl::before { background: url("../svg/orange_line.svg") no-repeat center / 300% 100%;}

@media only screen and (max-width: 767px) {
	#pickup ul.pickup_list li.list_item a .item-textBox {
		margin: 15px auto 0;
		padding-bottom: 0px;
	}
	#pickup ul.pickup_list li.list_item a .item-textBox h3.ttl {
		font-size: 16px;
		letter-spacing: -0.02em;
	}
}
/* ==========================================================================
PICK UP BOTTOM CONTENTS
========================================================================== */
#pickup_bottom {
	width: 100%;
	position: relative;
	display: block;
	padding: 40px 0 90px;
    background-color: #e2fafe;
}
@media screen and (max-width: 991px) {
	#pickup_bottom {
		padding: 20px 0 60px;
	}
}
#pickup_bottom .tate_ttl {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	color: #8c623e;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 120px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#pickup_bottom .tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 1px;
	height: 60px;
	margin: auto;
	background-color: #f69a34;
}
@media screen and (max-width: 991px) {
	#pickup_bottom .tate_ttl {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 80px;
		margin: 0;
		position: relative;
	}
	#pickup_bottom .tate_ttl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 1px;
		height: 40px;
		margin: auto;
	}
}
#pickup_bottom ul.pickup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 910px;
    position: relative;
}
#pickup_bottom ul.pickup_list li.list_item {
	width: 33%;
	margin-right: 10%;
	margin-bottom: 4%;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#pickup_bottom ul.pickup_list li.list_item.item05 {
    top: 9px;
}
@media only screen and (max-width: 767px) {
    #pickup_bottom ul.pickup_list li.list_item.item05 {
        top: 4px;
    }
}
#pickup_bottom ul.pickup_list li.list_item:nth-of-type(2n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	#pickup_bottom ul.pickup_list li.list_item {
		width: 48%;
		margin-right: 4%;
	}
	#pickup_bottom ul.pickup_list li.list_item:nth-of-type(2n) {
		margin-right: 0%;
	}
	#pickup_bottom ul.pickup_list li.list_item:last-child {
		margin: 0 auto 0px;
	}
}
#pickup_bottom ul.pickup_list li.list_item a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: auto;
}
#pickup_bottom ul.pickup_list li.list_item a .item-imgBox {
	width: 100%;
	position: relative;
	text-align: center;
}
#pickup_bottom ul.pickup_list li.list_item a .item-imgBox .parent_img-wrap {
	position: relative;
	display: block;
}
#pickup_bottom ul.pickup_list li.list_item a .item-imgBox .parent_img-wrap img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#pickup_bottom ul.pickup_list li.list_item:hover .item-imgBox .parent_img-wrap img {
	box-shadow: none;
}

#pickup_bottom ul.pickup_list li.list_item a:hover .item-imgBox .parent_img-wrap img {
	transform: scale(1.1);
	opacity: 0.9;
}
#pickup_bottom ul.pickup_list li.list_item a .item-textBox {
	display: block;
	margin: 10px auto 0;
	width: 100%;
	position: relative;
	letter-spacing: 2px;
}
#pickup_bottom ul.pickup_list li.list_item a .item-textBox h3.ttl {
	font-size: 20px;
	line-height: 2;
	margin: 0px auto 10px;
	color: #363636;
	text-align: center;
    font-family: "Yusei Magic", sans-serif;
    position: relative;
    display: inline-block;
    z-index: 1;
}
#pickup_bottom ul.pickup_list li.list_item a .item-textBox h3.ttl::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  inset: -3px -8px;
  top: 40%;
}
#pickup_bottom ul.pickup_list li.list_item.item04 a .item-textBox h3.ttl::before { background: url("../svg/pink_line.svg") no-repeat center / 300% 100%;}
#pickup_bottom ul.pickup_list li.list_item.item05 a .item-textBox h3.ttl::before { background: url("../svg/yellow_line.svg") no-repeat center / 300% 100%;}

@media only screen and (max-width: 767px) {
	#pickup_bottom ul.pickup_list li.list_item a .item-textBox {
		margin: 15px auto 0;
		padding-bottom: 0px;
	}
	#pickup_bottom ul.pickup_list li.list_item a .item-textBox h3.ttl {
		font-size: 16px;
		letter-spacing: -0.02em;
	}
}