@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%;
	background-image: url("../images/index/mv_bg.png");
}
.index_mv img {
	width: 100%;
}


/* index_catch
---------------------------------------------------- */
.index_catch {
	padding: 40px 0;
}
.index_catch .img {
	text-align: center;
	padding-bottom: 25px;
}
.index_catch h2 {
	text-align: center;
	font-size: 30px;
	font-family: 'notosansjp-bold';
	color: #ff78a9;
	width: 590px;
	max-width: 100%;
	padding-bottom: 10px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ff78a9;
}
.index_catch p {
	text-align: center;
}
.index_catch h3 {
	text-align: center;
	font-size: 20px;
	line-height:32px;
	padding-bottom: 15px;
	color: #389fdb;
	font-family: 'notosansjp-medium';
}


/* bg
---------------------------------------------------- */
.bg {
	padding: 70px 0 100px;
	background-image: url("../images/index/bg.png");
	background-position: center top;
	background-size: cover;
}


/* profile
---------------------------------------------------- */
.profile {
	background-color: #FFF;
	padding: 10px;
	border-radius: 30px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.profile .inner {
	border-radius: 25px;
	padding: 40px;
	border: 5px dotted #ff78a9;
}
.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: 33px;
	line-height: 46px;
	padding-bottom: 20px;
	color: #ff78a9;
	font-family: 'notosansjp-medium';
}
.profile .inner .ttl p {
	text-align: center;
}
.profile .inner .box {
	width: 755px;
	max-width: 100%;
	margin: 25px auto 0;
	padding-top: 25px;
	border-top: 5px dotted #ff78a9;
}
.profile .inner .box img {
	float: left;
}
.profile .inner .box .txt {
	margin-left: 320px;
}
.profile .inner .box .txt h3 {
	font-size: 24px;
	padding-bottom: 20px;
	color: #ff78a9;
	font-family: 'notosansjp-medium';
}
.profile .inner .box .txt h3 span {
	display: block;
	font-size: 13px;
	color: #000;
	font-family: 'notosansjp';
}


/* index_company
---------------------------------------------------- */
.index_company {
	margin-top: 90px;
}
.index_company h2 {
  width: 100%;
	height: 90px;
	display: block;
  overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.index_company h2 img {
  position: absolute;
  top: 0;
  left: 0;
	object-fit: cover;
  width: 100%;
  height: 100%;
}
.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 #5fb2e4;
	position: relative;
}
.index_company .grid .item::before {
	position: absolute;
	content: "";
	height: 0;
  width: 0;
  bottom: -10px;
  right: -10px;
  border-left: 50px solid transparent;
  border-bottom: 50px solid #ffdf00;
	mix-blend-mode: multiply;
}
.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: #ff78a9;
	border: 3px solid #b4dbf8;
	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 70px;
}
.index_brand img {
	max-width: 100%;
}
.index_brand h2 {
	width: 40%;
	padding-bottom: 10px;
	border-bottom: 3px solid #ff78a9;
}
.index_brand p {
	width: 40%;
	float: left;
	padding-top: 20px;
}
.index_brand a {
	display: block;
	margin-left: 44%;
}


/* index_webtext
---------------------------------------------------- */
.index_webtext h2 {
  width: 100%;
	height: 56px;
	display: block;
  overflow: hidden;
	position: relative;
}
.index_webtext h2 img {
  position: absolute;
  top: 0;
  left: 0;
	object-fit: cover;
  width: 100%;
  height: 100%;
}
.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: #ff0000;
	z-index: 1;
	font-size: 22px;
	font-family: 'notoserifjp';
}
.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';
}

.voice_text{
	text-align: justify;
}


/* company_mv
---------------------------------------------------- */
.company_mv {
	padding-top: 20px;
	background-color: #389fdb;
}
.company_mv h1 {
	text-align: center;
	color: #FFF;
	font-size: 60px;
	font-family: 'HuiFont';
}


/* company_info
---------------------------------------------------- */
.company_info {
	padding: 60px 0;
}
.company_info .contents {
	max-width: 750px;
	padding: 0;
}
.company_info .contents .logo {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 2px solid #9bcfed;
}
.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%, rgba(205, 231, 246) 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, #8fffff, #FFF);
}
.company_txt h2 {
	font-size: 35px;
	color: #FFF;
	font-family: 'HuiFont';
	background-color: #389fdb;
	position: relative;
}
.company_txt h2::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	mix-blend-mode: multiply;
	left: -10px;
	top: -10px;
	background-image: url("../images/company/h21.png");
}
.company_txt h2::after {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	mix-blend-mode: multiply;
	right: 30px;
	top: -48px;
	background-image: url("../images/company/h22.png");
}
.company_txt h2 span {
	width: 755px;
	max-width: 95%;
	margin: 0 auto 25px;
	display: block;
	padding: 6px 0;
}
.company_txt p {
	width: 755px;
	max-width: 100%;
	margin: 0 auto 100px;
}
.company_txt .btn {
	margin-top: 80px;
	padding-top: 50px;
	border-top: 5px dotted #389fdb;
}
.company_txt .btn a {
	display: block;
	margin: 0 auto;
	width: 350px;
	line-height: 80px;
	background-color: #ff78a9;
	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: #ff78a9;
	text-align: center;
	font-size: 16px;
}
/* company_btn, back_btn
---------------------------------------------------- */
.company_btn, .back_btn {
	padding: 100px 0;
	background-color: #389fdb;
	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: #389fdb;
    border: 2px solid #389fdb;
}

.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 #389fdb;
}


/* webtext_mv
---------------------------------------------------- */
.webtext_mv {
	padding-top: 70px;
}
.webtext_mv p {
	margin: 40px auto 0;
	padding-top: 30px;
	border-top: 5px dotted #ff78a9;
	max-width: 760px;
	font-size: 32px;
}


/* webtext_img
---------------------------------------------------- */
.webtext_img {
	padding: 50px 0;
	background: linear-gradient(to bottom, #FFF 50%, #8fffff 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: 30px 0 60px;
	background: linear-gradient(to bottom, #8fffff, #FFF);
}
.webtext_txt .pod-cast {
	height: 330px;
}
.webtext_txt .pod-cast iframe {
	height: 100%;
}
.webtext_txt .wrp {
	margin: 0 auto;
	max-width: 760px;
}
.webtext_txt .btn {
	padding: 50px 0;
	border-bottom: 5px dotted #389fdb;
}
.webtext_txt .btn a {
	display: block;
	margin: 0 auto;
	width: 350px;
	line-height: 80px;
	background-color: #ff78a9;
	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: #ff78a9;
	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;
}


@media only screen and (max-width: 740px) {

/* index_catch
---------------------------------------------------- */
.index_catch .img img {
	display: block;
	margin: 0 auto;
	height: 60px;
	padding-bottom: 5px;
}
.index_catch h2 {
	font-size: 25px;
}
.index_catch p {
	text-align: left;
}


/* bg
---------------------------------------------------- */
.bg {
	padding: 50px 0 60px;
}


/* profile
---------------------------------------------------- */
.profile {
	padding: 6px;
}
.profile .inner {
	padding: 20px;
}
.profile .inner .ttl {
	background-size: 60px auto;
}
.profile .inner .ttl h2 {
	font-size: 22px;
	line-height: 1.4;
	padding-bottom: 10px;
}
.profile .inner .box {
	width: 755px;
	max-width: 100%;
	margin: 25px auto 0;
	padding-top: 25px;
	border-top: 5px dotted #ff78a9;
}
.profile .inner .box img {
	float: none;
	width: 70%;
	display: block;
	margin: 0 auto;
}
.profile .inner .box .txt {
	margin: 20px 0 0;
}
.profile .inner .box .txt h3 {
	text-align: center;
}


/* index_company
---------------------------------------------------- */
.index_company {
	margin-top: 50px;
}
.index_company h2 {
	height: 54px;
	margin-bottom: 30px;
}
.index_company .grid {
  gap: 25px;
  grid-template-columns: 1fr;
}


/* index_brand
---------------------------------------------------- */
.index_brand {
	padding: 50px 0;
}
.index_brand h2 {
	width: 100%;
	text-align: center;
}
.index_brand h2 img {
	width: 60%;
}
.index_brand p {
	width: 100%;
	float: none;
}
.index_brand a {
	margin: 20px 0 0;
}


/* index_webtext
---------------------------------------------------- */
.index_webtext h2 {
	height: 40px;
}
.index_webtext h3 {
	font-size: 20px;
	margin: 40px 0 10px;
}
.index_webtext .grid {
  grid-template-columns: 1fr;
}


/* company_mv
---------------------------------------------------- */
.company_mv {
	padding: 20px 0 10px;
}
.company_mv h1 {
	font-size: 28px;
}


/* company_info
---------------------------------------------------- */
.company_info {
	padding: 40px 0;
}
.company_info .contents p {
	font-size: 22px;
}
.only_sp {
        display: block;
    }

/* company_txt
---------------------------------------------------- */
.company_txt {
	padding: 60px 0 40px;
}
.company_txt h2 {
	font-size: 26px;
	line-height: 1.4;
}
.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: 70%;
}
.webtext_mv p {
	margin: 20px auto 0;
	padding-top: 20px;
	font-size: 20px;
}


/* webtext_img
---------------------------------------------------- */
.webtext_img {
	padding: 30px 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;
}
.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;
}


}