@charset "UTF-8";
html {
  font-family:"Noto Sans CJK JP", sans-serif, serif;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html, body, h1, h2, h3, h4, h5, h6, figure,
blockquote, p, ul, ol, dl, dt, dd, form {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1{
font-family:sans-serif, serif;	
padding-top: 130px;
font-weight: bold;
font-size: 2.8rem;
letter-spacing: 0.4rem;
}

@media only screen and (max-width: 767px){
h1{
	font-size: 2.6rem;
	padding-top: 80px;
	}
}
html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
	
}
hr{
margin: 20px 0 20px;
color: #9b752b;
}
ul, ol {
  list-style-type: none;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  width: 100%;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  border-style: none;
  cursor: pointer;
}

.swiper-button-next svg, .swiper-button-prev svg {
	display: none;
}


/* 応募ボタン------------------*/
/*応募詳細はこちら*/
.button1 a {
    background: #FFFFFF;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border: 1px solid #e60012;
	font-size: 1.9rem;
}
.button1 a:hover {
    background:#FFFFFF;
    color: #e60012;
	border: none;
	border: 1px solid #e60012;
	
}
.sankaku_shita{
	position: absolute;
    top: 39%;
    right: 40px;
    background-image: url("../img/shita_sankaku.png");
background-repeat: no-repeat;
    background-size: 60%;
    width: 7.5%;
    height: 19px;
}
/* 下向き矢印動く */
.sankaku_shita {
  animation: floating-y 0.5s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

/*応募フォームはこちら*/
.button2 a {
    background: #FFFFFF;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border: 1px solid #e60012;
	font-size: 1.9rem;
}

.button2 a:hover {
    background:#FFFFFF;
    color: #e60012;
	border: none;
	border: 1px solid #e60012;
	
}
.sankaku_migi{
	position: absolute;
    top: 37%;
    right: 21px;
    background-image: url("../img/migi_sankaku.png");
background-repeat: no-repeat;
    background-size: 60%;
    width: 7%;
    height: 19px;
}
/* 右向き矢印動く */
.sankaku_migi {
  animation: floating-x 0.5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
  0% {
    transform: translatex(-15%);
  }
  100% {
    transform: translatex(15%);
  }
}



img {
  width: 100%;
  height: auto;
}
.u_line{
	border-bottom: 2px solid #9b752b;
    display: inline-block;
    padding-bottom: 8px;
}
.sapce{
	margin-top: 10px;
    display: block;
}

/* ==========================================================================
   kv
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .-pcOnly {
    display: none;
  }

}

@media only screen and (min-width: 768px) {
  .-spOnly {
    display: none;
  }
}
.section1{
    max-width: 1930px;
    position: relative;
    display: block;
    margin: auto;
	letter-spacing: 0.12em;
	background-image: url("../img/bg.jpg");
	background-size: contain;
		}
.kv{
	max-width: 1930px;
	width: 100%;
		}
.kv_titke_back	{
	position: absolute;
    background-size: 100%;
    width: 24%;
	top: 10%;
    /*left: 11%;*/
	transform: translateX(44.5%);
	
		}
@media only screen and (max-width: 767px) {
  .kv_titke_back	{
	background-size: 100%;
    width: 37%;
    top: 16%;
    transform: translateX(8.5%);
		}
}



#animation {
  animation: fade-in 2s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.js-fadeIn {
  -webkit-transition: 1s opacity, 1.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s opacity, 1.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s opacity, 1.5s transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s opacity, 1.5s transform cubic-bezier(0.165, 0.84, 0.44, 1), 1.5s -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}


.is-underShow {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ==========================================================================
   teamateとは？
   ========================================================================== */
.t_size{
	max-width: 1240px;
	text-align: center;
	font-size: 1.7rem;
	margin: auto;
	letter-spacing: 0.12em;
	padding: 0 10px;
}
.teamate_wrap{
	line-height: 3.0rem;
	
}
.tea_mate_rogo{
    width: 156px;
    height: 156px;
    margin: auto;
	background-color: #ffffff;
    border-radius: 100px;
}
.flex_teamate{
	display: flex;
    justify-content: space-evenly;
	max-width: 1000px;
    margin: auto;
	margin-top: 60px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
.flex_teamate{
		display: block;
	}
}
.flex_teamate_r{
	width: 71%;
	text-align: left;
	
	
}
@media only screen and (max-width: 767px){
.flex_teamate_r{
	width:100%;
	text-align: left;
	padding-top: 55px;
	
}
}
.teamate_p{
	max-width: 1000px;
    margin: auto;
    text-align: left;
	margin-bottom: 60px;
	margin-top: 55px;
	
}
/* ==========================================================================
   活動内容
   ========================================================================== */
.katudou_wrap{
    width: 320px;
    margin: auto;
    text-align:center;
	border: 1px solid #9b752b;
	height: 510px;
	background-color: #FFFFFF;
	border-radius:10px;
	margin-bottom: 15px;

}

@media only screen and (max-width: 767px){
.katudou_wrap{
	margin: auto;
	text-align:center;
	border: 1px solid #9b752b;
	height: 480px;
	background-color: #FFFFFF;
	border-radius:10px;
	margin-bottom: 15px;
	margin-top: 20px;
}
}
.katudou_title{
	margin: 20px 0 20px;
	font-size: 1.9rem;
	white-space: nowrap;
}
.katudou_img_1{
	background-image: url( "../img/katudou_1.jpg");
	width: 290px;
	height: 300px;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;
	
}
.katudou_img_2{
	background-image: url( "../img/katudou_2.jpg");
	width: 290px;
	height: 300px;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;
	
}
.katudou_img_3{
	background-image: url( "../img/katudou_3.jpg");
	width: 290px;
	height: 300px;
	background-repeat: no-repeat;
	margin: auto;
	background-size: contain;
	
}
.katudou_p{
    text-align: center;
    margin: 0px 10px 10px;
    font-size: 1.4rem;
	line-height: 2.5rem;
}
.katudou_all_wrap{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 1140px;
	margin: auto;
	margin-top: 45px;
	
}
@media only screen and (max-width: 767px){
.katudou_all_wrap{
	margin-top: 20px;
	
}
	
}

/* ==========================================================================
   pickup
   ========================================================================== */


.pickup_p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height:inherit;
  color:#3c2007;
	margin-top: 30px;
	font-size: 1.9rem;
	font-weight: 500px;
	
}

.pickup_p::before,.pickup_p::after {
  width: 1.5px;
  height: 22px;
  content: "";
  background-color: #9b752b;
}

.pickup_p::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.pickup_p::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}

.swiper{
		max-width: 1240px;
		position: relative;
		padding: 25px 0 50px;
		}
@media only screen and (max-width: 767px){
	.swiper{
		max-width: 1240px;
		position: relative;
		padding: 20px 0 50px;
		}
}
.swiper-wrapper {
     width: 100%;
    display: flex;
    align-items: center;
    
  }
	
.swiper-slide {
    /* 文字配置調整、背景色設定 */
    justify-content: center;
    align-items: center;
	  display: flex;
  align-items: center;
  justify-content: center;
  
  }
.insta{
	width:320px;
    height: auto;
    margin: auto;
    display: block;
	filter: drop-shadow(3px 3px 3px #cccccc);	
	}
@media only screen and (max-width: 767px){
.insta{
	width:285px;
    height: auto;
    margin: auto;
    display: block;
	filter: drop-shadow(3px 3px 3px #cccccc);	
	}	
	}	
		
	
	:root {
    --swiper-theme-color: #9b752b;
}
		
	

.swiper-button-next1{
	color: #9b752b;
    content: 'next';
    position: absolute;
    top: 525px;
}
@media only screen and (max-width: 767px){
.swiper-button-next1{
	color: #9b752b;
    content: 'next';
    position: absolute;
    top: 460px;
    right: -5px;
}
}
.swiper-button-next1:after{
	font-size: 3.3rem;
}

.swiper-button-prev1{
	color: #9b752b;
position: absolute;
	top: 525px;
}
@media only screen and (max-width: 767px){
.swiper-button-prev1{
	color: #9b752b;
position: absolute;
	left: -5px;
	top: 460px;
}
}
.swiper-button-prev1:after{
	font-size: 3.3rem;
}
	

.wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner{
  width: calc(100% - 100px);
  max-width: 1240px;
}
	@media only screen and (max-width: 767px){
.inner{
  max-width: 1240px;
width: 300px;	
}	
	}	
.swiper-slide>span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #fff;
  color: #0080ff;
  font-size: 36px;
  font-weight: bold;
}
	

 
/* ==========================================================================
   Instagram「#日東紅茶TEAMATE」を検索
   ========================================================================== */
.teamate_kensaku{
	margin-top: 80px;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px){
.teamate_kensaku{
	margin-top: 50px;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
}
}
.insta_rogo{
	width: 85px;
    margin: auto;
    margin-top: 50px;
	margin-bottom: 95px;
}
@media only screen and (max-width: 767px){
.insta_rogo{
	width: 70px;
    margin: auto;
    margin-top: 24px;
	margin-bottom: 50px;
}
}

/* ==========================================================================
   メンバー募集
   ========================================================================== */

.oubo_bg{
background-image: url("../img/bk_info.png")	;
	padding-bottom: 130px;
}
.m_2woman{
	width: 42%;
}
@media only screen and (max-width: 767px){
.m_2woman{
	width: 100%;
}
}
.m_wrap{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: left;
    max-width: 1100px;
    margin: auto;
    margin-top: 35px;
	padding-top: 30px;
}
@media only screen and (max-width: 767px){
.m_wrap{
	display:block;
	padding: 0 10px;
	
}	
}
.m_bosyuu{
	font-weight: bold;
    font-size: 2.3rem;
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px){
.m_bosyuu{
    font-size: 2rem;
	padding-bottom: 5px;
}
}
.m_bosyuu_p{
	font-size: 1.9rem;
	line-height: 3.2rem;
    
}
@media only screen and (max-width: 767px){
.m_bosyuu_p{
	font-size: 1.7rem;
	padding-bottom: 10px;
		
}
}
.oubo_wrap{
	max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
	margin-top: 50px;
	padding-bottom: 80px;
	border-radius: 10px;
    border: 1px solid #9b752b;
	filter: drop-shadow(5px 5px 5px #cccccc);
}
.oubo_wrap_in{
    max-width: 600px;
    margin: auto;
    padding: 85px 0 30px;
    text-align: left;
}
@media only screen and (max-width: 767px){
	.oubo_wrap_in{
		padding: 60px 10px 20px;
	}
}
.oubo_u_line{
	border-bottom: 1px solid #9b752b;
	font-weight: 500;
    font-size: 1.9rem;
}
.oubo_s{
	padding-top: 7px;
	padding-bottom: 34px;
}

/* ==========================================================================
   卒業生の声
   ========================================================================== */
.sotugyou_fa{
	width: 18%;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 22px;
}
@media only screen and (max-width: 767px){
.sotugyou_fa{
	width: 61%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
}
.sotugyou_fa img{
	border-radius: 50%;
}
.sotugyou_pic{
	width: 45%;
	margin: auto;
}
.teamate_table{
	margin: auto;
}
@media only screen and (max-width: 767px){
.sotugyou_pic{
	width: 90%;
	margin: auto;
	padding-bottom: 10px;
}
}
.sotugyou_pic2{
	width: 45%;
	margin: auto;
}
@media only screen and (max-width: 767px){
.sotugyou_pic2{
	width: 90%;
	margin: auto;
}
}
.teamate_miyamoto{
	font-weight: bold;
	padding-right: 5px;
}
@media only screen and (max-width: 767px){
.sotugyou_pic_wrap{
	display: block;
}
}
.QA{
	display: inline-block;
	text-align: left;
    width: 60%;
	margin-left: 35px;
}
@media only screen and (max-width: 767px){
.QA{
	display: block;
	text-align: left;
    width: 100%;
	line-height: inherit;
    margin-top: 20px;
	margin-left: 0px;
}
}
.p_career{
	margin-bottom: 60px;
    font-size: 1.3rem;
    line-height: 2.7rem;
	
}

.sotugyou_p_r{
	text-align: -webkit-center;
}
.sotugyou_p_bottom{
	line-height: 3.4rem;
}
.QA_space{
	padding-bottom: 20px;
}
.sotugyou_p_wrap{
	display: flex;
	max-width: 1000px;
    margin: auto;
	margin-top: 90px;
}
@media only screen and (max-width: 767px){
	.sotugyou_p_wrap{
	display: block;
	margin-top: 60px;
}
}
.sotugyou_p_wrap2{
    display: flex;
    max-width: 1000px;
    margin: auto;
    margin-top: 90px;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px){
.sotugyou_p_wrap2{
    display: block;
	 margin-top: 60px;
}
}
.sotugyou_p_wrap img{
	width: 90%;
}
.sotugyou_p_wrap2 img{
	width: 90%;
}
@media only screen and (max-width: 767px){
.sotugyou_p_wrap img{
	width: 100%;
	margin-bottom: 20px;
}
.sotugyou_p_wrap2 img{
	width: 100%;
	margin-bottom: 20px;
}
}
.insta_small{
	background-image: url("../img/Instagram_Glyph_Gradient.png");
    width: 32px;
    height: 35px;
    background-repeat: no-repeat;
    margin: auto;
    background-size: contain;
    display: inline-flex;
    align-items: center;
	margin-right: 5px;
}
.sotugyou_name a{
	color: #000000; !important;
}

.sotugyou_name{
    display: flex;
	font-size: 1.5rem;
	justify-content: center;
}


.Q_teamate{
	display: inline-block;
    color: #9b752b;
	font-weight:bold;
    text-align: left;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px){
.Q_teamate{
	margin:10px 0;
}
}
.QA_p{
	width: 70%;
	text-align: left;
    margin-right: 35px;
	line-height: 3.2rem;
}
@media only screen and (max-width: 767px){
.QA_p{
	width: 100%;
	margin: auto;
}
}
.QA_p2{
    width: 70%;
    text-align: left;
    margin-left: 35px;
	line-height: 3.2rem;
}
@media only screen and (max-width: 767px){
.QA_p2{
	width: 100%;
	margin: auto;
}
}
.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 120px;
}
@media only screen and (max-width: 767px){
.readmore {
  position: relative;
  margin: -24px auto 0;
  padding: 0 0 120px;
}
}
.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  background-color:#9b752b;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}
.QA_p_last{
	text-align: left;
    max-width: 1000px;
    margin: auto;
    margin-top: 70px;
	line-height: 3.4rem;
}
.QA_bg{
	max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
    margin-top: 70px;
    padding-bottom: 80px;
    border-radius: 10px;
    border: 1px solid #9b752b;
    filter: drop-shadow(5px 5px 5px #cccccc);
	padding: 10px;
	padding-bottom: 80px;
	
}
.external_link {
	display: inline-block;
    padding-right: 16px;
	background-image: url("../img/external_link.png");
    background-size: 13px auto;
    position: relative;
    color: #9b752b !important;
	height: 13px;
    background-repeat: no-repeat;
}
.insta_ai{
	color: #9b752b
}
/* ==========================================================================
   イベントレポート
   ========================================================================== */
.swiper-button-next2{
	color: #9b752b;
	content: 'next';
    top: 350px;
    position: absolute;
    right: 0px;
font-size: 3.3rem;
}

.swiper-button-next2:after{
	font-size: 3.3rem;}

.swiper-button-prev2{
	color: #9b752b;
	content: 'next';
position: absolute;
	left: 0px;
	top: 350px;
	font-size: 3.3rem;
}
.swiper-button-prev2:after{
	font-size: 3.3rem;
}
@media only screen and (max-width: 767px){
.swiper-button-next2{
	color: #9b752b;
	right: -1px;
	top: 315px;
	font-size: 3.3rem;
	}
}
.swiper-button-prev2{
	color: #9b752b;}
@media only screen and (max-width: 767px){
	.swiper-button-prev2{
	color: #9b752b;
	left: -1px;
	top: 315px;	
	font-size: 3.3rem;	
	}
}
.repo{
	width: 318px;
    height: auto;
    margin: auto;
    display: block;
    filter: drop-shadow(5px 5px 5px #cccccc);
}
@media only screen and (max-width: 767px){
.repo{
	width: 280px;
    height: auto;
    margin: auto;
    display: block;
    filter: drop-shadow(5px 5px 5px #cccccc);
}
}
/* ==========================================================================
   footer
   ========================================================================== */
.footer_bg{
	background-image: url("../img/bk_info.png")	;
	padding-bottom: 40px;
	margin-top: 70px;
	
}
.footer_size{
	width: 135px;
    margin: auto;
    display: block;
	padding-top: 25px;
	margin-top: 30px;
}
@media only screen and (max-width: 767px){
.footer_size{
	width: 135px;
    margin: auto;
    display: block;
	padding-top: 25px;
	margin-top: 30px;
}
}
.footer_rogo{
    width: 115px;
    display: block;
    margin: auto;
}
.footer_c{
    display: block;
    text-align: center;
	padding: 10px 5px 10px;
	font-size: 1.3rem;
	line-height: 2rem;
}
