@charset "UTF-8";

#container {

}

.tit01_en::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: -2;
  width: 884px;
  height: 100%;
  content: "";
}
main::before {
  display: none
}
main::after {
  display: none
}
/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height:950px;

  margin-bottom: 254px;
}
.top_mainvisual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 254px);
  background: url("../images/mv_bg.jpg") top center no-repeat;
  background-size: cover;
  content: "";
  z-index: -2;
}
.top_mainvisual::after {
  position: absolute;
  bottom:  -254px;
  right:0;
  width: 60%;
  height: 467px;
  max-width: 1019px;
  background: url("../images/mv_kazari.png") top center no-repeat;
  background-size: 100%;
  content: "";
  z-index: -1;
}
.mainvisual_wrap{
  height:950px;
  position: relative;
  z-index:2;
  margin-right: 50px;
}
.mainvisual_wrap::before {
  position: absolute;
    top: 36.9%;
    right: -31px;
  background: url("../images/mv_logo.png") center no-repeat;
  width: 10px;
  height: 250px;
  content: "";
  z-index: 1;
}
.mainvisual_slide {
  
  border-bottom-right-radius: 120px;
  overflow: hidden
}
.top_mainvisual .inner{
  height: inherit;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .top_mainvisual{
    /*margin-right: 3%*/
  }
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  top:75.6%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.mainvisual_catch p{
  display:block;
  letter-spacing: 0.08em;
  font-size: 18.2px;
}
.mainvisual_catch span{
  display:block;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.mainvisual_open{
  position:absolute;
  bottom: 30px;
  right: 0;
  width:250px;
}
.mainvisual_open img{
  width:100%;
}

/* メインスライド */
#slick_fade{
  width: 100%;
  height:950px;
}
#slick_fade .slide_item img{
  width: 100%;
  height:950px;
  object-fit: cover;
  object-position: center;
}

/*==================================================================

  .top_intro

==================================================================*/
.top_intro {
  margin-top: -165px;
  overflow: hidden;
  padding-bottom: 84px;
}
.top_intro_box {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 90%;
  margin: auto;
}
.top_intro_detail {
  width: 57%;
}
.top_intro_img {
  width: 38.3%;
  margin-top: 0.9%;
}
.top_intro_tit_wp {
  margin-bottom: 5.8%;
  position: relative;
}
.top_intro_tit_wp::before {
  position: absolute;
  top: 50px;
  right: 108%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #e49188, #f4d276);
  content: "";
}
.top_intro_tit_wp::after {
  position: absolute;
  bottom: 11px;
  left: 0;
  background: url("../images/intro_tit_kazari.png") center no-repeat;
  width: 436px;
  height: 31px;
  content: "";
  z-index: -1;
}
.top_intro_tit_en {
  display: inline-block;
  font-size: 80px;
  font-family: "new-atten-round", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(90deg, #a08c72, #d9c3a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  position: relative;
  left: -8px;
  line-height: 1.3;
  z-index: 1;
}

.top_intro_tit {
  display: inline-block;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  padding-left: 4.7%;
}

.top_intro_catch {
  display: inline-block;
  font-size: 24px;
  background: linear-gradient(90deg, #e49188, #f4d276);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 5%;
}
.top_intro_text {
  line-height: 2.05;
  letter-spacing: 0.05em;
  
}
.top_intro_text p {
  margin-bottom: 3.6%;
}
.top_intro_text_list {
  margin-top: 10px;
}
.top_intro_text_item {
  line-height: 1.5;
  margin-bottom: 4.1%;
  padding-left: 30px;
  letter-spacing: 0.04em;
  position: relative;
}
.top_intro_text_item::before {
  position: absolute;
  top: 12px;
  left: 6px;
  background: #e49287;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  content: "";
}

.top_intro_box.item_rev {
  flex-direction: row-reverse;
  padding-top: 72px;
  position: relative;
}
.top_intro_box.item_rev::before {
  display: inline-block;
  content: "Philosophy & Mission";
  position: absolute;
    top: -92px;
    left: -11%;
  font-size: 200px;
  background: linear-gradient(90deg, #b1a390, #edd288);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0.2;
  line-height: 1.3;
  z-index: -1;
}
.top_intro_box.item_rev .top_intro_detail {
  width: 46.7%;
  margin-top: 1.5%;
}
.top_intro_box.item_rev .top_intro_img {
  width: 48%;
}
.top_intro_box.item_rev .top_intro_tit_wp::before {
  right: auto;
  top: 66px;
  left: 77%;
  transform: scale(-1,1)
}
.top_intro_img_box {
  width: 100%;
  padding: 0 2.6%;
  margin: 4.8% auto 0;

  position: relative;
}
.top_intro_img_box::before {
  position: absolute;
  top: -240px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/intro_bg.jpg") top center ;
  background-size: 100%;
  content: "";
  z-index: -1;
}
.top_intro_img_box_tit {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5.8%
}
.top_intro_img_box_tit span {
  background: linear-gradient(90deg, #e7b07a, #e6afaf);
  padding: 3px 37px;
  border-radius: 100vh;
  display: inline-block;
  margin-bottom: 11px;
  line-height: 1.3;
  box-shadow: 0 0 15px #fff;
}
.top_intro_img_list {
  display: flex;
  justify-content: space-between;
}
.top_intro_img_item {
  width: 49.4%;
  height: 500px;
}
.top_intro_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}


/*==================================================================

  .top_point

==================================================================*/
.top_point {
  background: url("../images/point_bg.jpg") bottom center no-repeat;
  background-size: 100%;
  padding-bottom: 6.3%;
  overflow: hidden;
}
.top_point::before {
  content: "Charm PointsMission";
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 200px;
  color: rgba(255,255,255,0.5);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.3;
  text-align: center

}
.top_point .tit01 {
margin-bottom: 4.8%;
}
.top_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 18px;
  
}
.top_point_item:nth-child(1),
.top_point_item:nth-child(2) {
  width: 48.4%
}
.top_point_item {
  width: 31.2%;
  text-align: center;
  margin-bottom: 5.4%;
}
.top_point_item_img {
  background: #ea98a4;
  border-radius: 10px;
}
.top_point_item_img img {
  border-radius: 40px;
}
.top_point_item_tit {
  color: #e27988;
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: 500;
  margin: 21px 0 11px;
}
.top_point_item_text {
  line-height: 2.05;
  text-align: left;
}

.top_point_item:nth-child(2) .top_point_item_tit {
  color: #de8e59;
}
.top_point_item:nth-child(2) .top_point_item_img {
  background: #de8e59;
}
.top_point_item:nth-child(3) .top_point_item_tit {
  color: #e4a826;
}
.top_point_item:nth-child(3) .top_point_item_img {
  background: #f0cc5e;
}
.top_point_item:nth-child(4) .top_point_item_tit {
  color: #66a73c;
}
.top_point_item:nth-child(4) .top_point_item_img {
  background: #96d46d;
}
.top_point_item:nth-child(5) .top_point_item_tit {
  color: #5eaebf;
}
.top_point_item:nth-child(5) .top_point_item_img {
  background: #7fcada;
}

/*==================================================================

  .top_job

==================================================================*/
.top_job {
  margin-top:4%;
  text-align: center;
  overflow: hidden;
}
.top_job_tabs {
  width: 95%;
  margin: auto;
  text-align: center
}
.top_job_text {
  display: inline-block;
  background: #f6f0e6;
  color: #79583d;
  letter-spacing: 0.05em;
  padding: 5px 67px 5px 78px;
  border-radius: 100vh;
  font-weight: 600;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom:3.2%;
}


.top_job_tab_list {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 0 1.8%;
  margin: auto;
  

  
}
.top_job_tab_item {
  width: 30%;
  max-width: 340px;
  background: #73B9C8;
  background: linear-gradient(90deg,rgba(115, 185, 200, 1) 0%, rgba(166, 218, 229, 1) 100%);
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 600;
  border-radius: 100vh;
  position: relative;
}
.top_job_tab_item:nth-child(2) {
  background: #E6A45D;
  background: linear-gradient(90deg,rgba(230, 164, 93, 1) 0%, rgba(241, 210, 145, 1) 100%);
}
.top_job_tab_item:nth-child(2)::before {
   border-top: 17px solid #ebbb76; 
}
.top_job_tab_item:nth-child(3) {
  background: #F09FA9;
  background: linear-gradient(90deg,rgba(240, 159, 169, 1) 0%, rgba(244, 189, 196, 1) 100%);
}
.top_job_tab_item:nth-child(3)::before {
   border-top: 17px solid #f2aeb6; 
}

.top_job_tab_item::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #8dcad7;
  border-bottom: 0;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
}
.top_job_tab_contents {
  width: 94.8%;
  margin: 45px auto;
  text-align: left;
}
.top_job_tab_content {
  background: #ccc;
  padding: 3.3%;
  background: #E49188;
  background: linear-gradient(-90deg,rgba(228, 145, 136, 0.3) 0%, rgba(244, 210, 118, 0.3) 38%, rgba(161, 215, 226, 0.3) 100%);
  border-radius: 50px;
}
.top_job_tab_content::before {
  position: absolute;
  top: -32px;
  right: -51px;
  background: url("../images/job_content_kazari01.png");
  width: 50%;
  max-width: 554px;
  height: 554px;
  content: "";
  background-size: 100%
}
.top_job_tab_content::after {
  position: absolute;
  bottom: -112px;
  left: -51px;
  background: url("../images/job_content_kazari02.png");
  width: 50%;
  max-width: 522px;
  height: 518px;
  content: "";
  background-size: 100%
}
.top_job_tab_content .inner {
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  border-radius: 10px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.top_job_tab_img {
  width: 28.1%;
}
.top_job_tab_detail_wp {
  width: 68.75%;


}
.top_job_tab_detail {
  padding: 3.5% 4.4% 1.2%;
  background: #fff;
  border-radius: 10px;
}
.top_job_tab_detail_tit01 {
  background: #73B9C8;
  background: linear-gradient(90deg, rgba(115, 185, 200, 1) 0%, rgba(166, 218, 229, 1) 100%);
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 100vh;
  font-weight: 500;
}
.top_job_tab_text {
 line-height: 2.05;
 padding: 2% 3.2% 2.7%;
 letter-spacing: 0.05em;
}

.top_job_tab_detail_tit02  {
background: #E49188;
background: linear-gradient(90deg,rgba(228, 145, 136, 1) 0%, rgba(244, 210, 118, 1) 100%);
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 100vh;
  font-weight: 500;
}
.top_job_tab_detail_item {
  line-height: 1.5;
  padding-left: 30px;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 1.3%;
}
.top_job_tab_detail_list {
  padding: 2.6% 3.2% 2.7%;
}
.top_job_tab_detail_item::before {
  position: absolute;
  top: 12px;
  left: 6px;
  background: #e49287;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  content: "";
}
.top_job_tab_btn_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.top_job_tab_btn_list .btn01 {
width: 49%;
}
.top_job_tab_btn_list .btn01 a {
  height: 70px;
  line-height: 70px;
  font-size: 19px;
  padding: 0;
  width: 100%
}
.top_job_tab_btn_list .btn01 a::before {
  width: 40px;
  height: 40px;
  top: 14px;
}
.top_job_tab_btn_list .btn01 a::after {
  top: 39%;
  right: 25px;
  width: 12px;
  height: 12px;
  background-size: 100%;
  
}
.top_job_tab_content.item02 .top_job_tab_detail_tit01 {
    background: #E6A45D;
    background: linear-gradient(90deg, rgba(230, 164, 93, 1) 0%, rgba(241, 210, 145, 1) 100%);
}
.top_job_tab_content.item03 .top_job_tab_detail_tit01 {
    background: #F09FA9;
    background: linear-gradient(90deg, rgba(240, 159, 169, 1) 0%, rgba(244, 189, 196, 1) 100%);
}

/* たぶ切り替え用クラス */
.top_job_tab_item {
  opacity: 0.5;
  cursor: pointer;
}
.top_job_tab_item.is_active {
  opacity: 1;
}
.top_job_tab_content {
  display: none;
  position: relative;
}
.top_job_tab_content.is_show {
  display: block;
}

/*==================================================================

  .top_voice

==================================================================*/
.top_voice {
  padding-top: 18px;
  background: url("../images/voice_bg.jpg") bottom center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top_voice .tit01 {
  margin-bottom:3.1%;
  z-index: 1;
}
.top_voice_tit_en {
  display: block;
  text-align: center;
  font-size: 80px;
  font-family: "new-atten-round", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(90deg, #a08c72, #d9c3a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  position: relative;
  left: -8px;
  line-height: 1.3;
  z-index: 2;
  padding-top: 60px;
  margin-bottom: 13px;
}
.top_voice_tit_en::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  margin: auto;
  background: url("../images/voice_icon.png") center no-repeat;
  width: 101px;
  height: 39px;
  content: "";
}
.top_voice .tit01::after {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/top_voice_tit_bg.png") center no-repeat;
  max-width: 324px;
  height: 77px;
  content: "";
  z-index: -1;
}
.top_voice_list {
  display: flex;
  justify-content:center;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  gap: 0 6%
}
.top_voice_item:first-child {
    /*margin-top: -30px;*/
}
.top_voice_item_name {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  color: #5eaebf;
  margin-top: 8%;
  margin-bottom:6%;
}
.top_voice_item:nth-child(2) .top_voice_item_name {
  color: #de8e59;
}
.top_voice_item:nth-child(3) .top_voice_item_name {
  color: #ea98a4;
}

.top_voice_item .btn01 a {
  height: 70px;
  line-height: 70px;
  font-size: 19px;
  width: 100%;
  padding: 0 30px;
}
.top_voice_item .btn01 a::before {
  width: 40px;
    height: 40px;
    top: 14px;
}
.top_voice_item .btn01 a::after {
    top: 39%;
    right: 25px;
    width: 12px;
    height: 12px;
    background-size: 100%; 
}

.top_voice_img_list{
  display: flex;
  margin-top: 170px;
  position: relative
}
.top_voice_img_list::before {
  content: "Minegishi’s Staff Voices";
  position: absolute;
  top: -165px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.3;
  text-align: center;
}
.top_voice_img_item {
  height: 500px;
  width: 33.333333%;
 
}
.top_voice_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*==================================================================

  .top_visit

==================================================================*/
.top_visit {
  margin-top: 4.3%;
  position: relative;
  
  
}
.top_visit::before {
  position: absolute;
  top: -10%;
  right: 0;
  background: url("../images/top_visit_bg01.png") top left no-repeat;
  width: 40%;
  max-width: 553px;
  height: 554px;
  content: "";
}

.top_visit_catch {
  text-align: center;
  margin-bottom: 2.4%;
}
.top_visit_catch span {
  display: inline-block;
  color: #554233;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #FFDDCD;
  background: linear-gradient(90deg,rgba(255, 221, 205, 1) 0%, rgba(255, 235, 184, 1) 100%);
  line-height: 1;
  padding: 7px 35px 7px 40px;
  border-radius: 100vh;
  margin-bottom: 15px;
}
.top_visit .btn01 {
padding-bottom: 109px;
}
.top_visit .btn01 a {
  width: 500px;
  margin: 50px auto 0;
}
.top_visit .btn01::after {
  position: absolute;
  bottom: -111px;
  left: 0;
  background: url("../images/top_visit_bg02.png") bottom right no-repeat;
  width: 40%;
  max-width: 522px;
  height: 518px;
  content: "";
  z-index: -1;
}
/*==================================================================

  .top_message

==================================================================*/
.top_message {
  background: url("../images/top_message_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top:5%;
  padding-bottom: 6.2%;
  overflow: hidden;
}
.top_message_tit_wp {
  display: flex;
  align-items: center;
    width: 90%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 2.8%;
  position: relative;
}
.top_message_tit_wp::before {
  position: absolute;
  width: 140%;
    left: 46%;
    top: 61%;
  height: 2px;
background: #E49188;
background: linear-gradient(-90deg,rgba(228, 145, 136, 1) 0%, rgba(244, 210, 118, 1) 100%);
  content: ""
}
.top_message_tit_en {
  display: inline-block;
  background: linear-gradient(90deg, #eaa8a2, #f4d276);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  line-height: 1.4;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  font-weight: 500;
  font-family: "new-atten-round", sans-serif;
  font-style: normal;
  letter-spacing: 0;
}
.top_message_tit {
font-size: 24px;
color: #e18985;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  font-weight: 500;
  line-height: 1;
  margin-left: 33px;
  padding-top: 26px;
  letter-spacing: 0.2em;
}
.top_message .inner {
  display: flex;
  width: 90%;
  max-width: 1380px;
  margin: auto;
  position: relative;
  left:2.6%;
}
.top_message_img {
  width: 45.3%;
}
.top_message_img img {
  border-radius: 10px;
}
.top_message_name {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #7c5c43;
  font-weight: 500;
  margin-top: 7%;
}
.top_message_detail{
  position: relative;
  left: 4%;
}
.top_message_sub_tit {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 4.7%;
	background: linear-gradient(90deg, #f47a72, #fda737);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_message_text {
  line-height: 2.05;
  
}
.top_message_text p {
  margin-bottom: 3.4%;
}

@media screen and (max-width:1400px) {
  .top_message .inner {
    left: 0;
    
    max-width: 1280px;
  }
  .top_message_detail {
    left: 0;
    padding-left: 30px;
  }
}
/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap .slick-slider div{
 transition: none;
}
.loop_slide_wrap .slick-list{
  overflow: hidden!important;
}
.loop_slide_wrap .slick-initialized .slick-slide{
  height: auto;
}
.loop_slide_wrap .slick-initialized .slick-slide img{
  width: 400px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-right: 40px;
  border-radius: 20px;
}

.loop_slide_wrap .slick-initialized .slick-slide:focus{
  outline: none;
}


/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }
  .tit01 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
	
.top_message_sub_tit {
  font-size: 22px;
}

  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .top_mainvisual{
    height:450px;
    margin-bottom: 0;
  }

  .mainvisual_wrap{
    height: 450px;
    margin-right: 5%
  }
  .mainvisual_wrap::before {
    right: -4%;
    top: 18%;
  }

  .top_mainvisual .inner {
    width: auto;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    top: auto;
        bottom: 50px;
    margin: auto;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 15px;
  }
  .mainvisual_open{
    right: 10px;
    bottom: 10px;
    width: 150px;
  }

  /* メインスライド */
  .mainvisual_slide {
    border-bottom-right-radius: 60px;
  }
  #slick_fade{
    height: 450px;
  }
  #slick_fade .slide_item img{
    height: 450px;
  }
  
  
  /*==================================================================

     .top_intro（スマホ）

  ==================================================================*/
  .top_intro {
    margin-top: 30px;
  }
  .top_intro_box {
    display: block;
  }
  .top_intro_detail {
    width: 100%;
  }
  .top_intro_img {
    width: 100%;
  }
  .top_intro_tit_wp {
    text-align: center;
  }
  .top_intro_tit_en {
    font-size: 40px;
  }
  .top_intro_tit {
    font-size: 20px;
    padding-left: 0;
    padding-top: 10px;
    
  }
  .top_intro_catch {
    font-size: 21px;
    line-height: 1.6;
    width: 100%;
    text-align: center;
  }
  .top_intro_text {
    margin-bottom: 30px;
  }
  .top_intro_text_list {
    margin: 30px 0;
  }
  .top_intro_box.item_rev .top_intro_detail {
    width: 100%;
  }
  .top_intro_box.item_rev .top_intro_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_intro_img_box_tit span {
    font-size: 15px;
    padding: 5%;
    line-height: 1.6;
    letter-spacing: 0.04em;
    width: 100%;
  }
  .top_intro_img_item {
    height: 180px;
  }
  /*==================================================================

    .top_point（スマホ）

  ==================================================================*/
  .top_point {
    padding-bottom: 70px;
  }
  .top_point .tit01 {
    margin-bottom: 30px;
  }
  .top_point .tit01_en::after{
    width: 90% !important;
  }
  .top_point_list {
    display: block;
  }
  .top_point_item {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .top_point_item_tit {
    font-size: 20px;
    line-height: 1.6;
  }
  .top_point_item_text {
    text-align: left;
  }

  /*==================================================================

    .top_job（スマホ）

  ==================================================================*/
  .top_job {
    margin-top: 50px;
  }
  .top_job_text {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 15px;
    padding: 15px;
  }
  .top_job_tab_list {
    justify-content: space-between;
    width: 95%;
  }
  .top_job_tab_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    font-size: 16px;
    letter-spacing: 0.1;
    line-height: 1.3;
  }
  .top_job_tab_contents {
    margin: 30px auto;
  }
  .top_job_tab_content .inner {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .top_job_tab_img {
    width: 100%;
  }
  .top_job_tab_detail_wp {
    width: 100%;
    margin-top: 20px;
  }
  .top_job_tab_content .inner {
   padding-inline: 0;
   width: 94%;
  }
  .top_job_tab_detail {
    padding: 15px;
  }
  .top_job_tab_text {
    padding: 0;
  }
  .top_job_tab_detail_list {
    padding: 0;
  }
  .top_job_tab_detail_tit01 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .top_job_tab_detail_tit02 {
    margin: 20px 0 10px;
  }
  .top_job_tab_btn_list {
    display: block;
    margin-bottom: 20px;
  }
  .top_job_tab_btn_list .btn01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .top_job_tab_btn_list .btn01 a {
    padding: 0 50px 0 10px;
    font-size: 18px;
  }
  .top_job_tab_btn_list .btn01 a::before {
    right: 15px;
  }
  .top_job_tab_btn_list .btn01 a::after {
    right: 29px;
  }
  
  /*==================================================================

    .top_voice（スマホ）

  ==================================================================*/
  .top_voice_img_list::before {
    font-size: 60px;
    line-height: 1;
    top: -45px;
  }
  .top_voice .tit01::after {
    bottom: 14px;
    background-size: 59% ;
  }
  .top_voice_tit_en {
    font-size: 50px;
    margin-bottom: 0;
  }
  .top_voice_tit_en::before {
    width: 80px;
    background-size: 100%;
  }
  .top_voice_list {
    display: block;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .top_voice_item {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
   .top_voice_item img {
     width: 60%;
    
   }
  .top_voice_item:first-child {
    margin-top: 0;
  }
  .top_voice_item_name {
    font-size: 20px;
    line-height: 1;
    margin: 15px 0 14px;
  }
  .top_voice_item .btn01 a {
    height: 60px;
    line-height: 60px;
  }
  .top_voice_item .btn01 a::before {
    right: 14px;
    top: 10px;
  }
  .top_voice_img_list {
    margin-top: 80px;
    flex-wrap: wrap;
  }
  .top_voice_img_item {
    width: 50%;
    height: 140px;
  }
  .top_voice_img_item:last-child {
    width: 100%;
    height: 200px;
  }

  /*==================================================================

    .top_visit（スマホ）

  ==================================================================*/
  .top_visit {
    overflow: hidden;
    margin-top: 60px;
  }
  
  .top_visit .tit01_en::after{
    width: 100%
  }
  .top_visit_catch span {
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 20px;
  }
  .top_visit .btn01 {
    padding-bottom: 50px;
  }
  .top_visit .btn01 a {
    width: 90%;
    padding-right: 40px;
    height: 70px;
    line-height: 70px;
  }
  .top_visit .btn01 a::before {
    top: 14px;
  }
  .top_visit .btn01 a::after {
    top: 38%;
    right: 31px;
  }

  
  /*==================================================================

    .loop_slide（スマホ）

  ==================================================================*/ 
  .loop_slide_wrap {
      margin-top: 40px;
  }
  
  .loop_slide_wrap .slick-initialized .slick-slide img {
    width: 200px;
    margin-right: 15px;
  }
  
  /*==================================================================

    .top_message（スマホ）

  ==================================================================*/ 
  .top_message {
    padding-bottom: 40px;
  }
  .top_message_tit_wp {
    display: block;
    width: 100%;
    padding: 0 5%;
  }
  .top_message_tit_wp::before {
    top: 34%;
    width: 34%;
    right: 0;
    left: auto;
  }
  .top_message_tit_en {
    font-size: 60px;
        -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
  }
  .top_message_tit {
    font-size: 20px;
    padding-top: 5px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .top_message .inner {
    flex-wrap: wrap;
    width: 100%;
  }
  .top_message_img {
    width: 100%;
    margin-top: 30px;
  }
  .top_message_name {
    font-size: 18px;
    line-height: 1.6;
    text-align: right;
  }
  .top_message_detail {
    padding-left: 0;
    order: -1;
  }
  .top_message_text {
    letter-spacing: 0.03em;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

}
