@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  letter-spacing: 0.05rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 80px;
  --sectionBottom: 100px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

@media print {
  .second {
    padding-top: 0;
  }
}

#pankuzu {
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-top: 10px;
  }
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #333;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #333;
}

#page_header {
  background-image: url(../images/common/ttlBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  padding: 90px 50px 60px;
  border-bottom: 2px solid #2f3d59;
}
@media screen and (max-width: 1024px) {
  #page_header {
    padding: 60px 50px 40px;
  }
}
@media screen and (max-width: 520px) {
  #page_header {
    padding: 60px 50px 30px;
  }
}
@media print {
  #page_header {
    padding-top: 150px;
  }
}
#page_header h1 {
  color: #2f3d59;
  font-size: 80px;
}
@media screen and (max-width: 1024px) {
  #page_header h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 820px), print {
  #page_header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
  }
}
#page_header .sub {
  color: #2f3d59;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  #page_header .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #page_header .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #page_header .sub {
    font-size: 14px;
  }
}

.secTitle {
  color: #a89a92;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .secTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 14px;
  }
}
.secTitle span {
  color: #a89a92;
  font-size: 80px;
  font-weight: bold;
  top: -90px;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .secTitle span {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle span {
    font-size: 40px;
  }
}
.secTitle.__blue {
  color: #2f3d59;
}
.secTitle.__blue span {
  color: #2f3d59;
}
.secTitle.__brown {
  color: #a89a92;
}
.secTitle.__brown span {
  color: #a89a92;
}
.secTitle.__white {
  color: #fff;
}
.secTitle.__white span {
  color: #fff;
}

.sec-ttl {
  color: #2f3d59;
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .sec-ttl {
    font-size: 62px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 820px), print {
  .sec-ttl {
    font-size: 54px;
  }
}
@media screen and (max-width: 520px) {
  .sec-ttl {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.sec-ttl span {
  display: block;
  font-size: 26px;
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  .sec-ttl span {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  .sec-ttl span {
    font-size: 20px;
  }
}

.ContentBox {
  margin-top: 70px;
}
@media screen and (max-width: 820px), print {
  .ContentBox {
    flex-direction: column-reverse;
    margin-top: 45px;
  }
}
.ContentBox .contentItem {
  max-width: 1050px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  .ContentBox .contentItem {
    max-width: 100%;
  }
}
.ContentBox .contentItem + .contentItem {
  max-width: 270px;
  margin-left: 50px;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 820px), print {
  .ContentBox .contentItem + .contentItem {
    position: relative;
    top: auto;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  .ContentBox .contentItem + .contentItem {
    margin-bottom: 30px;
  }
}
.ContentBox .contentItem + .contentItem a {
  border-bottom: 1px solid #2f3d59;
  padding: 20px;
  color: #2f3d59;
  position: relative;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  .ContentBox .contentItem + .contentItem a {
    font-size: 16px;
    padding: 15px;
  }
}
.ContentBox .contentItem + .contentItem a::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #2f3d59;
  border-right: 1px solid #2f3d59;
  width: 13px;
  height: 13px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.ContentBox .contentItem + .contentItem a:hover {
  background-color: #e5e1e1;
  opacity: 1;
}
.ContentBox .contentItem + .contentItem a:first-of-type {
  border-top: 1px solid #2f3d59;
}
.ContentBox .contentItem + .contentItem a.active {
  background-color: #f5faff;
}
@media screen and (max-width: 820px), print {
  .ContentBox .contentItem + .contentItem a.active {
    background-color: transparent;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #e6e9ed;
}

.brownBg02 {
  background-image: url(../images/top/brownBg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.button01 {
  background-color: #fff;
  border: 1px solid #2f3d59;
  box-shadow: 8px 8px 0 #2f3d59;
  color: #2f3d59;
  display: block;
  font-size: 18px;
  font-weight: bold;
  max-width: 310px;
  margin-bottom: 35px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #2f3d59;
}
.button01 span {
  position: relative;
  margin-left: -25px;
}
.button01 span::after {
  content: "";
  width: 23px;
  height: 23px;
  border: 1px solid #2f3d59;
  border-radius: 50%;
  background-color: #2f3d59;
  position: absolute;
  top: 53%;
  right: -35px;
  margin-top: -11px;
}
.button01 span::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 53%;
  right: -26px;
  margin-top: -4px;
  transform: rotate(45deg);
  z-index: 1;
}
.button01:hover {
  opacity: 1;
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 #2f3d59;
}

.brownBtn {
  border: 1px solid #8c807d;
  box-shadow: 8px 8px 0 #8c807d;
  color: #8c807d;
}
.brownBtn:visited {
  color: #8c807d;
}
.brownBtn span::after {
  border: 1px solid #8c807d;
  background-color: #8c807d;
}
.brownBtn:hover {
  opacity: 1;
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 #8c807d;
}

.brownBtn02 {
  border: 1px solid #a89a92;
  box-shadow: 8px 8px 0 #a89a92;
  color: #a89a92;
}
.brownBtn02:visited {
  color: #a89a92;
}
.brownBtn02 span::after {
  border: 1px solid #a89a92;
  background-color: #a89a92;
}
.brownBtn02:hover {
  opacity: 1;
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 #a89a92;
}

.btnArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 650px;
}
@media screen and (max-width: 1100px) {
  .btnArea {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  .btnArea {
    flex-direction: unset;
  }
}
@media screen and (max-width: 520px) {
  .btnArea {
    flex-direction: column;
  }
}
.btnArea .button01 {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1100px) {
  .btnArea .button01 {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  .btnArea .button01 {
    width: calc(50% - 25px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .btnArea .button01 {
    width: 100%;
    margin-bottom: 25px;
  }
}
.btnArea .dummy {
  width: calc(50% - 15px);
  max-width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .btnArea .dummy {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  .btnArea .dummy {
    width: calc(50% - 15px);
  }
}

.pagination {
  margin: 60px auto 0;
}
@media screen and (max-width: 520px) {
  .pagination {
    margin: 30px auto 0;
  }
}
.pagination .inner {
  display: flex;
  justify-content: center;
}
.pagination .inner span,
.pagination .inner a {
  font-weight: bold;
  line-height: 20px;
  width: 40px;
  height: 40px;
  color: #a89a92;
  background-color: #fff;
  border: 1px solid #a89a92;
  margin: 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .inner .current {
  background-color: #a89a92;
  color: #fff;
  display: flex;
  align-items: center;
}
.pagination .inner .pn-prev,
.pagination .inner .pn-next {
  position: relative;
}
.pagination .inner .pn-prev::before, .pagination .inner .pn-prev::after,
.pagination .inner .pn-next::before,
.pagination .inner .pn-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 1px;
  background-color: #a89a92;
  transform-origin: calc(100% - 0.5px) 50%;
  transform: translate(-50%, -50%);
}
.pagination .inner .pn-next::before {
  transform: rotate(45deg);
}
.pagination .inner .pn-next::after {
  transform: rotate(-45deg);
}
.pagination .inner .pn-prev::before {
  transform: rotate(45deg);
  transform-origin: 0.5px 50%;
}
.pagination .inner .pn-prev::after {
  transform: rotate(-45deg);
  transform-origin: 0.5px 50%;
}
.pagination .opa {
  background-color: #efefef !important;
  border: 1px solid #efefef !important;
}
.pagination .opa::before, .pagination .opa::after {
  background-color: #ccc;
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  text-align: center;
}

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* header */
.headerInner {
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding-left: 20px;
  width: 100%;
  z-index: 999;
  transition: 0.3s ease;
}
@media print {
  .headerInner {
    position: absolute;
  }
}

.headerInner.menuActive {
  background-color: #fff;
  box-shadow: 0 -5px 12px #000;
}

.scrolled {
  transition: 0.3s ease;
}
.scrolled .headerInner {
  background-color: #fff;
  box-shadow: 0 -5px 12px #000;
}

.headerLogo {
  max-width: 450px;
}
@media screen and (max-width: 1100px) {
  .headerLogo {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    width: 200px;
  }
}
@media print {
  .headerLogo {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  #gNav {
    background-color: #f0ebe7;
    position: fixed;
    left: 0;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  #gNav .headerNav {
    flex-direction: column;
    padding: 40px 20px;
    margin: unset;
  }
}
@media print {
  #gNav {
    display: none;
  }
}

.headerNavList {
  margin-right: clamp(1px, 2.3vw, 45px);
}
.headerNavList.headContactBtn {
  background-color: #e6e9ed;
  color: #fff;
}
.headerNavList.headContactBtn .headerNavList__link {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  height: var(--headerHeight);
  width: clamp(1px, 14vw, var(--headerHeight) * 2);
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    width: 100%;
  }
  .headerNavList:first-of-type .headerNavList__link {
    border-top: 1px solid #ccc;
  }
  .headerNavList + .headerNavList {
    margin-left: 0;
  }
  .headerNavList .headerNavList__link {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px 10px;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .headerNavList .headerNavList__link {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList .headerNavList__link::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #2f3d59;
    border-right: solid 1px #2f3d59;
    position: absolute;
    top: 53%;
    right: 27px;
    margin-top: -5px;
    transform: rotate(45deg);
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .headerNavList .headerNavList__link::before {
    right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .headerNavList.headContactBtn {
    background-color: transparent;
  }
  .headerNavList.headContactBtn .headerNavList__link {
    color: #333;
    display: block;
    height: auto;
    width: 100%;
  }
}

:root {
  --borderPosition: 13px;
}

.hunsMenu {
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
}
.hunsMenu::before {
  bottom: 3px;
  content: "MENU";
  color: #2f3d59;
  font-size: 13px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
.hunsMenu span {
  background: #2f3d59;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 2px;
  width: 55%;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 8px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 16px);
}
.hunsMenu.active::before {
  content: "CLOSE";
}
.hunsMenu.active span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  width: 55%;
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 30px;
  transform: translateX(-50%) translateY(-6px) rotate(45deg);
  width: 55%;
}

#gNav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerNavList__link:hover {
  opacity: 1;
  color: #96443e;
}

/*  footer  */
footer {
  background-color: #2f3d59;
  background-image: url(../images/common/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 90px 0 0;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 520px) {
  footer {
    padding: 45px 0 0;
  }
}
@media print {
  footer {
    zoom: 60%;
  }
}
footer p {
  color: #fff;
}
footer a {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  footer a {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  footer a {
    font-size: 14px;
  }
}

.footLogo {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .footLogo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px), print {
  .footLogo {
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  .footLogo {
    width: 90%;
    margin-bottom: 10px;
  }
}

.accessCard {
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  .accessCard {
    flex-direction: column;
    max-width: 430px;
    margin: 15px auto 0;
  }
}
@media print {
  .accessCard {
    display: flex;
    flex-direction: unset;
    max-width: 100%;
    margin: 0 auto;
  }
}
.accessCard p {
  font-size: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 820px), print {
  .accessCard p {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .accessCard p {
    font-size: 14px;
  }
}

.accessCard02 {
  padding: 15px 0 50px;
}
@media screen and (max-width: 1024px) {
  .accessCard02 {
    flex-direction: column;
    margin: 0 auto;
    max-width: 640px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 820px), print {
  .accessCard02 {
    max-width: 430px;
    padding: 0 0 15px;
  }
}
@media print {
  .accessCard02 {
    flex-direction: unset;
    max-width: 100%;
  }
}
.accessCard02 .accessCardFlex {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .accessCard02 .accessCardFlex {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px), print {
  .accessCard02 .accessCardFlex {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media print {
  .accessCard02 .accessCardFlex {
    flex-direction: unset;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
  }
}
.accessCard02 .accessCardFlex .accessCardTitle {
  border: 1px solid #fff;
  padding: 0 3px;
  min-width: 75px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .accessCard02 .accessCardFlex .accessCardTitle {
    min-width: 95px;
  }
}
@media screen and (max-width: 820px), print {
  .accessCard02 .accessCardFlex .accessCardTitle {
    max-width: 95px;
    margin: 15px 0 5px;
    text-align: center;
  }
}
@media print {
  .accessCard02 .accessCardFlex .accessCardTitle {
    margin-right: 15px;
  }
}
.accessCard02 p {
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  .accessCard02 p {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .accessCard02 p {
    font-size: 14px;
  }
}

.siteMapList {
  margin-bottom: 60px;
}
.siteMapList li {
  padding: 0 30px;
  border-left: 1px solid #ccc;
}
.siteMapList li:last-child {
  border-right: 1px solid #ccc;
}

.siteFoot {
  padding: 15px 0;
}
@media screen and (max-width: 520px) {
  .siteFoot {
    padding: 15px 0 80px;
  }
}
.siteFoot .siteFootItem__link {
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  .siteFoot .siteFootItem__link {
    font-size: 10px;
  }
}

.fixBtnArea {
  justify-content: end;
  position: fixed;
  bottom: 0;
  right: 80px;
  max-width: 350px;
  z-index: 4;
}
@media screen and (max-width: 1600px) {
  .fixBtnArea {
    right: 30px;
  }
}
@media screen and (max-width: 520px) {
  .fixBtnArea {
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0 20px;
  }
}
@media print {
  .fixBtnArea {
    display: none;
  }
}
.fixBtnArea .fixBtn {
  font-size: 0;
}
.fixBtnArea .fixBtn01 {
  transform: translateY(20px);
  transition: 0.3s ease;
}
.fixBtnArea .fixBtn01:hover {
  transform: translateY(10px);
  opacity: 1;
}
.fixBtnArea .fixBtn02 {
  margin-left: 15px;
  transform: translateY(20px);
  transition: 0.3s ease;
}
.fixBtnArea .fixBtn02:hover {
  transform: translateY(10px);
  opacity: 1;
}
@media screen and (max-width: 520px) {
  .fixBtnArea .fixBtn02 {
    margin-left: 10px;
  }
}

@media print {
  #top {
    zoom: 60%;
  }
}

/** topFv ***********************************************************/
.topFvBox {
  transform: translate(0, -50%);
  top: 50%;
  right: 2.5vw;
  position: absolute;
}
@media screen and (max-width: 520px) {
  .topFvBox {
    top: 79%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    margin: 0 auto;
  }
}
.topFvBox .topFvTitle {
  font-size: 3vw;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .topFvBox .topFvTitle {
    font-size: 26px;
  }
}
.topFvBox .topFvText {
  font-size: 1.2vw;
  margin-left: 20px;
}
@media screen and (max-width: 520px) {
  .topFvBox .topFvText {
    font-size: 2.8vw;
    margin-left: 10px;
  }
}

@media print {
  .topFvCard {
    display: none;
  }
}

.topFvCard_print {
  display: none;
}
@media print {
  .topFvCard_print {
    display: block;
  }
}

#TNarea {
  padding-top: 60px;
  margin-top: -60px;
}

.scroll {
  position: absolute;
  left: 5%;
  bottom: 18%;
  z-index: 3;
  writing-mode: sideways-lr;
}
@media screen and (max-width: 1500px) {
  .scroll {
    bottom: 22%;
  }
}
.scroll span {
  color: #fff;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -195px;
  content: "";
  height: 185px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
/** topAbout ***********************************************************/
#topAbout {
  border-top: 6px solid #2f3d59;
}
@media screen and (max-width: 1024px) {
  #topAbout {
    border-top: 3px solid #2f3d59;
  }
}
#topAbout .wrapFlex {
  display: flex;
  justify-content: end;
  position: relative;
}
#topAbout {
  /*コンテンツのブロック*/
}
#topAbout .contents {
  margin-left: 120px;
}
@media screen and (max-width: 1300px) {
  #topAbout .contents {
    margin-left: 60px;
  }
}
#topAbout .contents .infoCard {
  padding: 0 !important;
  max-width: 730px;
}
@media screen and (max-width: 1500px) {
  #topAbout .contents .infoCard {
    max-width: 950px;
  }
}
#topAbout .contents .contentsItem {
  margin-top: 20vh;
}
#topAbout .contents .scroll-box02 {
  margin-top: 40vh;
}
#topAbout .contents .scroll-box03 {
  margin-top: 40vh;
}
#topAbout .contents .contentsItem:last-child {
  padding-bottom: 40vh;
}
@media screen and (max-width: 1024px) {
  #topAbout .contents .contentsItem:last-child {
    padding-bottom: 30vh;
  }
}
@media screen and (max-width: 820px), print {
  #topAbout .contents .contentsItem:last-child {
    padding-bottom: 20vh;
  }
}
#topAbout .images {
  width: 1000px;
  display: flex;
  height: 100vh;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  justify-content: end;
}
@media screen and (max-width: 1500px) {
  #topAbout .images {
    margin-left: 40px;
  }
}
#topAbout .images .contentsImage {
  height: 693px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (max-height: 950px) {
  #topAbout .images .contentsImage {
    height: 650px;
  }
}
@media screen and (max-width: 1500px) {
  #topAbout .images .contentsImage {
    height: 405px;
  }
}
@media screen and (max-height: 700px) {
  #topAbout .images .contentsImage {
    height: 405px;
  }
}
#topAbout .images .contentsImage.active {
  opacity: 1;
  visibility: visible;
}

.infoCard {
  justify-content: end;
  padding: 140px 0;
}
@media screen and (max-width: 1024px) {
  .infoCard {
    flex-direction: unset;
    padding: 90px 0;
  }
}
@media screen and (max-width: 820px), print {
  .infoCard {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  .infoCard {
    padding: 60px 0;
  }
}
@media print {
  .infoCard {
    padding-left: 60px;
  }
}
.infoCard .infoCardText {
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  .infoCard .infoCardText {
    padding-right: 0;
  }
}
.infoCard .infoCardText .infoTitle {
  font-size: 44px;
  font-weight: bold;
  padding: 50px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .infoCard .infoCardText .infoTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .infoCard .infoCardText .infoTitle {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 820px), print {
  .infoCard .infoCardText .infoTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .infoCard .infoCardText .infoTitle {
    font-size: 20px;
    padding: 20px 0 30px;
  }
}
.infoCard .infoCardText .infoText {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .infoCard .infoCardText .infoText {
    margin-bottom: 30px;
  }
}
.infoCard .infoCardImage02 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 820px), print {
  .infoCard .infoCardImage02 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .infoCard .infoCardText {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .infoCard .infoCardText {
    margin-top: 20px;
  }
}

.infoCard02 {
  background-color: #eae5e4;
}

#topEntry {
  color: #fff;
}
#topEntry .secTitle {
  color: #fff;
}
#topEntry .brownBg02 {
  padding: 0 0 60px;
}
#topEntry .infoCard {
  justify-content: left;
  align-items: center;
  padding: 170px 0 90px;
}
@media screen and (max-width: 1400px) {
  #topEntry .infoCard {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 1024px) {
  #topEntry .infoCard {
    padding: 90px 0 60px;
  }
}
@media screen and (max-width: 820px), print {
  #topEntry .infoCard {
    flex-direction: column;
    padding: 60px 0;
  }
}
#topEntry .infoCardImage {
  position: relative;
  z-index: 3;
}
#topEntry .infoCardImageAction {
  display: flex;
}
@media print {
  #topEntry .infoCardImageAction {
    display: none;
  }
}
#topEntry .infoCardImageAction .imgItem {
  width: 25%;
}
#topEntry .infoCardText {
  padding-right: 60px;
  padding-left: 120px;
  position: relative;
  z-index: 3;
  width: 680px;
}
@media screen and (max-width: 1320px) {
  #topEntry .infoCardText {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #topEntry .infoCardText {
    padding-right: 30px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 820px), print {
  #topEntry .infoCardText {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
#topEntry .infoCardText p {
  line-height: 2;
}

#topEntry .infoCardText,
#topEntry .infoCardImage02 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
#topEntry .infoCardText.show,
#topEntry .infoCardImage02.show {
  opacity: 1;
  transform: translateY(0);
}

#bigP {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #bigP {
    flex-direction: column;
  }
}
#bigP .bigPimg {
  font-size: 0;
}
#bigP .bigPimg:last-child {
  padding-left: 15px;
}
@media screen and (max-width: 520px) {
  #bigP .bigPimg:last-child {
    padding-left: 0;
    padding-top: 10px;
  }
}

.blueBg.bg-blue {
  background-color: #e6e9ed;
  transition: background-color 0.4s ease;
}

.blueBg.bg-brown {
  background-color: #eae5e4;
  transition: background-color 0.4s ease;
}

/** service ***********************************************************/
#topNews {
  padding: 80px 0 120px;
}
@media screen and (max-width: 520px) {
  #topNews {
    padding: 40px 0;
  }
}

.serviceCard {
  margin-top: 70px;
  margin-bottom: 79px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .serviceCard {
    margin-bottom: 15px;
  }
}

.serviceCardItem {
  border: 1px solid #a89a92;
  box-shadow: 7px 7px 10px rgba(68, 73, 58, 0.3);
  position: relative;
  padding: 20px;
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .serviceCardItem {
    margin-bottom: 60px;
    width: 47%;
  }
}
@media screen and (max-width: 520px) {
  .serviceCardItem {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.serviceCardItem .thumb_area {
  font-size: 0;
}
.serviceCardItem .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 75%;
}
.serviceCardItem .thumb_area .no-image {
  background-image: url(../images/news/no-image@2x.jpg);
}
.serviceCardItem .newsItemNew {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  left: -30px;
}
.serviceCardItem .newsItemCategory {
  margin-top: 20px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 0 15px;
}
.serviceCardItem .serviceCardItem--title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .serviceCardItem .serviceCardItem--title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.serviceCardItem .serviceCardItem--text {
  font-size: 14px;
}

.dummy {
  border: unset;
  box-shadow: unset;
  padding: 0;
  margin: 0;
}

.borderBg {
  position: absolute;
  width: 90%;
}
.borderBg.__blue {
  background-color: #cadee5;
}
.borderBg.__brown {
  background-color: #f7f2ed;
}
.borderBg.__topLeft {
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
@media screen and (max-width: 820px), print {
  .borderBg.__topLeft {
    top: 25%;
  }
}
.borderBg.__bottomRight {
  bottom: -10%;
  right: 0;
}

.slick-dots {
  bottom: 30px;
  display: block;
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translate(-50%, 0);
  list-style: none;
}
@media screen and (max-width: 520px) {
  .slick-dots {
    bottom: 45%;
    width: 30px;
    left: 4%;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .slick-dots li {
    margin: 10px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  opacity: 1;
  background: #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #2f3d59;
}

.scroll02 {
  margin: -170px 0 0;
}
@media screen and (max-width: 1024px) {
  .scroll02 {
    margin: -100px 0 0;
  }
}
@media screen and (max-width: 520px) {
  .scroll02 {
    margin: -70px 0 0;
  }
}

.scroll-infinity {
  position: relative;
  z-index: 1;
}
.scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: infinity-scroll-left 80s linear infinite;
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
  flex-shrink: 0;
  width: 140vw;
}
@media screen and (max-width: 1800px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 150vw;
  }
}
@media screen and (max-width: 1600px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 160vw;
  }
}
@media screen and (max-width: 1400px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 180vw;
  }
}
@media screen and (max-width: 1200px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 200vw;
  }
}
@media screen and (max-width: 820px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 170vw;
  }
}
@media screen and (max-width: 520px) {
  .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 260vw;
  }
}
.scroll-infinity .scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  display: block;
  padding-left: 40px;
}

.notext {
  padding: 45px 0;
  margin: 0 auto;
  text-align: center;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 820px), print {
  .col-2 {
    width: 100%;
  }
}

/** news ***********************************************************/
@media screen and (max-width: 820px), print {
  .contentflexBox {
    flex-direction: column-reverse;
  }
}
@media print {
  .contentflexBox {
    padding-bottom: 60px;
  }
}
.contentflexBox .contentItem {
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  .contentflexBox .contentItem {
    max-width: 100%;
  }
}
.contentflexBox .contentItem + .contentItem {
  max-width: 400px;
  margin-left: 50px;
  position: sticky;
  top: 120px;
  height: 300px;
}
@media screen and (max-width: 1024px) {
  .contentflexBox .contentItem + .contentItem {
    max-width: 260px;
  }
}
@media screen and (max-width: 820px), print {
  .contentflexBox .contentItem + .contentItem {
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    height: auto;
    top: 0;
  }
}
@media screen and (max-width: 520px) {
  .contentflexBox .contentItem + .contentItem {
    margin-bottom: 40px;
  }
}
.contentflexBox .contentItem + .contentItem .cateItem:first-of-type {
  border-top: 1px solid #2f3d59;
}
.contentflexBox .contentItem + .contentItem .choice a {
  background-color: #f5faff;
}
.contentflexBox .contentItem + .contentItem a {
  border-bottom: 1px solid #2f3d59;
  padding: 15px 30px;
  color: #2f3d59;
  position: relative;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  .contentflexBox .contentItem + .contentItem a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.contentflexBox .contentItem + .contentItem a::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #2f3d59;
  border-right: 1px solid #2f3d59;
  width: 13px;
  height: 13px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 820px), print {
  .contentflexBox .contentItem + .contentItem a::before {
    width: 10px;
    height: 10px;
  }
}
.contentflexBox .contentItem + .contentItem a:hover {
  background-color: #e5e1e1;
  opacity: 1;
}
.contentflexBox .contentItem .cateTitle {
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  .contentflexBox .contentItem .cateTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.newsList {
  position: relative;
}
.newsList li + li {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  .newsList li + li {
    margin-top: 25px;
  }
}
.newsList .newsItemNew {
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .newsList .newsItemNew {
    width: 40px;
    height: 40px;
    left: -17px;
    top: -17px;
  }
}
.newsList .ListItem {
  border-radius: 9px;
  border: 1px solid #a89a92;
  padding: 30px 100px 35px 30px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(81, 81, 81, 0.2);
}
@media screen and (max-width: 1024px) {
  .newsList .ListItem {
    padding: 30px 60px 35px 30px;
  }
}
@media screen and (max-width: 820px), print {
  .newsList .ListItem {
    padding: 20px 30px 20px 20px;
  }
}
.newsList .ListItem::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #a89a92;
  border-right: 1px solid #a89a92;
  width: 12px;
  height: 12px;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 820px), print {
  .newsList .ListItem::before {
    right: 15px;
  }
}
@media screen and (max-width: 520px) {
  .newsList .ListItem .newsItemHead {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsList .ListItem .newsItemTitle {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px;
}
@media screen and (max-width: 520px) {
  .newsList .ListItem .newsItemTitle {
    font-size: 16px;
    margin-top: 10px;
  }
}
.newsList .thumb_area {
  width: 160px;
  font-size: 0;
}
@media screen and (max-width: 520px) {
  .newsList .thumb_area {
    width: 100px;
  }
}
.newsList .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 75%;
}
.newsList .thumb_area .no-image {
  background-image: url(../images/news/no-image@2x.jpg);
}
.newsList .newsinner {
  width: calc(100% - 205px);
}
@media screen and (max-width: 1024px) {
  .newsList .newsinner {
    width: calc(100% - 185px);
  }
}
@media screen and (max-width: 520px) {
  .newsList .newsinner {
    width: calc(100% - 120px);
  }
}

.newsItemTime {
  font-size: 14px;
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  .newsItemTime {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.newsItemCategory {
  padding: 3px 15px;
  font-size: 14px;
  border-radius: 3px;
}
@media screen and (max-width: 520px) {
  .newsItemCategory {
    font-size: 12px;
    padding: 3px 10px;
  }
}
.newsItemCategory.seminar {
  background-color: #e0d7c7;
}
.newsItemCategory.presentations {
  background-color: #dac7dd;
}
.newsItemCategory.information {
  background-color: #c7d6e0;
}

#news #newsArea {
  margin-bottom: 125px;
  margin-top: 110px;
}
@media screen and (max-width: 820px), print {
  #news #newsArea {
    margin-bottom: 60px;
    margin-top: 55px;
  }
}

/** newsDetail ***********************************************************/
#news_detail_Area {
  margin-bottom: 125px;
  margin-top: 110px;
}
@media screen and (max-width: 820px), print {
  #news_detail_Area {
    margin-bottom: 60px;
    margin-top: 55px;
  }
}
@media screen and (max-width: 1024px) {
  #news_detail_Area .contentflexBox {
    flex-direction: column;
  }
}
@media print {
  #news_detail_Area .contentflexBox {
    flex-direction: column;
  }
}
#news_detail_Area .contentflexBox .postItem {
  border: 1px solid #a89a92;
  box-shadow: 12px 12px 12px rgba(81, 81, 81, 0.2);
  padding: 35px 45px 40px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .contentflexBox .postItem {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail_Area .contentflexBox .postItem .newsItemTime {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#news_detail_Area .contentflexBox .contentItem + .contentItem {
  position: relative;
  top: auto;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #news_detail_Area .contentflexBox .contentItem + .contentItem {
    max-width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  #news_detail_Area .contentflexBox .contentItem + .contentItem {
    margin-top: 30px;
  }
}
@media print {
  #news_detail_Area .contentflexBox .contentItem + .contentItem {
    margin-top: 50px;
    margin-left: 0;
  }
}
#news_detail_Area .newsItemHead {
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .newsItemHead {
    margin-bottom: 10px;
  }
}
#news_detail_Area .newsItemTitle {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .newsItemTitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}
#news_detail_Area .newpostList {
  margin-top: 60px;
}
@media screen and (max-width: 820px), print {
  #news_detail_Area .newpostList {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail_Area .newpostList .newsList li + li {
    margin-top: 15px;
  }
}
#news_detail_Area .newpostList .ListItem {
  border: none;
  box-shadow: none;
  background-color: #f7f2f0;
  border-radius: 0;
  padding: 25px 30px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .newpostList .ListItem {
    padding: 15px;
  }
}
#news_detail_Area .newpostList .ListItem::before {
  content: none;
}
#news_detail_Area .newpostList .ListItem:hover {
  opacity: 0.7;
}
#news_detail_Area .newpostList .ListItem li + li {
  margin-top: 20px;
}
#news_detail_Area .newpostList .newsItemTime {
  margin-right: 20px;
}
#news_detail_Area .newpostList .newsItemHead {
  align-items: center;
  flex-direction: row;
}
#news_detail_Area .newpostList .postTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news_detail_Area .newpostList .thumb_area {
  width: 140px;
  font-size: 0;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .newpostList .thumb_area {
    width: 100px;
  }
}
#news_detail_Area .newpostList .newsinner {
  width: calc(100% - 160px);
}
@media screen and (max-width: 520px) {
  #news_detail_Area .newpostList .newsinner {
    width: calc(100% - 120px);
  }
}
#news_detail_Area .share_area {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .share_area {
    margin-top: 25px;
    padding: 10px 0;
  }
}
#news_detail_Area .share_area p {
  margin: 0;
}
#news_detail_Area .share_area .addtoany_list {
  border-left: 1px solid #ccc;
  margin: 0 !important;
  padding-left: 35px;
  margin-left: 40px !important;
}
@media screen and (max-width: 1100px) {
  #news_detail_Area .share_area .addtoany_list {
    padding-left: 25px;
    margin-left: 20px !important;
  }
}
#news_detail_Area .share_area .addtoany_list a,
#news_detail_Area .share_area .widget .addtoany_list a {
  padding: 0;
}
#news_detail_Area .share_area .addtoany_list a + a,
#news_detail_Area .share_area .widget .addtoany_list a + a {
  margin-left: 50px;
}
@media screen and (max-width: 1100px) {
  #news_detail_Area .share_area .addtoany_list a + a,
  #news_detail_Area .share_area .widget .addtoany_list a + a {
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail_Area .share_area .addtoany_list a + a,
  #news_detail_Area .share_area .widget .addtoany_list a + a {
    margin-left: 20px;
  }
}
#news_detail_Area .footbtn {
  max-width: 650px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn {
    flex-direction: column;
    margin: 25px auto 0;
  }
}
#news_detail_Area .footbtn .btnItem {
  width: 48%;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn .btnItem {
    width: 100%;
  }
}
#news_detail_Area .footbtn .btnItem a {
  font-size: 18px;
  font-weight: 800;
  padding: 20px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn .btnItem a {
    font-size: 16px;
  }
}
#news_detail_Area .footbtn .btnItem a span {
  position: relative;
}
#news_detail_Area .footbtn .btnItem a span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: contain;
}
#news_detail_Area .footbtn .btnItem .pdfbtn {
  color: #5e6c7c;
  background-color: #f7f8f9;
  box-shadow: inset 0px 0px 0px 1.5px #5e6c7c, inset 0px 0px 0px 5.5px #fff;
}
#news_detail_Area .footbtn .btnItem .pdfbtn span {
  padding-right: 25px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn .btnItem .pdfbtn span {
    padding-right: 20px;
  }
}
#news_detail_Area .footbtn .btnItem .pdfbtn span::before {
  width: 20px;
  height: 24px;
  background-image: url(../images/news/icon1@2x.png);
}
#news_detail_Area .footbtn .btnItem .linkbtn {
  color: #a89a92;
  background-color: #f9f9f9;
  box-shadow: inset 0px 0px 0px 1.5px #a89a92, inset 0px 0px 0px 5.5px #fff;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn .btnItem .linkbtn {
    margin-top: 15px;
  }
}
#news_detail_Area .footbtn .btnItem .linkbtn span {
  padding-right: 40px;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn .btnItem .linkbtn span {
    padding-right: 30px;
  }
}
#news_detail_Area .footbtn .btnItem .linkbtn span::before {
  width: 22px;
  height: 22px;
  background-image: url(../images/news/icon2@2x.png);
}
#news_detail_Area .footbtn .btnItem + .btnItem {
  margin-left: 2.6vw;
}
@media screen and (max-width: 520px) {
  #news_detail_Area .footbtn .btnItem + .btnItem {
    margin-left: 0;
  }
}

.sin_btns {
  margin-top: 25px;
}

.sin_pre,
.sin_nex {
  position: relative;
  color: #2f3d59;
}
.sin_pre::before,
.sin_nex::before {
  content: "";
  position: absolute;
  background-size: contain;
  transform: translate(0, -50%);
  top: 50%;
  height: 6px;
  width: 20px;
}

.sin_pre {
  padding-right: 30px;
}
@media screen and (max-width: 520px) {
  .sin_pre {
    padding-right: 25px;
  }
}
.sin_pre::before {
  right: 0;
  background-image: url(../images/news/arw2@2x.png);
}

.sin_nex {
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  .sin_nex {
    padding-left: 25px;
  }
}
.sin_nex::before {
  left: 0;
  background-image: url(../images/news/arw1@2x.png);
}

.backbutton {
  color: #2f3d59;
}

@media screen and (max-width: 520px) {
  #contact .textCenter {
    text-align: left;
  }
}
#contact .doiChecks {
  text-align: center !important;
}

.required {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 820px), print {
  .required {
    margin-left: 1em;
  }
}

@media screen and (max-width: 820px), print {
  .formItem + .formItem {
    display: block;
    margin-top: 20px;
  }
}
.formItem th, .formItem td {
  padding: 10px;
}
@media screen and (max-width: 820px), print {
  .formItem th, .formItem td {
    padding: 5px 10px;
    display: block;
    width: 100%;
  }
}

.formTitle {
  vertical-align: top;
  text-align: left;
  width: 280px;
}

.formInner {
  text-align: left;
  width: calc(100% - 280px);
}

.formInputBox {
  border: 1px solid #ccc;
  padding: 5px 1em;
  font-size: 18px;
  width: 100%;
}

.mailConf {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.mailConf input {
  padding: 5px 1em;
  font-size: 18px;
  width: 100%;
}

.privacyLink {
  text-decoration: underline;
  color: #e6e9ed;
}

.radioInput,
.checkInput {
  display: none;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-radio-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.radioInput:checked + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  height: 10px;
  width: 10px;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
}
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 16px;
  width: 16px;
}
.checkInput:checked + .mwform-checkbox-field-text::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  position: absolute;
  top: 25%;
  transform: translate(0, -50%) rotate(45deg);
  left: 3px;
  height: 18px;
  width: 11px;
}

@media print {
  #clinic {
    zoom: 60%;
  }
}
#clinic p {
  letter-spacing: 0rem;
}
@media screen and (max-width: 520px) {
  #clinic p {
    letter-spacing: 0.05rem;
  }
}
#clinic .ContentBox .contentItem + .contentItem {
  height: 150px;
}
@media screen and (max-width: 820px), print {
  #clinic .ContentBox .contentItem + .contentItem {
    height: auto;
  }
}
@media screen and (max-width: 820px), print {
  #clinic .text {
    letter-spacing: 0rem;
  }
}
@media screen and (max-width: 520px) {
  #clinic .text {
    letter-spacing: 0.05rem;
  }
}
#clinic #service {
  margin-bottom: 120px;
  padding-top: 210px;
  margin-top: -210px;
}
@media screen and (max-width: 820px), print {
  #clinic #service {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 820px), print {
  #clinic #service {
    margin-bottom: 60px;
  }
}
#clinic #service .img {
  margin-bottom: 70px;
}
@media screen and (max-width: 820px), print {
  #clinic #service .img {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 520px) {
  #clinic #service .img {
    margin-bottom: 20px;
  }
}
#clinic #service .headtext {
  margin-bottom: 65px;
}
@media screen and (max-width: 820px), print {
  #clinic #service .headtext {
    margin-bottom: 30px;
  }
}
#clinic #service .koumoku .ttlh3 {
  font-weight: 700;
  font-size: 30px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #clinic #service .koumoku .ttlh3 {
    font-size: 26px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #clinic #service .koumoku .ttlh3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
#clinic #service .koumoku .ttlh3::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #333;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#clinic #service .koumoku + .koumoku {
  margin-top: 45px;
}
@media screen and (max-width: 820px), print {
  #clinic #service .koumoku + .koumoku {
    margin-top: 30px;
  }
}
#clinic #service .koumoku ul li {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 520px) {
  #clinic #service .koumoku ul li {
    letter-spacing: 0.03em;
  }
}
#clinic #service .koumoku ul li span {
  color: #2f3d59;
  margin-right: 3px;
}
#clinic #service .flexArea {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #clinic #service .flexArea {
    flex-direction: column;
  }
}
#clinic #service .flexArea .imgArea {
  padding-left: 35px;
  min-width: 500px;
}
@media screen and (max-width: 1024px) {
  #clinic #service .flexArea .imgArea {
    padding-left: 0;
    margin-top: 20px;
    min-width: unset;
  }
}
#clinic #service .flexArea .imgArea img {
  width: 100%;
}
#clinic #patient {
  margin-bottom: 120px;
  padding-top: 210px;
  margin-top: -210px;
}
@media screen and (max-width: 820px), print {
  #clinic #patient {
    margin-bottom: 60px;
    padding-top: 100px;
    margin-top: -100px;
  }
}
#clinic #patient .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px), print {
  #clinic #patient .img {
    margin-bottom: 30px;
  }
}
#clinic #patient h3 {
  font-size: 38px;
  font-weight: 800;
  color: #2f3d59;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  #clinic #patient h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 820px), print {
  #clinic #patient h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #clinic #patient h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media print {
  #about {
    zoom: 60%;
  }
}
#about .ContentBox .contentItem + .contentItem {
  height: 220px;
}
@media screen and (max-width: 820px), print {
  #about .ContentBox .contentItem + .contentItem {
    height: auto;
  }
}
#about .sub-ttl {
  color: #a89a92;
  font-weight: 700;
  font-size: 1.77vw;
  position: relative;
  margin-bottom: 65px;
}
@media screen and (max-width: 1500px) {
  #about .sub-ttl {
    font-size: 2.3vw;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 820px), print {
  #about .sub-ttl {
    font-size: 2.77vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #about .sub-ttl {
    font-size: 4.5vw;
    text-align: left;
    letter-spacing: 0.01em;
  }
}
#about #message {
  margin-bottom: 120px;
  padding-top: 210px;
  margin-top: -210px;
}
@media screen and (max-width: 820px), print {
  #about #message {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 820px), print {
  #about #message {
    margin-bottom: 60px;
  }
}
#about #message .img {
  min-width: 410px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  #about #message .img {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 820px), print {
  #about #message .img {
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  #about #message .img {
    min-width: unset;
  }
}
#about #message .koumoku {
  width: 100%;
}
#about #message .koumoku .text {
  margin-bottom: 37px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  #about #message .koumoku .text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #about #message .koumoku .text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #about #message .koumoku .text {
    letter-spacing: 0.01em;
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #about #message .flexArea {
    flex-direction: column-reverse;
  }
}
#about #policy {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 820px), print {
  #about #policy {
    padding-top: 80px;
    margin-top: -80px;
  }
}
#about #policy .grayBg {
  background-color: #f9f9f9;
  box-shadow: 7px 7px 5px rgba(119, 119, 119, 0.2);
  padding: 60px 60px 70px;
}
@media screen and (max-width: 1024px) {
  #about #policy .grayBg {
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 520px) {
  #about #policy .grayBg {
    padding: 30px 20px 30px;
  }
}
#about #policy .sub-ttl {
  font-size: 1.77vw;
  color: #876c60;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  #about #policy .sub-ttl {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 820px), print {
  #about #policy .sub-ttl {
    font-size: 2.77vw;
  }
}
@media screen and (max-width: 520px) {
  #about #policy .sub-ttl {
    font-size: 4.5vw;
  }
}
#about #policy .koumoku {
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  #about #policy .koumoku {
    margin-top: 30px;
  }
}
#about #policy .ttlh4 {
  border-bottom: 1px solid #ccc;
  color: #2f3d59;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  #about #policy .ttlh4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 520px) {
  #about #policy .ttlh4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
#about #policy .ttlh4 span {
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #about #policy .text {
    font-size: 13px;
  }
}
#about #staff .grayBg {
  padding: 210px 0 90px;
}
@media screen and (max-width: 1024px) {
  #about #staff .grayBg {
    padding: 150px 0 90px;
  }
}
@media screen and (max-width: 520px) {
  #about #staff .grayBg {
    padding: 90px 0 60px;
  }
}
#about #staff .sec-ttl {
  margin-bottom: 70px;
}
#about #staff .stuff-ttl {
  position: relative;
  margin: 40px 0;
}
@media screen and (max-width: 520px) {
  #about #staff .stuff-ttl {
    margin: 20px 0;
  }
}
#about #staff .stuff-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 37%;
  height: 1px;
  background: #939393;
  left: 0;
}
#about #staff .stuff-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 37%;
  height: 1px;
  background: #939393;
  right: 0;
}
#about #staff .stuff-ttl h3 {
  display: inline-block;
  font-size: 30px;
  padding: 0 55px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #about #staff .stuff-ttl h3 {
    font-size: 25px;
    padding: 0 35px;
  }
}
#about #staff .stuff-ttl02::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 27%;
  height: 1px;
  background: #939393;
  left: 0;
}
#about #staff .stuff-ttl02::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 27%;
  height: 1px;
  background: #939393;
  right: 0;
}
#about #staff .staffArea {
  flex-wrap: wrap;
}
#about #staff .staffArea .staffItem {
  cursor: pointer;
  background-color: #fff;
  width: calc(33% - 15px);
  padding: 35px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.2s all;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  #about #staff .staffArea .staffItem {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 520px) {
  #about #staff .staffArea .staffItem {
    width: calc(50% - 8px);
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}
#about #staff .staffArea .staffItem::after {
  position: absolute;
  content: "";
  background-image: url(../images/about/icon01@2x.png);
  background-size: contain;
  width: 17px;
  height: 17px;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffArea .staffItem::after {
    bottom: 3px;
    right: 4px;
  }
}
#about #staff .staffArea .staffItem:hover {
  opacity: 0.7;
}
#about #staff .staffArea .staffItem .p01 {
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffArea .staffItem .p01 {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  #about #staff .staffArea .staffItem .p01_02 {
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 520px) {
  #about #staff .staffArea .staffItem .p01_02 {
    margin-top: -5px;
  }
}
#about #staff .staffArea .staffItem .p02 {
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #about #staff .staffArea .staffItem .p02 {
    margin-bottom: 0;
  }
}
#about #staff .staffArea .staffItem .p03 {
  margin-bottom: 10px;
}
#about #staff .staffArea .staffItem img {
  margin-top: auto;
}
#about #staff .staffArea .dummy {
  background-color: unset;
  pointer-events: none;
}
#about #staff .staffArea .dummy::after {
  display: none;
}
#about {
  /* モーダル全体（黒背景） */
}
#about .modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#about {
  /* 表示時 */
}
#about .modal.active {
  opacity: 1;
  visibility: visible;
}
#about {
  /* 白いボックス */
}
#about .modalInner {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  padding: 40px;
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 520px) {
  #about .modalInner {
    padding: 40px 20px;
  }
}
#about .modalInner .modalContent {
  display: flex;
  overflow-y: auto;
}
@media screen and (max-width: 820px), print {
  #about .modalInner .modalContent {
    flex-direction: column;
  }
}
#about .modalInner .modalContent02 {
  flex-direction: column;
}
#about .modalInner .modalContent02 .nameArea {
  max-width: 570px;
  margin: 0 auto;
}
#about .modalInner .modalContent02 .img02 {
  max-width: 570px;
  margin: 40px auto 0;
}
#about .modalInner .img {
  width: 260px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .img {
    width: 100%;
  }
}
#about .modalInner .img img {
  min-width: 260px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .img img {
    width: 100%;
  }
}
#about .modalInner .textArea {
  padding-left: 30px;
}
@media screen and (max-width: 820px), print {
  #about .modalInner .textArea {
    padding-left: 0;
  }
}
#about .modalInner .nameArea {
  align-items: end;
  padding: 0 10px;
  margin-top: 5px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .nameArea {
    flex-direction: column;
    align-items: start;
  }
}
#about .modalInner .nameArea h3 {
  font-size: 30px;
}
@media screen and (max-width: 820px), print {
  #about .modalInner .nameArea h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  #about .modalInner .nameArea h3 {
    font-size: 25px;
  }
}
#about .modalInner .nameArea p {
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .nameArea p {
    margin-left: 0;
    margin-top: -3px;
    margin-bottom: 3px;
  }
}
#about .modalInner .nameSub {
  padding: 0 10px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .nameSub {
    margin-top: 10px;
  }
}
#about .modalInner .senmon {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .senmon {
    margin-top: 20px;
  }
}
#about .modalInner .senmonArea {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .senmonArea {
    flex-direction: column;
  }
}
#about .modalInner .senmonArea02 {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
#about .modalInner .title {
  width: 100px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
#about .modalInner .year {
  width: 125px;
}
@media screen and (max-width: 520px) {
  #about .modalInner .year {
    width: 105px;
  }
}
#about .modalInner .ryakuArea {
  width: calc(100% - 100px);
}
@media screen and (max-width: 520px) {
  #about .modalInner .ryakuArea {
    width: 100%;
  }
}
#about .modalInner .text {
  width: calc(100% - 100px);
}
@media screen and (max-width: 520px) {
  #about .modalInner .text {
    width: 100%;
  }
}
#about .modalInner .nai {
  width: calc(100% - 125px);
}
@media screen and (max-width: 520px) {
  #about .modalInner .nai {
    width: calc(100% - 105px);
  }
}
#about {
  /* 表示時 */
}
#about .modal.active .modalInner {
  transform: translateY(0);
  opacity: 1;
}
#about .modalClose {
  position: absolute;
  top: 0;
  right: 0;
  background: #3b4252;
  color: #fff;
  border: none;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #about .modalClose {
    font-size: 35px;
    width: 40px;
    height: 40px;
    right: -1px;
  }
}
#about .modalClose span {
  position: absolute;
  top: -3px;
  right: 2px;
}
@media screen and (max-width: 520px) {
  #about .modalClose span {
    top: 0px;
    right: 4px;
  }
}

#about {
  transition: background-color 0.4s ease;
}

#about.second.bg-staff {
  background-color: #eff2f4;
  transition: background-color 0.4s ease;
}

@media print {
  #research {
    zoom: 60%;
  }
}
@media screen and (max-width: 820px), print {
  #research p {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #research p {
    font-size: 14px;
  }
}
#research .ContentBox .contentItem + .contentItem {
  height: 220px;
}
@media screen and (max-width: 820px), print {
  #research .ContentBox .contentItem + .contentItem {
    height: auto;
  }
}
#research .border {
  border-top: 1px solid #ccc;
  margin-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 520px) {
  #research .border {
    margin-top: 55px;
    padding-bottom: 55px;
  }
}
#research #basic,
#research #clinical {
  padding-top: 120px;
  margin-top: -120px;
}
#research #basic .img,
#research #clinical .img {
  margin-bottom: 70px;
}
@media screen and (max-width: 820px), print {
  #research #basic .img,
  #research #clinical .img {
    margin-bottom: 35px;
  }
}
#research #basic .sec-ttl,
#research #clinical .sec-ttl {
  padding-top: 65px;
}
@media screen and (max-width: 820px), print {
  #research #basic .sec-ttl,
  #research #clinical .sec-ttl {
    padding-top: 30px;
  }
}
#research #basic .areaImg,
#research #clinical .areaImg {
  margin-bottom: 30px;
}
#research #basic .koumoku .ttlh3,
#research #clinical .koumoku .ttlh3 {
  background-color: #a89a92;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  padding: 0 20px;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  #research #basic .koumoku .ttlh3,
  #research #clinical .koumoku .ttlh3 {
    font-size: 26px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #research #basic .koumoku .ttlh3,
  #research #clinical .koumoku .ttlh3 {
    font-size: 22px;
    margin-left: 0;
    padding: 0 15px;
  }
}
#research #basic .koumoku .textArea,
#research #clinical .koumoku .textArea {
  margin-left: 150px;
  border: 2px solid #a89a92;
  border-top: unset;
  border-right: unset;
  border-radius: 0 0 0 20px;
  padding: 20px 0 30px 30px;
}
@media screen and (max-width: 1024px) {
  #research #basic .koumoku .textArea,
  #research #clinical .koumoku .textArea {
    margin-left: 100px;
  }
}
@media screen and (max-width: 520px) {
  #research #basic .koumoku .textArea,
  #research #clinical .koumoku .textArea {
    margin-left: 25px;
    padding: 20px 0 30px 20px;
  }
}
#research #basic .koumoku .textArea .text,
#research #clinical .koumoku .textArea .text {
  line-height: 1.7;
  margin-bottom: 20px;
}
#research #basic .koumoku .bBtnR,
#research #clinical .koumoku .bBtnR {
  display: inline-block;
  position: relative;
  width: 355px;
  height: 72px;
  transition: 0.3s ease;
}
@media screen and (max-width: 520px) {
  #research #basic .koumoku .bBtnR,
  #research #clinical .koumoku .bBtnR {
    width: 246px;
    height: 50px;
  }
}
#research #basic .koumoku .bBtnR:hover,
#research #clinical .koumoku .bBtnR:hover {
  opacity: 1;
}
#research #basic .koumoku .bBtnR:hover .before,
#research #clinical .koumoku .bBtnR:hover .before {
  opacity: 0;
}
#research #basic .koumoku .bBtnR:hover .after,
#research #clinical .koumoku .bBtnR:hover .after {
  opacity: 1;
  visibility: visible;
}
#research #basic .koumoku .bBtnR .before,
#research #clinical .koumoku .bBtnR .before {
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
#research #basic .koumoku .bBtnR .after,
#research #clinical .koumoku .bBtnR .after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
#research #basic .koumoku .bBtnR02,
#research #clinical .koumoku .bBtnR02 {
  background-image: url(../images/research/button02@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 355px;
  height: 72px;
  transition: 0.3s ease;
}
@media screen and (max-width: 520px) {
  #research #basic .koumoku .bBtnR02,
  #research #clinical .koumoku .bBtnR02 {
    width: 246px;
    height: 50px;
  }
}
#research #basic .koumoku .bBtnR02:hover,
#research #clinical .koumoku .bBtnR02:hover {
  background-image: url(../images/research/button02_r@2x.png);
  opacity: 1;
}
#research #clinical {
  margin-bottom: 90px;
}
@media screen and (max-width: 520px) {
  #research #clinical {
    margin-bottom: 30px;
  }
}
#research #publications {
  padding-top: 190px;
  margin-top: -190px;
  padding-bottom: 90px;
}
@media screen and (max-width: 520px) {
  #research #publications {
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 10px;
  }
}
#research #publications .yearFilter {
  background-color: #dce6ef;
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
#research #publications .yearFilter label {
  color: #2f3d59;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  #research #publications .yearFilter label {
    font-size: 18px;
  }
}
#research #publications .yearFilter .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 190px;
}
#research #publications .yearFilter .selectbox::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #2f3d59;
  border-right: solid 1px #2f3d59;
  position: absolute;
  top: 46%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(135deg);
  z-index: 1;
}
#research #publications .yearFilter .selectbox select {
  appearance: none;
  padding: 0.2em calc(0.2em + 30px) 0.2em 1.2em;
  border: 2px solid #2f3d59;
  background-color: #fff;
  color: #2f3d59;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #research #publications .yearFilter .selectbox select {
    font-size: 18px;
  }
}
#research #publications .yearBlock {
  margin-bottom: 60px;
}
#research #publications .yearBlock h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
#research #publications .yearBlock h3::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #939393;
  left: 0;
}
#research #publications .yearBlock h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  background: #939393;
  right: 0;
}
#research #publications .pubItem {
  border: 1px solid #2f3d59;
  background-color: #f7f8f9;
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  position: relative;
}
#research #publications .pubItem::after {
  position: absolute;
  content: "";
  background-image: url(../images/research/icon02@2x.png);
  background-size: contain;
  width: 34px;
  height: 34px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 520px) {
  #research #publications .pubItem::after {
    bottom: 8px;
    right: 6px;
  }
}
#research #publications .pubItem:hover {
  opacity: 1;
}
#research #publications .pubItem .w {
  background-color: #fff;
  padding: 20px;
}

#research {
  transition: background-color 0.4s ease;
}

#research.second.bg-staff {
  background-color: #f5f6f7;
  transition: background-color 0.4s ease;
}

#research.second.bg-staff02 {
  background-color: #f7f8f9;
  transition: background-color 0.4s ease;
}

#research.second.bg-staff03 {
  background-color: #fff;
  transition: background-color 0.4s ease;
}

@media print {
  #entry {
    zoom: 60%;
  }
}
#entry p {
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 820px), print {
  #entry p {
    letter-spacing: 0.05rem;
  }
}
#entry .ContentBox .contentItem + .contentItem {
  height: 340px;
}
@media screen and (max-width: 820px), print {
  #entry .ContentBox .contentItem + .contentItem {
    height: auto;
  }
}
#entry .ContentBox .contentItem + .contentItem a {
  font-size: 16px;
}
#entry .contentItem {
  width: calc(100% - 320px);
}
@media screen and (max-width: 820px), print {
  #entry .contentItem {
    width: 100%;
  }
}
#entry .sub-ttl {
  color: #a89a92;
  font-weight: 700;
  font-size: 1.77vw;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  #entry .sub-ttl {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 820px), print {
  #entry .sub-ttl {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 2.77vw;
  }
}
@media screen and (max-width: 520px) {
  #entry .sub-ttl {
    font-size: 4.3vw;
    text-align: left;
  }
}
#entry .secTtl {
  background-color: #a89a92;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #entry .secTtl {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #entry .secTtl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#entry #advantage {
  padding-top: 210px;
  margin-top: -210px;
}
@media screen and (max-width: 820px), print {
  #entry #advantage {
    padding-top: 100px;
    margin-top: -100px;
  }
}
#entry .grayArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 520px) {
  #entry .grayArea {
    flex-direction: column;
  }
}
#entry .grayArea .grayItem {
  background-color: #efeded;
  width: calc(50% - 10px);
  margin-top: 20px;
  padding: 40px 35px;
}
@media screen and (max-width: 820px), print {
  #entry .grayArea .grayItem {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 520px) {
  #entry .grayArea .grayItem {
    width: 100%;
    padding: 25px 20px;
  }
}
#entry .grayArea .grayImg {
  text-align: center;
}
#entry .grayArea .grayTitle {
  color: #2f3d59;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 820px), print {
  #entry .grayArea .grayTitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 520px) {
  #entry .grayArea .grayTitle {
    font-size: 20px;
  }
}
#entry .grayArea .grayText {
  font-size: 17px;
}
@media screen and (max-width: 520px) {
  #entry .grayArea .grayText {
    font-size: 13px;
  }
}
#entry #interview {
  padding-top: 210px;
}
@media screen and (max-width: 820px), print {
  #entry #interview {
    padding-top: 100px;
  }
}
#entry #interview .sec-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  #entry #interview .sec-ttl {
    margin-bottom: 30px;
  }
}
#entry #interview .intArea {
  flex-wrap: wrap;
}
#entry #interview .intArea .intItem {
  cursor: pointer;
  background-color: #fff;
  width: calc(33% - 15px);
  padding: 22px;
  margin-top: 30px;
  position: relative;
  transition: 0.2s all;
}
@media screen and (max-width: 1024px) {
  #entry #interview .intArea .intItem {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 520px) {
  #entry #interview .intArea .intItem {
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}
#entry #interview .intArea .intItem::after {
  position: absolute;
  content: "";
  background-image: url(../images/about/icon01@2x.png);
  background-size: contain;
  width: 17px;
  height: 17px;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 520px) {
  #entry #interview .intArea .intItem::after {
    bottom: 8px;
    right: 6px;
  }
}
#entry #interview .intArea .intItem:hover {
  opacity: 0.7;
}
#entry #interview .intArea .intItem .p01 {
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  #entry #interview .intArea .intItem .p01 {
    font-size: 20px;
    line-height: 1;
  }
}
#entry #interview .intArea .intItem .p02 {
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #entry #interview .intArea .intItem .p02 {
    margin-bottom: 0;
  }
}
#entry #interview .intArea .intItem .p03 {
  margin-bottom: 10px;
}
#entry #interview .intArea .intItem .p04 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 520px) {
  #entry #interview .intArea .intItem .p04 {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  #entry #interview .intArea .intItem img {
    width: 100%;
    margin-bottom: 10px;
  }
}
#entry #interview .intArea .dummy {
  background-color: unset;
  pointer-events: none;
}
#entry #interview .intArea .dummy::after {
  display: none;
}
#entry {
  /* モーダル全体（黒背景） */
}
#entry .modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
#entry {
  /* 表示時 */
}
#entry .modal.active {
  opacity: 1;
  visibility: visible;
}
#entry {
  /* 白いボックス */
}
#entry .modalInner {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  padding: 80px 55px 80px 85px;
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #entry .modalInner {
    padding: 65px 50px;
  }
}
@media screen and (max-width: 520px) {
  #entry .modalInner {
    padding: 40px 20px;
  }
}
#entry .modalInner .modalContent {
  overflow-y: auto;
}
#entry .modalInner .flexArea {
  display: flex;
}
@media screen and (max-width: 520px) {
  #entry .modalInner .flexArea {
    flex-direction: column-reverse;
  }
}
#entry .modalInner .img {
  background-color: #fff;
  padding-left: 20px;
  width: 430px;
  height: auto;
  float: right;
  vertical-align: bottom;
}
@media screen and (max-width: 820px), print {
  #entry .modalInner .img {
    width: 280px;
  }
}
@media screen and (max-width: 520px) {
  #entry .modalInner .img {
    width: 100%;
    padding-left: 0;
  }
}
#entry .modalInner .img img {
  width: 400px;
}
@media screen and (max-width: 520px) {
  #entry .modalInner .img img {
    width: 100%;
  }
}
#entry .modalInner .img2 {
  background-color: #fff;
  padding-right: 20px;
  width: 430px;
  height: auto;
  float: left;
  vertical-align: bottom;
}
@media screen and (max-width: 820px), print {
  #entry .modalInner .img2 {
    width: 280px;
  }
}
@media screen and (max-width: 520px) {
  #entry .modalInner .img2 {
    width: 100%;
    padding-right: 0;
  }
}
#entry .modalInner .img2 img {
  width: 400px;
}
@media screen and (max-width: 520px) {
  #entry .modalInner .img2 img {
    width: 100%;
  }
}
#entry .modalInner h3 {
  font-weight: 600;
}
#entry .modalInner .namettl {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  #entry .modalInner .namettl {
    font-size: 19px;
  }
}
@media screen and (max-width: 820px), print {
  #entry .modalInner .namettl {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #entry .modalInner .namettl {
    font-size: 18px;
  }
}
#entry .modalInner .nameArea h3 {
  font-size: 30px;
}
@media screen and (max-width: 520px) {
  #entry .modalInner .nameArea h3 {
    font-size: 23px;
  }
}
#entry .modalInner .nameSub {
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #entry .modalInner .nameSub {
    margin-bottom: 10px;
  }
}
#entry .modalInner .text {
  margin-bottom: 20px;
}
#entry .img001 {
  margin-bottom: 15px;
  text-align: center;
}
#entry .popFlex {
  display: flex;
  justify-content: space-between;
}
#entry .popFlex:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #entry .popFlex:first-of-type {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #entry .popFlex {
    flex-direction: column;
  }
}
#entry .popFlex .popFlexItem {
  width: calc(50% - 10px);
}
@media screen and (max-width: 1024px) {
  #entry .popFlex .popFlexItem {
    width: 100%;
    margin-top: 10px;
  }
}
#entry {
  /* 表示時 */
}
#entry .modal.active .modalInner {
  transform: translateY(0);
  opacity: 1;
}
#entry .modalClose {
  position: absolute;
  top: 0;
  right: 0;
  background: #3b4252;
  color: #fff;
  border: none;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #entry .modalClose {
    font-size: 35px;
    width: 40px;
    height: 40px;
  }
}
#entry .modalClose span {
  position: absolute;
  top: -3px;
  right: 2px;
}
@media screen and (max-width: 520px) {
  #entry .modalClose span {
    top: 0px;
    right: 4px;
  }
}
#entry #education {
  padding-top: 210px;
}
@media screen and (max-width: 820px), print {
  #entry #education {
    padding-top: 100px;
  }
}
#entry #education .txt {
  margin-bottom: 45px;
  line-height: 1.8;
}
@media screen and (max-width: 820px), print {
  #entry #education .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  #entry #education .txt {
    margin-bottom: 25px;
    font-size: 14px;
  }
}
#entry #education .txt02 {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #entry #education .txt02 {
    letter-spacing: 0.01em;
  }
}
#entry #education .img02 {
  margin-bottom: 70px;
}
@media screen and (max-width: 520px) {
  #entry #education .img02 {
    margin-bottom: 40px;
  }
}
#entry #education .priceTable {
  width: 100%;
}
#entry #education .scroll-hint-scrollable {
  overflow-x: auto;
  cursor: grab;
}
#entry #education .scroll-hint-scrollable:active {
  cursor: grabbing;
}
#entry #education .priceTable img {
  display: block;
  max-width: none;
  width: 1773px;
}
#entry #education .scroll-hint-icon-wrap,
#entry #education .scroll-hint-icon,
#entry #education .scroll-hint-text {
  pointer-events: none;
}
#entry #education .txtIndent {
  text-indent: -1.6em;
  padding-left: 1.6em;
  line-height: 1.8;
}
#entry #education .maruArea {
  padding-left: 23px;
  margin-top: -10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #entry #education .maruArea {
    padding-left: 10px;
  }
}
#entry #education .maruArea .maru {
  margin-bottom: 10px;
}
#entry #education .maruArea .maru span {
  color: #2f3d59;
  padding-right: 5px;
}
@media screen and (max-width: 520px) {
  #entry #education .maruArea .maru span {
    padding-right: 2px;
  }
}
#entry #education .flexArea {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  #entry #education .flexArea {
    flex-direction: column;
  }
}
#entry #education .flexArea .imgArea {
  min-width: 510px;
  margin-left: 60px;
}
@media screen and (max-width: 1400px) {
  #entry #education .flexArea .imgArea {
    margin-left: 0;
    min-width: unset;
  }
}
#entry #education .btnFlex {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  #entry #education .btnFlex {
    margin: 30px 0 40px;
    flex-direction: column;
  }
}
#entry #education .btnFlex div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 520px) {
  #entry #education .btnFlex div {
    width: 100%;
    margin-top: 10px;
  }
}
#entry #education .btnFlex div {
  cursor: pointer;
}
#entry #education .btnFlex div:hover {
  opacity: 0.7;
  transition: 0.2s all;
}
#entry .borderArea {
  position: relative;
  padding-left: 20px;
  margin-left: 45px;
  margin-top: 50px;
}
@media screen and (max-width: 520px) {
  #entry .borderArea {
    padding-left: 20px;
    margin-left: 15px;
    margin-top: 30px;
  }
}
#entry .borderArea::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 20px; /* 上を20px空ける */
  bottom: 0;
  width: 1px;
  background: #2f3d59;
}
@media screen and (max-width: 520px) {
  #entry .borderArea::after {
    top: 8px;
  }
}
#entry .borderArea .maru {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #entry .borderArea .maru {
    font-size: 15px;
  }
}
#entry .borderArea .maru::after {
  position: absolute;
  content: "●";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #2f3d59;
  left: -27.5px;
  top: 2px;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #entry .borderArea .maru::after {
    top: 0.5px;
  }
}
#entry .borderArea .maruImgArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #entry .borderArea .maruImgArea {
    flex-direction: column;
  }
}
#entry .borderArea .maruImgArea .maruImg {
  width: calc(50% - 10px);
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #entry .borderArea .maruImgArea .maruImg {
    width: 100%;
    margin-bottom: 15px;
  }
}
#entry .borderArea .maruImgArea:last-child {
  padding-bottom: 0;
}
#entry .borderArea .maruImgArea:last-child .maruImg {
  margin-bottom: 0;
}
#entry #students {
  padding-top: 210px;
}
@media screen and (max-width: 820px), print {
  #entry #students {
    padding-top: 100px;
  }
}
#entry #students .img07 {
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #entry #students .img07 {
    margin-bottom: 30px;
  }
}
#entry #students .text {
  margin-top: 10px;
  line-height: 1.8;
}
#entry #students .img08 {
  max-width: 450px;
  margin: 35px auto 50px;
  display: block;
  cursor: pointer;
  transition: 0.3s ease;
}
#entry #students .img08:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
@media screen and (max-width: 520px) {
  #entry #students .img08 {
    margin: 25px auto 30px;
  }
}
#entry #contact {
  padding-top: 210px;
  padding-bottom: 120px;
}
@media screen and (max-width: 820px), print {
  #entry #contact {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  #entry #contact .textCenter {
    text-align: center;
  }
}
#entry #contact .text {
  color: #2f3d59;
  font-weight: bold;
  line-height: 1.8;
  margin-top: -20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 520px) {
  #entry #contact .text {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#entry #contact .whiteArea {
  background-color: #fff;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #entry #contact .whiteArea {
    padding: 20px;
  }
}
#entry #contact .whiteArea .wTitle {
  color: #2f3d59;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #entry #contact .whiteArea .wTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#entry #contact .whiteArea .wText {
  color: #2f3d59;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #entry #contact .whiteArea .wText {
    margin-bottom: 10px;
  }
}
#entry #contact .whiteArea .wText02 {
  color: #2f3d59;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #entry #contact .whiteArea .wText02 {
    margin-top: 3px;
  }
}
#entry #contact .bBtnR02 {
  display: inline-block;
  position: relative;
  width: 400px;
  height: 72px;
  transition: 0.3s ease;
}
@media screen and (max-width: 520px) {
  #entry #contact .bBtnR02 {
    width: 275px;
    height: 50px;
  }
}
#entry #contact .bBtnR02:hover {
  opacity: 1;
}
#entry #contact .bBtnR02:hover .before {
  opacity: 0;
}
#entry #contact .bBtnR02:hover .after {
  opacity: 1;
  visibility: visible;
}
#entry #contact .bBtnR02 .before {
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
#entry #contact .bBtnR02 .after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

#entry {
  transition: background-color 0.4s ease;
}

#entry.bg-blue {
  background-color: #e4ecef;
  transition: background-color 0.4s ease;
}

#entry.bg-gray {
  background-color: #e5e1e1;
  transition: background-color 0.4s ease;
}