@charset "UTF-8";

#container {
  padding-top: 17%;
}



.tit01_en {
  display: inline-block;
}
.tit01_en::before {
  width: 70%;
}
.btn01 a {
  border: solid 1px #ccc;
}
@media print, screen and (min-width: 641px) {
  #container {
    padding-top: 128px;
  }
  .nav_wrap {
    top: 909px;
  }
}

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

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height: 980px;
}
.mainvisual_wrap{
  height: 980px;
}
.top_mainvisual .inner{
  height: inherit;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mainvisual_mv {
  height: 300px;
}
.mainvisual_mv img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  /*top:37.8%;*/
  top: 30%;
}
.mainvisual_catch p{
  display:block;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin-bottom: 3%
}
.mainvisual_catch span{
  display:block;
  letter-spacing: 0.08em;
  font-size: 15px;
}

/* 新規開院バナー */
.mainvisual_open{
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 324px;
  height: 178px;
}

.mainvisual_open img{
  width:100%;
}

@media print, screen and (min-width: 641px) {
  .mainvisual_mv {
    height: 980px;
  }
}

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

  .top_info

==================================================================*/
/* ↓↓↓見た目確認用↓↓↓ */
.top_info:not(.top_info2){
  background: #f3f3f3;
}
.top_info:not(.top_info2) .top_info_flex{
  padding: 64px 0;
}
/* ↑↑↑見た目確認用↑↑↑ */

.top_info_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info_item{
  width: 49%;
}

/********************************
  .top_news お知らせ
*********************************/
/* 旧仕様 */
.top_news_frame{
  border-top: solid 1px rgba(0,0,0, 17%);
  margin-bottom: 63px;
}
.top_news_headline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info .top_news .top_news_frame{
  border: none;
  padding: 0;
  background: #fff;
  padding: 20px 12px;
}

/* お知らせの高さ */
.top_info .top_news .scroll_area{
  height: 285px;
  overflow-y: scroll;
}
.top_info .top_news ul{
  padding-right: 24px;
}

.news_list li{
  overflow: hidden;
  white-space: nowrap;
  padding: 2.3% 0 1.9% 0.6%;
  border-bottom: solid 1px rgba(0,0,0, 17%);
  font-size: 1.7rem;
  position: relative;
  display: flex;
}
.news_list li span{
  margin-right: 42px;
  letter-spacing: 0.04em;
  color: #b69549;
}
.news_list li em{
  margin-right: 30px;
  display:inline-block;
  min-width:75px;
  padding:1px 6px;
  font-style: normal;
  text-align:center;
}
.news_list li  a {
  color: var(--text-color);
  display: inline-block;
  width: 67%;
text-overflow: ellipsis;
  overflow: hidden;
}
.news_list li a:after {
  position: absolute;
  background: url("../images/news_arrow.png") center no-repeat;
  width: 20px;
  height: 7px;
  content: "";
  right: 45px;
  top: 49%;
  transition: 0.15s ease-out;
}
.news_list li a:hover::before {
  right: 25px;
}
/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

/********************************
  .top_sche 診療時間
*********************************/
.top_sche .sub_info_note li{
  color: var(--main-color);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid var(--main-color);
  margin-bottom: 12px;
}
/* 補足リスト */
.top_sche .sub_info_note li:last-child{
  margin-bottom: 0;
}
.top_info2 .top_sche{
  border-radius: 10px;
  padding: 12px;
  background-color: rgba(192,171,154,0.3);
}
/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}


/********************************
  .top_access アクセス
*********************************/
.top_info2 .top_access{
  border-radius: 10px;
  background-color: rgba(192,171,154,0.3);
}
.top_access{
  padding: 12px;
}
.top_access .map{
  position: relative;
}
.top_access .map .btn01{
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.top_access .map img{
  width: 100%;
  /* 下記はサンプル画像が正方形のため調整用に記載しています */
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.top_access p{
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .news_list li {
  font-size: 1.5rem;
  display: block;
  }
}


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

  .top_concept

==================================================================*/
.top_con_rec_wp {
  background: url("../images/concept_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  overflow: hidden;
}
.top_concept {
  padding-top: 11%;
  padding-bottom: 250px;
  
}
.top_concept .tit01 {
  margin-bottom: 44px;
}
.top_concept .inner {
  position: relative;
}
.top_concept_sub_tit {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #c7a558;
  line-height: 1.6;
  margin-bottom: 20px;
}
.top_concept_text {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  line-height: 2.35;
  margin-bottom: 12.9%
}
@media screen and (min-width: 641px) { 
  .top_concept_detail {
    width: 38%;
  }
  .top_concept_img{
    width: 70%;
    position: absolute;
    right: -80px;
    top: -52px;
    
  }
}

@media print {
	.top_concept .inner {
		display: flex;
	}
	.top_concept_img {
		position: relative;
	}
}
/*==================================================================

  .top_recommend

==================================================================*/
.top_recommend {
  text-align: center;
  padding-bottom: 375px;
}
.top_recommend_list {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 4.3%;
}
.top_recommend_item {
  width: 46.7%;
  color: #fff;
  padding-top: 290px;
  background: url("../images/rec_item_img01.jpg") top center no-repeat;
  background-size: 100%;
  height: 477px;
  position: relative;
  z-index: 1;
  border: solid 2px #826e42;
}
.top_recommend_item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/rec_item_bg01.png") bottom center no-repeat;
  width: 100%;
  height: 227px;
  content: "";
  z-index: -1;
}

.top_recommend_item > dt {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  
}
.top_recommend_item_num {
  border: solid 1px #826e42;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #826e42;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  top: -5px;
  left: 9px;
  padding: 0 3px
}
.top_recommend_item_price {
  font-size: 4.3rem;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding-left: 20px;
}
.top_recommend_item_price_en {
  font-size: 53%;
  font-style: normal;
  line-height: 1;

}
.top_recommend_item_price_tax {
  font-size:  39.5%;
   font-style: normal;
   letter-spacing: 0.04em;
}
.top_recommend_item_text {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  padding-top: 8px;
}
.top_recommend_en {
  position: absolute;
  transform: rotate(90deg);
  left: -37px;
  bottom: 88px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #826e42;

}

.top_recommend_item:nth-child(2){
  background-image: url("../images/rec_item_img02.jpg");
  border: solid 2px #007bc7;
}
.top_recommend_item:nth-child(2)::before{
  background-image: url("../images/rec_item_bg02.png");
}

.top_recommend_item:nth-child(2) .top_recommend_item_num {
  color: #007bc7;
  border-color: #007bc7;
} 
.top_recommend_item:nth-child(2) .top_recommend_en {
  color: #007bc7;
}

.top_recommend_item:nth-child(2) .top_menu_content_ending {
  background-image: url(../images/menu_content_ending_bg02.png);
}

.top_recommend .btn02 a {
  margin: auto
}
/*==================================================================

  .top_menu

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

.top_menu {
  margin-top: -224px;
  text-align: center;
}
.top_menu .tit01_en {
  display: block;
}
.top_menu .tit01_en::before {
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
}
.top_menu_contents {
  padding-top: 36px;
}
.top_menu_contents .inner {
  width: 92%;
}
.top_menu_content {
  background: url("../images/top_menu_bg01.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 139px;
  text-align: left;
}
.top_menu_content .inner {
  position: relative;
  z-index: 2;
  width: 92%;
}
.top_menu_content .inner::before {
  position: absolute;
  top: 12px;
  right: 0;

  background: url("../images/rec_logo_w02.png") top right no-repeat;
  width: 30%;
  max-width: 62px;
  height: 608px;
  content: "";
  z-index: -1; 
}
.top_menu_list_tit {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.1rem;
  color: #e8c678;
  letter-spacing: 0.04em;
  margin-bottom: 6.3%;
}
.top_menu_list {
  margin-left:6.2%;
  width: 40%;
  border-bottom: solid 1px #fff;
}
.top_menu_item {
  border-top: solid 1px #fff;
}
.top_menu_item  a {
  display: block;
  padding: 6% 30px 6% 1.5%;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.76;
  position: relative;
}
.top_menu_item  a::before{
  position: absolute;
  top: 44%;
  right: 10px;
  background: url("../images/menu_arrow.png") center no-repeat;
  width: 6px;
  height: 10px;
  content: "";
}
.top_menu_content_ending{
  margin-top: 54px;
  padding: 3.8%;
  background: url("../images/menu_content_ending_bg01.png") top left no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.top_menu_content_ending .inner {
  display: flex;
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 0.04em;
  line-height: 1.89;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
.top_menu_content_ending .inner::before {
  position: absolute;
  top: -20px;
  left: -3px;
  background: url("../images/rec_logo_w01.png") center no-repeat;
  width: 100%;
  max-width: 1007px;
  height: 103px;
  content: "";
  z-index: -1;
}
.top_menu_content_ending_logo {
  margin-left: 36px;
  margin-top: 0px;
}
.top_menu_content_ending_logo a {
  position: relative;
  top: 0;
  transition: 0.15s ease-out;
}
.top_menu_content_ending_logo a:hover {
  top: -5px;
}
.top_menu_content:nth-child(2) {
  background-image: url("../images/top_menu_bg02.jpg");
}
.top_menu_content:nth-child(2) .inner::before {
  background-image: url(../images/rec_logo_c02.png);
  right: auto;
  left: 0;
}
.top_menu_content:nth-child(2) .top_menu_content_ending .inner::before {
  background-image: url(../images/rec_logo_c01.png);
  left: auto;
  right: -6%;
}
.top_menu_content:nth-child(2) .top_menu_list {
  margin-left:  auto;
  margin-right: 50px;

}
.top_menu_content:nth-child(2) .top_menu_list_tit {
  color: #60b2e5;
}
.top_menu_content:nth-child(2) .top_menu_content_ending .inner {
  flex-direction: row-reverse;
  padding-left: 19%;
  
}
.top_menu_content:nth-child(2) .top_menu_content_ending_logo {
  width: 40%;
}
.top_menu_content:nth-child(2) .top_menu_content_ending_text {
  width: 55.4%;
  padding-right: 1%
}
.top_menu_other {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  background: #262626;
  padding-top: 49px;
  padding-bottom: 60px;
}
.top_menu_other_tit {
  font-size:2.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 27px;
}
.top_menu_other_list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.top_menu_other_list .btn02 a {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media print, screen and (max-width: 640px) {
  .top_menu_other_list {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .top_menu_other_list .btn02 {
    width: 48%
  }
}
/*==================================================================

  .top_reason

==================================================================*/
.top_reason {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 95px;
}
.top_reason .tit01 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.top_reason .tit01_en::before {
  width: 240px;
}
.top_reason_list {
  padding-top: 67px;
}
.top_reason_item {
  position: relative;
  z-index: 1;
  margin-bottom: 12.3%;
}
.top_reason_item::before {
  position: absolute;
  right: 0;
  top: 7%;
  width: 64%;
  height: 123%;
  max-height: 648px;
  background: url("../images/reason_item_bg.jpg") top left no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
}
.top_reason_item_img {
  width: 50.6%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;

}


.top_reason_item_detail {
  text-align: left;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  
  padding-top: 7.3%;
}
.top_reason_item_detail_inner {
  width: 50%;
  margin-left: 51%;
  padding-left: 9%;
}
.top_reason_item_tit {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
  position: relative;
  line-height: 1.5;
  padding-bottom: 6%;
  top: -5px;
}
.top_reason_item_tit::before {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 200%;
  background: #c7a558;
  height: 1px;
  content: "";
}
.top_reason_item_tit_en {
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}
.top_reason_item_tit_en span {
  font-size: 1.9rem;
  color: #c7a558;
  font-family: "goldenbook", serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 8px;
}

.top_reason_item_text {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 2.11;
  margin-top: 7.3%;
  margin-bottom: 11%;
}



.top_reason_item:nth-child(even) .top_reason_item_img {
  left: auto;
  right: 0;

}
.top_reason_item:nth-child(even)  .top_reason_item_detail_inner{
  margin-left: 0;
  margin-right: 51%;
  padding-left: 0;
  padding-right: 10%;
}
.top_reason_item:nth-child(even) .top_reason_item_tit::before {
  left: auto;
  right: -100%;
}
.top_reason_item:nth-child(even) .btn02 a {
  margin-left:auto;
}

.top_reason_item:nth-child(even)::before {
  left: 0;
  right: auto;
  transform: scale(-1, 1);
  background-position: top right;
}

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

  .top_contact

==================================================================*/
.top_contact {
  background: url("../images/contact_bg.jpg");
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}
.top_contact .tit01_en::before {
  width: 240px
}
.top_contact_text {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 48px
}
.top_contact_list {
  display: flex;
  gap: 0 3.33333%;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  justify-content: space-around;
}
.top_contact_item {
  width: 22.5%;
}
.top_contact_item a {
  display: block;
  color: #333;
  background: rgba(255,255,255,0.5);
  text-align: center;
  position: relative;
  z-index: 1;
  height: 184px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 2.0rem;
  padding-top: 90px;
}
.top_contact_item a::before {
  position: absolute;
  top: 25%;
  left:0;
  right: 0;
  background: url("../images/contact_icon01.png") center no-repeat;
  width: 100%;
  height: 40px;
  content: "";
}
.top_contact_item a::after {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid;
  border-image: linear-gradient(to right, #afe3ef, #d9d6f3) 1;
  background: #fff;
  content: "";
  z-index: -1;
}

.top_contact_item:nth-child(2) a::before {
   background-image: url("../images/contact_icon02.png");
}
.top_contact_item:nth-child(3) a::before {
   background-image: url("../images/contact_icon03.png");
}
.top_contact_item:nth-child(4) a::before {
   background-image: url("../images/contact_icon04.png");
}

/* 準備中 */
.top_contact_item.coming > * {
  pointer-events: none;
}

.top_contact_item.coming > *::after {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0 , 0.7);
  color: #ffffff;
  transform: translate(-50%,-50%);
}
/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap {
  background: url("../images/loop_slider_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 160px 0 170px;
}
.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;
  padding-right: 8px
}
.loop_slide_wrap .slick-initialized .slick-slide img{
  width: 400px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loop_slide_wrap .slick-initialized .slick-slide:focus{
  outline: none;
}


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

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }
  
  #container {
    padding-top: 45%;
  }

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

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

  ==================================================================*/
  .top_mainvisual{
    height:300px;
  }

  .mainvisual_wrap{
    height: 300px;
  }

  .top_mainvisual .inner {
    width: auto;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
  }
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 1.2rem;
  }
  /*.mainvisual_open{
    right: 10px;
    bottom: 10px;
    width: 150px;
  }*/
  .mainvisual_open{
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -245px;
    width: 50%;
  }
  /* メインスライド */
  #slick_fade{
    height: 450px;
  }
  #slick_fade .slide_item img{
    height: 450px;
  }

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

    .top_info（スマホ）

  ==================================================================*/
  
  .news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    margin-top:2%;
  }
  .news_list li a:after {
    top: 22%;
    right: 10px;
  }

  .top_info_item {
    width: 100%;
    margin-top: 40px;
  }
  
  .top_info_item:first-child {
    margin-top: 0;
  }
  .top_news_frame {
    margin-bottom: 45px;
  }
  
  .top_info .top_news .scroll_area {
    height: 200px;
  }
  /*==================================================================

    .top_concept（スマホ）

  ==================================================================*/
  .top_concept {
    padding-bottom:25%;
  }
  .top_concept_sub_tit {
    font-size: 1.8rem;
  }
  .top_concept_text {
    font-size: 1.5rem;
  }
  .top_concept_detail {
    padding-bottom: 14%;
  }
  
  
  /*==================================================================

    .top_recommend（スマホ）

  ==================================================================*/
  .top_recommend {
    padding-bottom: 72%;
  }
  .top_recommend_list {
    flex-wrap: wrap;
  }
  .top_recommend_item {
    width: 100%;
    padding-top: 180px;
    height: auto;
    overflow: hidden;
    
    padding-bottom: 30px;
  }
  .top_recommend_item:not(:last-child) {
    margin-bottom: 9%;
    
  }
  .top_recommend_item::before {
    bottom: -40px;
  }
  .top_recommend_item > dt {
    font-size: 1.8rem;
  }
  .top_recommend_item_price {
    font-size: 3.3rem;
  }
  .top_recommend_item_num {
    font-size: 1.4rem;
  }
  .top_recommend_item_text {
    font-size: 1.4rem;
  }
  .top_recommend_en {
    left: -60px;
  }
  .top_recommend_item:nth-child(2) .top_recommend_en{
    left: -49px;
  }
  
  /*==================================================================

    .ttop_menu（スマホ）

  ==================================================================*/
  .top_menu_contents {
    padding-top: 0;
  }
  .top_menu_content {
    background-size: 100%;
    background-color: #222;
  }
  .top_menu_content .inner::before {
    width: 9%;
    background-size: 100%;
    right: -6%;
  }
  .top_menu_list {
    width: 100%;
    margin-left: 0;
  }
  .top_menu_list_tit {
    font-size: 2.8rem;
  }
  .top_menu_item a {
    font-size: 1.5rem;
  }
  .top_menu_content_ending {
    padding: 5% 3%;
  }
  .top_menu_content_ending .inner {
    display: block !important;
    width: 90%;
    padding: 0 !important;
    padding-left: 0 !important;
    font-size: 1.6rem;
    margin: auto;
    text-align: center;
  }
  .top_menu_content_ending_logo {
    margin-left: 0;
    margin: 5% 0;
  }
  .top_menu_content:nth-child(2) .inner {
    margin-left: auto;
  }
  .top_menu_content:nth-child(2) .inner::before {
    left: -6%;
  }
   .top_menu_content:nth-child(2) {
     margin-left: auto;
   }
  .top_menu_content:nth-child(2) .top_menu_list {
    margin-right: 0;
    margin-left: auto;
  }
  .top_menu_content:nth-child(2) .top_menu_content_ending_text {
    width: 100%;
  }
  .top_menu_content:nth-child(2) .top_menu_content_ending_logo {
    width: 100%;
  }
  .top_menu_other_tit {  
    font-size: 2rem;
  }
  .top_menu_other_list {
    width: 90%;
    margin: auto;
  }
  .top_menu_other_list .btn02 a {
    width: 100%;
  }
  .top_menu_other_list .btn02 a {
    font-size: 1.5rem;
  }
  .top_menu_other_list .btn02 a::before {
    right: 10px;
  }
  .top_menu_content:nth-child(2) .top_menu_list_tit {
    text-align: right;
  }
  
  /*==================================================================

    .top_reason（スマホ）

  ==================================================================*/
  .top_reason {
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .top_reason .tit01_en::before {
    width: 100%;
  }
  .top_reason .tit01 {
    font-size: 1.75rem;
  }
  .top_reason_list {
    padding-top: 0;
  }
  .top_reason_item {
    margin-bottom: 15%;
  }
  .top_reason_item_img {
    position: static;
    width: 94%;
  }
  .top_reason_item_detail_inner{
    width: 100%;
  }
  .top_reason_item_detail_inner {
    margin-left: 0;
  }
  .top_reason_item_detail_inner {
    padding-left: 2%;
  }
  .top_reason_item_tit {
    font-size: 2.4rem;
  }
  .top_reason_item_text {
    font-size: 1.5rem;
    margin: 3% auto 4%;
  }
  .top_reason_item:nth-child(even) .top_reason_item_detail_inner {
    padding-right: 0;
  }
  .top_reason_item:nth-child(even) .top_reason_item_img {
    margin-left: auto;
  }
  .top_reason_item_detail_inner .btn02 {
    margin: 3% auto 4%;
  }
  .top_reason_item_detail_inner .btn02 a {
    margin: auto;
  }
  
  
  /*==================================================================

    .top_contact（スマホ）

  ==================================================================*/
  .top_contact {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .top_contact .tit01 {
    margin-bottom: 20px;
  }
  .top_contact_text {
    font-size: 1.5rem;
  }
  .top_contact_list {
    flex-wrap:wrap;
    gap: 0 3%;
  }
  .top_contact_item {
    width: 48.5%;
    margin-bottom: 12px;
  }
  .top_contact_item:nth-child(1) a {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .top_contact_item a {

    padding-top: 16vw;
    font-size: 1.7rem;
    height: 31vw;
  }
  .top_contact_item a::before {
    top: 15%;

  }
  .top_contact_item a::after {
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
 
  
  /*==================================================================

    loop_slide（スマホ）

  ==================================================================*/
  .loop_slide_wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .loop_slide_wrap .slick-initialized .slick-slide img {
    width: 200px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
