@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.2
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
	新着情報
==========================*/
.topnews .news {
  margin-bottom: 0;
  position: relative;
}

/* 新着情報見出し */
.topnews h3 {
  font-size: 28px;
  padding: 0.4em 0 0.6em 2.6em;
  background: url(img/h3_icon.svg) no-repeat 0.6em top;
  position: relative;
  text-align: left;
  margin-bottom: 1.2em;
}

.topnews h3::before,
.topnews h3::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 2px;
}

.topnews h3::before {
  background: #ccc;
  width: 100%;
}

.topnews h3::after {
  background: #1a1a1a;
  width: 24%;
}

/* 一覧へボタン */
.topnews .btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

.topnews .news .btn a {
  display: inline-block;
  line-height: 1.2;
  padding: 0.25em 0.5em 0.15em;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.topnews .news .btn a:hover {
  color: #ff0000;
}

/* 新着情報 */
.topnews .news dl {
  line-height: 1.3;
  margin: 1.2em 0;
}

.topnews .news dt {
  font-weight: nomal;
  color: #ff0000;
  padding: 0 20px 7px;
}

.topnews .news dd {
  margin-bottom: 18px;
  padding: 0 20px 15px;
  border-bottom: 1px dashed #e6e6e6;
}

.topnews .news dd a {
  text-decoration: none;
  color: #555;
}

.topnews .news dd a:hover {
  color: #ff0000;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style {
  text-align: center;
}

.btn-style a {
  background: #ff0000;
  width: 280px;
  max-width: 100%;
  padding: 0.8em 1em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 6px;
  position: relative;
}

.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(img/icon_arrow02.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .btn-style a {
  width: auto;
  min-width: 280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

.topnews {
  padding: 3em 0;
}

/********************************
	Responsive
*********************************/
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /*==========================
  	　mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 1em;
  }
  /*==========================
  	新着情報
  ==========================*/
  #main .news {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 {
    font-size: 20px;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  #main .news dt,
  #main .news dd {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main .news .btn {
    right: 5px;
    top: 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }
  /*==========================
  	電話ボタン
  ==========================*/
  #main > .telbtn {
    margin-bottom: 1.2em;
  }
  .telbtn {
    text-align: center;
    margin-bottom: 1em;
  }
  .telbtn a {
    background: #ff0000;
    text-align: center;
    width: 280px;
    max-width: 100%;
    color: #fff;
    display: inline-block;
    padding: 10px 5px 10px;
    text-decoration: none;
    font-size: 24px;
    box-sizing: border-box;
    letter-spacing: 0.08em;
    border-radius: 4px;
    line-height: 1.2em;
  }
  .telbtn a .subtxt {
    font-size: 14px;
    display: block;
    margin-bottom: 1px;
  }
  .telbtn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /*-- ボックスその他 --------------*/
  .h3_bg h3 .br {
    display: block;
  }
}
.text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}
.top_section {
  padding: clamp(50px, 15vw, 150px) 0;
}
.top_section.bg_section {
  background: #141414;
  color: #fff;
}
.top_section.bg_section .top_ttl {
  color: #fff;
}

.top_ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .top_ttl {
    margin: 0 0 3em;
  }
}
.top_ttl .en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  display: block;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .top_ttl .en {
    font-size: 55px;
  }
}
.top_ttl.ttl_en {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 1.0588235294em;
}
@media (min-width: 768px) {
  .top_ttl.ttl_en {
    margin-bottom: 1.5882352941em;
    font-size: 34px;
  }
}

.sec_message p {
  line-height: 2.4375;
}
.sec_message .name_text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .sec_message .name_text {
    margin: 3em 0 0;
  }
}
.sec_message .name_text small {
  font-size: 15px;
  display: block;
}

@media (min-width: 768px) {
  .sec_meds .row {
    display: flex;
    gap: 4%;
  }
  .sec_meds .row .con_text {
    width: 57%;
  }
  .sec_meds .row .con_img {
    width: 39%;
    text-align: right;
  }
}
.sec_meds .row .col_2 + .col_2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_meds .info_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 5%;
    margin-top: 60px;
  }
}
.sec_meds .link_ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 767px) {
  .sec_meds .link_ul {
    margin-top: 20px;
  }
}
.sec_meds .ul_instagram {
  display: flex;
  justify-content: space-between;
  gap: 23px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .sec_meds .ul_instagram {
    flex-wrap: wrap;
    gap: 10px;
  }
  .sec_meds .ul_instagram li {
    width: calc((100% - 10px) / 2);
  }
}

.sec_company .company_table th,
.sec_company .company_table td {
  font-size: 18px;
  font-weight: 500;
  vertical-align: text-top;
  text-align: left;
  padding: 0.5em 0;
}
.sec_company .company_table th {
  width: 20%;
}
@media (max-width: 767px) {
  .sec_company .company_table th {
    width: 100px;
  }
}

.sec_contact .mail_text a {
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec_contact .mail_text a {
    font-size: 20px;
  }
}
.sec_contact p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=index.css.map */