@charset "utf-8";
/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:768px) {
/*singlepage設定*/
.page-title{
  padding:60px 0 30px;
}
h1{
  color: #000;
  font-size:4rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.7rem;
  font-weight: bold;
  color: #d4c200;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
h2.single-h2{
  position:relative;
  font-size:2.5rem;
  padding:0 0 .5em 1.8em;
  color:#000;
  border-bottom:3px solid #FFE402;
  line-height: 1.3em;
}
h2.single-h2:before{
  position:absolute;
  top:-.5em;
  left:0;
  width:34px;
  height:40px;
  content:"";
  background-image: url(../img/logo.png);
  background-size: contain;
}
.single-section{
  padding: 5% 0 0;
}
.single-box{
  padding: 0 0 8%;
}
.h2-ushi{
  position:relative;
}
.h2-ushi:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:72px;
  background-image : linear-gradient(to right, #FFE402, #FFE402 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.h2-ushi-box{
  width: fit-content;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin:0 auto;
  padding:0 3em;
}
.h2-ushi img{
  width:50px;
  margin:0 auto;
}
.h2-ushi h2{
  color:#000;
  margin:.3em 0 0;
  text-align: center;
}
.h2-ushi p{
  color:#FFE402;
  margin:0;
  font-weight:bold;
  text-align: center;
  text-transform: uppercase;
}

ul.page-link{
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.page-link li{
  width:32%;
  padding:10px 0;
}
ul.page-link li a{
  display: block;
  width:100%;
  padding:.7em 0;
  border:2px solid #FFE402;
  border-radius: 10px;
  text-align: center;
  font-size:1.6rem;
  font-weight:bold;
  color:#FFE402;
  transition: .3s;
}
ul.page-link li a:hover{
  border:2px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*社員インタビュー*/
.top-interview{
  background-color: #fff;
}
.top-interview ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin:30px 0;
}
.top-interview ul li{
  width:31%;
  border: 2px solid #FFE402;
  border-radius:16px;
  background-color: #fff;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94), box-shadow .4s cubic-bezier(.25,.46,.45,.94);
  cursor: pointer;
  margin:15px calc(7% / 2) 15px 0;
  box-shadow: 3px 3px #FFE402;
  overflow: hidden;
}
.top-interview ul li:nth-child(3n){
  margin:15px 0 15px 0;
}
.top-interview ul li:hover{
  transform: translate(-2px, -3px);
  box-shadow: 5px 6px #FFE402;
}
.top-interview ul li:active{
  transform: translate(1px, 1px);
  box-shadow: 0px 0px #FFE402;
}
.top-interview ul li img{
  width:100%;
  margin:0;
  border-radius:0;
  position:relative;
  z-index:0;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: left 20%;
  transition: transform .4s ease;
}
.top-interview ul li:hover img{
  transform: scale(1.04);
}
.top-interview ul li .int-card-info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 20px 14px;
  margin: 0;
}
.top-interview ul li .int-card-info-top{
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-interview ul li .int-card-label{
  width:fit-content;
  padding:.4em 1.2em;
  background-color: #fff;
  border: 2px solid #FFE402;
  color:#221715;
  font-weight:bold;
  font-size:1.5rem;
  letter-spacing: 2px;
  border-radius: 4px;
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
}
.top-interview ul li .int-card-name{
  width:fit-content;
  padding:0;
  margin:0;
  color:#221715;
  font-family: "Futura","Futura-Medium","Century Gothic",sans-serif;
  font-weight:bold;
  font-size:2rem;
  letter-spacing: 1px;
  line-height: 1em;
}
.top-interview ul li .int-card-profile{
  padding:0;
  margin: .2em 0 0;
  color:#888;
  font-size:1.1rem;
  font-weight:500;
  letter-spacing: .5px;
  line-height: 1.6em;
  text-align: right;
}
.top-interview ul li .int-card-catch{
  width:auto;
  padding:14px 20px 24px;
  margin:0;
  color:#221715;
  font-weight:bold;
  font-size:1.35rem;
  line-height: 1.9em;
  letter-spacing: .5px;
  border-top: 1px solid #f0e8dc;
}

/*インタビュー詳細ページ*/
ul.int-top-ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
ul.int-top-ul li:nth-child(1){
  width:38%;
}
ul.int-top-ul li:nth-child(1) img{
  border-radius: 16px;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
ul.int-top-ul li:nth-child(2){
  width:58%;
}
.int-top-message .eng-p{
  font-size:1.4rem;
  font-weight: bold;
  color:#FFE402;
  display: flex;
  align-items: center;
  margin:.3em 0;
}
.int-top-message .eng-p:before{
  border-top: 1px solid #FFE402;
  content: "";
  width: 3em;
  margin-right: 1em;
}
.int-top-message h3{
  font-size:2rem;
  font-weight: bold;
  color:#FFE402;
  margin:.3em 0;
}
.int-top-message .stand-p{
  font-size:1.6rem;
  font-weight:500;
  margin:1em 0 0;
  line-height: 2;
}

.int-hero-img{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.int-hero-img img{
  width: 100%;
  display: block;
  aspect-ratio: 2732 / 1350;
  object-fit: cover;
  object-position: top;
  animation: heroImgReveal 1.6s cubic-bezier(.25,.46,.45,.94) forwards;
}
.int-hero-label{
  position: absolute;
  top: 60px;
  left: 40px;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 8px;
  text-shadow: 0 2px 10px rgba(0,0,0,.4);
  z-index: 2;
  opacity: 0;
  animation: heroLabelSlide .8s cubic-bezier(.25,.46,.45,.94) .3s forwards;
  padding-bottom: 14px;
}
.int-hero-label::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,228,2,1) 0%, rgba(255,255,255,.8) 60%, transparent 100%);
  animation: labelLineExpand .8s cubic-bezier(.25,.46,.45,.94) .6s forwards;
  transform: scaleX(0);
  transform-origin: left;
}
.int-hero-catch{
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  letter-spacing: 3px;
  text-shadow: 0 2px 10px rgba(0,0,0,.5);
  margin: 0;
  padding-bottom: 18px;
}
.int-hero-catch::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background:
    radial-gradient(ellipse 8% 100% at 5% 50%, transparent 0%, transparent 100%),
    linear-gradient(90deg,
      rgba(255,255,255,.0) 0%,
      rgba(255,255,255,.7) 3%,
      rgba(255,255,255,.9) 10%,
      rgba(255,255,255,.95) 30%,
      rgba(255,255,255,.8) 50%,
      rgba(255,255,255,.9) 65%,
      rgba(255,255,255,.6) 85%,
      rgba(255,255,255,.2) 95%,
      transparent 100%
    );
  border-radius: 40% 20% 30% 50% / 80% 60% 90% 40%;
  mask-image: linear-gradient(90deg,
    transparent 0%, black 2%, black 90%, transparent 100%
  );
  -webkit-mask-image: linear-gradient(90deg,
    transparent 0%, black 2%, black 90%, transparent 100%
  );
  transform: scaleX(0) rotate(-0.5deg);
  transform-origin: left;
  animation: brushStroke 1s cubic-bezier(.22,.61,.36,1) 2s forwards;
}
.int-hero-catch .char{
  display: inline-block;
  opacity: 0;
  transform: translateY(15px);
  filter: blur(2px);
  animation: heroCharReveal .5s cubic-bezier(.25,.46,.45,.94) forwards;
  animation-delay: calc(0.6s + var(--c) * 0.06s);
}
.int-hero-profile{
  position: absolute;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  animation: heroProfileSlide 1s cubic-bezier(.25,.46,.45,.94) 1.1s forwards;
  background: rgba(255,255,255,.92);
  border-left: 7px solid #FFE402;
  border-radius: 10px;
  padding: 20px 36px;
  display: flex;
  align-items: baseline;
  gap: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,.18);
}
.int-hero-profile-name{
  font-family: "Futura Medium","Futura-Medium","Century Gothic",sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #221715;
  letter-spacing: 2px;
}
.int-hero-profile-info{
  font-size: 1.8rem;
  color: #555;
  font-weight: bold;
}
ul.int-bottom-ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
ul.int-bottom-ul li:nth-child(1){
  width: 58%;
}
ul.int-bottom-ul li:nth-child(2){
  width: 38%;
}
ul.int-bottom-ul li:nth-child(2) img{
  border-radius: 16px;
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.int-bottom-message .eng-p{
  font-size:1.4rem;
  font-weight: bold;
  color:#FFE402;
  display: flex;
  align-items: center;
  margin:.3em 0;
}
.int-bottom-message .eng-p:before{
  border-top: 1px solid #FFE402;
  content: "";
  width: 3em;
  margin-right: 1em;
}
.int-bottom-message h3{
  font-size:2rem;
  font-weight: bold;
  color:#FFE402;
  margin:.3em 0;
}
.int-bottom-message .stand-p{
  font-size:1.6rem;
  font-weight:500;
  margin:1em 0 0;
  line-height: 2;
}
section.int-top-sec{
  width:100%;
  overflow: hidden;
  background-color: #fff;
  padding-top:80px;
  background: #fff;
}
.int-p-main{
  font-size:3rem;
  font-weight:bold;
  line-height: 1.7em;
}

.int-gai_box{
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 1px 2px 10px 0px rgba(135, 135, 135, 0.4);
  padding:1rem 4rem;
  margin:1em 0;
}
.int-p-yaku{
  width:fit-content;
  background-color: #FFE402;
  padding:.2em 3em;
  color:#221715;
  font-size:1.5em;
  font-weight:bold;
}
.int-p-name{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size:3rem;
  font-weight:bold;
  line-height: 1em;
  margin:0;
}
.int-p-name span{
  font-size:1.5rem;
}
.int-p-name span:before{
  content:"｜";
  font-size:3rem;
  color:#ddd;
  padding: 0 .3em;
}
h6{
  font-size:1.7rem;
  color:#FFE402;
  margin:1em 0 .2em;
  display: flex;
  align-items: center;
  line-height: 1em;
  vertical-align: middle;
}
h6:before{
  content:"";
  font-size:1.7rem;
  background-color: #FFE402;
  width:.4em;
  height:1.4em;
  margin:0 .4em 0 0;
}
.int-p{
  font-size:1.6rem;
  font-weight:bold;
  margin:.2em 0 1em;
}

section.int-textbox{
  width:100%;
  margin:100px 0;
}
.int-textbox ul li{
  margin:0;
  list-style: none;
}

/* Mothers is セクション */
.int-mothers-is{
  background-color: #f9f6ed;
  padding: 60px 0;
  text-align: center;
}
.int-mothers-is-label{
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 3.6rem;
  color: #FFE402;
  margin: 0 0 .3em;
  letter-spacing: 2px;
}
.int-mothers-is-heading{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  letter-spacing: 1px;
}
.int-mothers-is-border{
  width: 60px;
  height: 2px;
  background: #FFE402;
  margin: 25px auto;
}
.int-mothers-is-text{
  font-size: 1.6rem;
  font-weight: 500;
  color: #444;
  line-height: 2.2;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}

/* 1日の流れ PC */
.int-schedule{
  padding: 60px 0;
  background: #fff;
}
.int-schedule-title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 2px;
}
.int-schedule-list{
  max-width: 700px;
  margin: 0 auto;
}
.int-schedule-item{
  display: flex;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.int-schedule-item:first-child{
  border-top: 1px solid #eee;
}
.int-schedule-time{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #b3a000;
  min-width: 80px;
  letter-spacing: 1px;
}
.int-schedule-desc{
  font-size: 1.5rem;
  color: #221715;
  line-height: 1.8;
}

.view-btn{
  margin:2em 0;
}







}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
========================================================*/

/*=======================================================
==========================================================
  　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {
/*singlepage設定*/
.page-title{
  padding: 40px 0 10px;
}
h1{
  color: #000;
  font-size:2.5rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.5rem;
  font-weight: bold;
  color: #d4c200;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
h2.single-h2{
  position:relative;
  font-size:2rem;
  padding:0 0 .5em 1.8em;
  color:#000;
  border-bottom:3px solid #FFE402;
  line-height: 1.3em;
}
h2.single-h2:before{
  position:absolute;
  top:-.6em;
  left:0;
  width: 29px;
  height: 39px;
  content:"";
  background-image: url(../img/logo.png);
  background-size: contain;
}
.single-box{
  padding: 0;
}
.sp-head-logo{
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 6px solid #FFE402;
  width: 100%;
  margin: 0;
  mix-blend-mode: multiply;
}
.sp-head-logo img{
  width: auto;
  height: 48px;
  padding: 0 0 0 12px;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}
.single-section{
    padding: 0 0 4rem;
}
.h2-ushi{
  position:relative;
}
.h2-ushi:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:72px;
  background-image : linear-gradient(to right, #FFE402, #FFE402 2px, transparent 2px, transparent 8px);  /* 幅2の線を作る */
  background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
  background-position: left bottom;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}
.h2-ushi-box{
  width: fit-content;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin:0 auto;
  padding:0 2em;
}
.h2-ushi img{
  width:40px;
  margin:0 auto;
}
.h2-ushi h2{
  color:#000;
  margin:.3em 0 0;
  text-align: center;
  font-size: 2.2rem;
}
.h2-ushi p{
  color:#FFE402;
  margin:0;
  font-weight:bold;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}
ul.page-link{
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.page-link li{
  width:49%;
  padding:5px 0;
}
ul.page-link li a{
  display: block;
  width:100%;
  padding:.7em 0;
  border:1px solid #FFE402;
  border-radius: 5px;
  text-align: center;
  font-size:1.3rem;
  font-weight:bold;
  color:#FFE402;
  transition: .3s;
}
ul.page-link li a:hover{
  border:2px solid #FFE402;
  background-color: #FFE402;
  color:#221715;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*社員インタビュー*/
.top-interview{
  background-color: #fff;
}
.top-interview ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin:30px 0;
}
.top-interview ul li{
  width:48%;
  border: 2px solid #FFE402;
  border-radius:12px;
  background-color: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
  margin:0 0 16px;
  box-shadow: 3px 3px #FFE402;
  overflow: hidden;
}
.top-interview ul li:active{
  transform: translate(1px, 1px);
  box-shadow: 0px 0px #FFE402;
}

.top-interview ul li img{
  width:100%;
  margin:0;
  border-radius:0;
  position:relative;
  z-index:0;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: left 20%;
}
.top-interview ul li .int-card-info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 12px 10px;
  margin: 0;
}
.top-interview ul li .int-card-info-top{
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-interview ul li .int-card-label{
  width: fit-content;
  padding: .3em 1em;
  background-color: #fff;
  border: 2px solid #FFE402;
  color:#221715;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1em;
  letter-spacing: 1px;
  border-radius: 3px;
  margin: 0;
  white-space: nowrap;
}
.top-interview ul li .int-card-name{
  width:fit-content;
  padding:0;
  margin:0;
  color:#221715;
  font-family: "Futura","Futura-Medium","Century Gothic",sans-serif;
  font-weight:bold;
  font-size:1.4rem;
  letter-spacing: 1px;
  line-height: 1em;
}
.top-interview ul li .int-card-profile{
  padding:0;
  margin: .2em 0 0;
  color:#888;
  font-size:.9rem;
  font-weight:500;
  letter-spacing: .5px;
  line-height: 1.5em;
  text-align: right;
}
.top-interview ul li .int-card-catch{
  width:auto;
  padding:10px 12px 16px;
  margin:0;
  color:#221715;
  font-weight:bold;
  font-size:1.1rem;
  line-height: 1.8em;
  letter-spacing: .3px;
  border-top: 1px solid #f0e8dc;
}
.top-interview ul li .int-card-catch br{
  display:none;
}

/*インタビュー詳細ページ*/
ul.int-top-ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
ul.int-top-ul li:nth-child(1){
  width:100%;
}
ul.int-top-ul li:nth-child(1) img{
  width:90%;
  height: 200px;
  object-fit: cover;
  margin:10px auto;
  border-radius: 12px;
}
ul.int-top-ul li:nth-child(2){
  width:100%;
}
.int-top-message .eng-p{
  font-size:1.3rem;
  font-weight: bold;
  color:#FFE402;
  display: flex;
  align-items: center;
  margin:.3em 0;
}
.int-top-message .eng-p:before{
  border-top: 1px solid #FFE402;
  content: "";
  width: 2em;
  margin-right: 1em;
}
.int-top-message h3{
  font-size:1.7rem;
  font-weight: bold;
  color:#FFE402;
  margin:.3em 0;
}
.int-top-message .stand-p{
  font-size:1.4rem;
  font-weight:500;
  margin:1em 0 0;
  line-height: 1.8em;
}

.int-hero-img{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.int-hero-img img{
  width: 100%;
  display: block;
  aspect-ratio: 2732 / 1350;
  object-fit: cover;
  object-position: top;
  animation: heroImgReveal 1.6s cubic-bezier(.25,.46,.45,.94) forwards;
}
.int-hero-label{
  position: absolute;
  top: 40px;
  left: 15px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 5px;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
  z-index: 2;
  opacity: 0;
  animation: heroLabelSlide .8s cubic-bezier(.25,.46,.45,.94) .3s forwards;
  padding-bottom: 10px;
}
.int-hero-label::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,228,2,1) 0%, rgba(255,255,255,.8) 60%, transparent 100%);
  animation: labelLineExpand .8s cubic-bezier(.25,.46,.45,.94) .6s forwards;
  transform: scaleX(0);
  transform-origin: left;
}
.int-hero-catch{
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
  margin: 0;
  padding-bottom: 14px;
}
.int-hero-catch::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.0) 0%,
      rgba(255,255,255,.7) 3%,
      rgba(255,255,255,.9) 10%,
      rgba(255,255,255,.95) 30%,
      rgba(255,255,255,.8) 50%,
      rgba(255,255,255,.9) 65%,
      rgba(255,255,255,.6) 85%,
      rgba(255,255,255,.2) 95%,
      transparent 100%
    );
  border-radius: 40% 20% 30% 50% / 80% 60% 90% 40%;
  mask-image: linear-gradient(90deg,
    transparent 0%, black 2%, black 90%, transparent 100%
  );
  -webkit-mask-image: linear-gradient(90deg,
    transparent 0%, black 2%, black 90%, transparent 100%
  );
  transform: scaleX(0) rotate(-0.5deg);
  transform-origin: left;
  animation: brushStroke 1s cubic-bezier(.22,.61,.36,1) 2s forwards;
}
.int-hero-profile{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(255,255,255,.92);
  border-left: 5px solid #FFE402;
  border-radius: 8px;
  padding: 14px 20px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  box-shadow: 0 3px 12px rgba(0,0,0,.18);
  opacity: 0;
  animation: heroProfileSlide 1s cubic-bezier(.25,.46,.45,.94) 1.1s forwards;
}
.int-hero-profile-name{
  font-family: "Futura Medium","Futura-Medium","Century Gothic",sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #221715;
  letter-spacing: 2px;
}
.int-hero-profile-info{
  font-size: 1.4rem;
  color: #555;
  font-weight: bold;
}
ul.int-bottom-ul{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
ul.int-bottom-ul li:nth-child(1){
  width: 100%;
  order: 2;
}
ul.int-bottom-ul li:nth-child(2){
  width: 100%;
  order: 1;
}
ul.int-bottom-ul li:nth-child(2) img{
  width: 90%;
  height: 200px;
  object-fit: cover;
  margin: 10px auto;
  border-radius: 12px;
}
.int-bottom-message .eng-p{
  font-size:1.3rem;
  font-weight: bold;
  color:#FFE402;
  display: flex;
  align-items: center;
  margin:.3em 0;
}
.int-bottom-message .eng-p:before{
  border-top: 1px solid #FFE402;
  content: "";
  width: 2em;
  margin-right: 1em;
}
.int-bottom-message h3{
  font-size:1.7rem;
  font-weight: bold;
  color:#FFE402;
  margin:.3em 0;
}
.int-bottom-message .stand-p{
  font-size:1.4rem;
  font-weight:500;
  margin:1em 0 0;
  line-height: 1.8em;
}
section.int-top-sec{
  width:100%;
  overflow: hidden;
  background-color: #fff;
  padding-top:20px;
  background: #fff;
}
.int-p-main{
  font-size:2rem;
  font-weight:bold;
  line-height: 1.7em;
  margin:2em 0;
}

.int-gai_box{
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 1px 2px 10px 0px rgba(135, 135, 135, 0.4);
  padding:1rem 3rem;
  margin:1em 0;
}
.int-p-yaku{
  width:fit-content;
  background-color: #FFE402;
  padding:.4em 2em;
  color:#221715;
  font-size:1.3em;
  font-weight:bold;
  line-height: 1em;
}
.int-p-name{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size:2rem;
  font-weight:bold;
  line-height: 1em;
  margin:0;
}
.int-p-name span{
  font-size:1.3rem;
}
.int-p-name span:before{
  content:"｜";
  font-size:2rem;
  color:#ddd;
  padding: 0 .2em;
}
h6{
  font-size:1.7rem;
  color:#FFE402;
  margin:1em 0 .2em;
  display: flex;
  align-items: center;
  line-height: 1em;
  vertical-align: middle;
}
h6:before{
  content:"";
  font-size:1.7rem;
  background-color: #FFE402;
  width:.4em;
  height:1.4em;
  margin:0 .4em 0 0;
}
.int-p{
  font-size:1.4rem;
  font-weight:bold;
  margin:.6em 0 1em;
}

section.int-textbox{
  width:100%;
  margin:50px 0;
}
.int-textbox ul li{
  margin:0;
  list-style: none;
}

/* Mothers is セクション */
.int-mothers-is{
  background-color: #f9f6ed;
  padding: 40px 0;
  text-align: center;
}
.int-mothers-is-label{
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 2.6rem;
  color: #FFE402;
  margin: 0 0 .3em;
  letter-spacing: 2px;
}
.int-mothers-is-heading{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  letter-spacing: 1px;
}
.int-mothers-is-border{
  width: 40px;
  height: 2px;
  background: #FFE402;
  margin: 20px auto;
}
.int-mothers-is-text{
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  line-height: 2;
  margin: 0 auto;
  text-align: left;
}

/* 1日の流れ SP */
.int-schedule{
  padding: 40px 0;
}
.int-schedule-title{
  font-size: 1.8rem;
  margin: 0 0 25px;
  letter-spacing: 1px;
}
.int-schedule-list{
  max-width: 100%;
}
.int-schedule-item{
  padding: 14px 0;
}
.int-schedule-time{
  font-size: 1.4rem;
  min-width: 65px;
}
.int-schedule-desc{
  font-size: 1.3rem;
  line-height: 1.7;
}

.view-btn{
  margin:2em 0;
}



}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {
.top-interview {
    padding: 80px 0;
}
section.int-top-sec {
    padding-top: 40px;
}
.int-p-main {
    margin: 1em 0;
}
section.int-textbox {
    margin: 40px 0;
}
.int-textbox ul li {
    margin: 0 0 30px;
}

}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/
#main{
    background-color: #fff;
    overflow: hidden;
}
#footer {
    background-color: #fff;
}

/* ヒーローエリア演出アニメーション */
@keyframes heroImgReveal{
  0%{
    opacity: 0;
    transform: scale(1.08);
    filter: blur(4px);
  }
  100%{
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes heroCharReveal{
  0%{
    opacity: 0;
    transform: translateY(15px);
    filter: blur(2px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroProfileSlide{
  0%{
    opacity: 0;
    transform: translateX(30px);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heroLabelSlide{
  0%{
    opacity: 0;
    transform: translateX(-100%);
  }
  100%{
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes labelLineExpand{
  0%{
    transform: scaleX(0);
  }
  100%{
    transform: scaleX(1);
  }
}
@keyframes brushStroke{
  0%{
    transform: scaleX(0) rotate(-0.5deg);
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  60%{
    transform: scaleX(1.03) rotate(-0.3deg);
  }
  100%{
    transform: scaleX(1) rotate(-0.5deg);
    opacity: 1;
  }
}

/*=======================================================
==========================================================
　　　　　　　　　　　　　共通end
==========================================================
========================================================*/
