/*
Theme Name: セントラル薬局テーマnew
*/

/*------ amn -------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
}

h3 {
  margin-bottom: 1rem;
}

h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 2em;
}
h4:first-child {
  margin-top: 0;
}

table {
  border-collapse: collapse;
}

.textbox h4 {
  margin-top: 0;
  margin-bottom: 1em;
}

.pt50 {
  padding-top: 50px;
}

.pt70 {
  padding-top: 70px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-top: 140px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.text_box p:last-of-type {
  margin-bottom: 0;
}

.col-md-5-interview {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  z-index: 998;
  margin-left: 20px;
}
.offset-md-1-interview {
  margin-left: 0;
}
.offset-md-1-interview-ml {
  margin-left: 8.333333%;
}
.col-md-5-interview-right {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  z-index: 998;
  left: -20px;
}

ul.sidemenu li a p {
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

.slide_x_toleft,
.slide_x_toright,
.slide_y_totop,
.slide_y_todown {
  opacity: 0;
  -webkit-transition:
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
  transition:
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  transition:
    transform 0.6s ease,
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
}

.slide_x_toleft {
  -webkit-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  transform: translateX(-18px);
}

.slide_x_toright {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.scroll_in .slide_x_toleft,
.scroll_in .slide_x_toright {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
}

.slide_y_totop {
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
}

.slide_y_todown {
  -webkit-transform: translateY(18px);
  -ms-transform: translateY(18px);
  transform: translateY(18px);
}

.scroll_in .slide_y_totop,
.scroll_in .slide_y_todown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
}

.popup_text {
  opacity: 0;
}

.show .popup_text {
  opacity: 1;
  transition: opacity 3s ease;
}

.contact_btn {
  position: fixed;
}

.imgbox {
  position: relative;
}

ul.news_ul {
  padding: 0 !important;
}

ul.news_ul li {
  background: #fff;
  z-index: 0;
  height: 80px;
  font-size: 18px;
  color: #000;
}

ul.news_ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

ul.news_ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-linear-gradient(
    0deg,
    rgba(135, 211, 232, 1) 0%,
    rgba(187, 211, 129, 1) 33%,
    rgba(247, 228, 148, 1) 66%,
    rgba(234, 178, 205, 1) 100%
  );
}

ul.news_ul li:hover:before {
  opacity: 0;
}

ul.news_ul li:hover .news_date {
  color: white;
}

ul.news_ul li .news_date,
.arrow_btn_center polyline,
.newscard polyline {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.news_ul li:hover .arrow_btn,
.newscard:hover polyline {
  -webkit-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}

ul.sidemenu li {
  transition: none;
  height: 10vh;
  max-height: 75px;
}

ul.sidemenu li:hover {
  opacity: 0.4;
}

.main_box4 .textbox h3 {
  font-size: 4em;
  margin-top: 24px;
  color: #000;
  opacity: 0.3;
  letter-spacing: 5px;
  font-weight: 900;
}

.main_box4 .textbox h4 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
}

.imgbox .arrow_btn_center polyline {
  stroke: #f3f3f3;
  stroke-width: 3px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.arrow_btn_center {
  position: absolute;
  right: 3%;
  top: 50%;
  width: 30px;
  height: auto;
}

.imgbox polyline {
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translateY(-50%);
}

.imgbox:hover polyline {
  -webkit-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
}

.arrow_btn_center polyline {
  stroke: #b5b5b5;
}

.news_ul li polyline,
.arrow_btn_center polyline,
.newscard polyline {
  stroke: #b5b5b5;
}

.news_ul li:hover polyline,
.imgbox:hover polyline .newscard:hover polyline {
  stroke: white;
}

.scroll_btn img:nth-child(2),
.top_btn img:nth-child(1) {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll_btn {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 50px;
  height: auto;
}

.top_btn {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 50px;
  height: auto;
}

.top_btn:hover img:nth-child(1) {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

.scroll_btn:hover img:nth-child(2) {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}

.top_btn img,
.scroll_btn img {
  width: 100%;
}

.main_v {
  height: unset;
  padding-bottom: unset;
  position: relative;
  overflow: hidden;
  background-color: #fcfcf7;
  background-repeat: no-repeat;
  background-size: 100%;
}

.main_v_title {
  margin: 0 auto;
}

.main_v_title h1 {
  color: white;
  font-size: 9em;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-shadow: 0px 0px 4px #ccc;
}

.main_v_title h3 {
  color: white;
  font-size: 3em;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 4px #808080;
}

.saiyo_main {
  height: 382px;
  background-image: url(images/recruit_bg.jpg);
}

.diagonal-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5vw solid #fcfcf7;
  border-left: 100vw solid transparent;
  padding-bottom: 50px;
}

.diagonal-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  border-top: 5vw solid #fcfcf7;
  border-right: 100vw solid transparent;
}

.text_box {
  min-height: 400px;
}

.text_box_left {
  right: 48%;
}

.text_box_right {
  left: 48%;
}

.text_box_left_inner {
  padding-left: 20%;
  padding-right: 20px;
}

.text_box_right_inner {
  padding-right: 20%;
  padding-left: 20px;
}

.right0 {
  right: 0;
}

.left0 {
  left: 0;
}

.text_box {
  padding: 24px 0 40px 40px;
}

.text_box h1 {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-align: right;
  padding-top: 16px;
  line-height: 1.5em;
}

.text_box p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 36px;
}

.text_box p:first-child {
  margin-top: 0;
}

.staff {
  padding-top: 30px;
  position: relative;
  /* background-color: pink; */
  background-image: linear-gradient(to right, #d6eeef, #e8f0d7);
  min-height: 700px;
  padding-bottom: 50px;
}

.m_title {
  position: relative;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_title h3 {
  font-size: 90px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 10px;
  line-height: 90px;
}

.m_title p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0.1em;
  font-size: 40px;
}

.swiper_staff img {
  height: 182px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.swiper-slide {
   width: 25%; 
}*/

.card {
  border: none;
  background: none;
}

.card_body {
  background: white;
  margin-top: 8px;
  padding: 15px;
}

.card img {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  color: #5e5e5e;
}

.swiper-custom-parent {
  width: 100%;
  position: relative;
}

.swiper-container {
  width: 90%;
  height: auto;
  padding: 10px;
  /*210826えさか追記*/
  overflow: hidden;
  margin: 0 auto;
  /*210826えさか追記ここまで*/
}

table {
  background: white;
  font-size: 1.6em;
}

.table td,
.table th {
  padding: 0.8em 1.4em;
  line-height: 2em;
  vertical-align: middle;
}

.table th {
  white-space: nowrap;
}

.pharmacy .pharmacy_section {
  padding: 30px;
  background: white;
  margin: 20px 0px;
}

.pharmacy_section img {
  width: 100%;
}

.pharmacy .table tr > td:first-child {
  color: #9e9e9e;
}

.pharmacy_section h3 {
  letter-spacing: 10px;
  font-size: 2.5em;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.pharmacy_section iframe {
  height: 100%;
}

.pharmacy .table tr td a {
  display: block;
  width: 100%;
  height: 100%;
}

.arrow_down_td img {
  width: 60px;
}

/*.pharmacy .table tr td:hover {}*/

.arrow_down_td {
  position: relative;
  top: -20px;
  left: 80%;
  transition: all 0.5s ease;
  width: 0px;
}

.pharmacy .table > tbody > tr > td {
  vertical-align: middle;
}

.pharmacy .table > tbody > tr > td:hover .arrow_down_td {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
}

.pharmacy p {
  font-size: 16px;
}

.pharmacy .m_title p {
  font-size: 40px;
  letter-spacing: 2px;
}

.pharmacy h2 {
  background-image: linear-gradient(to right, #d6eeef, #e8f0d7);
  text-align: center;
  padding: 20px 0px;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 1.6em;
}

.m_title .title_gray {
  color: #e6e6e6 !important;
  line-height: 90px;
}

.mt100 {
  margin-top: 100px;
}

.pharmacy .table {
  table-layout: fixed;
}

.contact_main_long_height {
  height: 700px;
  background-position-y: center !important;
}

.staff_top_title {
  font-weight: 500;
  letter-spacing: 0.4em;
  font-size: 2.3em;
  line-height: 2em;
  padding-left: 20px;
}

.staff_top_body {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 18px;
}

.staff_border {
  margin-top: 25px;
  border-left: 1px solid #83cde2;
  border-right: 1px solid #e78aae;
}

.staff_border::before,
.staff_border::after {
  content: "";
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #83cde2, #e7d563, #e78aae);
}

.staff_top_body p {
  letter-spacing: 1px;
  line-height: 1.8em;
}

.staff_top_name {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 1px;
}

.staff_top_name small {
  display: block;
  font-size: 13px;
  margin-top: -3px;
  margin-bottom: 20px;
  color: #adadad;
  font-weight: 500;
}

.mt-70-pc {
  margin-top: 70px !important;
}

.mt-100-pc {
  margin-top: 100px !important;
}

.mt-200-pc {
  margin-top: 200px !important;
}

.staff_text {
  background: white;
  padding: 30px;
}

.staff_text h2 {
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 4px;
  line-height: 1.7em;
  margin-bottom: 30px;
}

.staff_text_right {
  position: relative;
  top: -17px;
  left: -20px;
}

.staff_text_left {
  position: relative;
  top: -20px;
  right: -10px;
}
.nopadding {
  padding: 0 !important;
}

.question {
  color: #588083;
  margin-bottom: 10px;
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  padding-top: 1.5em;
}

.question:first-of-type {
  padding-top: 0;
}

.staff_text p {
  font-size: 16px;
}

.gb_box_img img {
  width: 100%;
}

.gb_box_text p {
  line-height: 2em;
  margin-top: 20px;
}

.staff_gd_box {
  padding: 30px;
  background-image: linear-gradient(to right, #d6eeef, #e8f0d7);
}

img.staff_img {
  width: 100%;
}

.background-common-orange,
.background-common-gray {
  background: #fbf4dd;
  padding: 50px 0px;
}

.background-common-orange {
  margin-top: 50px;
}

.background-common-gray {
  background: #eaeae5;
}

.background-common-orange h3 {
  text-align: center;
  width: 100%;
  font-weight: 400;
  letter-spacing: 10px;
  margin-bottom: 30px;
}

ul.staff_footer {
  display: flex;
  min-width: 60%;
  text-align: center;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
}

ul.staff_footer li {
  list-style: none;
  width: 150px;
  background: white;
  height: 60px;
  border-left: 1px solid #83cde2;
  border-right: 1px solid #e78aae;
  margin: 0 2px;
}

ul.staff_footer li a {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 3px;
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #000;
}

ul.staff_footer li::before,
ul.staff_footer li::after {
  content: "";
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #83cde2, #e7d563, #e78aae);
  margin-bottom: -2px;
}

ul.staff_footer li a:hover {
  background: linear-gradient(to right, #83cde2, #e7d563, #e78aae);
  color: #fff;
  opacity: 1;
}

.arrow_btn_mini {
  position: absolute;
  right: 3%;
  top: 20%;
  width: 15px;
  height: auto;
}

.img100 img {
  width: 100%;
}

.poly-both {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.poly-bottom {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.poly-top {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  top: -120px;
}

.poly-top::before {
  top: -105px;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.h3_bg {
  display: block;
  background-size: auto 100% !important;
  height: 50px;
}

.h3_mission {
  background: url(images/policy_02_2x.png) no-repeat;
}

.h3_vision {
  background: url(images/policy_03_2x.png) no-repeat;
}

.h3_value {
  background: url(images/policy_04_2x.png) no-repeat;
}

.num {
  padding-left: 25px;
  margin-bottom: 20px;
}

.num1 {
  background: url(images/numb_01_2x.png) no-repeat;
  background-size: 18px 18px;
  line-height: 18px;
}

.num2 {
  background: url(images/numb_02_2x.png) no-repeat;
  background-size: 18px 18px;
  line-height: 18px;
}

.num3 {
  background: url(images/numb_03_2x.png) no-repeat;
  background-size: 18px 18px;
  line-height: 18px;
}

.num4 {
  background: url(images/numb_04_2x.png) no-repeat;
  background-size: 18px 18px;
  line-height: 18px;
}

.num5 {
  background: url(images/numb_05_2x.png) no-repeat;
  background-size: 18px 18px;
  line-height: 18px;
}
.copy-p,
.footer-p {
  color: #a0a0a0;
}
.footer-p {
  font-size: 0.7em;
}
ul.footer-ul li {
  font-size: 1.4em;
}
ul.footer-ul li:first-child {
  font-size: 1.8em;
  font-weight: 500;
}
ul.footer-big li {
  font-size: 1.6em;
  font-weight: 500;
}
.mt-40 {
  margin-top: 40px;
}
.mt-80 {
  margin-top: 80px;
}
/*------------------*/

a:link {
  color: #21aede;
  text-decoration: none;
  line-height: 2em;
}

a:visited {
  color: #21aede;
  text-decoration: none;
}

a:hover {
  color: #21aede;
  text-decoration: none;
  opacity: 0.5;
}

a:active {
  color: #21aede;
  text-decoration: none;
}

body {
  margin: 0;
  background-color: #fffff0;
}

#headerTop {
  position: fixed;
  width: 100px;
  text-align: center;
  z-index: 999;
}

.hum_menu {
  width: 300px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_top {
  /* width: 90px;
  height: auto; */
  padding: 23px 100px;
  background-color: #ffffff;
}

.btn_hum {
  width: 70px;
  height: auto;
}

.mail_icon {
  width: 40px;
  height: auto;
}

.contact_btn {
  padding: 20px 60px;
  /* position: absolute; */
  top: 20px;
  right: 20px;
  border: solid 2px #333;
  display: block;
  z-index: 998;
  color: #000 !important;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

.main_box1 {
  background-image: url(images/top_main.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1000px;
  position: relative;
}

.c-imageMaxW {
  width: 100%;
  height: auto;
}

.popup_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%;
  left: 31%;
}

.context {
  width: 700px;
  height: auto;
}

.scroll_down {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 88%;
  left: 87%;
}

/* .scroll_btn {
  width: 80px;
  height: auto;
} */

.main_box2 {
  padding-top: 0;
  min-height: 100px;
  background-color: #fffff0;
  padding-bottom: 150px;
}

.img_policy {
  width: 50%;
  height: auto;
}

.text_head {
  padding-top: 30px;
  position: relative;
  height: 150px;
}

.back_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  color: #dddddd;
  letter-spacing: 30px;
  position: absolute;
  top: 10%;
  left: 40%;
}

.front_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  position: absolute;
  top: 30%;
  left: 49%;
}

.our_policy {
  position: relative;
  height: 600px;
}

.img_policy {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.main_box3 {
  height: 1300px;
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #fffff0;
  background-image: url(images/top_features_2x.png);
  background-size: 100%;
}

.bg_wh {
  position: relative;
  background-color: #fff;
  opacity: 0.9;
  padding: 24px;
}

.num_logo {
  position: absolute;
  top: -50px;
  left: 24px;
  width: auto;
  height: 80px;
}

.main_box3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  border-top: 5vw solid #fffff0;
  border-right: 100vw solid transparent;
}

.main_box3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5vw solid #fffff0;
  border-left: 100vw solid transparent;
  padding-bottom: 50px;
}

.features_img {
  width: 100%;
  height: auto;
}

.text_head2 {
  position: relative;
  height: 400px;
}

.back_text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 15px;
  position: absolute;
  top: 40%;
  left: 32%;
}

.front_text2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  letter-spacing: 5px;
  position: absolute;
  top: 50%;
  left: 48%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.more_btn {
  text-align: center;
}

a.show_more_btn {
  border-radius: 0;
  background: white;
  border-left: 2px solid #43c6ac;
  border-right: 2px solid #d9e653;
}

a.show_more_btn:hover {
  color: #000;
  background: linear-gradient(-45deg, rgba(246, 255, 0, 1), rgba(255, 0, 161, 1));
}

.main_box4 {
  /* height: 1200px; */
  position: relative;
  text-align: center;
}

.main_box4 .col-lg-4 {
  padding: 1px;
}

.main_box4 img {
  width: 100%;
  height: auto;
}

.col-lg-4 h1 {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  font-weight: 700;
}

.col-lg-4 h2 {
  font-size: 29px;
  font-weight: 500;
}

.top_3_pics {
  width: 500px;
  height: 500px;
}

.main_box4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 5vw solid pink;
  border-left: 100vw solid transparent;
  padding-bottom: 50px;
}

.main_box5 {
  padding-top: 30px;
  background-color: pink;
}

.news {
  height: 250px;
  position: relative;
  text-align: center;
}

.news h1 {
  font-size: 115px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 18px;
}

.news p {
  position: absolute;
  top: 17%;
  left: 46%;
  font-size: 41px;
}

.main_box5 ul {
  list-style: none;
}

.main_box5 li {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 110px;
}

.arrow_btn {
  width: 15px;
  height: auto;
}

.date {
  color: grey;
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  left: 3%;
  top: 34%;
}

.text {
  position: absolute;
  left: 18%;
  top: 37%;
}

.arrow_btn {
  position: absolute;
  right: 3%;
  top: 20%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease,
    -webkit-transform 0.6s ease;
}

.footer {
  height: 420px;
}

@media (min-width: 768px) {
  .mt-minus-40 {
    margin-top: -10em;
  }
  .pharmacy .table tr td.align-middle a {
    position: relative;
    top: 16px;
  }
}

.pharmacy > table a {
  color: #000;
}

.entry_main h1 {
  font-size: 6em;
}

.flex-row-footer {
  display: flex;
  flex-direction: row;
}

.text_btn {
  text-align: center;
  width: 219px;
  height: auto;
  margin: 64px auto;
}
.text_btn > a:hover,
.more_btn > a:hover {
  opacity: 1;
}

.text_btn #text_btn_box {
  fill: #fff;
  stroke-miterlimit: 10;
  stroke: url(#grad);
}

a #text_btn_box:hover {
  fill: url(#grad);
  opacity: 0.6;
}

.our_policy_top h1 {
  font-size: 3em;
  letter-spacing: 3px;
  line-height: 2;
  margin-bottom: 1em;
}

.our_policy_top p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 3;
}

ol {
  counter-reset: number;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

ol.policy-list li {
  position: relative;
  line-height: 2em;
  margin-bottom: 1em;
  padding-left: 2em;
}
ol.policy-list li:last-child {
  margin-bottom: 3em;
}

ol.policy-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #d0d0d0;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  left: 0;
  top: 0.4rem;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100px;
}

#contact .m_title p {
  font-size: 40px;
  line-height: 60px;
}
.mwform-checkbox-field-text {
  display: none;
}
.col-6 {
  text-align: center;
}

body .sunflower:last-of-type .diagonal-bottom:after {
  display: none;
}

.width-70 {
  width: 70%;
  margin: 0 auto;
}

.container-store {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.collapsing {
  transition: none;
}

#contact .col-12 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

#contact th {
  white-space: nowrap !important;
}

#contact input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  line-height: 2em;
  display: inline-block;
  margin-top: 25%;
}

#contact .mwform-checkbox-field .mwform-checkbox-field {
  padding: 0;
}

.post-inner .col-12 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 10px;
}

.post-inner .col-6 {
  padding: 0 10px;
}

#contact [type="submit"],
#contact a.reset-btn {
  height: 66px;
  padding: 10px;
}

.post-inner label {
  text-align: left;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  /*align-items: center;*/
}

#contact [type="submit"]:hover {
  opacity: 0.6;
}

#contact td {
  padding: 0 1em;
}

.container1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.container1140 .text_box {
  padding: 24px 40px 40px 40px;
}

.max1140 {
  max-width: 1140px;
  margin: 0 auto !important;
}

span.form-must {
  background-color: #ef5050;
  padding: 0 0.3em 0.15em 0.3em;
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
  margin-left: 1em;
  white-space: nowrap;
}
#interview-page .bg-white {
  background-color: none;
}

.margincenter {
  margin: 0 auto;
}

#contact .mwform-checkbox-field .mwform-checkbox-field {
  margin-bottom: 0;
}

p.font-big {
  font-size: 2rem;
  font-weight: 600;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: 600;
}

.table-bordered tbody td.center {
  text-align: center;
}

.textbox {
  margin-top: 10px;
}

#zaitaku .m_title {
  margin-bottom: 100px;
}

ol.policy-list {
  margin-top: 25px;
}

#profile .pb-5,
#profile .py-5 {
  padding-bottom: 8rem !important;
}

#contact .staff {
  min-height: 1px;
}

#contact .staff .container {
  min-height: 1px;
}

#entry ul.profile_btn li {
  width: calc(14.4% - 6px);
  margin: 2px 2px;
}

#entry ul.profile_btn li a {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 12% !important;
    flex: 0 0 12% !important;
    max-width: 12% !important;
  }
}

/****** 20231031 アクトビューロー田中追記 *****/
/*
ul.sidemenu li:nth-child(4) {
  height: 14vh;
  max-height: fit-content;
}
ul.sidemenu li:nth-child(5) {
  height: 11vh;
  max-height: fit-content;
}
*/

#navinner ul.sidemenu {
  height: calc(100vh - 105px);
}

#navinner ul.sidemenu li {
  height: unset;
  max-height: unset;
}
.sidemenu .menu_bold {
  font-size: 20px;
}

.main_box1__flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
}
.main_box1__btn {
  color: #333 !important;
  display: grid;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 20px;
  background: linear-gradient(
    to right,
    rgba(221, 106, 156, 0.7),
    rgba(234, 189, 0, 0.7),
    rgba(153, 255, 153, 0.7),
    rgba(33, 174, 222, 0.7)
  );
  transition: 0.3s;
}
.main_box1__btn span {
  display: inline-block;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1210px) {
  .main_box1__btn span {
    font-size: 1.5em;
  }
  .main_box1__btn {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .main_box1__btn span {
    font-size: 1.25em;
  }
  .main_box1__btn {
    padding: 10px;
    max-width: 120px;
  }
}

/***** 20241219追記 *****/
.sns_btn {
  position: fixed;
  padding: 8px 27px;
  width: min(100%, 250px);
  top: 100px;
  right: 20px;
  border: solid 2px #333;
  display: block;
  z-index: 998;
  color: #000 !important;
  font-size: 16px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 200ms all ease;
}
.sns_btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1100px) {
  .sns_btn {
    display: none;
  }
}

.sns_btn-2 {
  position: fixed;
  padding: 8px 27px;
  width: min(100%, 250px);
  top: 225px;
  right: 20px;
  border: solid 2px #333;
  display: block;
  z-index: 998;
  color: #000 !important;
  font-size: 16px;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 200ms all ease;
}
.sns_btn:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1100px) {
  .sns_btn-2 {
    display: none;
  }
}
.sns_btn-2 .mail_icon {
  width: 55px;
  height: auto;
}
.sns-link {
  display: grid;
  gap: 1rem;
  margin: auto;
  padding-left: 0.5rem;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.562);
  width: 100%;
  justify-content: center;
  z-index: revert-layer;
  padding-block: 2rem;
}
@media (min-width: 1101px) {
  .sns-link {
    display: none;
  }
}
@media (max-width: 1205px) {
  .sns-link .mail_icon {
    width: 40px;
  }
}
.popup_text {
  display: grid;
  row-gap: 1rem;
}
.main_box1 .popup_text {
  top: 25%;
}
