@charset "UTF-8";
/* =======================================

    ajenne.css

========================================== */

/* common
========================================== */

body#ajenne main {
	/* min-width: 1000px; */
    font-family: 'Noto Serif JP', serif;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
section {
    width: 100%;
    padding: 7% 0;
}
img,h1,h2,h3,p,li,a,div {
    transition: all .1s ease;
}
h2,
.subtitle,
.sentence {
	text-align: center;
    margin-bottom: 0.2em;
}
h2 {
    position: relative;
    line-height: 1;
    margin-bottom: 1em;
}
h2 img {
    padding-top: 0.8em;
}
h2:before {
    content: "";
    width: 130px;
    aspect-ratio: 65 / 19;
    display: block;
    margin: 0 auto;
    background: url(../images/kazari.png) center / contain no-repeat;
}
.subtitle {
    font-weight: normal;
    color: #009f83;
    line-height: 1.5;
    font-size: 5rem;
    margin: 0 auto 1em auto;
}
.subtitle span {
	font-size: 60%;
	display: block;
	line-height: 1.3;
}
.sentence {
	margin: 3% auto 0 auto;
	font-size: 1.8rem;
}

/* fv
========================================== */

.fv {
    width: 100%;
    position: relative;
    background: url(../images/fv_bg.jpg) no-repeat center;
}
.fv ul {
	display: flex;
	justify-content: center;
}
.fv ul li {
	width: calc(80% / 2);
}
.fv ul li:first-child img {
	width: 100%;
}
.fv ul li:nth-child(2) {
	background: url(../images/fv_bgtitle.png) no-repeat;
    background-size: cover;
	position: relative;
	text-align: center;
    display: flex;
	align-items: center;
}
.fv ul li:nth-child(2):after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(255 255 255 / 0.8);
	position: absolute;
	top: 0;
	left: 0;
}
.fv ul li:nth-child(2) img,
.fv ul li:nth-child(2) h1 {
	position: relative;
	z-index: 1;
    margin: 0 auto 8px auto;
}
.fv ul li:nth-child(2) .wrap {
	background: white;
	padding: 10% 10%;
	width: 80%;
	display: table;
	margin: 0 auto;
	border-radius: 50%;
}
.fv ul li:nth-child(2) h1 {
	font-size: 2.2rem;
    font-weight: normal;
    line-height: 1.5;
}
.fv ul li:nth-child(2) h1 span {
	font-size: 80%;
	display: block;
}
.fv ul li:nth-child(2) br.titlebr {
    display: none;
}

/* movie
========================================== */

div.youtube {
	margin: 0 auto;
	width: 100%;
	text-align: center;
    padding: 7% 0;
}
section.youtube div.youtube {
	padding: 7% 0 0 0;
}
div.youtube.first {
    background: #f8feef;
    display: none;
}
.youtubecircle {
    width: 100%;
    min-height: 100px;
    /* display: block; */
    display: none;
    margin: 0 auto;
    background: url("../images/youtube_circle.png") no-repeat center;
    background-size: cover;
}

/* cv
========================================== */

.cv {
	margin: 0 auto;
	display: table;
	position: relative;
	font-size: 2rem;
	width: 100%;
}
.cv.first {
    background: #f8feef;
    display: none;
}
.cv a {
	color: white;
    background: #06bde2;
    outline: 1px solid rgb(255 255 255 / 0.5);
    outline-offset: -5px;
    padding: 1em 4em 1em 2em;
    box-sizing: border-box;
    position: relative;
    display: table;
    margin: 0 auto;
}
.cv a:before {
    content: none;
    display: block;
    min-width: 182px;
    min-height: 132px;
    position: absolute;
    bottom: 0;
    left: 0%;
    background: url(../images/btn_img.png) no-repeat;
}
.cv a:after {
    content: "";
    display: block;
    width: 2em;
    height: 0.5em;
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
    border-right: 2px solid rgb(255 255 255 / 0.5);
    transform: skew(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    transition: all .1s ease;
}
.cv a:hover {
	background: #64e0fb;
}
.cv a:hover:after {
	right: 1em;
}
.cv.c-wm a {
    background: #989821;
}
.cv.c-wm a:hover {
    background: #c1c17b;
}

/* concept
========================================== */

section.concept {
	background: url(../images/bg_pattern_bota.jpg) repeat;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
    /* margin: 7% auto 0 0; */
    margin: 0 auto 0 0;
}
section.concept .inner {
	background: white;
	border-radius: 50%;
	width: auto;
	display: table;
	margin: auto;
	padding: 5%;
}

/* centerimg
========================================== */

section.centerimg {
    background: url(../images/centerimg_bg.jpg) no-repeat;
    background-size: cover;
    margin: 10% 0 0 0;
    padding: 0 0;
}
section.centerimg .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	min-height: 631px;
}
section.centerimg .inner img {
	position: absolute;
	bottom: 10%;
	width: calc(100% - 15%);
}
section.centerimg .inner p {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 0;
    position: absolute;
    white-space: nowrap;
    bottom: 10%;
    font-size: 3rem;
    line-height: 1.6;
}

/* style
========================================== */

section.style .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
section.style .inner:first-of-type {
	margin: 0 auto 10% auto;
}
section.style .before {
    margin: 5% 0 0 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
section.style .before.one {
    justify-content: flex-end;
}
section.style .before.two {
    justify-content: flex-start;
}
section.style .before .text {
	background: url(../images/circle_gray.png) no-repeat;
	background-size: 100% 100%;
	padding: 5em 4em;
}
section.style .before .bimg {
    position: relative;
}
section.style .before.one .bimg {
    left: 7%;
}
section.style .before.two .bimg {
    left: 5%;
}
section.style .before dl {
	text-align: center;
	line-height: 1.5;
}
section.style .before dt {
	font-size: 2rem;
	padding-bottom: 0.3em;
	color: #009f83;
	border-bottom: 1px solid #009f83;
	margin-bottom: 1em;
}
section.style .before dd {
	margin-bottom: 1.5em;
}
section.style .before ul {
	display: table;
	margin: 0 auto;
}
section.style .before li {
	line-height: 1.5;
    margin-left: 1em;
}
section.style .before li:before {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(../images/check.png) no-repeat left;
	margin-right: 0.2em;
}
section.style .before p {
	text-align: center;
	color: white;
	background: #5fcce2;
	display: table;
	margin: 0 auto 1em auto;
	padding: 0 5em;
	border-radius: 1em;
}
section.style .style1-circle1,
section.style .style2-circle1 {
    opacity: 0.3;
    max-width: 650px;
    position: absolute;
    z-index: -1;
    top: -35%;
}
section.style .style1-circle1 {
    left: -30%;
}
section.style .style2-circle1 {
    right: -30%;
}
section.style .afterwrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
section.style .style1-text1,
section.style .style2-text1 {
	text-align: center;
	width: 45%;
	margin-top: 8%
}
section.style .style1-text1 dt,
section.style .style2-text1 dt {
	font-size: 4rem;
	color: #009f83;
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
	padding-bottom: 0;
	border-bottom: 1px solid #009f83;
	width: 80%;
	margin: 0 auto 0.8em auto;
}
section.style .style1-text1 dd,
section.style .style2-text1 dd {
    font-size: 3rem;
    line-height: 1.5
}
section.style .style1-img2,
section.style .style2-img2 {
	position: relative;
	margin-top: -15%;
	display: table;
}
section.style .style1-img2 {
	margin-right: 0;
	margin-left:  auto;
}
section.style .style2-img2 {
	margin-left: 0;
	margin-right: auto;
}
section.style .style1-img3,
section.style .style2-img3 {
	position: relative;
	margin-top: -15%;
	z-index: -1;
	display: table;
}
section.style .style1-img3 {
	margin-left: 18%;
}
section.style .style2-img3 {
	margin-right: 18%;
	margin-left: auto;
}
section.style .style1-img3:after,
section.style .style2-img3:after {
	content: "";
	display: table;
	background: url(../images/circle_blue.png) no-repeat;
	background-size: contain;
	width: 95%;
	height: 95%;
	opacity: 0.3;
	position: absolute;
	bottom: -25%;
	left:0;
	z-index: -1;
}
section.style .style1-img3:after {
    left: -20%;
}
section.style .style1-img3:after {
	
}
section.style .style1-text2,
section.style .style2-text2 {
	font-size: 1.9rem;
	width: calc(100% - 70%);
	position: absolute;
	line-height: 1.8;
	bottom: 0;
}
section.style .style1-text2 p:before,
section.style .style2-text2 p:before,
section.style .style1-text2 p:after,
section.style .style2-text2 p:after {
	font-size: 5rem;
	position: absolute;
	line-height: 1.9rem;
}
section.style .style1-text2 p:before,
section.style .style2-text2 p:before {
	content: "“";
	top: 0.2em;
	left: -0.5em;
}
section.style .style1-text2 p:after,
section.style .style2-text2 p:after {
	content: "”";
	bottom: -0.2em;

}
section.style .style1-text2 {
	right: 0;
}
section.style .style2-text2 {
    left: 0;
}
section.style .style1-img1,
section.style .style2-img1 {
	position: relative;
	flex-shrink: 0;
	display: table;
}
section.style .style2-img1 {
	margin-right: auto;
	margin-left: 0;
}
section.style .style1-img1:after,
section.style .style2-img1:after {
	content: "";
	display: table;
	background: url(../images/circle_blue.png) no-repeat;
	background-size: contain;
	width: 50%;
	height: 50%;
	opacity: 0.3;
	position: absolute;
	bottom: -20%;
	z-index: -1;
}
section.style .style1-img1:after {
	right: -30%;
}
section.style .style2-img1:after {
	left: -30%;
}


/* secret
========================================== */

section.secret {
    padding: 7% 0 0 0;
}
section.secret .sentence {
     margin-bottom: 5%;
}
.slick-slider {
    display: flex;
    flex-flow: column;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0 !important;
}
.slick-dots {
    bottom: initial;
    order: 1;
    position: relative;
    padding-top: 450px;
    background: url(../images/secret_image.png) no-repeat top;
}
.slick-list {
    order: 2;
}
section.secret .slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 184px;
    height: 208px;
}
.slick-dots li:first-child button:before {
    background: url(../images/anchor1.png);
}
.slick-dots li:nth-child(2) button:before {
    background: url(../images/anchor2.png);
}
.slick-dots li:nth-child(3) button:before {
    background: url(../images/anchor3.png);
}
.slick-dots li.slick-active button {
    background-color: transparent;
}
.slick-slide .wrap {
    padding: 2em;
}
#slick-slide00 .wrap {
    border: 1px solid #68cde2;
}
#slick-slide01 .wrap {
    border: 1px solid #a2d3a6;
}
#slick-slide02 .wrap {
    border: 1px solid #d1d58a;
}
#slick-slide00:before,
#slick-slide01:before,
#slick-slide02:before {
    width: 98px;
    height: 98px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
#slick-slide00:before {
    background: url(../images/secret01.png) no-repeat;
}
#slick-slide01:before {
    background: url(../images/secret02.png) no-repeat;
}
#slick-slide02:before {
    background: url(../images/secret03.png) no-repeat;
}
.slick-slide li {
	padding: 5%;
}
section.secret .catch {
	text-align: center;
	font-size: 2.5rem;
}
section.secret .catch.blue {
    color: #68cde2;
}
section.secret .catch.green {
    color: #94c097;
}
section.secret .catch.yellow {
    color: #c2c680;
}
section.secret .catch:before {
	content: "<< ";
}
section.secret .catch:after {
	content: " >>";
}
section.secret .catch span {
	font-size: 70%;
}
section.secret .maintitle {
	font-size: 3.5rem;
	line-height: 1.5;
	text-align: center;
}
section.secret .slick-slide .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
section.secret .slick-slide .inner .sentence {
	width: 70%;
	text-align: left;
	line-height: 1.6;
    padding-right: 2em;
}
section.secret .slick-slide .inner .sentence span {
	font-size: 70%;
}
section.secret .slick-slide .inner .img {
	flex-shrink: 0;
}
section.secret .slick-slide .inner .img img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
    content: "";
    background-size: 100% 100% !important;
    display: block;
    width: 34px;
    height: 90px;
}
.slick-prev:before {
    background: url(../images/arrow_l.png) no-repeat;
}
.slick-next:before {
    background: url(../images/arrow_r.png) no-repeat;
}
.slick-prev, .slick-next {
    width: 34px;
    height: 90px;
    top: initial;
    bottom: 15%;
}
.slick-prev {
    left: -5%;
}
.slick-next {
	right: -5%;
	left: initial;
}

/* qa
========================================== */

section.qa {
	background: #dcf4e9;
    margin: 7% auto 0 auto;
}
section.qa h2 {
}
section.qa .qa-each {
	max-width: 1000px;
	margin: 0 auto;
}
section.qa .qa-each li {
	background: white;
	margin-bottom: 5%;
	border-radius: 10px;
	padding: 1.5em 0 3em 0;
	box-sizing: border-box;
}
section.qa .qa-each li dt {
	display: flex;
	background: #e9f6ea;
	margin: 0 0 1em -20px;
	font-size: 2.5rem;
}
section.qa .qa-each li dt span {
	background: #92d398;
	padding: 0 0.8em;
	color: white;
	position: relative;
}
section.qa .qa-each li dt p {
	padding: 0.1em 0 0.1em 1em;
}
section.qa .qa-each li dt span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #6b966f transparent transparent;
  border-width: 0 20px 10px 0;
}
section.qa .qa-each li dd {
	padding: 2% 5% 0 10%;
	background: url(../images/qa_a.png) no-repeat 5% 0%;
}
section.qa .qa-each li dd ul.note {
	margin: 0 0 1em 0;
}
section.qa .qa-each li dd ul.note li {
	background: transparent;
	margin-bottom: 0;
	border-radius: 0;
	padding: 0 0 0 0;
	font-size: 90%;
}
section.qa .bigbanner {
	margin: 5% auto;
	width: 60%;
}
section.qa .bigbanner a {
	display: flex;
	align-items: center;
	border: 1px solid #75a97a;
	position: relative;
}
section.qa .bigbanner a:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 57px 88px;
	border-color: transparent transparent #75a97a transparent;
	z-index: 1;
}
section.qa .bigbanner a:after {
	content: "";
    display: block;
    width: 2em;
    height: 0.5em;
    border-bottom: 1px solid rgb(255 255 255 / 0.5);
    border-right: 2px solid rgb(255 255 255 / 0.5);
    transform: skew(45deg);
    position: absolute;
    bottom: 0.8em;
    right: 1em;
    margin: auto;
    transition: all .1s ease;
    z-index: 2;
}
section.qa .bigbanner a:hover:after {
	right: 0.5em;
}
section.qa .bigbanner a:hover:before {
	border-color: transparent transparent #9aca9f transparent;
}
section.qa .bigbanner a:first-of-type {
	margin: 0 auto 8% auto;
}
section.qa .bigbanner a p {
	padding: 0 0 0 5%;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 500;
}
section.qa .cv.small a {
    background: #75a97a;
    padding: 1em 4em 1em 1em;
}
section.qa .cv.small a:before {
	content: none;
}
section.qa .cv.small a:hover {
	background: #9fd4a4;
}

/* interview
========================================== */

section.interview h2 {
}
section.interview .wrap {
	width: 100%;
	background: url(../images/int_bg.jpg) repeat-x;
	position: relative;
	z-index: -1;
}
section.interview .inner {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}
section.interview .inner img {
	position: relative;
	z-index: -1;
}
section.interview .inner p {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 2.5rem;
	line-height: 1.6;
	position: absolute;
	bottom: 2em;
	right: 3.5em;
	z-index: 1;
}
section.interview .int-wrap {
	max-width: 1000px;
	margin: 5% auto 0 auto;
    position: relative;
}
section.interview .int-wrap h3 {
	font-size: 3rem;
	font-weight: 500;
	position: relative;
	margin: 0 auto 2em auto;
}
section.interview .int-wrap h3:after {
	content: "";
	position: absolute;
	height: 1em;
	width: 100%;
	display: block;
	bottom: 0;
	z-index: -1;
	background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(230, 248, 244, 1) 8px, rgba(230, 248, 244, 1) 16px );
}
section.interview .int-wrap dl {
    margin: 0 auto 10% auto;    
}
section.interview .int-wrap dl:first-of-type p {
	width: 100%;
}
section.interview .int-wrap dl:last-of-type {
	margin: 0 auto 0 auto;
}
section.interview .int-wrap dt {
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    line-height: 1.6;
    position: relative;
    border-bottom: 1px solid #009f83;
}
section.interview .int-wrap dt:before,
section.interview .int-wrap dt:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}
section.interview .int-wrap dt:before{
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0px;
    border-color: #009f83 transparent transparent transparent;
}
section.interview .int-wrap dt:after{
    bottom: -18px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 0px;
	border-color: #fff transparent transparent transparent;
}
section.interview .int-wrap dd {
    font-size: 1.8rem;
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
}
section.interview .int-wrap dd p {
    width: 65%;
}
section.interview .int-wrap dd img {
	border-radius: 25px;
	flex-shrink: 0;
	width: 30%;
	height: auto;
}
section.interview .int-wrap dd span {
	color: #009f83;
	font-weight: 500;
}
section.interview .int-wrap *,
section.interview .int-wrap *:before,
section.interview .int-wrap *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section.interview .int-wrap label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 20em; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
section.interview .int-wrap input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
section.interview .int-wrap label:before {
	content: "";
	bottom: -2em;
	position: absolute;
	display: block;
	width: 64px;
	height: 15px;
	z-index: 3;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/arrow_more.png) no-repeat;
}
section.interview .int-wrap label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: -2em;
	left: 50%;
	width: 100%;
	font-size: 2.5rem;
	content: '続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #009f83;
	background-color: #d9f1ed;
	padding: 1em 0 2em 0;
}
section.interview .int-wrap label:hover:after {
	background-color: #cef3ec;
}
section.interview .int-wrap input {
	display: none;
}
section.interview .int-wrap .cp_container {
	overflow: hidden;
	height: 30em; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
section.interview .int-wrap input:checked + label {
	display: none;
}
section.interview .int-wrap input:checked + label:after {
	content: '閉じる';
}
section.interview .int-wrap input:checked ~ .cp_container {
	height: auto;
	/* padding-bottom: 80px; 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
section.qa .aservice {
    margin: 5% 0 0 0;
}
section.qa .aservice li {
	border-radius: 15px;
	background: #f7f7d6;
	padding: 2em;
	display: flex;
    align-items: center;
}
section.qa .aservice li:last-child {
	margin-bottom: 0;
}
section.qa .aservice li .text .title {
	font-size: 2.5rem;
	color: #968723;
	margin: 0 0 0 0;
	border-bottom: 2px dotted rgb(150 135 35 / 0.5);
}
section.qa .aservice li .text .title span {
	font-size: 80%;
}
section.qa .aservice li .text .sentence {
	margin: 0.5em auto 0 auto;
    text-align: left;
    font-size: 100%;
    line-height: 1.6;
}
section.qa .aservice li .img {
	flex-shrink: 0;
	width: auto;
    margin: 0 1.5em 0 0;
}


/* cv-bottom
========================================== */

section.cv-bottom {
	background: #f7f7e1;
}
section.cv-bottom .catch {
	text-align: center;
	font-size: 4.5rem;
	color: #009f83;
	margin: 0 auto 1em auto;
	display: table;
	position: relative;
}
section.cv-bottom .catch:after {
	content: "";
	position: absolute;
	height: 1em;
	width: 100%;
	display: block;
	bottom: 0;
	z-index: 1;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 0.61);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(247 247 225) 8px, rgb(247 247 225) 16px );
}
section.cv-bottom .catch p {
	position: relative;
	display: table;
	padding: 0 0.5em;
	z-index: 2;
}
section.cv-bottom .catch p:before,
section.cv-bottom .catch p:after {
    content: "";
    display: table-cell;
    vertical-align: bottom;
    width: 65px;
    height: 59px;
    background-repeat: no-repeat;
}
section.cv-bottom .catch p:before {
	background-image: url(../images/panf_titleimg_left.png);
}
section.cv-bottom .catch p:after {
	background-image: url(../images/panf_titleimg_right.png);
}
section.cv-bottom .img {
    display: table;
    margin :0 auto 5% auto;
}
section.cv-bottom .cv {
	position: relative;
}

/* wigmag
========================================== */

section.wigmag {
    background: #EFEFCD;
    padding: 5% 0;
    margin-top: 5%;
}
section.wigmag h2 {
    width: 637px;
    height: 149px;
    display: table;
    margin: 0 auto 8px auto;
    text-indent: -999em;
    line-height: 1;
    font-size: 0;
    background: url(../images/wigmag_title.png) no-repeat;
}
section.wigmag picture {
    display: table;
    margin: 0 auto 25px auto;
}
section.wigmag .cvbtn.pamph img {
    left: -20px;
}
section.wigmag h2:before {
    content: none;
}

@media screen and (max-width :1220px) {

	.fv ul li:nth-child(2) br.titlebr {
		display: block;
    }
    .fv ul li:nth-child(2) h1 {
		white-space: nowrap;
	}
}
@media screen and (max-width : 64em) {

    /* common */
    
	h2 {
	}    
    .subtitle {
    	font-size: 3.5rem;
    }
    
    /* fv */
    
    .fv ul li:nth-child(2) h1 span {
        font-size: 1.5rem;
		white-space: nowrap;
    }
    .fv ul li:nth-child(2) h1 {
	    font-size: 1.75rem;
	}

    /* centerimg */

    section.centerimg .inner {
	    max-width: 90%;
	    min-height: 530px;
	}

	/* style */

	section.style .style1-img1,
	section.style .style2-img1 {
		width: calc(100% - 45%);
	}
	section.style .style1-img2,
	section.style .style2-img2 {
        width: calc(100% - 58%);
   }
   section.style .style1-img3 {
   	    width: calc(100% - 50%);
   }
   section.style .style1-img3 {
   	    margin-left: 12%;
   }
   section.style .style2-img3 {
   	    margin-right: 0;
   	    width: calc(100% - 40%);
   }
   section.style .style1-text2,
   section.style .style2-text2 {
        font-size: 2vw;
        width: calc(100% - 69%);
   }
   section.style .style1-text2 {
   	    right: 1em;
   }
   section.style .style2-text2 {
   	    left: 2em;
   }
   section.style .style1-text1 dt,
   section.style .style2-text1 dt {
   	    font-size: 3rem;
   }
   
   section.style .style1-text1 dd,
   section.style .style2-text1 dd {
        font-size: 2.5rem;
   }
   
   /* qa */

   section.qa .qa-each {
       max-width: initial;
       width: 90%;
   }
   
   /* secret */

   .slick-slider {
        width: 90%;
        margin: 0 auto;
   }
   .slick-prev {
        left:  -1%;
    }
    .slick-next {
        right: -1%;
    }
    section.qa .aservice li .text .title span {
        display: block;
    }    
   
   /* interview */

   section.interview .int-wrap {
       max-width: initial;
       width: 90%;
   }
   section.interview .int-wrap h3 {
       font-size: 3vw;
       line-height: 1.6;
   }
   section.interview .int-wrap label:after {
       font-size: 2rem;
       padding: 0.5em 0 1.5em 0;
   }
   
   /* cv-bottom */

   section.cv-bottom .catch {
       font-size: 5vw;
   }

   section.cv-bottom .img {
       width: 100%;
   }
   section.cv-bottom .img img {
       width: 100%;
   }
   
   /* wigmag */
   
   section.wigmag picture {
        max-width: 95%;
    }
    section.wigmag h2 {
        width: 100%;
        height: 0;
        padding-top: 23.3908948195%;
        background-size: contain;
    }
    section.wigmag .title {
        width: 60vw;
        margin: 0 auto;
    }
    section.wigmag {
        padding: 7% 0;
    } 
}

@media screen and (max-width : 716px) {

    .fv ul li:nth-child(2) h1 {
		font-size: 1.8rem;
	}
    .fv ul li:nth-child(2) h1 span {
        font-size: 1.3rem;
			
    }
}

@media screen and (max-width : 42em) {
    
    /* common */
    
    body {
		/* min-width: initial; */
	}
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    h2 {
        margin-bottom: 0.6em;
	}
    h2 img {
        transform: scale(0.7);
        padding-top: 0.3em;
    }
	h2:before {
        width: 18vw;
	}
	.subtitle {
		font-size: 6.5vw;
		line-height: 1.6
	}
    .subtitle span {
	    font-size: 70%;
	}
	.sentence {
		font-size: 3.8vw;
	} 
    
    /* fv */
    
    .fv ul li:nth-child(2) h1 span {
        font-size: 75%;
    }
    .fv ul {
        display: block;
        overflow: hidden;
        justify-content: center;
    }
    .fv ul li {
        width: 100%;
    }
    .fv ul li:nth-child(2) {
    	position: absolute;
    	bottom: 0;
    }
    .fv ul li:nth-child(2):after {
    	top: 10%;
    }
    .fv ul li:nth-child(2) .wrap {
    	width: 90%;
        padding: 5% 5%;
    }
    .fv ul li:nth-child(2) h1 {
        font-size: 2.25rem;
	   }
    
    /* movie */
    
    div.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	div.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 100% !important;
		width: 100% !important;
		height: 100% !important;
        padding-top: 7%;
	}
    section.youtube {
        padding: 7% 0 0 0;
    }
    section.youtube div.youtube {
        padding: 65% 0 0 0;
    }
    
    /* cv */
    
    .cv {
        padding-top: 0;
        font-size: 4vw;
    }
    .cv.c-wm {
        padding-top: 0;
    }
    .cv a {
        width: 90%;
        padding: 1em 4em 1em 1em;
        text-align: center;
    }
    .cv a:after {
    }
    .cv a:before {
        zoom: 0.5;
    }
    
    /* concept */

    section.concept {
        background-size: cover;
        position: relative;
    }
    section.concept .inner {
        padding: 2%;
    }
    
    /* centerimg */

    section.centerimg .inner {
	    max-width: 95%;
	    margin: 0 0 0 0;
	    min-height: 300px;
    }
    section.centerimg .inner p {
    	font-size: 4.5vw;
    }
    section.centerimg .inner p,
    section.centerimg .inner img {
    	bottom: 5%;
    }

    /* style */
    
    section.style .inner {
        max-width: initial;
        width: 100%;
    }
    section.style .before {
        width: 100%;
        margin: 5% auto 0 auto;
        justify-content: center;
    }
    section.style .before .bimg {
        left: 3%;
        z-index: 1;
        width: 45%;
    }
    section.style .before .bimg img {
        width: 100%;
    }
    section.style .before .text {
        padding: 2.5em;
        position: relative;
        right: 4%;
        width: 120%;
    }
    section.style .before dt {
        font-size: 5vw;
        width: 80%;
        padding-bottom: 0.2em;
        margin: 0 auto 0.5em auto;
    }
    section.style .before dd {
        font-size: 3.5vw;
        margin-bottom: 1em;
    }
    section.style .before p {
        font-size: 3.8vw;
        padding: 0 3em;
    }
    section.style .before ul {
        width: 90%;
    }
    section.style .before li {
        font-size: 3.5vw;
        margin-left: 0;
    }
    section.style .afterwrap {
    	flex-flow: column;
        width: 90%;
    	margin: 0 auto;
    }
    section.style .style1-text1,
    section.style .style2-text1 {
    	order: 1;
    	width: 100%;
    }
    section.style .style1-img1,
    section.style .style2-img1 {
    	order: 2;
    	position: relative;
    	width: 90%;
    }
    section.style .style1-circle1,
    section.style .style2-circle1 {
    	display: none;
    } 
    section.style .style1-text1 dt,
    section.style .style2-text1 dt {
    	font-size: 5.5vw;
    	width: 80%;
    	margin: 0 auto 0.5em auto;
    	padding-bottom: 0.2em;
    }
    section.style .style1-text1 dd,
    section.style .style2-text1 dd {
    	font-size: 5.5vw;
    	margin: 0 auto 1em auto;
    }
    section.style .style1-img1:before,
    section.style .style2-img1:before {
        content: "";
        display: table;
        background: url(../images/circle_blue.png) no-repeat;
        background-size: contain;
        width: 80%;
        height: 80%;
        opacity: 0.3;
        position: absolute;
        top: -20%;
        left: -40%;
        z-index: -1;
    }
    section.style .style1-text2,
    section.style .style2-text2 {
        font-size: 3.8vw;
        width: 90%;
        position: relative;
        margin: 5% auto 0 auto;
        padding-left: 2em;
    }
    section.style .style2-text2 {
    	left: -1em;
    }
    section.style .style1-img1:after,
    section.style .style2-img1:after {    	
        bottom: -30%;
    	width: 45%;
    	height: 45%;
    }
    section.style .style1-img1:after {
    	left: 30%;
    }
    section.style .style2-img1:after {
    	right: 30%;
    }
    section.style .style1-img2,
    section.style .style2-img2 {
    	margin-top: 5%;
    	width: calc(100% - 45%);
    }
    section.style .style1-img2 {
    	margin-right: 0;
    }
    section.style .style2-img2 {
    	margin-left: 1em;
    }
	section.style .style1-img3,
	section.style .style2-img3 {

	} 
	section.style .style1-img3 {
		margin-left: 1em;
	}
    section.style .style2-img3 {
		z-index: 1;
		margin-right: 1em;
	}
	section.style .style1-text2 p:before,
	section.style .style2-text2 p:before,
	section.style .style1-text2 p:after,
	section.style .style2-text2 p:after {
		font-size: 10vw;
	}	
	section.style .style1-text2 p:before,
    section.style .style2-text2 p:before {
	   left: 0.2em;
    }  
	.slick-dots li button,
	.slick-dots li button:before {
        padding: 0 0 50% 0;
     }
     section.secret .slick-dots li {
     	zoom: 0.6;
        padding: 0 0 0 0;
     }
     .slick-slide li {
         padding: 8%;
     }
     .slick-dots li button {
     }
     .slick-dots li button:before {
     }
     .slick-slider {
         width: 100%;
         background-size: 80%;
         margin-bottom: 0 !important;
     }
     .slick-dots {
         padding-top: 101.71990172%;
         background-size: 90%;
         background-position: 50% 0;
     }
    section.secret .bluetext {
    	font-size: 4vw;
    }
    section.secret .maintitle {
    	font-size: 5vw;
    }
    .slick-prev:before,
    .slick-next:before,
    .slick-prev,
    .slick-next {
        zoom: 0.8;
    }
    #slick-slide00:before,
    #slick-slide01:before,
    #slick-slide02:before {
    	zoom: 0.7;
    }
    .slick-slide .wrap {
    	padding: 1em;
    }
    section.secret .slick-slide .inner {
    	flex-direction: column;
    }
    section.secret .slick-slide .inner .img {
    	order: 1;
    	margin: 1em 0;
    }
    section.secret .slick-slide .inner .sentence {
        order: 2;
        width: 100%;
    }
    section.secret .catch {
    	font-size: 4.5vw;
    }
    section.secret .maintitle {
    	font-size: 5vw;
    }
    
    /* qa */

    section.qa .qa-each li dt {
    	font-size: 5vw;
    }
    section.qa .qa-each li dd {
        padding: 2% 5% 5% 3em;
        font-size: 4vw;
        background-size: 20px auto;
    }
    section.qa .bigbanner {
        margin: 5% auto 10% auto;
        width: 90%;
    }
    section.qa .bigbanner img,
    section.qa .bigbanner p {
    	width: 50%;
    }
    section.qa .bigbanner p {
    	font-size: 3.5vw !important;
    }
    section.qa .bigbanner a:before {
    	border-width: 0 0 28px 50px;
    }
    section.qa .bigbanner a:after {
    	right: 0.5em;
    	bottom: 0.5em;
    }
    section.qa .cv.small a:after {
        content: "";
    }
    section.qa .aservice li {
        padding: 1.5em;
    }
    section.qa .aservice li .img {
        display: none;
    }
    section.qa .aservice li .text .sentence {
        display: flex;
        font-size: 4vw;
    }
    section.qa .aservice li .text .sentence img {
        flex-shrink: 0;
        width: 25%;
        height: 25%;
        margin-right: 0.5em;
    }
    section.qa .aservice li .text .title {
        font-size: 4.5vw;
        text-align: center;
        padding: 0 0 0.2em 0;
        margin: 0 0 1em 0;
    }
    section.qa .qa-each li {
        padding: 1.5em 0 1em 0;
    }
    section.qa .aservice li {
    	padding: 1em;
    }
    
    /* interview */

    section.interview .inner p {
    	font-size: 4.2vw;
    	right: 2em;
    	bottom: 0.5em;
    }
    section.interview .int-wrap h3 {
        font-size: 5vw;
        line-height: 1.5;
    }
    section.interview .int-wrap dt {
    	font-size: 4vw;
    }
    section.interview .int-wrap dd {
    	font-size: 3.8vw;
    	display: block;
    }
    section.interview .int-wrap dd p {
    	width: 100%;
    }
    section.interview .int-wrap dd img {
    	width: 100%;
    	margin: 1em auto;
    }
    section.interview .int-wrap label:after {
    	font-size: 3.5vw;
    }
    section.interview .int-wrap {
        margin: 5% auto 5% auto;
    }
    section.interview .int-wrap label:before {
        zoom: 0.8;
        bottom: -1.5em;
    }
    
    /* cv-bottom */

    section.cv-bottom .catch {
    	font-size: 5vw;
    }
    section.cv-bottom .catch p:before,
    section.cv-bottom .catch p:after {
    	zoom: 0.5;
    }
    section.cv-bottom {
    }
    section.cv-bottom .cv {
    padding-top: 0;
    }
    
    /* wigmag */
    
    section.wigmag .title {
        width: 95vw;
    }
    section.wigmag h2 {
        padding-top: 22.6720647773%%;
        background: url("../images/wigmag_title_sp.png") no-repeat;
        background-size: contain;
    }
    section.wigmag .cvbtn.pamph img {
        left: 0;
        width: 25vw;
    }
    

}