/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	word-break: break-all;
}

img {
	width: 100%;
	vertical-align: center;
}

.bold {
	font-weight: 700;
}

/******** container ******/
.pcArea {
	display: none;
}

main {
	width: 100%;
	padding: 0;
	text-align: left;
	overflow: hidden;
	position: relative;
	background: #FCBD66;
	background: linear-gradient(180deg,rgba(252, 189, 102, 1) 0%, rgba(251, 144, 1, 1) 40%, rgba(251, 144, 1, 1) 95%, rgba(252, 189, 102, 1) 100%);
}

main.interview {
	background: linear-gradient(180deg,rgba(252, 189, 102, 1) 0%, rgba(251, 144, 1, 1) 95%, rgba(251, 144, 1, 1) 100%);
}

.c-section .btn {
	width: 71.79vw;
	margin: 0 auto;
	padding-bottom: 10.13vw;
}

.scroll-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.fadeIn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.pb-12 {
	padding-bottom: 12px;
}

.pb-40 {
	padding-bottom: 40px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-100 {
	margin-bottom: 100px;
}

h2 {
	font-size: 5.64vw;
 	color: #fff;
	line-height: 1.5;
	text-align: center;
}

p.txt {
	font-size: 4.62vw;
	line-height: 2.2;
	text-align: center;
	color: #fff;
}

p.txt.fs-16 {
	font-size: 4.1vw;
	line-height: 1.5;
}

p.txt.fs-14 {
	font-size: 3.73vw;
	line-height: 1.5;
	text-align: left;
}

.font-min {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-feature-settings: "palt";
}

a {
	text-decoration: none;
	color: #fff;
}

/************/
/** header **/
/************/
.header {
	width: 100%;
	padding: 3.125vw 0;
	background: #fff;
	position: relative;
}

.header .header__container {
	width: 92.63vw;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header .hearder__logo {
	width: 19.07vw;
	padding: 0;
}

@media screen and (min-width : 768px) {

.header {
	width: 500px;
	padding: 10px 0;
}

.header .header__container {
	width: 92.63%;
}

.header .hearder__logo {
	max-width: 100px;
}

}

/*********/
/** scrolldown **/
/*********/

.scrolldown {
	height: -webkit-fill-available;
    position: absolute;
    bottom: -16%;
    right: 10%;
    z-index: 9;
}

.scrolldown span {
    position: absolute;
    right: -7px;
    bottom: 90px;
    color: #fff;
    font-size: .75rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown:after {
    content: "";
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 1px;
    height: 50px;
    background: #fff;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 75px; }
  100% {
    bottom: 20px; } }
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@media screen and (min-width : 768px) {

.scrolldown {
    bottom: -12%;
}

@keyframes circlemove {
  0% {
    bottom: 80px; }
  100% {
    bottom: 30px; } }

}

/**************/
/** pankuzu ***/
/**************/

.pankuzu {
	width: 91.2vw;
    margin: auto;
    position: absolute;
    overflow: hidden;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 2;
}

.breadcrumb {
    display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.breadcrumb li, .breadcrumb li a {
	color: #fff;
	font-size: 14px;
}

.breadcrumb li a {
	text-decoration: underline;
}

.breadcrumb-item:not(:last-of-type)::after {
	content: ">";
	margin: 0 .6em;
}

@media screen and (min-width : 768px) {

.pankuzu {
	width: 91.2%;
}

}

/*********/
/** top **/
/*********/
#ttl {
	width: 100%;
	position: relative;
}

/*************/
/** sec1 **/
/*************/
#sec1 .sec1__inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#sec1 .sec_h2 {
	width: 90.77vw;
	margin: 0 auto;
}

/*************/
/** sec2 **/
/*************/
#sec2 .sec2__inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#sec2 .sec_h2 {
	width: 75.46vw;
 	margin: 7vw auto 100px;;
}

#sec2 .tit_animation {
	width: calc(100% + 12vw);
	position: absolute;
 	margin: 0 -6vw;
	top: 0;
	left: 0;
	right: 0;
}

.movie-btn {
	width: 79.74vw;
	margin: 0 auto;
}

/* モーダル背景 */
.modal {
  display: none; /* 初期状態では非表示 */
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルコンテンツ */
.modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* 動画の埋め込みをレスポンシブ対応させる */
.video-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: -4rem;
  right: 0;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/*************/
/** sec3 **/
/*************/
#sec3 .sec3__inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#sec3 .sec3__inner .contents__col2 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

#sec3 .sec3__inner .contents__col2 li {
	width: 50%;
	margin: 0 0 -1vw 0;
	padding: 0;
    background: #fff;
}

#sec3 .sec3__inner .contents__col2 li.sec3_img1 {
	width: 100%;
}

/***************/
/** interview **/
/***************/

.line {
	width: 100%;
	height: 1px;
	margin-bottom: 12px;
	display: block;
	background-color: #fff;
}

#interview-sec1 {
	width: 100%;
	background:url(../img/bg_ttl.png) top right no-repeat;
	background-size: contain;
	position: relative;
	top: 0;
}

#interview-sec1 .sec1__inner,
#interview-sec2 .sec2__inner,
#interview-sec3 .sec3__inner {
	width: 91.2vw;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#interview-sec1 .sec-h1 {
	font-size: 6.53vw;
	text-align: left;
	margin-top: 16vw;
	color: #fff;
}

#interview-sec1 .movie-btn {
	width: 100%;
}

#interview-sec1 h2 {
	text-align: left;
}

#interview-sec2 .sec2__inner .contents__col {
	background: #fff;
	border-radius: 10px;
	padding: 8.8vw;
}

#interview-sec2 p.txt {
	color: #000;
    text-align: justify;
}

#interview-sec2 p.txt.orange {
	color: #f7931e;
}

#interview-sec2 .line {
	background-color: #e5e5e5;
}

#interview-sec3 p.txt {
    text-align: justify;
}

#interview-sec4 .btn__col p.txt {
	position: relative;
}

#interview-sec4 .back__col p.txt::before {
	content: "";
	width: 22px;
	height: 22px;
	margin-right: 4px;
	display: inline-block;
	background: url(../img/ico_arrow.svg) top center no-repeat;
	background-size: cover;
	position: relative;
	top: 5px;
}

.c-section .btn2 {
	padding-bottom: 12px;
}

@media screen and (min-width : 768px) {

}

@media screen and (min-width : 900px) {
/******** container ******/
.pcArea {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	min-height: 100vh;
	background-color: #f8f4ef;
	display: block;
	position: fixed;
	z-index: 0;
}

.pcArea .pcArea__inner {
	position: fixed;
	top: 0;
	left: 0;
	width: calc((100vw - 500px)/2);
	height: 100%;
	min-height: calc(100vw*50%);
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pcArea .pcArea__inner .pcArea__left {
	width: 46vh;
	max-width: 440px;
	position: absolute;
	top: 70px;
	right: -50px;
}

.pcArea .pcArea__inner .pcArea__left .bg_logo {
	aspect-ratio: 1 / 1;
}

.pcArea .pcArea__inner .pcArea__left .movie__col {
	width: 100%;
	height: 315px;
	background:url(../img/mov_col.png) top center no-repeat;
	background-size: 100%;
	position: relative;
	top: 30px;
}

.pcArea .pcArea__inner .pcArea__left .movie__col .movie-btn {
	width: 32vh;
	max-width: 311px;
	aspect-ratio: 1 / 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 11vh;
}

.spArea {
	width: 500px;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 20%;
}

main {
	padding: 0;
	margin: 0 auto;
}

.c-section .btn {
	width: 290px;
	padding-bottom: 25px;
}

.c-section .btn2 {
	width: 386px;
}

.scroll-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.fadeIn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

h2 {
	font-size: 22px;
}

p.txt {
	font-size: 18px;
}

p.txt.fs-16 {
	font-size: 16px;
}

p.txt.fs-14 {
	font-size: 14px;
}

p.txt.fs-12 {
	font-size: 12px;
}

/*************/
/** sec1 **/
/*************/
#sec1 .sec_h2 {
	width: 90.77%;
	margin: 0 auto;
}

/*************/
/** sec2 **/
/*************/
#sec2 .sec2__inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#sec2 .sec_h2 {
	width: 75.46%;
 	margin: 7% auto 100px;;
}

#sec2 .tit_animation {
	width: calc(100% + 12%);
 	margin: 0 -6%;
}


.movie-btn {
	width: 79.74%;
	margin: 0 auto;
}

/*************/
/** sec3 **/
/*************/
#sec3 .sec3__inner .contents__col2 li {
	margin-bottom: -1%;
}


#interview-sec1 .sec1__inner,
#interview-sec2 .sec2__inner,
#interview-sec3 .sec3__inner {
	width: 91.2%;
}

#interview-sec1 .sec-h1 {
	font-size: 20px;
	margin-top: 60px;
}

#interview-sec2 .sec2__inner .contents__col {
	padding: 33px;
}


}/** min-width : 900px **/

/******** footer ******/
.footer {
  width: 100%;
  position: relative;
  z-index: 2;
  background-color: #fff; }
  .footer-inner {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0; }
  .footer-up {
    width: 100%;
    padding-top: 80px;
    display: block; }
  .footer-low {
    width: 100%;
    margin-top: 40px; }
  .footer-logo {
    width: 172px;
    height: auto;
    display: inline-block; }
    .footer-logo-wrap {
      width: 100%;
      display: inline-block;  }
  .footer-tagline {
    margin-top: 1em;
    font-weight: bold;
    line-height: 1.5; }
    .footer-tagline-accent {
      color: #ff9500; }
    .footer-link {
      margin-top: 2em; }
  .footer-link-wrap {
    width: 100%;
    display: block; }
  .footer-link-item {
    margin-top: .5em; }
    .footer-link-item:first-child {
      margin-top: 0; }
    .footer-link-item a {
      color: #333;
      font-size: 14px; }
      .footer-link-item a:hover {
        text-decoration: none; }
    .footer-link-item-tw {
      width: 40px;
      height: auto;
      display: block; }
    .footer-link-item-x {
      width: 40px;
      height: auto;
      display: block; }
    .footer-link-item-yt {
      width: 40px;
      height: auto;
      display: block; }
    .footer-link-sns {
      display: flex;
      justify-content: space-around; }
  .footer-link-sns .footer-link-item {
    margin-top: 0;
    display: flex;
    align-items: center; }
    .footer-link-sns .footer-link-item:first-child {
      margin-top: 0; }
  .footer-utilities {
    width: 100%;
    display: flex;
    justify-content: center; }
    .footer-utilities-item {
      margin: 0 .5em;
      color: #999;
      font-size: 12px; }
      .footer-utilities-item a {
        color: #999;
        font-size: 10px; }
        .footer-utilities-item a:hover {
          text-decoration: none; }

@media screen and (min-width : 900px) {

#footer {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

}