@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cardo {
  font-family: "Cardo", serif;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-old {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-image: url(../images/common/sv.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30dvw;
  max-height: 500px;
  aspect-ratio: 1920/425;
}
@media (max-width: 1024px) {
  main section .page_head {
    height: auto;
    aspect-ratio: 16/7;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
}
main section .page_title .sv_ttl {
  position: relative;
  color: #002254;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: clamp(16px, 0.716rem + 1.21vw, 26px);
  font-family: "Cardo", serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
main section .page_title .sv_ttl .jp_ttl {
  font-size: clamp(28px, 1.352rem + 1.7vw, 42px);
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}
#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* プライバシーポリシー
 */
/******************************/
.privacy-policy .indent01 {
  padding-left: 1.5em;
}
.privacy-policy .sec {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .privacy-policy .sec {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 2px #CCCCCC;
  margin-bottom: 25px;
  padding-bottom: 12.5px;
}
.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #345E9C;
  border-radius: 2px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

@media (max-width: 1024px) {
  .r-voice .sec00 img {
    max-height: 60px;
  }
}

/******************************/
/* COMPANY */
/******************************/
.company .sec01 {
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}
.company .sec02 {
  position: relative;
  background-color: #E6F0FF;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec02 {
    padding: 50px 0;
  }
}
.company .sec03 {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .company .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* リンク集 */
/******************************/
/******************************/
/* コンタクト */
/******************************/
.product-list .thum_list li figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #345E9C;
  aspect-ratio: 1/1;
  border-radius: 0;
}
.product-list .thum_list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  aspect-ratio: 1/1;
}

/******************************/
/*  */
/******************************/
.medici-pharmacy .layout_b .imgbox {
  width: 42%;
}
@media (max-width: 1024px) {
  .medici-pharmacy .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}
.medici-pharmacy .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/******************************/
/*  */
/******************************/
.for-corporate-customers .sec01 {
  position: relative;
  padding: 0 0 90px;
}
@media (max-width: 1024px) {
  .for-corporate-customers .sec01 {
    padding: 0 0 50px;
  }
}

/******************************/
/*  */
/******************************/
.alpha-zero .sec01 {
  position: relative;
  padding: 0 0 90px;
}
@media (max-width: 1024px) {
  .alpha-zero .sec01 {
    padding: 0 0 50px;
  }
}
.alpha-zero .sec02 {
  position: relative;
  background-color: #F8FBFF;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .alpha-zero .sec02 {
    padding: 50px 0;
  }
}
.alpha-zero .sec03 {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .alpha-zero .sec03 {
    padding: 50px 0;
  }
}
.alpha-zero .sec04 {
  position: relative;
  background-color: #F8FBFF;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .alpha-zero .sec04 {
    padding: 50px 0;
  }
}
.alpha-zero .sec05 {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .alpha-zero .sec05 {
    padding: 50px 0;
  }
}

/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
