@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes gnav_sub {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(-5%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes _on_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***********************************************************************
 ***********************************************************************
 ***********************************************************************
## Layout
*/
.root {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 80px;
}

.pc_container,
.pc_tb_container,
.container {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (min-width: 1070px), print {
  .pc_container,
.pc_tb_container,
.container {
    max-width: 1070px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .pc_container,
.pc_tb_container,
.container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 999px), print {
  .pc_container,
.pc_tb_container,
.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pc_container .container,
.pc_tb_container .container,
.container .container {
  padding-right: 0;
}
.pc_container-relative,
.pc_tb_container-relative,
.container-relative {
  position: relative;
  top: 0;
  left: 0;
}
.pc_container-sm,
.pc_tb_container-sm,
.container-sm {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media screen and (min-width: 1070px), print {
  .pc_container-sm,
.pc_tb_container-sm,
.container-sm {
    max-width: 870px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .pc_container-sm,
.pc_tb_container-sm,
.container-sm {
    max-width: 800px;
  }
}
@media screen and (max-width: 999px), print {
  .pc_container-sm,
.pc_tb_container-sm,
.container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pc_container-sm .container,
.pc_tb_container-sm .container,
.container-sm .container {
  padding-right: 0;
}
.pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}
@media screen and (min-width: 1070px), print {
  .pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
    max-width: 730px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
    max-width: 660px;
  }
}
@media screen and (max-width: 999px), print {
  .pc_container-sm2,
.pc_tb_container-sm2,
.container-sm2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pc_container-sm2 .container,
.pc_tb_container-sm2 .container,
.container-sm2 .container {
  padding-right: 0;
}
.pc_container-sm3,
.pc_tb_container-sm3,
.container-sm3 {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media screen and (min-width: 1070px), print {
  .pc_container-sm3,
.pc_tb_container-sm3,
.container-sm3 {
    max-width: 570px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .pc_container-sm3,
.pc_tb_container-sm3,
.container-sm3 {
    max-width: 500px;
  }
}
@media screen and (max-width: 999px), print {
  .pc_container-sm3,
.pc_tb_container-sm3,
.container-sm3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pc_container-sm3 .container,
.pc_tb_container-sm3 .container,
.container-sm3 .container {
  padding-right: 0;
}

.pc_padding,
.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.main_content {
  padding-top: 60px;
  font-size: 1rem;
  padding-bottom: 140px;
}

.scroll_to_top {
  right: 20px;
}
@media screen and (min-width: 1120px) {
  .scroll_to_top {
    right: 20px;
  }
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Utility - Cosmetic

ユーティリティー設定。
このサイト専用というわけでもない共通設定。

*/
.pc_none,
.root .pc_none {
  display: none;
}

.block,
.pc_block {
  display: block;
}

@media screen and (min-width: 1000px) and (max-width: 1099px), print {
  .pc_s_block {
    display: block;
  }
}
.tel_link,
.tel_link-no {
  pointer-events: none;
  cursor: default;
  color: inherit;
}
.root .tel_link, .root .tel_link:hover,
.root .tel_link-no,
.root .tel_link-no:hover {
  text-decoration: none;
  color: inherit;
}

.sp_click,
.pc_no_click {
  pointer-events: none;
  cursor: default;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************



## Component - Base

コンポーネント設定。
各ページでよく使い回す記述。
このサイト専用の共通設定。

*/
/**************************

## - 段組設定 2列 3列 4列

PCの時だけ、中央に等間隔で余白を作り、width: 100%; を守って列になる。
ul でなくてもいい。

**2列 .pc_column2**

	<ul class="pc_column2">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**3列 .pc_column3**

	<ul class="pc_column3">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

**4列 .pc_column4**

	<ul class="pc_column4">
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
		<li>コンテンツ</li>
	</ul>

*/
.pc_column2 > *:nth-child(2n) {
  padding-bottom: 20px;
}

.pc_column2-no_mb > *:nth-child(2n) {
  padding-bottom: 0em;
}

.pc_column2 > *:last-child {
  padding-bottom: 0;
}

.pc_column3 > *:nth-child(3n) {
  padding-bottom: 20px;
}

.pc_column3-no_mb > *:nth-child(3n) {
  padding-bottom: 0em;
}

.pc_column3 > *:last-child {
  padding-bottom: 0;
}

.pc_column4 > *:nth-child(4n) {
  padding-bottom: 20px;
}

.pc_column4-no_mb > *:nth-child(4n) {
  padding-bottom: 0em;
}

.pc_column4 > *:last-child {
  padding-bottom: 0;
}

.pc_column2::before, .pc_column2::after {
  content: "";
  display: table;
}
.pc_column2::after {
  clear: both;
}
.pc_column2 > * {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.pc_column2 > *:nth-child(2n+1) {
  clear: left;
  padding-right: 20px;
}
.pc_column2 > *:nth-child(2n) {
  padding-left: 20px;
}

.pc_column3::before, .pc_column3::after {
  content: "";
  display: table;
}
.pc_column3::after {
  clear: both;
}
.pc_column3 > * {
  width: 33.3333333333%;
  float: left;
  box-sizing: border-box;
}
.pc_column3 > *:nth-child(3n+1) {
  clear: left;
  padding-right: 27px;
}
.pc_column3 > *:nth-child(3n+2) {
  padding-left: 13px;
  padding-right: 13px;
}
.pc_column3 > *:nth-child(3n) {
  padding-left: 27px;
}

.pc_column4::before, .pc_column4::after {
  content: "";
  display: table;
}
.pc_column4::after {
  clear: both;
}
.pc_column4 > * {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.pc_column4 > *:nth-child(4n+1) {
  clear: left;
  padding-right: 15px;
}
.pc_column4 > *:nth-child(4n+2) {
  padding-left: 5px;
  padding-right: 10px;
}
.pc_column4 > *:nth-child(4n+3) {
  padding-left: 10px;
  padding-right: 5px;
}
.pc_column4 > *:nth-child(4n) {
  padding-left: 15px;
}

.pc_column2_2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pc_column2_2 > * {
  width: 360px;
  margin-right: 10px;
}
.pc_column2_2 > *:nth-child(2n) {
  margin-right: 0;
}
.pc_column2_2 > *:nth-child(2n) {
  padding-bottom: 20px;
}
.pc_column2_2 > *:last-child {
  padding-bottom: 0;
}

.set::before, .set::after {
  content: "";
  display: table;
}
.set::after {
  clear: both;
}
.set .resize.right {
  width: 100%;
  box-sizing: border-box;
  float: right;
  padding-left: 390px;
  margin-left: -350px;
}
.set .fix.left {
  width: 350px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}
.set .resize.left {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-right: 390px;
  margin-right: -350px;
}
.set .fix.right {
  width: 350px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}
.set .fix > img:not(.cancel),
.set .resize > img:not(.cancel) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
.set-2 .resize.right {
  width: 100%;
  box-sizing: border-box;
  float: right;
  padding-left: 240px;
  margin-left: -200px;
}
.set-2 .fix.left {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}
.set-2 .resize.left {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-right: 240px;
  margin-right: -200px;
}
.set-2 .fix.right {
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}
.set-2 .fix > img:not(.cancel),
.set-2 .resize > img:not(.cancel) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.set-3 .resize.right {
  width: 100%;
  box-sizing: border-box;
  float: right;
  padding-left: 420px;
  margin-left: -400px;
}
.set-3 .fix.left {
  width: 400px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}
.set-3 .resize.left {
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-right: 420px;
  margin-right: -400px;
}
.set-3 .fix.right {
  width: 400px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: right;
}
.set-3 .fix > img:not(.cancel),
.set-3 .resize > img:not(.cancel) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.footer-scroll_to_top_stop .scroll_to_top {
  position: absolute;
  top: -100px;
}

/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
.header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header > .container {
  display: flex;
  justify-content: space-between;
}
.header__a {
  flex-basis: 330px;
  flex-shrink: 0;
  flex-grow: 0;
}
.header__b {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 330px;
  height: 80px;
}
.header .open_menu {
  display: none;
}

.gnav__ul {
  display: flex;
  justify-content: flex-end;
}
.gnav__a {
  height: 80px;
  padding-left: 15px;
  /*20*/
  padding-right: 15px;
  /*20*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #353535;
}
.gnav__a:hover, .gnav__a._hover {
  background: repeating-linear-gradient(-45deg, rgba(2, 16, 54, 0.8) 0, rgba(2, 16, 54, 0.8) 2px, rgba(0, 5, 16, 0.8) 2px, rgba(0, 5, 16, 0.8) 4px);
  color: #fff;
}

.sticky_area {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 70px;
  transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  top: 100px;
}
.sticky_area-init {
  right: -70px;
}
.sticky_area-init.sticky_area-inited {
  right: 0;
}
@media screen and (max-width: 1070px) {
  .sticky_area {
    right: -70px !important;
  }
}
.sticky_area.init {
  right: -70px;
}

.sticky_list li:not(:last-child) {
  margin-bottom: 15px;
}

.sticky_panel {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 15px 20px 18px;
  box-sizing: border-box;
  color: #fff;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: background-color 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  height: 140px;
}
.sticky_panel-1 {
  height: 190px;
}
.sticky_panel .image {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
}
.sticky_panel .text {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: left;
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.08em;
}
.sticky_panel:hover {
  color: #fff;
}
.sticky_panel-junior {
  background-color: #8eba54;
}
.sticky_panel-junior:hover {
  background-color: #749c3f;
}
.sticky_panel-senior {
  background-color: #19a2b2;
}
.sticky_panel-senior:hover {
  background-color: #137985;
}
.sticky_panel-doctor {
  background-color: #833bdb;
}
.sticky_panel-doctor:hover {
  background-color: #6a23c0;
}

.gnav_sub_area {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: repeating-linear-gradient(-45deg, rgba(2, 16, 54, 0.8) 0, rgba(2, 16, 54, 0.8) 2px, rgba(0, 5, 16, 0.8) 2px, rgba(0, 5, 16, 0.8) 4px);
  box-sizing: border-box;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.gnav_sub_area__inner {
  padding: 12px 12px 2px;
}
.gnav_sub_area._show {
  height: auto;
  display: block;
  animation-name: fade-in;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}
.gnav_sub_area._leave {
  height: auto;
  display: block;
  animation-name: fade-out;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

.gnav_sub {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
}
.gnav_sub > .gnav_sub__list {
  display: flex;
  flex-wrap: wrap;
}
.gnav_sub > .gnav_sub__list > li {
  width: 25%;
}
.gnav_sub__list {
  font-size: 0;
  width: 100%;
}
.gnav_sub__list .li1 {
  margin-bottom: 10px;
}
.gnav_sub__list .a1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 46px;
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}
.gnav_sub__list .a1:hover {
  background-color: #fff;
  color: #353535;
}
.gnav_sub__list .gnav_block {
  display: block;
}
.gnav_sub__list .sub_menu__ul2,
.gnav_sub__list .sub_menu__ul3,
.gnav_sub__list .js-toggle {
  display: none;
}