@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	background: #DFF9EF;
	background: linear-gradient(90deg, rgba(223, 249, 239, 1) 0%, rgba(212, 248, 242, 1) 65%, rgba(235, 245, 193, 1) 100%);
	color: #333333;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #333333;
}
.font-sans-serif{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-eb{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}
.default_title{
	font-size: 30px;
}
.default_title2{
	font-size: 28px;
}
.default_title3{
	font-size: 22px;
}
.en_title{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: 44px;
}
.en_title2{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: 35px;
}
.default_txt{
	font-size: 18px;
}
.default_txt2{
	font-size: 20px;
}

/* ---------- common ---------- */
.faq_list .box:not(:last-of-type){
	margin-bottom: 20px;
}
.faq_list .box .qbox{
	cursor: pointer;
	position: relative;
	padding: 10px 5px;
	padding-right: 30px;
	border-bottom: 1px solid #E5E5E5;
}
.faq_list .box .qbox .icon{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faq_list .box .qbox .icon::before,.faq_list .box .qbox .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #555555;
	transition: ease 0.3s;
}
.faq_list .box .qbox .icon::before{
	width: 100%;
	height: 2px;
}
.faq_list .box .qbox .icon::after{
	height: 100%;
	width: 2px;
}
.faq_list .box .qbox.active .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_list .box .abox{
	margin-top: 10px;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
body.on .faq_list .box .abox{
	display: none;
}
.history_list .box{
	position: relative;
	padding: 20px 0;
}
.history_list .box::before,.history_list .box::after{
	content: "";
	position: absolute;
}
.history_list .box::before{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #05AA8E;
	top: 50%;
	left: 130px;
	z-index: 2;
}
.history_list .box::after{
	width: 1px;
	height: 100%;
	background-color: #ADAAAA;
	top: 0;
	left: 134px;
	transform: translateX(-50%);
	z-index: 1;
}
.history_list .box .year_txt{
	width: 150px;
	padding-right: 30px;
}
.history_list .box .title{
	width: calc(100% - 150px);
	padding-left: 20px;
}
/* 追加*/
.default_txt {
  line-height: 1.9;
  letter-spacing: 0.15em;
}
.txt-color3 {
  color: #05AA8E;
}
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}
.en_title {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 44px;
        letter-spacing: 0.1em;
}

.en_title2 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 35px;
   letter-spacing: 0.1em;
}
.en_title3 {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(28px, 8vw, 80px);
  letter-spacing: 0.1em;
}

.en_txt{
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: 22px;
  letter-spacing: 0.2em;
}

.default_txt3 {
  font-size: clamp(15px, 1.5vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
}

.afterline {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.afterline::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;       /* 横線の長さ */
  height: 1px;       /* 横線の太さ */
  background-color: #333;
  transform: translateY(-50%);
}
.underline {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: clamp(10px, 4vw, 20px);
}
.underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #05AA8E;
}
.whitebox {
  background: #fff;
  padding: 30px 40px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.pagetitle {
  position: relative;
  height: 400px;
  padding-top: 100px;
}
.pagetitle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #97E3CF;
  background: linear-gradient(0deg, rgba(151, 227, 207, 0) 0%, rgba(151, 227, 207, 1) 62%);
  z-index: 1;
}
.pagetitle .txtbox {
  position: relative;
  z-index: 3;
}
.pagetitle .txtbox .title {
  letter-spacing: 0.1em;
  font-size: clamp(24px, 2.4vw, 40px);
}
.pagetitle .txtbox .title, .pagetitle .txtbox p {
  color: #fff;
}
/* ページ内リンク */
.link_wrap {
  gap: clamp(16px, 5vw, 40px);
}
.link_wrap a {
  position: relative;
  min-width: 240px;
  padding: 12px 40px 12px 20px;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  transition: background 0.3s ease;
}
.link_wrap a:hover {
  opacity: 1;
}
.link_wrap a img {
  position: absolute;
  width: 14px;
  height: auto;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.link_wrap a:hover img {
  transform: translateY(2px);
}
/* 追加*/

.more_wrap{gap: 20px 30px;}
.more{}
.more a{
	position: relative;
	padding: 15px 30px;
	padding-right: 50px;
	border-radius: 200px;
	border: 1px solid #ADAAAA;
}
.more a::after{
	content: "";
	position: absolute;
	width: 20px;
	aspect-ratio: 4 / 1;
	background-image: url("https://s-1014774.smooooth.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	right: 20px;
	transform:translate(0,-50%);
	transition: ease 0.3s;
}
.more a:hover::after{
	transform:translate(3px,-50%);
}
.more3 a{
	border-color: #64D6D1;
	background-color: #64D6D1;
}
.more3 a::after,.more4 a::after{
	background-image: url("https://s-1014774.smooooth.jp/system_panel/uploads/images/arrow2.svg");
}

.more4 a{
	background-color: #65D5D1;
	min-width: 340px;
	border-radius: 10px;
	border: none;
}
.more4 a p{
	color: #fff;
}

.more2{
	max-width: 350px;
	background-color: #65D5D1;
	padding:25px;
	border-radius: 6px;
	position: relative;
	text-align: center;
}
.more2 a {
    text-decoration: none;
    display: inline-block;
	width: 100%;
}
.more2 .more-arrow{
	position: absolute;
	right: 25px;
	top: 60%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("https://s-1014774.smooooth.jp/system_panel/uploads/images/arrow2.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.more2:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}　

.arrow_link > div{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 10px;
}
.arrow_icon{
	position: relative;
	width: 48px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid;
	border-color: #ADAAAA;
}
.arrow_icon::after{
	content: "";
	position: absolute;
	width: 40%;
	aspect-ratio: 4 / 1;
	background-image: url("https://s-1014774.smooooth.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	transition: ease 0.3s;
}
a:hover .arrow_icon::after{
	left: calc(50% + 3px);
}
/* ---------- cms ---------- */
.detail_box1 .webgene-blog .webgene-item .topbox{
	gap: 50px;
}
.detail_box1 .webgene-blog .webgene-item .topbox > div{
	width: calc(100% / 2 - 50px / 2);
}
.detail_box1 .webgene-blog .webgene-item .topbox .cate-txt{
	display: inline-block;
	border: 1px solid #ADAAAA;
	padding: 5px 15px;
	border-radius: 100px;
}
.detail_box1 .webgene-blog .webgene-item .contents .boxwrap{
	gap: 80px 50px;
}
.detail_box1 .webgene-blog .webgene-item .contents .boxwrap .box{
	width: calc(100% / 2 - 50px / 2);
}

.cate-wrap .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 20px;
}
.cate-wrap .webgene-blog .webgene-item a{
	border: 1px solid #ADAAAA;
	padding: 5px 15px;
	border-radius: 100px;
}
.cate-wrap .webgene-blog .webgene-item a.on{
	background-color: #64D6D1;
	border-color: #64D6D1;
}
.cate-wrap .webgene-blog .webgene-item a.on p{
	color: #fff;
}
.webgene-pagination{
	width: 100%;
	padding-top: 50px;
}
.webgene-pagination ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 30px;
}
.webgene-pagination ul a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	color: #333;
	text-align: center;
	letter-spacing: 0;
	background-color: transparent;
	width: 46px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	font-size: 22px;
	font-weight: 700;
	border: 1px solid #ADAAAA;
}
.webgene-pagination ul a:hover{
}
.webgene-pagination ul .selected a{
	pointer-events: none;
	background-color: #65D5D1;
	border-color: #65D5D1;
	border: none;
	color: #fff;
}

.brand_list{}
.brand_list .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	gap: 30px 15px;
}
.brand_list .webgene-blog .webgene-item{
	width: calc(100% / 5 - 60px / 5);
}
.brand_list .webgene-blog .webgene-item .cate-txt{color: #838383}
/* ---------- header ---------- */
.header{
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px 20px;
	z-index: 999;
}
.header::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
	opacity: 0;
	transition: ease 0.3s;
}
.header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	background: #64D6D1;
	background: linear-gradient(180deg, rgba(100, 214, 209, 1) 0%, rgba(181, 235, 127, 1) 70%, rgba(188, 237, 120, 0) 100%);
	z-index: 1;
	opacity: 0;
	transition: ease 0.3s;
}
.header.scon::before,.header.scon::after{
	opacity: 1;
}
.header > div{
	position: relative;
	z-index: 3;
}
.header .logo{
	width: 30%;
	max-width: 180px;
}
.header .head_menu .top_menu,.header .head_menu .bottom_menu{
	gap: 40px;
}
.header .head_menu .top_menu .flex{
	gap: 6px;
}
.header .head_menu .top_menu img{
	width: 26px;
}


.header .menu-bt{
	display: none;
}

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

.footer_links{
	padding: 50px 20px;
	border-top: 1px solid #E5E5E5;
}
.footer_links > .flex{
	gap: 20px;
}
.footer_links > .flex a{
	max-width: 150px;
	flex-direction: column;
	gap: 8px;
}
.footer_links > .flex a img{
	max-width: 64px;
}

.footer_online{
	position: relative;
	padding: 50px 20px;
	background: #64D6D1;
	background: linear-gradient(135deg, rgba(100, 214, 209, 1) 0%, rgba(188, 237, 120, 1) 100%);
}
.footer_online .arrow_icon{
	border-color: #fff;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
}
.footer_online .arrow_icon::after{
	background-image: url("https://s-1014774.smooooth.jp/system_panel/uploads/images/arrow2.svg");
}


.footer{
	padding-top: 80px;
	padding-bottom: 50px;
}
.footer .leftbox .logo{
	width: 30vw;
	max-width: 360px;
}
.footer .rightbox{
	gap: 50px;
}
.footer .rightbox .ul .li{
	margin-top: 15px;
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #333333;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #05AA8E}
.txt-color2{color: #9EE2E0}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #05AA8E}
.bg-color2{background-color: #9EE2E0}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #05AA8E}
.border-color2{border-color: #9EE2E0}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #05AA8E}
.hvr-txt-color2:hover{color: #9EE2E0}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #05AA8E}
.hvr-bg-color2:hover{background-color: #9EE2E0}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #05AA8E}
.hvr-border-color2:hover{border-color: #9EE2E0}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{
		font-size: 28px;
	}
	.default_title2{
		font-size: 26px;
	}
	.default_title3{
		font-size: 22px;
	}
	.en_title{
		font-size: 40px;
	}
	.en_title2{
		font-size: 32px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 20px;
	}
/* ---------- common ---------- */
	.more4 a{
		min-width: 300px;
	}
/* ---------- cms ---------- */
	.detail_box1 .webgene-blog .webgene-item .topbox{
		gap: 40px;
	}
	.detail_box1 .webgene-blog .webgene-item .topbox > div{
		width: calc(100% / 2 - 40px / 2);
	}
	.detail_box1 .webgene-blog .webgene-item .contents .boxwrap{
		gap: 80px 40px;
	}
	.detail_box1 .webgene-blog .webgene-item .contents .boxwrap .box{
		width: calc(100% / 2 - 40px / 2);
	}

/* ---------- header ---------- */
	.header .head_menu .top_menu, .header .head_menu .bottom_menu{
		gap: 30px;
	}
	.header .head_menu .top_menu img{
		width: 20px;
	}
/* ---------- footer ---------- */
}
@media screen and (min-width: 1081px){
	.menu-wrap{display: none!important;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.default_title{
		font-size: 26px;
	}
	.default_title2{
		font-size: 24px;
	}
	.default_title3{
		font-size: 20px;
	}
	.en_title{
		font-size: 36px;
	}
	.en_title2{
		font-size: 30px;
	}
	.default_txt{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 18px;
	}
/* ---------- common ---------- */
      .pagetitle {
    height: 350px;
    padding-top: 80px;
  }
	.arrow_icon{
		width: 40px;
	}
/* ---------- cms ---------- */
	.brand_list .webgene-blog{
		gap: 30px 15px;
	}
	.brand_list .webgene-blog .webgene-item{
		width: calc(100% / 3 - 30px / 3);
	}
/* ---------- header ---------- */
	.header .head_menu{
		display: none;
	}
	.header .menu-bt{
		display:block;
		position: relative;
		width: 70px;
		aspect-ratio: 1 / 1;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		background: #64D6D1;
		background: linear-gradient(135deg, rgba(100, 214, 209, 1) 0%, rgba(188, 237, 120, 1) 100%);
		border-radius: 50%;
		cursor: pointer;
	}
	.header .menu-bt .line{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
		height: 20px;
	}
	.header .menu-bt .line > div{
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		left: 0;
		transition: ease 0.3s;
	}
	.header .menu-bt .line > div:nth-of-type(1){
		top: 0;
	}
	.header .menu-bt .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%);
	}
	.header .menu-bt .line > div:nth-of-type(3){
		bottom: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(1){
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.header .menu-bt.active .line > div:nth-of-type(2){
		top: 50%;
		transform: translateY(-50%) translateX(50%);
		opacity: 0;
	}
	.header .menu-bt.active .line > div:nth-of-type(3){
		bottom: 50%;
		transform: translateY(50%) rotate(-45deg);
	}
	.menu-wrap{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #64D6D1;
		background: linear-gradient(135deg, rgba(100, 214, 209, 0.8) 0%, rgba(188, 237, 120, 0.8) 100%);
		z-index: 998;
	}
	.menu-wrap > div{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		padding: 20px 50px;
		box-sizing: border-box;
		background-color: rgba(255,255,255,0.60);
	}
	.menu-wrap > div{
		overflow: auto;
	}
	.menu-wrap > div .ul{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		gap: 40px;
		padding: 50px;
	}
	.menu-wrap > div .ul .li{
		min-width: calc(100% / 4 - 120px / 4);
		text-align: center;
	}
	.menu-wrap > div .ul .li a{
		margin: 0 auto;
	}
	.menu-wrap > div .ul .li a p{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		color: #333333;
		font-size: 16px;
		font-weight: 500;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 24px;
		font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
		color: #05AA8E;
		opacity: 0.8;
	}
/* ---------- footer ---------- */
	.footer{
		justify-content: center;
		text-align: center;
	}
	.footer .rightbox{
		display: none;
	}
	.footer .leftbox .logo{
		width: 50vw;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
      .pagetitle {
    height: 300px;
    padding-top: 60px;
  }
	.more2{
		padding: 20px 10px;
		width: 300px
	}
/* ---------- cms ---------- */
	.detail_box1 .webgene-blog .webgene-item .topbox{
		gap: 30px;
	}
	.detail_box1 .webgene-blog .webgene-item .topbox > div{
		width: 100%;
	}
	.detail_box1 .webgene-blog .webgene-item .contents .boxwrap{
		gap: 60px 30px;
	}
	.detail_box1 .webgene-blog .webgene-item .contents .boxwrap .box{
		width: calc(100% / 2 - 30px / 2);
	}

/* ---------- header ---------- */
	.menu-wrap > div .ul .li a p{
		font-size: 16px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 20px;
	}
/* ---------- footer ---------- */
	.footer_online{
		padding: 40px 20px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	
	.default_title{
		font-size: 22px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.en_title{
		font-size: 32px;
	}
	.en_title2{
		font-size: 26px;
	}
	.default_txt{
		font-size: 14px;
	}
	.default_txt2{
		font-size: 16px;
	}
/* ---------- common ---------- */
	.faq_list .box .qbox{
		padding-right: 20px;
	}
	.faq_list .box .qbox .icon{
		width: 15px;
		height: 15px;
	}
	 .history_list .box{
		position: relative;
		padding: 15px 0;
	}
	.history_list .box::before{
		width: 6px;
		height: 6px;
		left: 80px;
	}
	.history_list .box::after{
		left: 83px;
		transform: translateX(-50%);
	}
	.history_list .box .year_txt{
		width: 100px;
		padding-right: 30px;
	}
	.history_list .box .title{
		width: calc(100% - 110px);
		padding-left: 0px;
	}
     .pagetitle {
    height: 220px;
    padding-top: 50px;
  }
	.more a{
		padding: 12px 30px;
		padding-right: 40px;
	}
	.more a::after{
		width: 16px;
		right: 15px;
	}
	.more a p{
		font-size: 14px;
	}
	.more2{
		padding: 15px 10px;
		width: 250px
	}
	.more4 a{
		min-width: 280px;
	}
	.arrow_icon{
		width: 32px;
	}
/* ---------- cms ---------- */
	.detail_box1 .webgene-blog .webgene-item .contents p{
		font-size: 14px;
	}
	.detail_box1 .webgene-blog .webgene-item .contents .boxwrap{
		gap: 40px;
	}
	.detail_box1 .webgene-blog .webgene-item .contents .boxwrap .box{
		width: 100%;
	}
	.detail_box1 .webgene-blog .webgene-item .cate-txt{
		padding: 3px 12px;
	}
	.webgene-pagination{
		padding-top: 0;
	}
	.webgene-pagination ul{
		gap: 20px;
	}
	.webgene-pagination ul a{
		width: 36px;
		font-size: 18px;
	}
	.cate-wrap .webgene-blog .webgene-item a{
		padding: 3px 12px;
	}
	.brand_list .webgene-blog{
		gap: 30px 15px;
	}
	.brand_list .webgene-blog .webgene-item{
		width: 100%;
	}
/* ---------- header ---------- */
	.header{
		padding: 15px 20px;
	}
	.header .menu-bt{
		width: 50px;
	}
	.header .menu-bt .line{
		width: 20px;
		height: 16px;
	}
	.menu-wrap > div{
		padding: 100px 20px 60px;
	}
	.menu-wrap > div .ul{
		padding: 0;
		gap: 40px 20px;
	}
	.menu-wrap > div .ul .li a p{
		font-size: 13px;
	}
	.menu-wrap > div .ul .li a p.en{
		font-size: 16px;
	}
/* ---------- footer ---------- */
	.footer_links > .flex{
		justify-content: center;
		gap: 30px 20px;
	}
	.footer_links > .flex a img{
		width: 52px;
	}
	.footer_online{
		padding: 30px 20px;
	}
	.footer_online p{font-size: 26px;}
	.footer{
		padding-top: 60px;
	}
	.footer .leftbox .logo{
		width: 70vw;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
