@charset "Shift_JIS";

/* fadein
---------------------------------------------------- */
.fadein {
  opacity : 0;
  transform : translate(0, 30px);
  transition : all 1000ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}


/* index_mv
---------------------------------------------------- */
.index_mv {
	width: 100%;
}
.index_mv img {
	width: 100%;
}

/* footer
---------------------------------------------------- */
.footer_logo{margin-bottom: 20px;
	}


/* index_catch
---------------------------------------------------- */
.index_catch {
	padding: 0px 0 150px;
	background:linear-gradient(90deg, rgba(182, 235, 255,1) ,rgba(244, 252, 255,1) );
}
.index_catch h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: 'notosansjp';
	font-weight: 600;
	color: #FFF;
	margin-bottom: 30px;
	padding: 10px 0;
	background-color: #009ece;
}
.index_catch h3 {
	text-align: center;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
	color: #0099cc;
	font-family: 'notosansjp';
	font-weight: 600;
	background-image: url("../images/index/bg01.png");
	background-position: left 5% center;
	background-repeat: no-repeat;
}
.index_catch h3 + p {
	text-align: center;
	padding: 10px 0;
	background-image: url("../images/index/bg02.png");
	background-position: right 5% center;
	background-repeat: no-repeat;
}


/* profile
---------------------------------------------------- */
.profile {
	padding: 10px;
	margin: 35px auto 0;
	width: 750px;
	max-width: 100%;
	border-radius: 30px;
	background-color: #FFF;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	box-sizing: border-box;
}
.profile .inner {
	border-radius: 25px;
	padding: 25px 8% 35px;
	text-align: left;
	border: 2px solid #ed774f;
}
.profile .inner .ttl {
	background-image: url("../images/index/ttl01.png"), url("../images/index/ttl02.png");
	background-position: left top, right bottom;
	background-repeat: no-repeat;
}
.profile .inner .ttl h2 {
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	padding-bottom: 0px;
	color: #ed774f;
	font-family: 'notosansjp';
	font-weight: 600;
	background:rgba(255,255,255,0);
}
.profile .inner .ttl p {
	text-align: center;
}
.profile .inner .box {
	width: 755px;
	max-width: 100%;
	margin: 35px auto 0;
	padding-top: 20px;
	border-top: 2px solid #ed774f;
}

.profile .inner h4 {
	text-align: left;
	color: #ed774f;
	font-size: 22px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-family: 'notosansjp-medium';
	border-bottom: 0px solid #ed774f;
}
.profile .inner p {
	text-align: left;
}

.insta-btn img {vertical-align: middle;
}

/* company
---------------------------------------------------- */
.index_company {
	padding: 0 0 85px;
	background-image: url("../images/index/company_bg.png");
	background-position: center top;
	background-size: cover;
}
.index_company h2 {
  width: 100%;
	margin: -60px 0 50px;
	text-align: center;
}
.index_company h2 img {
  width: 80%;
}
.index_company .grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}
.index_company .grid .item {
  background: #FFF;
  padding: 15px 0 30px;
	border: 2px solid #0099cc;
}
.index_company .grid .item img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.index_company .grid .item a {
	width: 80%;
	max-width: 100%;
	line-height: 38px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 13px;
	color: #FFF;
	background-color: #ed774f;
	border: 3px solid #ed774f;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.index_company .grid .item a:hover {
	opacity: 0.7;
}
.index_company .grid .item a span {
	background-image: url("../images/index/search.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: inline-block;
}


/* index_brand
---------------------------------------------------- */
.index_brand {
	padding: 50px 0 130px;
}
.index_brand img {
	max-width: 100%;
}
.index_brand h2 {
	width: 40%;
}
.index_brand h2 img {
	margin-left: -7%;
	max-width: 107%;
}
.index_brand p {
	width: 40%;
	float: left;
	padding-top: 20px;
}
.index_brand a {
	display: block;
	margin-left: 44%;
}


/* index_webtext
---------------------------------------------------- */
.index_webtext {
	padding: 0 0 85px;
	background-image: url("../images/index/webtext_bg.png");
	background-position: center top;
	background-size: cover;
}
.index_webtext h2 {
  width: 100%;
	margin: -60px 0 50px;
	text-align: center;
}
.index_webtext h2 img {
  width: 80%;
}
.index_webtext h3 {
	text-align: center;
	font-size: 21px;
	margin: 50px 0 25px;
	font-family: 'notosansjp-medium';
}
.index_webtext .grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}
.index_webtext .grid .item {
  background: #FFF;
  padding: 10px;
	position: relative;
}
.index_webtext .grid .item .label {
	position: absolute;
	content: "";
	right: -10px;
	top: -10px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	background-color: #ed774f;
	z-index: 1;
	font-size: 22px;
	font-family: 'notoserifjp';
	border-radius: 50%;
}
.index_webtext .grid .item figure {
  width: 100%;
	height: 0;
	padding-bottom: 60%;
	display: block;
  overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.index_webtext .grid .item figure img {
  position: absolute;
  top: 0;
  left: 0;
	object-fit: cover;
  width: 100%;
  height: 100%;
	transition-duration: 0.5s;
}
.index_webtext .grid .item a:hover figure img {
	transform: scale(1.15,1.15);
}
.index_webtext .grid p {
  font-size: 16px;
	font-family: 'notosansjp-medium';
}

/* company_mv
---------------------------------------------------- */
.company_mv {
	padding: 10px 0;
	background-image: url("../images/company/mv.png");
	background-position: center center;
	background-size: cover;
}
.company_mv h1 {
	text-align: center;
	color: #FFF;
	font-size: 36px;
	font-family: 'notosansjp';
	font-weight: 500;
}


/* company_info
---------------------------------------------------- */
.company_info {
	padding: 90px 0 60px;
}
.company_info .contents {
	max-width: 750px;
	padding: 0;
}
.company_info .contents .logo {
	padding-bottom: 90px;
	margin-bottom: 20px;
	border-bottom: 2px solid #acacac;
}
.company_info .contents .logo img {
	max-width: 100%;
}
.company_info .contents p {
	text-align: right;
	font-size: 28px;
	font-family: 'notosansjp-medium';
}
.company_info .contents .kakko {
	text-align: right;
	font-size: 20px;
	font-family: 'notosansjp-medium';
}
.company_info .contents .marker {
	padding: 0 20px;
  background:linear-gradient(transparent 50%, #b9ecff 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.company_info .contents .marker.on {
  background-size: 100% 100%;
}

.only_sp{
    display: none;
}

/* company_txt
---------------------------------------------------- */
.company_txt {
	padding: 90px 0 60px;
	background: linear-gradient(to bottom, #b9ecff, #FFF);
}
.company_txt h2 {
	font-size: 28px;
	color: #FFF;
	margin-bottom: 25px;
	font-family: 'notosansjp';
	font-weight: 500;
	position: relative;
	border-radius: 50px;
	background: linear-gradient(to right, #009ece, #89e2ff);
}
.company_txt h2 span {
	width: 755px;
	max-width: 95%;
	margin: 0 auto 0;
	display: block;
	padding: 6px 0;
}
.company_txt p {
	width: 755px;
	max-width: 100%;
	margin: 0 auto 100px;
}
.company_txt .btn {
	margin-top: 80px;
}
.company_txt .btn a {
	display: block;
	margin: 0 auto;
	width: 350px;
	line-height: 80px;
	background-color: #ed774f;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
}
.company_txt .btn a:hover {
	opacity: 0.7;
}
.company_txt .btn a span {
	padding-left: 60px;
	display: inline-block;
	background-image: url("../images/company/btn.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.company_text{
	text-align: justify;
}

.company_txt .attention {
	margin: 0 auto;
	line-height: 35px;
	color: #ed774f;
	text-align: center;
	font-size: 16px;
}
/* company_btn, back_btn
---------------------------------------------------- */
.company_btn, .back_btn {
	padding: 100px 0;
	background-color: #009ece;
	text-align: center;
}

.back_btn {
	background-color: #fff;
}

.company_btn a, .back_btn a {
	display: inline-block;
	width: 360px;
	line-height: 50px;
	font-size: 16px;
	background-color: #FFF;
	margin: 0 20px;
	color: #000;
	border-radius: 50px;
	font-family: 'notosansjp-medium';
	position: relative;
}

.back_btn a {
	background-color: #fff;
	margin: 0;
	color: #ff78a8;
	border: 2px solid #ff78a8;
}

.company_btn a:hover, .back_btn a:hover {
	opacity: 0.7;
}
.company_btn a:nth-child(1) {
	background-color: #FFF;
}
.company_btn a:nth-child(2) {
	background-color: #ecc400;
}
.company_btn a::before, .back_btn a::before {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	content: "";
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 8px solid transparent;
	border-left: 12px solid #000;
}

.back_btn a::before {
	border-left: 12px solid #ff78a8;
}


/* webtext_mv
---------------------------------------------------- */
.webtext_mv {
	padding-top: 70px;
}
.webtext_mv h1 {
	text-align: center;
}
.webtext_mv p {
	margin: 40px auto 0;
	padding-top: 30px;
	border-top: 1px solid #5a5a5a;
	max-width: 760px;
	text-align: center;
	font-size: 32px;
}


/* webtext_img
---------------------------------------------------- */
.webtext_img {
	padding: 50px 0 0;
	background: linear-gradient(to bottom, #FFF 50%, #b9ecff 50%);
}
.webtext_img figure {
	position: relative;
}
.webtext_img figure img {
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.webtext_img figure::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	mix-blend-mode: multiply;
	left: -25px;
	top: -48px;
	background-image: url("../images/webtext/bg01.png");
}
.webtext_img figure::before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	mix-blend-mode: multiply;
	right: -25px;
	bottom: -48px;
	background-image: url("../images/webtext/bg02.png");
}


/* webtext_txt
---------------------------------------------------- */
.webtext_txt {
	padding: 0 0 60px;
	background: linear-gradient(to bottom, #b9ecff, #FFF);
}
.webtext_txt .pod-cast {
	height: 230px;
	margin-top: 60px;
}
.webtext_txt .pod-cast iframe {
	height: 100%;
}
.webtext_txt .wrp {
	margin: 0 auto;
	max-width: 760px;
}
.webtext_txt .btn {
	padding: 50px 0;
	border-bottom: 2px solid #aaa699;
}
.webtext_txt .btn a {
	display: block;
	margin: 0 auto;
	width: 350px;
	line-height: 80px;
	background-color: #0084cb;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
}
.webtext_txt .btn a:hover {
	opacity: 0.7;
}
.webtext_txt .btn a span {
	padding-left: 60px;
	display: inline-block;
	background-image: url("../images/company/btn.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.webtext_txt .attention {
	margin: 0 auto;
	line-height: 35px;
	color: #0084cb;
	text-align: center;
	font-size: 16px;
}
.webtext_txt h2 {
	font-size: 24px;
	line-height: 1.5;
	margin: 80px 0 40px;
	padding-left: 20px;
	font-family: 'notosansjp-medium';
	border-left: 8px solid #ff78a9;
}
.voice_text{
	text-align: justify;
	font-size: 16px;
}


@media only screen and (max-width: 740px) {

/* index_catch
---------------------------------------------------- */
.index_catch h2 {
	font-size: 25px;
}
.index_catch p {
	text-align: left;
}


/* index_catch
---------------------------------------------------- */
.index_catch {
	padding: 20px 0 40px;
}
.index_catch h2 {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 10px 0;
}
.index_catch h3 {
	font-size: 16px;
	background-position: left 0 center;
	background-size: 50px auto;
}
.index_catch h3 + p {
	background-position: right 0 center;
	background-size: 50px auto;
}


/* profile
---------------------------------------------------- */
.profile {
	padding: 6px;
}
.profile .inner {
	padding: 20px;
}
.profile .inner .ttl {
	background-size: 60px auto;
}
.profile .inner .ttl h2 {
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 10px;
}
.profile .inner .box {
	width: 755px;
	max-width: 100%;
	margin: 25px auto 0;
	padding-top: 25px;
	border-top: 2px solid #ed774f;
}
.profile .inner h4 {
	font-size: 18px;
}


/* index_company
---------------------------------------------------- */
.index_company {
	margin-top: 50px;
	padding: 0 0 40px;
}
.index_company h2 {
	margin: -40px 0 30px;
}
.index_company h2 img {
	width: 90%;
	margin: 0 auto;
}
.index_company .grid {
  gap: 25px;
  grid-template-columns: 1fr;
}


/* index_brand
---------------------------------------------------- */
.index_brand {
	padding: 30px 0 80px;
}
.index_brand h2 {
	width: 100%;
	text-align: center;
}
.index_brand h2 img {
	width: 80%;
	margin: 0 5% 0 0;
}
.index_brand p {
	width: 100%;
	float: none;
}
.index_brand a {
	margin: 20px 0 0;
}


/* index_webtext
---------------------------------------------------- */
.index_webtext h2 {
	margin: -40px 0 -10px;
}
.index_webtext h2 img {
	width: 90%;
	margin: 0 auto;
}
.index_webtext h3 {
	font-size: 20px;
	margin: 40px 0 10px;
}
.index_webtext .grid {
  grid-template-columns: 1fr;
}


/* company_mv
---------------------------------------------------- */
.company_mv {
	padding: 15px 0;
}
.company_mv h1 {
	font-size: 25px;
}


/* company_info
---------------------------------------------------- */
.company_info {
	padding: 40px 0;
}
.company_info .contents .logo {
	padding-bottom: 30px;
}
.company_info .contents p {
	font-size: 22px;
}
.only_sp {
	display: block;
}

/* company_txt
---------------------------------------------------- */
.company_txt {
	padding: 40px 0 40px;
}
.company_txt h2 {
	font-size: 18px;
	line-height: 1.4;
	padding: 5px 10px;
	width: 90%;
}
.company_txt h2::after {
	width: 60px;
	height: 60px;
	right: -20px;
	top: -4px;
	background-size: cover;
}
.company_txt p {
	margin: 0 auto 60px;
}
.company_txt .btn {
	margin-top: 50px;
	padding-top: 30px;
}
.company_txt .btn a {
	width: 80%;
	font-size: 22px;
}
.company_txt .btn a span {
	padding-left: 50px;
	background-size: 30px auto;
}


/* company_btn, back_btn
---------------------------------------------------- */
.company_btn, .back_btn {
	padding: 50px 0;
	background-color: #389fdb;
	text-align: center;
}
	
.back_btn {
	background-color: #fff;	
}

.company_btn a, .back_btn a {
	width: 90%;
	margin: 10px 0;
}


/* webtext_mv
---------------------------------------------------- */
.webtext_mv {
	padding-top: 30px;
}
.webtext_mv img {
	width: 80%;
}
.webtext_mv p {
	margin: 20px auto 0;
	padding-top: 20px;
	font-size: 20px;
}


/* webtext_img
---------------------------------------------------- */
.webtext_img {
	padding: 30px 0 0;
}
.webtext_img figure::after {
	width: 60px;
	height: 60px;
	left: -10px;
	top: -15px;
	background-size: cover;
}
.webtext_img figure::before {
	width: 60px;
	height: 60px;
	right: -10px;
	bottom: -15px;
	background-size: cover;
}


/* webtext_txt
---------------------------------------------------- */
.webtext_txt {
	padding: 10px 0 60px;
}
.webtext_txt .pod-cast {
	height: 250px;
	margin-top: 20px;
}
.webtext_txt .wrp {
	margin: 0 auto;
	max-width: 760px;
}
.webtext_txt .btn {
	padding: 30px 0;
}
.webtext_txt .btn a {
	width: 80%;
	font-size: 22px;
}
.webtext_txt .btn a span {
	padding-left: 50px;
	background-size: 30px auto;
}
.webtext_txt h2 {
	font-size: 20px;
	margin: 60px 0 30px;
}
.voice_text {
	font-size: 15px;
}


}
