@charset "UTF-8";
@import "../css/base.css";
@import "../css/fonts.css";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 157, 196, 0.8)), to(rgba(80, 157, 196, 0.3)));
  background: linear-gradient(0deg, rgba(80, 157, 196, 0.8) 0%, rgba(80, 157, 196, 0.3) 100%);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-thumb:window-inactive {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 157, 196, 0.4)), to(rgba(80, 157, 196, 0.6)));
  background: linear-gradient(0deg, rgba(80, 157, 196, 0.4) 0%, rgba(80, 157, 196, 0.6) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
  padding: 0;
  margin: 0;
}

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

a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}

a:hover,
a:active {
  color: #64b5f7;
}

a:not([target*=_blank]) {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:not([target*=_blank]):hover {
  opacity: 0.7;
}

a.logo:hover,
.logo a:hover,
a.ft_logo:hover,
.ft_logo a:hover {
  opacity: 1 !important;
}

a.text_link {
  color: #64b5f7;
}

a.text_link:hover {
  opacity: 1 !important;
}

.clr1 {
  color: #509dc4;
}

@media only screen and (min-width: 769px) {
  a.tel_click {
    pointer-events: none;
    opacity: 1 !important;
  }
}

table {
  width: 100%;
}

p {
  line-height: 2;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}

p:empty {
  display: none !important;
}

p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

.bold {
  font-weight: bold !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1170px;
  margin: 0 auto;
}

.inner_xl {
  max-width: 1748px;
  padding: 0 10px;
  margin: 0 auto;
}

.inner_l {
  max-width: 1556px;
  padding: 0 10px;
  margin: 0 auto;
}

.inner_sm {
  max-width: 1000px;
  margin: 0 auto;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media only screen and (min-width: 481px) {
  .sp_480 {
    display: none !important;
  }
}

@media only screen and (min-width: 321px) {
  .sp_320 {
    display: none !important;
  }
}

.accBtn::before,
.accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accBtn.triangle,
.accBtn.triangle_btt {
  position: relative;
}

.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.TabContainer .TabContent {
  background-color: #edf0f5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.TabContainer .TabContent>ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.TabContainer .TabContent>ul>li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.TabContainer .TabContent>ul>li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.TabContainer .TabContent>ul>li div {
  padding-top: 20px;
}

.TabContainer .TabContent p {
  padding: 9px 10% 0;
  margin: 0;
}

.TabContainer .TabContent p.des {
  color: #838E95;
  font-size: 12px;
}

.TabContainer .TabPager {
  display: table;
  min-width: 290px;
}

.TabContainer .TabPager li {
  background-color: #fff;
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}

.TabContainer .TabPager li p {
  margin: 0;
}

.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure {
  margin: 0;
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.key {
  position: relative;
}

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 10px;
  right: 30px;
}

.totop.active {
  opacity: 1;
  visibility: visible;
}

.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 60px;
  height: 60px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounce;
    animation-name: bounce;
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }

  100% {
    left: -3px;
    opacity: 0.7;
  }
}

@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }

  100% {
    left: -3px;
    opacity: 0.7;
  }
}

.fixed_banner {
  position: fixed;
  top: calc(50% - 230px);
  right: 0;
  z-index: 15;
}

.fixed_banner>div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2222222222;
  text-align: center;
}

.fixed_banner p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.fixed_banner .tel {
  background-color: #509dc4;
  height: 380px;
}

.fixed_banner .tel p {
  padding: 0 25px;
  font-size: 24px;
  letter-spacing: 0em;
  line-height: 0.97;
}

.fixed_banner .tel p::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg id='icon' xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23509dc4; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='18' cy='18' r='18'/%3E%3Cpath id='ico' class='cls-2' d='M1866.33,376.909v3.4a0.97,0.97,0,0,1-.9.96c-0.42.028-.76,0.044-1.03,0.044a15.387,15.387,0,0,1-15.4-15.381c0-.265.01-0.608,0.04-1.029a0.969,0.969,0,0,1,.96-0.894h3.41a0.484,0.484,0,0,1,.48.433c0.02,0.221.04,0.4,0.06,0.53a13.294,13.294,0,0,0,1.16,3.847,0.443,0.443,0,0,1-.14.545l-2.08,1.482a12.549,12.549,0,0,0,6.59,6.579l1.48-2.07a0.445,0.445,0,0,1,.55-0.143,13.435,13.435,0,0,0,3.85,1.157c0.14,0.02.31,0.041,0.53,0.063a0.484,0.484,0,0,1,.44.478h0Z' transform='translate(-1840 -355)'/%3E%3C/svg%3E%0A");
  background-size: 36px auto;
  height: 36px;
}

.fixed_banner .tel p i {
  font-style: normal;
}

.fixed_banner .tel p span {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.fixed_banner .pdf {
  background-color: #ef8d20;
  height: 140px;
}

.fixed_banner .pdf p {
  padding: 0 25px;
  letter-spacing: 0em;
  line-height: 0.97;
}

.fixed_banner .pdf p::before {
  background-image: url("data:image/svg+xml,%3Csvg id='_2' data-name='2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 461.03 450'%3E%3Ccircle cx='225' cy='225' r='225' style='fill:%23fff'/%3E%3Cpath d='M219.28,178.73h63.5a13.61,13.61,0,0,0,13.61-13.62V151.48a13.61,13.61,0,0,0-13.61-13.62H265.57a14.6,14.6,0,0,0-29.09,0h-17.2a13.62,13.62,0,0,0-13.62,13.62v13.63A13.62,13.62,0,0,0,219.28,178.73ZM251,132.53a6.67,6.67,0,1,1-6.68,6.67A6.67,6.67,0,0,1,251,132.53Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpath d='M492.64,155.52a2.23,2.23,0,0,1,.19.24,1.39,1.39,0,0,1,.19.15Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpath d='M378.93,203.88a11.21,11.21,0,0,0-15.8.08l-10,10,15.71,15.72,10-10A11.23,11.23,0,0,0,378.93,203.88Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpath d='M280.79,322.37l34.1-34.1L294.53,267.9,260.43,302a5.25,5.25,0,0,0,0,7.41l12.94,12.95A5.24,5.24,0,0,0,280.79,322.37Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpolygon points='217.91 299.64 213.19 304.37 215.91 307.1 220.64 302.37 240.91 295.73 224.55 279.37 217.91 299.64' style='fill:%23ef8d20'/%3E%3Cpath d='M331.08,174.13V220l16-16v-29a22.69,22.69,0,0,0-22.69-22.7h-20v12.74a21.35,21.35,0,0,1-.47,4.48h22.62A4.54,4.54,0,0,1,331.08,174.13Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpath d='M331.08,349.57a4.54,4.54,0,0,1-4.54,4.54h-151a4.53,4.53,0,0,1-4.53-4.54V174.13a4.53,4.53,0,0,1,4.53-4.54h22.62a22,22,0,0,1-.47-4.48V152.37h-20A22.69,22.69,0,0,0,155,175.07V353.83a22.69,22.69,0,0,0,22.69,22.69H324.4a22.69,22.69,0,0,0,22.69-22.69V267.39l-16,16v66.17Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpath d='M298.16,264.27l20.37,20.36L368.21,235l-20.36-20.36Zm54.54-34.18a4.5,4.5,0,0,1,0,6.37l-24.17,24.17a4.5,4.5,0,0,1-6.37-6.36l24.18-24.18A4.51,4.51,0,0,1,352.7,230.09Z' transform='translate(-31.99 -30.52)' style='fill:%23ef8d20'/%3E%3Cpolygon points='156.37 183.8 172.44 199.88 178.29 194.04 194.37 177.95 188.53 172.11 172.44 188.19 162.22 177.95 156.37 183.8' style='fill:%23ef8d20'/%3E%3Cpolygon points='188.53 214.14 172.44 230.22 162.22 219.98 156.37 225.83 172.44 241.91 178.29 236.06 194.37 219.98 188.53 214.14' style='fill:%23ef8d20'/%3E%3Cpolygon points='162.22 262.01 156.37 267.86 172.44 283.94 178.29 278.09 194.37 262.01 188.53 256.17 172.44 272.24 162.22 262.01' style='fill:%23ef8d20'/%3E%3C/svg%3E");
  background-size: 40px auto;
  height: 40px;
}

.fixed_banner .mail {
  background-color: #3c8ab1;
  height: 90px;
}

.fixed_banner .mail p {
  font-size: 18px;
  font-weight: 500;
}

.fixed_banner .mail p::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %233c8ab1; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='18' cy='18' r='18'/%3E%3Cpath id='ico' class='cls-2' d='M1849.36,528.912l7.92-4.792a0.844,0.844,0,0,1,.88,0l7.92,4.793a0.423,0.423,0,0,1,.2.37v10.992a0.856,0.856,0,0,1-.85.865h-15.42a0.856,0.856,0,0,1-.85-0.865V529.283A0.424,0.424,0,0,1,1849.36,528.912Zm13.79,1.2-5.38,4.7-5.49-4.706-1.11,1.317,6.61,5.667,6.49-5.671Z' transform='translate(-1840 -515)'/%3E%3C/svg%3E%0A");
  background-size: 36px auto;
  height: 36px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 119px;
    height: 290px;
  }

  .fixed_banner .tel {
    height: 160px;
  }

  .fixed_banner .tel p {
    padding: 11px 0 0 7px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .fixed_banner .tel p i {
    display: block;
  }

  .fixed_banner .tel p span {
    -webkit-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
  }

  .fixed_banner .pdf {
    height: 160px;
  }

  .fixed_banner .pdf p {
    padding: 0;
    line-height: 1.2;
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .fixed_banner .mail {
    height: 130px;
  }

  .fixed_banner .mail p {
    letter-spacing: 0.17em;
    padding: 5px 0 0 8px;
    line-height: 1.4;
  }

  .fixed_banner .mail p:before {
    margin-bottom: 7px;
  }

  .fixed_banner .mail:hover {
    background-color: #5eabd1;
  }

  .fixed_banner .mail:hover p:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %235eabd1; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='18' cy='18' r='18'/%3E%3Cpath id='ico' class='cls-2' d='M1849.36,528.912l7.92-4.792a0.844,0.844,0,0,1,.88,0l7.92,4.793a0.423,0.423,0,0,1,.2.37v10.992a0.856,0.856,0,0,1-.85.865h-15.42a0.856,0.856,0,0,1-.85-0.865V529.283A0.424,0.424,0,0,1,1849.36,528.912Zm13.79,1.2-5.38,4.7-5.49-4.706-1.11,1.317,6.61,5.667,6.49-5.671Z' transform='translate(-1840 -515)'/%3E%3C/svg%3E%0A");
  }
}

@media only screen and (min-width: 1171px) and (max-width: 1440px) {
  .fixed_banner {
    top: calc(50% - 210px);
  }

  .fixed_banner .tel,
  .fixed_banner .pdf {
    height: 150px;
  }

  .fixed_banner .mail {
    height: 120px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .fixed_banner {
    width: 70px;
    top: calc(50% - 170px);
  }

  .fixed_banner .tel {
    height: 130px;
  }

  .fixed_banner .tel p {
    padding: 0 0 5px;
    font-size: 16px;
  }

  .fixed_banner .tel p:before {
    background-size: 30px auto;
    height: 30px;
  }

  .fixed_banner .pdf {
    height: 120px;
  }

  .fixed_banner .pdf p {
    padding: 0 2px;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .fixed_banner .pdf p:before {
    background-size: 35px auto;
    height: 35px;
  }

  .fixed_banner .mail {
    height: 100px;
  }

  .fixed_banner .mail p {
    padding-right: 5px;
    font-size: 14px;
  }

  .fixed_banner .mail p:before {
    background-size: 30px auto;
    height: 30px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-group .btn {
  width: 100%;
  min-width: 180px;
  max-width: 270px;
  overflow: hidden;
  background-color: #509dc4;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.btn-group .btn:before {
  content: "";
  background: #3c8ab1;
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
  display: block;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-group .btn a {
  display: block;
  padding: 18px 10px 17px;
  position: relative;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-group .btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-group .btn:hover:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-group .btn:hover a {
  opacity: 1;
}

.btn-group .btn:hover a:after {
  right: 15px;
}

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  body {
    font-size: 87.5%;
  }

  .btn.style01 a,
  .btn.style02 a {
    font-size: 14px;
  }

  .totop {
    right: 10px;
  }

  .totop .icon {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .inner {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .inner_sm {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.header_top {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1728px;
  width: calc(100% - 160px);
  margin: 0 auto;
  padding-top: 10px;
}

.logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.logo a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.right_head {
  width: 100%;
  max-width: 1000px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}

.pc_navi>ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pc_navi>ul>li {
  background-repeat: no-repeat;
  background-position: center top 10px;
  position: relative;
  z-index: 1;
}

.pc_navi>ul>li:nth-child(1) {
  border-left: 0;
  width: 12%;
}

.pc_navi>ul>li:nth-child(2) {
  width: 16%;
}

.pc_navi>ul>li:nth-child(3) {
  width: 21%;
}

.pc_navi>ul>li:nth-child(4) {
  width: 16%;
}

.pc_navi>ul>li:nth-child(5) {
  width: 13%;
}

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 70px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pc_navi>ul>li>a.title,
.pc_navi>ul>li>p.title {
  position: relative;
}

.pc_navi>ul>li>a.title::after,
.pc_navi>ul>li>p.title::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: 5px;
  left: calc(50% - 6px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pc_navi>ul>li:hover a.title::after,
.pc_navi>ul>li:hover p.title::after {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.pc_navi>ul>li:hover p.title {
  opacity: 0.7;
}

.pc_navi>ul .subInner {
  position: absolute;
  width: 260px;
  right: 50%;
  bottom: 0px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.pc_navi>ul .subInner.active {
  opacity: 1;
  visibility: visible;
}

.pc_navi>ul .subInner ul {
  background-color: rgba(60, 138, 177, 0.95);
  padding-bottom: 10px;
}

.pc_navi>ul .subInner ul li {
  padding: 0 10px;
}

.pc_navi>ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}

.pc_navi>ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  .logo {
    width: 135px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 38px;
  }

  .logo img {
    max-height: 40vw;
  }

  .navi {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
  }
  .pc_navi > ul .col2 .subInner {
    width: 32em;
  }
  .pc_navi > ul .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi > ul .col2 .subInner ul li {
    width: 50%;
  }

}

@media only screen and (min-width: 769px) and (max-width: 1280px) {

  .pc_navi>ul>li>a,
  .pc_navi>ul>li p {
    font-size: 12px;
  }

  .pc_navi>ul>li.home a::before {
    margin: 2px 0 1px;
  }

  .pc_navi>ul .subInner ul li a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .logo {
    width: 80px;
    padding-top: 25px;
    height: 55vw;
  }

  .pc_navi>ul>li:nth-child(2) {
    width: 18%;
  }
}

footer p {
  margin-bottom: 0;
}

footer p,
footer a {
  color: #fff;
}

footer .ft_bg {
  padding: 69px 0 38px;
  position: relative;
  background: url(../images/ft_bg2.jpg) no-repeat center/cover;
  z-index: 1;
}

footer .ft_bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../images/ft_bg1.jpg) no-repeat center/cover;
  z-index: -1;
}

footer .ft_logo {
  margin: 31px 0 28px;
}

footer .ft_map {
  height: 299px;
}

footer .ft_map iframe {
  width: 100%;
  height: 100%;
}

footer .ft_info {
  width: 50%;
  padding-right: 50px;
}

footer .ft_info .des {
  margin-bottom: 23px;
}

footer .ft_info .des p {
  line-height: 1.5;
  letter-spacing: 0.19em;
}

footer .ft_info .des p:not(:last-child) {
  margin-bottom: 10px;
}

footer .copyright {
  margin-top: 39px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
}

footer .ft_link {
  width: 50%;
  padding-left: 50px;
  padding-top: 18px;
}

footer .ft_link .menu01,
footer .ft_link .menu02 {
  width: 100%;
}

footer .ft_link .menu01>ul,
footer .ft_link .menu02>ul {
  width: 47%;
}

footer .ft_link .menu01 .menu_col2,
footer .ft_link .menu01 .menu_col4,
footer .ft_link .menu02 .menu_col2,
footer .ft_link .menu02 .menu_col4 {
  margin-top: 62px;
}

footer .ft_link .menu01 .menu_col1 li.ttl:before,
footer .ft_link .menu02 .menu_col1 li.ttl:before {
  width: calc(200% - 106px);
  left: 137px;
}

footer .ft_link .menu01 .menu_col3 li.ttl:before,
footer .ft_link .menu02 .menu_col3 li.ttl:before {
  width: calc(200% - 86px);
  left: 118px;
}

footer .ft_link .menu02 {
  margin-top: 18px;
}

footer .ft_link li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 16px;
  letter-spacing: 0.18em;
  color: #000;
}

footer .ft_link li.ttl {
  margin-bottom: 16px;
  padding-left: 0;
  pointer-events: none;
  position: relative;
}

footer .ft_link li.ttl a {
  font-size: 30px;
  color: #509dc4;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
}

footer .ft_link li.ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  height: 1px;
  background-color: rgba(80, 157, 196, 0.3);
}

footer .ft_link li:not(.ttl)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #509dc4;
  top: 10px;
  left: 0px;
}

footer .ft_link li.sm {
  padding-left: 30px;
}

footer .ft_link li.sm::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  top: 12px;
  left: 14px;
  background-color: #509dc4;
  border: none;
}

footer .ft_link a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

footer .ft_link a:hover {
  opacity: 1;
  color: #509dc4;
}

footer .medical_logo {
  margin: auto;
  padding: 25px 0;
  text-align: center;
}

footer .medical_logo img {
  max-width: 151px;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_info {
    padding-right: 25px;
  }

  footer .ft_map {
    height: 245px;
  }

  footer .ft_link {
    padding-left: 20px;
  }

  footer .ft_link .menu01>ul:nth-child(1),
  footer .ft_link .menu02>ul:nth-child(1) {
    width: 48.5%;
  }

  footer .ft_link .menu01>ul:nth-child(2),
  footer .ft_link .menu02>ul:nth-child(2) {
    width: 51.5%;
  }

  footer .ft_link .menu01 .menu_col2,
  footer .ft_link .menu01 .menu_col4,
  footer .ft_link .menu02 .menu_col2,
  footer .ft_link .menu02 .menu_col4 {
    margin-top: 37px;
  }

  footer .ft_link .menu01 .menu_col1 li.ttl:before,
  footer .ft_link .menu02 .menu_col1 li.ttl:before {
    width: calc(200% - 117px);
    left: 117px;
  }

  footer .ft_link .menu01 .menu_col3 li.ttl:before,
  footer .ft_link .menu02 .menu_col3 li.ttl:before {
    width: calc(200% - 98px);
    left: 98px;
  }

  footer .ft_link li {
    padding-left: 9px;
    margin-bottom: 10px;
  }

  footer .ft_link li.ttl {
    margin-bottom: 10px;
  }

  footer .ft_link li.ttl a {
    font-size: 25px;
  }

  footer .ft_link li.sm {
    padding-left: 21px;
  }

  footer .ft_link li.sm:before {
    left: 9px;
  }

  footer .ft_link li a {
    font-size: 12px;
    letter-spacing: 0;
  }

  footer .copyright {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 25px;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  background-color: #161616;
  background-size: cover;
  width: calc(100% - 135px);
  margin-left: auto;
  height: 50vw;
  overflow: hidden;
}

.home_page .key #key_video {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  width: 101.5vw;
  height: 57.1vw;
}

.home_page .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}

.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
}

.home_page .key .key_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 26, 39, 0.5);
  z-index: 2;
}

.home_page .key .key_text ul {
  position: relative;
  z-index: 2;
  height: 100%;
}

.home_page .key .key_text .item {
  height: 50.04vw;
}

.home_page .key .txt_catch {
  max-width: 1080px;
  padding: 0 10px;
  width: 100%;
  padding-top: 238px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home_page .key h2,
.home_page .key p {
  color: #fff;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.home_page .key h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 24px;
  letter-spacing: 0.3em;
}

.home_page .key p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.3em;
  line-height: 2.1;
}

.home_page .topic_path {
  display: none;
}

.home_page #mainContent {
  position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .home_page .key {
    height: 55vw;
  }

  .home_page .key .txt_catch {
    padding-top: 12.5vw;
    padding-right: 10%;
  }

  .home_page .key h2 {
    font-size: 2.9vw;
    margin-left: 10px;
  }

  .home_page .key p {
    font-size: 1.4vw;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .home_page .key {
    width: calc(100% - 80px);
  }
}

.idx_scroll {
  width: 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: -131px;
  margin: auto;
  cursor: pointer;
  z-index: 2;
}

.idx_scroll:hover p {
  opacity: 0.8;
}

.idx_scroll .link {
  height: calc(100% + 50px);
}

.idx_scroll .txt_scroll {
  position: relative;
  padding-bottom: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "EB Garamond", serif;
}

.idx_scroll .txt_scroll:before {
  position: absolute;
  content: "";
  margin: auto;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='37.969' viewBox='0 0 16 37.969'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M952.03,906.327c0-2.232-.076-4.467.016-6.7a7.957,7.957,0,0,1,15.773-1.124,6.481,6.481,0,0,1,.144,1.191c0.007,4.507.092,9.018-.028,13.523a7.955,7.955,0,0,1-15.821.73,8.881,8.881,0,0,1-.105-1.6c-0.012-2.009,0-4.018,0-6.026h0.026Zm14.622,0.058h0c0-2.166.026-4.332-.006-6.5a6.655,6.655,0,1,0-13.3.453q-0.02,6.06,0,12.121a8.312,8.312,0,0,0,.131,1.461,6.681,6.681,0,0,0,7.263,5.462,6.759,6.759,0,0,0,5.908-6.639C966.672,910.626,966.652,908.505,966.652,906.385ZM960,928.35L963.237,925c0.137-.142.271-0.289,0.419-0.42a0.612,0.612,0,0,1,.929-0.019,0.659,0.659,0,0,1-.007,1c-0.293.328-.607,0.636-0.914,0.951-0.982,1.01-1.961,2.021-2.947,3.027-0.584.6-.846,0.6-1.413,0.021-1.246-1.274-2.483-2.556-3.73-3.829-0.355-.361-0.634-0.76-0.192-1.2s0.823-.115,1.165.24C957.673,925.951,958.8,927.116,960,928.35Zm0.657-30.181a5.737,5.737,0,0,1-.027,1.326,1.046,1.046,0,0,1-.607.69,0.592,0.592,0,0,1-.671-0.694c0-.888-0.047-1.781.028-2.663a0.97,0.97,0,0,1,.6-0.689,0.6,0.6,0,0,1,.673.7C960.656,897.28,960.652,897.725,960.652,898.169Z' transform='translate(-952 -892.031)'/%3E%3C/svg%3E%0A") no-repeat center;
  width: 16px;
  height: 37px;
  bottom: -57px;
  left: 2px;
  right: 0;
  margin: auto;
  animation: tobelow 1.5s infinite alternate-reverse forwards;
}

.ttl_h3 {
  position: relative;
  margin-bottom: 44px;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #509dc4;
  text-align: center;
}

.ttl_h3 .en {
  font-size: 24px;
  color: #9c9c9c;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto 12px;
  display: table;
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.ttl_h3 .en:before,
.ttl_h3 .en:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #9c9c9c;
  top: 50%;
}

.ttl_h3 .en:before {
  left: -38px;
}

.ttl_h3 .en:after {
  right: -38px;
}

.ttl_h4 {
  font-size: 36px;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .ttl_h3 {
    font-size: 35px;
  }

  .ttl_h3 .en {
    font-size: 20px;
  }

  .ttl_h4 {
    font-size: 28px;
  }
}

.idx_gallery {
  margin: 99px 30px 80px;
  background: url(../images/idx_gallery_bg.png) repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  -webkit-animation: idx_key 50s linear infinite;
  animation: idx_key 50s linear infinite;
  height: 250px;
  position: relative;
}

.idx_gallery:before,
.idx_gallery:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.idx_gallery:before {
  background-image: url(../images/idx_pattern1.png);
  background-size: contain;
  width: 10.3%;
  height: 11vw;
  max-width: 199px;
  max-height: 192px;
  left: 14.2%;
  bottom: -76px;
}

.idx_gallery:after {
  background-image: url(../images/idx_pattern2.png), url(../images/idx_pattern3.png);
  background-position: right bottom, left top;
  width: 27.7%;
  max-width: 513px;
  height: 386px;
  top: -60px;
  right: 15.5%;
}

.idx_banner {
  padding: 0 10px 80px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx_gallery:before {
    left: 4.2%;
    bottom: -36px;
  }

  .idx_gallery:after {
    height: 350px;
    top: -30px;
    right: 8.5%;
    background-size: 120px auto, 75px auto;
  }
}

@-webkit-keyframes idx_key {
  from {
    background-position: 0 center;
  }

  to {
    background-position: -4624px center;
  }
}

@keyframes idx_key {
  from {
    background-position: 0 center;
  }

  to {
    background-position: -4624px center;
  }
}

@-webkit-keyframes tobelow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes tobelow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.link a {
  display: block;
  width: 100%;
  height: 100%;
}

.index01 {
  padding: 96px 0 100px;
  max-width: 1920px;
  margin: 0 auto;
}

.index01 .ttl_h3 .en {
  margin: 0 auto 14px;
}

.index01 .idx01_item {
  position: relative;
}

.index01 .idx01_item .box_in {
  width: 95.52%;
  max-width: 1738px;
  padding: 150px 0 180px 0;
  position: relative;
  z-index: 0;
}

.index01 .idx01_item:after {
  content: "";
  position: absolute;
  bottom: 9.7%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 20vw;
  max-width: 201px;
  max-height: 352px;
  z-index: 0;
}

.index01 .idx01_item:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 50px);
  max-width: 1478px;
  height: 301px;
  background-repeat: no-repeat;
  z-index: 0;
}

.index01 .idx01_item.item01:before {
  background-image: url(../images/idx01_bg1.jpg);
}

.index01 .idx01_item.item01:after {
  background-image: url(../images/idx01_box_before01.png);
}

.index01 .idx01_item.item01 .ttl_h4 {
  color: #509dc4;
}

.index01 .idx01_item.item01 .eng::first-letter {
  color: #509dc4;
}

.index01 .idx01_item.item01 .col_img:before {
  background-image: url(../images/idx01_tl_before01.png);
  left: -307px;
}

.index01 .idx01_item.item02:before {
  background-image: url(../images/idx01_bg2.jpg);
}

.index01 .idx01_item.item02:after {
  background-image: url(../images/idx01_box_before02.png);
}

.index01 .idx01_item.item02 .ttl_h4 {
  color: #ef8d20;
}

.index01 .idx01_item.item02 .eng::first-letter {
  color: #ef8d20;
}

.index01 .idx01_item.item02 .col_img:before {
  background-image: url(../images/idx01_tl_before02.png);
  right: -307px;
}

.index01 .idx01_item.item03:before {
  background-image: url(../images/idx01_bg3.jpg);
}

.index01 .idx01_item.item03:after {
  background-image: url(../images/idx01_box_before01.png);
}

.index01 .idx01_item.item03 .ttl_h4 {
  color: #509dc4;
}

.index01 .idx01_item.item03 .eng::first-letter {
  color: #509dc4;
}

.index01 .idx01_item.item03 .col_img:before {
  background-image: url(../images/idx01_tl_before01.png);
  left: -307px;
}

.index01 .idx01_item.item04:before {
  background-image: url(../images/idx01_bg4.jpg);
}

.index01 .idx01_item.item04:after {
  background-image: url(../images/idx01_box_before02.png);
}

.index01 .idx01_item.item04 .ttl_h4 {
  color: #ef8d20;
}

.index01 .idx01_item.item04 .eng::first-letter {
  color: #ef8d20;
}

.index01 .idx01_item.item04 .col_img:before {
  background-image: url(../images/idx01_tl_before02.png);
  right: -307px;
}

.index01 .idx01_item.item_l .box_in {
  padding-right: 10px;
}

.index01 .idx01_item.item_l:before {
  left: 0;
  background-position: right center;
}

.index01 .idx01_item.item_l:after {
  left: 9.7%;
}

.index01 .idx01_item.item_l .txt_point {
  color: rgba(80, 157, 196, 0.1);
  right: 0;
}

.index01 .idx01_item.item_r .box_in {
  margin-left: auto;
  padding-left: 10px;
}

.index01 .idx01_item.item_r:before {
  right: 0;
  background-position: left center;
}

.index01 .idx01_item.item_r:after {
  right: 9.7%;
}

.index01 .idx01_item.item_r .col_img .img_small {
  margin-left: -50px;
}

.index01 .idx01_item.item_r .txt_point {
  color: rgba(239, 141, 32, 0.1);
  left: 0;
}

.index01 .idx01_item .eng {
  margin-bottom: 0;
  color: #707070;
  font-family: "EB Garamond", serif;
  line-height: 1;
  word-break: break-all;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 60px;
  position: absolute;
  left: -3px;
  top: 77px;
  width: 160%;
  text-transform: uppercase;
}

.index01 .idx01_item .eng::first-letter {
  position: relative;
  top: 10px;
  font-size: 182%;
  font-weight: 500;
  margin-right: 6px;
}

.index01 .idx01_item .col_box {
  width: 95%;
  max-width: 1363px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.index01 .idx01_item .col_box.col_r {
  margin-left: auto;
  padding-left: 4px;
}

.index01 .idx01_item .col_box.col_r .col_img {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.index01 .idx01_item .col_box.col_r .col_img :before {
  left: -302px;
}

.index01 .idx01_item .col_box.col_r .col_img .img_small {
  margin-right: -50px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.index01 .idx01_item .col_box.col_l {
  margin-right: auto;
  padding-right: 4px;
}

.index01 .idx01_item .col_box.col_l .col_infor {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.index01 .idx01_item .col_box.col_l .col_infor .col_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.index01 .idx01_item .col_box.col_l .col_infor .col_img:before {
  right: -307px;
}

.index01 .idx01_item .col_box.col_l .col_infor .col_img .img_small {
  margin-left: -50px;
}

.index01 .idx01_item .col_infor {
  width: 45%;
  max-width: 585px;
  padding-top: 231px;
  position: relative;
  z-index: 1;
}

.index01 .idx01_item .col_infor .txt {
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 2.2;
}

.index01 .idx01_item .col_img {
  width: 49%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}

.index01 .idx01_item .col_img:before {
  content: "";
  position: absolute;
  top: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44%;
  height: 100%;
  max-width: 298px;
  max-height: 312px;
  z-index: -1;
}

.index01 .idx01_item .col_img figure {
  position: relative;
}

.index01 .idx01_item .col_img .img_small {
  max-width: 300px;
  width: 100%;
  margin-bottom: -100px;
  z-index: 1;
}

.index01 .idx01_item .col_img .img_big {
  max-width: 400px;
  width: 100%;
  z-index: 0;
}

.index01 .idx01_item .txt_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.48%;
  position: absolute;
  top: 67px;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  font-size: 120px;
  text-transform: uppercase;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  line-height: 1;
}

.index01 .ttl_h4 {
  line-height: 1.4;
  margin-bottom: 28px;
}

.index01 .btn-group .btn {
  max-width: 500px;
  border-radius: 60px;
}

.index01 .btn-group .btn a {
  font-size: 32px;
  letter-spacing: 0.2em;
  padding: 27px 10px 25px 18px;
}

.index01 .btn-group .btn a:after {
  right: 40px;
  border-width: 6.5px 0 6.5px 7px;
}

@media only screen and (max-width: 1700px) and (min-width: 769px) {
  .index01 .idx01_item .txt_point {
    font-size: 5vw;
    width: 3.2%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .index01 .idx01_item .ttl_h4 {
    font-size: 27px;
  }

  .index01 .idx01_item .eng {
    font-size: 48px;
    top: 95px;
  }

  .index01 .idx01_item .col_infor {
    padding-top: 205px;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index01 {
    padding-top: 50px;
  }

  .index01 .idx01_item:before {
    height: 220px;
  }

  .index01 .idx01_item .box_in {
    padding: 150px 0 110px 0;
  }

  .index01 .idx01_item.item_l:after {
    left: 1.7%;
  }

  .index01 .idx01_item.item_r:after {
    right: 1.7%;
  }

  .index01 .idx01_item .col_box {
    width: 91%;
  }

  .index01 .idx01_item .col_box.col_r .col_img:before {
    left: -63px;
  }

  .index01 .idx01_item .col_box.col_l .col_img:before {
    right: -63px;
  }

  .index01 .idx01_item .col_infor {
    padding-top: 110px;
  }

  .index01 .idx01_item .eng {
    font-size: 3.8vw;
    top: 3vw;
  }

  .index01 .idx01_item .number {
    top: 158px;
    font-size: 90px;
  }

  .index01 .idx01_item .ttl_h4 {
    font-size: 2.4vw;
  }

  .index01 .idx01_item .txt_point {
    font-size: 6.5vw;
    width: 5.5%;
  }

  .index01 .btn-group .btn a {
    font-size: 28px;
  }
}

.index02 {
  padding: 95px 0 97px;
  background: url(../images/idx02_bg.jpg) no-repeat center/cover;
}

.index02 .ttl_h3 {
  margin-bottom: 43px;
}

.index02 .idx02_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index02 .idx02_item {
  margin: 3px 0;
  position: relative;
  z-index: 1;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index02 .idx02_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index02 .idx02_item:nth-child(2n+1):before {
  background-color: rgba(0, 94, 141, 0.6);
}

.index02 .idx02_item:nth-child(2n+2):before {
  background-color: rgba(90, 69, 41, 0.6);
}

.index02 .idx02_item:nth-child(1) {
  background-image: url(../images/idx02_img1.jpg);
}

.index02 .idx02_item:nth-child(2) {
  background-image: url(../images/idx02_img2.jpg);
}

.index02 .idx02_item:nth-child(3) {
  background-image: url(../images/idx02_img3.jpg);
}

.index02 .idx02_item:nth-child(4) {
  background-image: url(../images/idx02_img4.jpg);
}

.index02 .idx02_item:nth-child(5) {
  background-image: url(../images/idx02_img5.jpg);
}

.index02 .idx02_item:nth-child(5):before {
  background-color: rgba(0, 94, 141, 0.5);
}

.index02 .idx02_item.col3 {
  width: calc(100%/3 - 4px);
}

.index02 .idx02_item.col2 {
  width: calc(100%/2 - 3px);
}

.index02 .idx02_item .ttl_h4 {
  color: #fff;
  margin-bottom: 0;
  z-index: 1;
}

.index02 .idx02_item:hover:nth-child(2n+1):before {
  background-color: rgba(0, 94, 141, 0.9);
}

.index02 .idx02_item:hover:nth-child(2n+2):before {
  background-color: rgba(90, 69, 41, 0.9);
}

.index02 .idx02_item:hover:nth-child(5):before {
  background-color: rgba(0, 94, 141, 0.8);
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index02 .idx02_item {
    height: 240px;
  }

  .index02 .idx02_item .ttl_h4 {
    font-size: 22px;
  }
}

.index03 {
  padding: 100px 10px 0;
  position: relative;
}

.index03:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 510px;
  background: #294f62 url(../images/idx03_bg.jpg) no-repeat top center;
  background-size: cover;
  top: 0;
  left: 0;
}

.index03 .ttl_h3 {
  color: #509dc4;
  margin-bottom: 18px;
}

.index03 .idx03_box {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='439.22' height='420.16' viewBox='0 0 439.22 420.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23509dc4; fill-rule: evenodd; opacity: 0.04; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1117.47,6012.98a384.781,384.781,0,0,0-62.37,210.55c0,0.63.03,1.26,0.03,1.89,36.47,67.24,56.81,138.44,61.71,207.69a0.02,0.02,0,0,0-.02-0.01,0.219,0.219,0,0,1,.03.05A386.569,386.569,0,0,0,1117.47,6012.98Zm-314.876.8c0.139,0.07.276,0.16,0.414,0.23-0.218-.34-0.42-0.69-0.639-1.03a386.6,386.6,0,0,0-.616,420.17,384.768,384.768,0,0,0,62.374-210.55c0-.51-0.026-1.01-0.028-1.51C827.761,6153.96,807.482,6082.9,802.594,6013.78Zm105.189,243.5c49.642,77.01,114.977,136.56,186.727,175.83-5.78-81.68-32.96-166.1-82.86-243.51-49.639-77.01-114.976-136.56-186.72-175.82C830.706,6095.46,857.884,6179.87,907.783,6257.28Z' transform='translate(-740 -6013)'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 97px 40px 101px;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 2px 2px rgba(142, 142, 142, 0.15);
  box-shadow: 0px 1px 2px 2px rgba(142, 142, 142, 0.15);
}

.index03 .idx03_box:before,
.index03 .idx03_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  background: -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left bottom no-repeat;
  background: linear-gradient(#509dc4, #509dc4) left top no-repeat, linear-gradient(#509dc4, #509dc4) left top no-repeat, linear-gradient(#509dc4, #509dc4) right top no-repeat, linear-gradient(#509dc4, #509dc4) right top no-repeat, linear-gradient(#509dc4, #509dc4) right bottom no-repeat, linear-gradient(#509dc4, #509dc4) right bottom no-repeat, linear-gradient(#509dc4, #509dc4) left bottom no-repeat, linear-gradient(#509dc4, #509dc4) left bottom no-repeat;
  z-index: -1;
}

.index03 .idx03_box:before {
  background-size: 1px 40px, 40px 1px, 40px 1px, 1px 40px, 1px 40px, 40px 1px, 40px 1px, 1px 40px;
}

.index03 .idx03_box:after {
  background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px;
}

.index03 .idx03_box p {
  letter-spacing: 0.2em;
  line-height: 2.24;
  color: #000;
}

.index03 .idx03_box .btn-group {
  margin-top: 29px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index03 {
    padding: 190px 10px 0;
  }

  .index03:before {
    background-size: contain;
  }

  .index03 .idx03_box {
    background-size: auto 90%;
    max-width: 700px;
    padding: 67px 40px 71px;
  }
}

.index04 {
  padding: 97px 0 93px;
}

.index04 .ttl_h3 {
  margin-bottom: 45px;
}

.index04 .ttl_h3 .en {
  margin: 0 auto 11px;
}

.index04 .idx04_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.index04 .idx04_item {
  width: calc(100%/4 - 40px);
  margin: 0 20px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.index04 .idx04_item .img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #efefef;
}

.index04 .idx04_item .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 94, 141, 0.3);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.index04 .idx04_item .cont {
  margin-top: 11px;
}

.index04 .idx04_item .date {
  color: #509dc4;
  margin-bottom: 0;
}

.index04 .idx04_item .tl_post {
  color: #000;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

.index04 .idx04_item:hover .img:before {
  opacity: 1;
}

.index04 .idx04_item:hover .cont {
  opacity: 0.8;
}

.index04 .btn-group {
  margin-top: 40px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index04 .idx04_box {
    margin-left: -6px;
    margin-right: -6px;
  }

  .index04 .idx04_item {
    width: calc(100%/4 - 12px);
    margin: 0 6px;
  }

  .index04 .idx04_item .img {
    height: 140px;
  }
}

.index05 {
  padding: 96px 0 70px;
  background: #e6f7ff url(../images/idx05_bg.png) repeat center;
}

.index05 .ttl_h3 {
  margin-bottom: 45px;
}

.index05 .ttl_h3 .en {
  margin: 0 auto 11px;
}

.index05 .idx05_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index05 .idx05_item {
  position: relative;
  padding: 10px;
  width: calc(100%/3 - 20px);
  margin: 0 0 30px;
  min-height: 350px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.index05 .idx05_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 94, 141, 0.7);
  z-index: 1;
}

.index05 .idx05_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.index05 .idx05_item:nth-child(1):after {
  background-image: url(../images/idx05_img1.jpg);
}

.index05 .idx05_item:nth-child(2):after {
  background-image: url(../images/idx05_img2.jpg);
}

.index05 .idx05_item:nth-child(3):after {
  background-image: url(../images/idx05_img3.jpg);
}

.index05 .idx05_item:nth-child(4):after {
  background-image: url(../images/idx05_img4.jpg);
}

.index05 .idx05_item:nth-child(5):after {
  background-image: url(../images/idx05_img5.jpg);
}

.index05 .idx05_item:nth-child(6):after {
  background-image: url(../images/idx05_img6.jpg);
}

.index05 .idx05_item .ttl_h4 {
  font-size: 32px;
  letter-spacing: 0.1em;
}

.index05 .idx05_item .box_cont {
  padding: 43px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
}

.index05 .idx05_item .box_cont p {
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.index05 .idx05_item .box_cont:before,
.index05 .idx05_item .box_cont:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom no-repeat;
  background: linear-gradient(#fff, #fff) left top no-repeat, linear-gradient(#fff, #fff) left top no-repeat, linear-gradient(#fff, #fff) right top no-repeat, linear-gradient(#fff, #fff) right top no-repeat, linear-gradient(#fff, #fff) right bottom no-repeat, linear-gradient(#fff, #fff) right bottom no-repeat, linear-gradient(#fff, #fff) left bottom no-repeat, linear-gradient(#fff, #fff) left bottom no-repeat;
  z-index: -1;
  opacity: 0.6;
}

.index05 .idx05_item .box_cont:before {
  background-size: 1px 40px, 40px 1px, 40px 1px, 1px 40px, 1px 40px, 40px 1px, 40px 1px, 1px 40px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.index05 .idx05_item .box_cont:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-size: 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px;
}

.index05 .idx05_item:hover:after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.index05 .idx05_item:hover .box_cont::before {
  background-size: 1px 100%, 100% 1px, 100% 1px, 1px 100%, 1px 100%, 100% 1px, 100% 1px, 1px 100%;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .index05 .idx05_item {
    min-height: 20vw;
  }

  .index05 .idx05_item .ttl_h4 {
    font-size: 2vw;
  }

  .index05 .idx05_item .box_cont {
    padding: 4vw 0.5vw;
  }

  .index05 .idx05_item .box_cont p {
    font-size: 1vw;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index05 {
    padding: 76px 0 70px;
  }

  .index05 .idx05_item {
    width: calc(100%/3 - 5px);
    margin: 0 0 10px;
  }
}

.index06 {
  padding: 96px 0 100px;
  background: url(../images/idx06_bg.jpg) no-repeat center/cover;
}

.index06 .txtsub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 8px;
}

.index06 .txtsub p {
  font-size: 30px;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  letter-spacing: 0.1em;
}

.index06 .idx06_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index06 .idx06_box .box_img {
  width: 43.5%;
  max-width: 668px;
  padding-top: 8px;
  position: relative;
}

.index06 .idx06_box .box_img:before {
  content: "";
  position: absolute;
  width: 242px;
  height: 301px;
  left: -150px;
  bottom: -56px;
  background: url(../images/idx06_img_before.png) no-repeat;
}

.index06 .idx06_box .box_cont {
  width: 56.5%;
  max-width: 675px;
  padding-left: 60px;
}

.index06 .idx06_box .box_cont p {
  letter-spacing: 0.2em;
  line-height: 2.2;
}

.index06 .idx06_box .box_cont p:not(:last-child) {
  margin-bottom: 19px;
}

.index06 .idx06_box .box_name {
  position: absolute;
  top: 66px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index06 .idx06_box .box_name .txt_jp,
.index06 .idx06_box .box_name .txt_en {
  line-height: 1;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

.index06 .idx06_box .box_name .txt_en {
  color: #9c9c9c;
  font-size: 20px;
  letter-spacing: 0.16em;
  font-family: "EB Garamond", serif;
  margin-right: 5px;
}

.index06 .idx06_box .box_name .txt_jp {
  font-size: 36px;
  color: #509dc4;
  letter-spacing: 0.1em;
}

.index06 .btn-group {
  margin-top: 33px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.index06 .btn-group .btn {
  max-width: 278px;
  margin: 0 10px;
}

@media only screen and (max-width: 1170px) {

  .index06 .idx06_box .box_img,
  .index06 .idx06_box .box_cont {
    width: 100%;
  }

  .index06 .idx06_box .box_img {
    display: table;
    margin: auto;
  }

  .index06 .idx06_box .box_cont {
    margin: auto;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index06 .txtsub p {
    font-size: 25px;
  }
}

.index07 {
  padding: 96px 0 91px;
  background: url(../images/idx07_bg.jpg) no-repeat center/cover;
}

.index07 .ttl_h3 {
  color: #fff;
  margin-bottom: 46px;
}

.index07 .ttl_h3 .en {
  margin: 0 auto 11px;
  color: #fff;
}

.index07 .ttl_h3 .en:before,
.index07 .ttl_h3 .en:after {
  background-color: #fff;
}

.index07 .idx07_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.index07 .idx07_box>div {
  width: 48%;
  max-width: 555px;
}

.index07 .idx07_box .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 17px 8px 10px;
}

.index07 .idx07_box .info dl:nth-child(2) {
  padding: 15px 5px 14px;
}

.index07 .idx07_box .info dl:nth-child(3) {
  padding: 15px 5px 9px;
}

.index07 .idx07_box .info dl dt {
  width: 150px;
  letter-spacing: 0.1em;
}

.index07 .idx07_box .info dl dd {
  width: calc(100% - 159px);
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.index07 .idx07_box .tbl_time tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.index07 .idx07_box .tbl_time td,
.index07 .idx07_box .tbl_time th {
  border: 0;
  text-align: center;
}

.index07 .idx07_box .tbl_time th {
  background-color: #509dc4;
  color: #fff;
  font-weight: 500;
  padding: 12px 0 9px;
}

.index07 .idx07_box .tbl_time td {
  background-color: #fff;
  color: #333;
  padding: 12px 4px 8.5px;
}

.index07 .idx07_box .tbl_time td.first_col {
  text-align: center;
  width: 174px;
  padding-left: 18px;
}

.index07 .idx07_box .txt_note {
  margin-left: 10px;
  margin-top: 8px;
}

.index07 .idx07_box .txt_note span {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
}

.index07 .idx07_box .box_news {
  background-color: rgba(60, 138, 177, 0.6);
  padding: 56px 60px 63px;
}

.index07 .idx07_box .box_news .ttl_h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.index07 .idx07_box .box_news .list_post li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.index07 .idx07_box .box_news .list_post li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.index07 .idx07_box .box_news .list_post li a {
  text-decoration: none;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 10px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.index07 .idx07_box .box_news .list_post li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
}

.index07 .idx07_box .box_news .list_post li .date {
  width: 110px;
}

.index07 .idx07_box .box_news .list_post li .tl {
  width: calc(100% - 122px);
  letter-spacing: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index07 .idx07_box .box_news .btn-group {
  margin-top: 39px;
}

.index07 .idx07_box .box_news .btn-group .btn {
  max-width: 190px;
  background-color: transparent;
  border: 1px solid #fff;
}

.index07 .idx07_box .box_news .btn-group .btn:before {
  background: rgba(255, 255, 255, 0.15);
}

.index07 .idx07_box .box_news .btn-group .btn a {
  padding: 12px 10px 11px;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index07 .idx07_box .info dl dt {
    width: 120px;
  }

  .index07 .idx07_box .info dl dd {
    width: calc(100% - 120px);
  }

  .index07 .idx07_box .tbl_time td.first_col {
    width: 130px;
    padding-left: 0;
  }

  .index07 .idx07_box .txt_note {
    margin-left: 7px;
  }

  .index07 .idx07_box .txt_note span {
    letter-spacing: 0.01em;
    font-size: 11px;
  }

  .index07 .idx07_box .box_news {
    padding: 49px 35px;
  }
}

.idx_map {
  height: 380px;
}

.idx_map iframe {
  width: 100%;
  height: 100%;
}

/*==========================================================================*/
/*==========================================================================*/
#wpadminbar {
  display: none;
}

/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
  padding-top: 40px;
}

.under .sitemap>ul>li p {
  margin-bottom: 0;
}

.under .sitemap>ul>li a,
.under .sitemap>ul>li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #509dc4;
  color: #333333;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.under .sitemap>ul>li a:before,
.under .sitemap>ul>li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #509dc4;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.under .sitemap>ul>li p.title {
  font-family: "EB Garamond", serif;
  font-size: 22px;
  font-weight: 500;
  color: #509dc4;
}

.under .sitemap>ul>li p.title:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #509dc4;
  left: 6px;
  top: 50%;
  margin-top: -7px;
}

.under .sitemap>ul>li a:hover {
  opacity: 1;
  color: #509dc4;
  background: rgba(80, 157, 196, 0.09);
}

.under .sitemap>ul>li li a {
  padding-left: 70px;
  text-decoration: none;
}

.under .sitemap>ul>li li a:before {
  left: 40px;
}

.under .sitemap>ul .lv3 ul li a {
  padding-left: 85px;
}

.under .sitemap>ul .lv3 ul li a:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 65px;
  margin-top: -4px;
}

.under #mainContent {
  padding-bottom: 100px;
}

.under .key {
  height: 690px;
  width: calc(100% - 135px);
  margin-left: auto;
  background-image: url(../images/under_key.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.under .key .inner {
  height: 100%;
  padding: 0px;
}

.under .key .key_text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.under h2 {
  display: table;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}

.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  line-height: 1.4;
}

.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}

.under h3 {
  position: relative;
  margin-bottom: 44px;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #509dc4;
  text-align: center;
}

.under h3 .en {
  font-size: 24px;
  color: #9c9c9c;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto 12px;
  display: table;
  position: relative;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.under h3 .en:before,
.under h3 .en:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #9c9c9c;
  top: 50%;
}

.under h3 .en:before {
  left: -38px;
}

.under h3 .en:after {
  right: -38px;
}

.under h4 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  background-color: #509dc4;
  padding: 16px 32px 10px;
  letter-spacing: 0.1em;
}

.under h4:before,
.under h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left bottom no-repeat;
  background: linear-gradient(#fff, #fff) left top no-repeat, linear-gradient(#fff, #fff) left top no-repeat, linear-gradient(#fff, #fff) right top no-repeat, linear-gradient(#fff, #fff) right top no-repeat, linear-gradient(#fff, #fff) right bottom no-repeat, linear-gradient(#fff, #fff) right bottom no-repeat, linear-gradient(#fff, #fff) left bottom no-repeat, linear-gradient(#fff, #fff) left bottom no-repeat;
}

.under h4:before {
  background-size: 1px 9px, 9px 1px, 9px 1px, 1px 9px, 1px 9px, 9px 1px, 9px 1px, 1px 9px;
}

.under h4:after {
  background-size: 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px;
}

.under h5 {
  margin-bottom: 25px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 500;
  font-size: 22px;
  color: #509dc4;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #509dc4;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23509dc4; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M378.381,1291.45A21.784,21.784,0,0,0,386,1299a23.032,23.032,0,0,0-3.38-10.45A21.784,21.784,0,0,0,375,1281,23.032,23.032,0,0,0,378.381,1291.45Z' transform='translate(-375 -1281)'/%3E%3C/svg%3E%0A");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  padding-left: 18px;
}

.under h6 {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #000;
  padding-left: 20px;
}

.under h6:before,
.under h6:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #509dc4;
}

.under h6:before {
  top: 2px;
  left: 0;
}

.under h6:after {
  left: 3px;
  top: 6px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .under .key {
    width: calc(100% - 90px);
    height: 420px;
  }

  .under .key h3 {
    font-size: 34px;
  }

  .under h3 {
    font-size: 34px;
  }

  .under h3 .en {
    font-size: 20px;
    margin: 0 auto 8px;
  }
}

.under section {
  position: relative;
  z-index: 1;
}

.under section:before {
  content: "";
  position: absolute;
  width: 43.24%;
  height: 47vw;
  max-width: 506px;
  max-height: 893px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  z-index: -1;
}

.under section:first-child h3 {
  margin-top: 50px;
}

.under section:nth-child(2n+1):before {
  right: -30%;
  background-image: url(../images/under_bg01.png);
}

.under section:nth-child(2n+2):before {
  left: -30%;
  background-image: url(../images/under_bg02.png);
}

.under section {
  padding-top: 1px;
}

.under section h3 {
  margin-top: 80px;
}

.under .secH4 {
  padding-top: 60px;
}

.under .secH5 {
  padding-top: 50px;
}

.under .secH6 {
  padding-top: 40px;
}

.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 400px;
}

.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 45px;
}

.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 45px;
}

.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 15px;
}

.under .imgBox.rowImg .txt_l {
  float: left;
}

.under .imgBox.rowImg .txt_r {
  float: right;
}

.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 495px);
}

.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}

.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}

.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}

.under .imgBox.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.under .imgBox.colImg p {
  margin-bottom: 5px;
}

.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}

.under .imgBox.colImg figure {
  margin-bottom: 15px;
}

.under .imgBox.colImg .text p {
  font-size: 1em;
}

.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #509dc4;
}

.under .imgBox.colImg3 figure,
.under .imgBox.colImg2 figure {
  height: 270px;
  background: #efefef;
  overflow: hidden;
  position: relative;
}

.under .imgBox.colImg3 img,
.under .imgBox.colImg2 img {
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.under .imgBox.colImg3 .item {
  width: 32%;
}

.under .imgBox.colImg2 .item {
  width: 49%;
}

.under .imgBox.colImg1 .item {
  width: 100%;
}

.under .imgBox.colImg1 .item figure img {
  max-height: 500px;
}

.under .ud_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .ud_gallery .col3 {
  text-align: center;
  width: calc(100%/3 - 20px);
  margin: 10px;
}

.under .ud_gallery .col2 {
  text-align: center;
  width: calc(100%/2 - 20px);
  max-width: 400px;
  margin: 10px;
}

.under .acf_block .text_h3 {
  margin: 45px 0 0;
}

.under .acf_block .text_h4 {
  margin: 30px 0 0;
}

.under .acf_block .text_h5 {
  margin: 20px 0 0;
}

.under .acf_block .secH4:first-child {
  padding-top: 40px;
}

.under .imgBox.no_img figure:empty {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .under .imgBox.colImg .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .under .imgBox.colImg3 .item figure {
    height: 250px;
    position: relative;
    background: #efefef;
    overflow: hidden;
  }

  .under .imgBox.colImg3 .item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    min-width: 450px;
    background: #efefef;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {

  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    min-width: 320px;
    max-width: 320px;
  }

  .under .imgBox.rowImg .txt_l,
  .under .imgBox.rowImg .txt_r {
    width: calc(100% - 365px);
  }

  .under .imgBox.rowImg .image_l {
    margin-right: 25px;
  }

  .under .imgBox.rowImg .image_r {
    margin-left: 25px;
  }
}

.under table {
  border-radius: 3px;
}

.under table.rollTable {
  width: 100%;
}

.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #3c8ab1;
  padding: 0.625rem;
}

.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}

.under table.tbl_style01 th {
  background-color: #3c8ab1;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}

.under table.tbl_style01 td {
  background-color: #fff;
  color: #333;
  font-size: 1em;
}

.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}

.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}

.under table.tbl_style02 th,
.under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}

.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
  max-width: 100%;
}

.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}

.under table.tbl_style02 td {
  font-size: 1em;
}

.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: rgba(80, 157, 196, 0.9);
  font-size: 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {

  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 0.5rem;
  }

  .under table.tbl_style01 th {
    font-size: 1em;
  }

  .under table.tbl_style01 td {
    font-size: 0.9em;
  }

  .under table.tbl_style02 th {
    font-size: 1em;
  }

  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
}

.under ul.list01.mcol-2 {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under ul.list01.mcol-2 li {
  width: 50%;
}

.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  letter-spacing: 1.6px;
}

.under ul.list01 li:last-child {
  padding-bottom: 0;
}

.under ul.list01 li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #509dc4;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
}

.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}

.under .list_note.no_mt {
  margin-top: 0;
}

.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 27px 0 7px;
}

.under .topic_path ul {
  background: url(../images/shared_path_icon.svg) left top 4px no-repeat;
  background-size: auto 15px;
  display: block;
  padding: 4px 10px 4px 27px;
}

.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}

.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
}

.under .topic_path a {
  text-decoration: none;
  color: #509dc4;
}

.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}

.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
  color: #509dc4;
  line-height: 1;
}

.under .anchor-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0;
}

.under .anchor-links>div {
  background-color: #555;
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: 19%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.under .anchor-links>div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.under .anchor-links>div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}

.under .anchor-links>div:hover a {
  opacity: 1;
}

.under .anchor-links>div:hover::after {
  bottom: 0;
}

.under .anchor-links>div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.under .anchor-links>div.ext:hover::after {
  right: 5px;
}

.under .ud_spec_box {
  background-color: #e6f7ff;
  max-width: 700px;
  width: 100%;
  margin: 60px auto 0;
  color: #509dc4;
  position: relative;
  z-index: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='439.22' height='420.16' viewBox='0 0 439.22 420.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23509dc4; fill-rule: evenodd; opacity: 0.04; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1117.47,6012.98a384.781,384.781,0,0,0-62.37,210.55c0,0.63.03,1.26,0.03,1.89,36.47,67.24,56.81,138.44,61.71,207.69a0.02,0.02,0,0,0-.02-0.01,0.219,0.219,0,0,1,.03.05A386.569,386.569,0,0,0,1117.47,6012.98Zm-314.876.8c0.139,0.07.276,0.16,0.414,0.23-0.218-.34-0.42-0.69-0.639-1.03a386.6,386.6,0,0,0-.616,420.17,384.768,384.768,0,0,0,62.374-210.55c0-.51-0.026-1.01-0.028-1.51C827.761,6153.96,807.482,6082.9,802.594,6013.78Zm105.189,243.5c49.642,77.01,114.977,136.56,186.727,175.83-5.78-81.68-32.96-166.1-82.86-243.51-49.639-77.01-114.976-136.56-186.72-175.82C830.706,6095.46,857.884,6179.87,907.783,6257.28Z' transform='translate(-740 -6013)'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20% auto;
}

.under .ud_spec_box:before,
.under .ud_spec_box:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 30% auto;
  height: 100%;
  z-index: -1;
}

.under .ud_spec_box:before {
  top: 10px;
  left: 10px;
  background-image: url(../images/ud_spec_bg01.png);
  background-position: top left;
  width: 50%;
}

.under .ud_spec_box:after {
  bottom: 10px;
  right: 10px;
  background-image: url(../images/ud_spec_bg02.png);
  background-position: bottom right;
  width: 37%;
}

.under .ud_spec_box .txt {
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  padding: 60px 20px 60px;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}

.under .ud_spec_box .txt:before,
.under .ud_spec_box .txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#509dc4), to(#509dc4)) left bottom no-repeat;
  background: linear-gradient(#509dc4, #509dc4) left top no-repeat, linear-gradient(#509dc4, #509dc4) left top no-repeat, linear-gradient(#509dc4, #509dc4) right top no-repeat, linear-gradient(#509dc4, #509dc4) right top no-repeat, linear-gradient(#509dc4, #509dc4) right bottom no-repeat, linear-gradient(#509dc4, #509dc4) right bottom no-repeat, linear-gradient(#509dc4, #509dc4) left bottom no-repeat, linear-gradient(#509dc4, #509dc4) left bottom no-repeat;
  z-index: -1;
}

.under .ud_spec_box .txt:before {
  background-size: 1px 100%, 100% 1px, 100% 1px, 1px 100%, 1px 100%, 100% 1px, 100% 1px, 1px 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.under .ud_spec_box .txt:after {
  background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px;
}

.under .doctor_box {
  margin: auto;
  display: table;
  position: relative;
}

.under .doctor_box .text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  background-color: #fff;
  color: #3c8ab1;
  text-align: center;
  width: 300px;
  border: 1px solid rgba(80, 157, 196, 0.4);
}

.under .doctor_box .text:before,
.under .doctor_box .text:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}

.under .doctor_box .text:before {
  top: -14px;
  left: -10px;
  width: 34%;
  height: 76%;
  background-image: url(../images/idx_pattern1.png), url(../images/idx_pattern2.png);
  background-position: top left, top 33px left 30px;
  background-size: 44% auto, 32% auto;
}

.under .doctor_box .text:after {
  bottom: -20px;
  right: -27px;
  width: 20%;
  height: 65%;
  background-image: url(../images/idx_pattern2.png), url(../images/idx_pattern3.png);
  background-position: top left, top 12px left 12px;
  background-size: 26% auto, 50% auto;
}

.under .doctor_box .text span {
  display: block;
  letter-spacing: 0.2em;
}

.under .doctor_box .text span.txt_big {
  font-size: 24px;
}

.under .doctor_box .text span.txt_small {
  font-size: 18px;
}

.under .box_flow .flow_item {
  border: 2px solid #509dc4;
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #f2fbff;
}

.under .box_flow .flow_item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/idx_pattern3.png), url(../images/idx_pattern2.png);
  background-repeat: no-repeat;
  background-size: 54px auto, 9% auto;
  background-position: top 10px left 9px, bottom 10px right 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.under .box_flow .flow_item:not(:last-child) {
  margin-bottom: 50px;
}

.under .box_flow .flow_item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 30px 0 30px;
  border-color: #509dc4 transparent transparent transparent;
}

.under .box_flow .flow_tl {
  border-bottom: 1px solid #509dc4;
  font-size: 22px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #509dc4;
}

.under .box_flow .flow_tl .num {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #fff;
  background-color: #509dc4;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  font-size: 24px;
  position: relative;
}

.under .box_flow .flow_tl .num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px dotted #fff;
}

.under .box_flow .flow_cont {
  padding-top: 15px;
}

  /* news class*/
  .br_auto {
    display: inline-block;
  }

  .under .btn-group .btn {
    max-width: 400px;
  }
    /*end news class*/

.under .und_feature {
  counter-reset: countfeature;
}
.under .und_feature .feature_box {
position: relative;
z-index: 1;
padding: 50px;
margin-bottom: 50px;
border: 2px solid #509dc4;

background-color: white;
box-shadow: 0px 1px 2px 2px rgba(142, 142, 142, 0.15);
}
.under .und_feature .feature_box::before,
.under .und_feature .feature_box::after  {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 42px);
  height: calc(100% - 42px);
  background: linear-gradient(#509dc4, #509dc4) left top no-repeat, linear-gradient(#509dc4, #509dc4) left top no-repeat, linear-gradient(#509dc4, #509dc4) right top no-repeat, linear-gradient(#509dc4, #509dc4) right top no-repeat, linear-gradient(#509dc4, #509dc4) right bottom no-repeat, linear-gradient(#509dc4, #509dc4) right bottom no-repeat, linear-gradient(#509dc4, #509dc4) left bottom no-repeat, linear-gradient(#509dc4, #509dc4) left bottom no-repeat;

  z-index: -1;
}
.under .und_feature .feature_box::before {
  background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px, 5px 5px;
}
.under .und_feature .feature_box::after {
  background-size: 1px 40px, 40px 1px, 40px 1px, 1px 40px, 1px 40px, 40px 1px, 40px 1px, 1px 40px;
}

.under .und_feature .feature_box .point {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 25px;
  font-size: 22px;
  font-family: "EB Garamond", serif;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #509dc4;
  border-bottom: 2px solid #509dc4;
}
.under .und_feature .feature_box .point::after {
  content:' 0'counter(countfeature);
  counter-increment: countfeature;
  font-size: 1.5em;
}
.under .und_feature .feature_box .box_head {}
.under .und_feature .feature_box .box_head .ttl{
  font-size: 22px;
  font-weight: 500;
  color: #509dc4;

}

.under .und_feature .feature_box .box_body {
  padding-top: 15px;
}


.under #socialbuttons {
  display: table;
  margin: 20px auto 10px;
}

.under #socialbuttons>div {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  overflow: hidden;
}

.under #socialbuttons .line {
  margin-right: 0px;
}

.under .txt_center {
  text-align: center;
}

.under .inter_spec_box {
  margin-top: 80px;
}

.under .inter_spec_box>div {
  padding: 150px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.under .inter_spec_box .txt {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}

.under .inter_spec_box .bg01 {
  background-image: url(../images/inter_spec_bg01.jpg);
}

.under .inter_spec_box .bg02 {
  background-image: url(../images/inter_spec_bg02.jpg);
}

.under .inter_spec_box .bg03 {
  background-image: url(../images/inter_spec_bg03.jpg);
}

.under .inter_spec_box .bg04 {
  background-image: url(../images/inter_spec_bg04.jpg);
}

.under .inter_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

.under .inter_item.bx_l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.under .inter_item.bx_l .inter_cont {
  padding-right: 50px;
}

.under .inter_item.bx_l .inter_cont h4 {
  color: #509dc4;
}

.under .inter_item.bx_l .inter_number::first-letter {
  color: #509dc4;
}

.under .inter_item.bx_l .inter_img:before {
  background-image: url(../images/interview_img_before02.png);
  left: -105px;
}

.under .inter_item.bx_r .inter_cont {
  padding-left: 50px;
}

.under .inter_item.bx_r .inter_cont h4 {
  color: #ef8d20;
}

.under .inter_item.bx_r .inter_number::first-letter {
  color: #ef8d20;
}

.under .inter_item.bx_r .inter_img:before {
  background-image: url(../images/interview_img_before01.png);
  right: -105px;
}

.under .inter_img {
  width: 40%;
  position: relative;
}

.under .inter_img:before {
  content: "";
  position: absolute;
  top: -40px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44%;
  height: 100%;
  max-width: 298px;
  max-height: 312px;
  z-index: 0;
}

.under .inter_cont {
  width: 60%;
}

.under .inter_cont h4 {
  background: none;
  font-size: 28px;
  padding: 0;
}

.under .inter_cont h4:before,
.under .inter_cont h4:after {
  display: none;
}

.under .inter_number {
  color: #509dc4;
  font-size: 22px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
  color: #707070;
  margin-bottom: 10px;
}

.under .inter_number::first-letter {
  font-size: 32px;
  margin-right: 2px;
}

@media only screen and (max-width: 1200px) {

  .under .inter_spec_box .bg01,
  .under .inter_spec_box .bg03 {
    background-position: left center;
  }

  .under .inter_spec_box .bg02,
  .under .inter_spec_box .bg04 {
    background-position: right center;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1171px) {
  .under .inter_spec_box>div {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .under .inter_spec_box>div {
    padding: 100px 0;
  }

  .under .inter_spec_box .txt {
    font-size: 22px;
  }

  .under .inter_item.bx_l .inter_cont {
    padding-right: 25px;
  }

  .under .inter_item.bx_r .inter_cont {
    padding-left: 25px;
  }

  .under .inter_cont h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}

.under .clinic_tbl02 {
  text-align: center;
}

.under .clinic_tbl02 th:first-child {
  width: 350px;
}

.under .clinic_tbl02 th:not(:first-child) {
  width: calc((100% - 350px) / 7);
}

.under .teeth_box .secH4 {
  width: 48%;
}

.under .teeth_box .secH5 {
  padding-top: 20px !important;
}

.under .teeth_box img {
  max-height: 180px;
}

.under .teeth_box p {
  font-size: 14px;
}

.under .access_box_img01 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.under .access_box_img01 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.under .access_box_img01 .block .big {
  width: calc((580 / 1160) * (100% - 10px));
}

.under .access_box_img01 .block .small {
  width: calc((580 / 1160) * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.under .access_box_img01 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}

.under .access_box_img01 .block figure {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}

.under .access_box_img02 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.under .access_box_img02 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.under .access_box_img02 .block .big {
  width: calc((640 / 1160) * (100% - 10px));
}

.under .access_box_img02 .block .small {
  width: calc((520 / 1160) * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.under .access_box_img02 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}

.under .access_box_img02 .block figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .under .clinic_tbl02 {
    table-layout: fixed;
  }
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 0;
}

#pagination:empty {
  display: none;
}

#pagination a,
#pagination span {
  background-color: #3c8ab1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

#pagination a.prev,
#pagination a.next,
#pagination span.prev,
#pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}

#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}

#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75),
screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  #pagination {
    /* for IE 9 and above */
  }

  #pagination a,
  #pagination span {
    padding-top: 2px;
  }
}

#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pagination span {
  opacity: 0.5;
}

#pagination .active a,
#pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.blog-content:before {
  display: none;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: #3c8ab1;
}

.blog_list_style01 .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog_list_style01 .item figure {
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 1px solid #9c9c9c;
  width: 220px;
  height: 220px;
}

.blog_list_style01 .item figure img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}

.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}

.blog_list_style01 .item .info .date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}

.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  margin-left: 20px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}

.blog_list_style01 .item .info .date .tag a {
  background-color: #509dc4;
  display: inline-block;
  margin-left: 2px;
  padding: 4px 10px 1px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}

.blog_list_style01 .item .info .date .tag a.news {
  background-color: #3c8ab1;
}

.blog_list_style01 .item .info .date .tag a.osteoporosis {
  background-color: #ef8d20;
}

.blog_list_style01 .item .info .date .tag a.treatment {
  background-color: #285d32;
}

.blog_list_style01 .item .info .date .tag a.prevent {
  background-color: #698e70;
}

.blog_list_style01 .item .info .date .tag a.patient {
  background-color: #707070;
}

.blog_list_style01 .item .info .date .tag a.test {
  background-color: #83acc1;
}

.blog_list_style01 .item .info .date .tag a.information {
  background-color: #156191;
}

.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}

.blog_list_style01 .item .info .ttl a {
  color: inherit;
}

.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}

.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 2px solid #707070;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 7px 10px 5px;
  font-size: 90%;
  color: #707070;
  text-decoration: none;
}

.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}

.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: #707070;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }

  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }

  .blog_list_style01 .item figure {
    margin: 0 auto;
  }

  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}

.blog_list_style02.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog_list_style02.colImg p {
  margin-bottom: 5px;
}

.blog_list_style02.colImg p:last-child {
  margin-bottom: 0;
}

.blog_list_style02.colImg figure {
  margin-bottom: 15px;
}

.blog_list_style02.colImg .text p {
  font-size: 1em;
}

.blog_list_style02.colImg .text .ttl {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #0e7cad;
}

.blog_list_style02.colImg4_blog .item {
  width: calc(96% / 4);
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}

.blog_list_style02.colImg4_blog .item:nth-child(4) {
  margin-right: 0;
}

.blog_list_style02.colImg4_blog .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.blog_list_style02.colImg4_blog .item .img {
  background: url(../images/shared_blog_logo.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}

.blog_list_style02.colImg4_blog .item .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog_list_style02.colImg4_blog .item .img img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
}

.blog_list_style02.colImg4_blog .item:hover a {
  opacity: 1;
}

.blog_list_style02.colImg4_blog .item:hover .img img {
  -webkit-filter: blur(5px) grayscale(50%);
  filter: blur(5px) grayscale(50%);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.blog_list_style02.colImg4_blog figure {
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 280px;
  }

  .blog_list_style02.colImg4_blog figure {
    height: 260px;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style02.colImg .list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .blog_list_style02.colImg .item {
    margin-bottom: 15px;
  }

  .blog_list_style02.colImg figure {
    margin-bottom: 5px;
  }

  .blog_list_style02.colImg .text {
    font-size: 14px;
  }

  .blog_list_style02.colImg4_blog .item {
    width: 49%;
  }

  .blog_list_style02.colImg4_blog .item .img {
    height: 48vw;
  }

  .blog_list_style02.colImg4_blog figure {
    height: 48vw;
  }
}

.blog_detail_style02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}

.blog_detail_style02 .box_gallery {
  width: 35%;
  max-width: 400px;
}

.blog_detail_style02 .box_gallery .main_img {
  background: #ededed;
  position: relative;
  height: 400px;
  margin-bottom: 11px;
}

.blog_detail_style02 .box_gallery .main_img .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.blog_detail_style02 .box_gallery .main_img .item.active {
  opacity: 1;
}

.blog_detail_style02 .box_gallery .main_img .img {
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
}

.blog_detail_style02 .box_gallery .main_img .img img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}

.blog_detail_style02 .box_gallery .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.blog_detail_style02 .box_gallery .thumb li {
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: calc(100% / 8 - 4.4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20vw;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.blog_detail_style02 .box_gallery .thumb li:nth-child(8n+0) {
  margin-right: 0;
}

.blog_detail_style02 .box_gallery .thumb li:hover {
  opacity: 0.7;
}

.blog_detail_style02 .box_gallery .thumb li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog_detail_style02 .box_gallery .thumb.col_5 li {
  width: calc(100% / 5 - 4px);
  max-height: 77px;
}

.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
  margin-right: 0;
}

.blog_detail_style02 .box_gallery.withSlick .main_img {
  height: auto;
}

.blog_detail_style02 .box_gallery.withSlick .main_img .item {
  height: 400px;
}

.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
  display: block;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li {
  opacity: 0.5;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 1;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li.active {
  opacity: 1;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after {
  border-color: #ff9933;
}

.blog_detail_style02 .box_gallery.withSlick .thumb li:hover {
  opacity: 1;
}

.blog_detail_style02 .box_gallery.withSlick .controls p {
  display: table;
  cursor: pointer;
}

.blog_detail_style02 .box_gallery.withSlick .controls p:hover {
  text-decoration: underline;
}

.blog_detail_style02 .box_info {
  width: 62%;
  max-width: 710px;
}

.blog_detail_style02 .box_info .intro {
  margin-bottom: 20px;
}

.blog_detail_style02 .box_info table {
  /* &.tbl_style03{
  	th{
  		width: 38%;
  	}
  } */
}

.blog_detail_style02 .box_info table th {
  width: 30%;
  background: #f5f5f5;
  color: #1b1b1b;
}

.blog_detail_style02.noGallery .box_info {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog_detail_style02 .box_gallery {
    width: 100%;
    margin: 0 auto 30px;
  }

  .blog_detail_style02 .box_gallery .main_img {
    max-height: 400px;
    height: 100vw;
  }

  .blog_detail_style02 .box_info {
    width: 100%;
    margin: 0 auto;
  }

  .blog_detail_style02 .box_info table th {
    width: 100%;
  }

  .blog_detail_style02 .box_info table.tbl_style03 {
    border-bottom: none;
  }
}

.main_blog_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}

.main_blog_container .main_blog_content>div {
  padding-top: 0;
}

.main_blog_container .sidebar {
  width: 220px;
}

.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
  background-color: #3c8ab1;
  -webkit-transform: none;
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}

.main_blog_container .sidebar ul:not(.children)>li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}

.main_blog_container .sidebar ul:not(.children)>li:last-child {
  border-bottom: 0;
}

.main_blog_container .sidebar ul:not(.children)>li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

.main_blog_container .sidebar ul:not(.children)>li a:hover {
  text-decoration: none;
}

.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}

.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}

.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }

  .main_blog_container .sidebar {
    display: none;
  }
}

.blog_post_button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}

.blog_post_button>div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  /* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}

.blog_post_button>div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 17px 10px 14px;
  max-width: 100%;
  background-color: #509dc4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

/*---------add post---------*/
.box_hp_mainvisual {
  background: #fff;
  text-align: center;
  color: #292929;
  padding: 50px 50px;
  position: absolute;
  right: 60px;
  bottom: 110px;
}

.communication .box_hp_mainvisual {
  padding: 50px 20px;
}

.main_txt {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}

.main_txt_h {
  font-size: 35px;
}

.box_hb_stt {
  background: #FA8F20;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-weight: bold;
  height: 130px;
  width: 130px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-60%, 50%);
  transform: translate(-60%, 50%);
  margin-bottom: 0;
}

.main_hp_box .inner {
  position: relative;
  height: 100%;
}

.under #main.lexpage {
  padding: 0 0;
}

.archive_single_list_exlp .boxmain_tab a:last-child {
  border-bottom: 1px solid #dedede;
}

.lexpage .archive_single_list_exlp .list_post {
  margin-bottom: 40px;
}

.ttl_lp01 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.7em;
}

.ttl_lp01_s02 {
  padding-bottom: 0.85em;
}

.ttl_lp01_s02:before {
  content: "";
  width: 110px;
  height: 3px;
  background: #1c1c1c;
  position: absolute;
  bottom: 0;
  left: calc(50% - 55px);
}

.ttl_lp01 .sp_onl {
  display: none;
}

.ttl_lp01 strong {
  font-size: 140%;
}

.lpbox {
  padding: 55px 0;
}

.lpbox01 {
  background: #E9F3F5;
}

.lpbox02 {
  background: #FAF8EF;
}

.lpbox04 {
  padding-top: 10px;
}

.blog-content .entry>h4 {
  margin-top: 60px;
}

.blog-content .entry>h5 {
  margin-top: 50px;
}

.blog-content .entry>h4+.secH4 {
  padding-top: 0;
}

.blog-content .entry>h5 {
  margin-top: 50px;
}

.blog-content .entry>h5+.secH4 {
  padding-top: 0;
}

ul.list-tab01 {
  padding: 0px;
  list-style: none;
  display: none;
  max-width: 800px;
  margin: 0 auto 30px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.list-tab01 li {
  width: calc((100% - 20px) / 3);
  background: #B7B7B7;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

ul.list-tab01 li.current {
  background: #9FBC8D;
  -webkit-box-shadow: inset 0px -4px 0px 0px #386934;
  box-shadow: inset 0px -4px 0px 0px #386934;
}

ul.list-tab01 li:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.list_bxex02_col {
  width: calc((100% -40px) / 3);
  margin-right: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.list_bxex02_col:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex02_col:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #9FBC8D;
  border-right: 20px solid transparent;
  position: absolute;
  left: 3px;
  top: 3px;
}

.list_bxex02_ttl {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.list_bxex02_ttl:before {
  content: "";
  background: #9FBC8D;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
}

.list_bxex02_col.list_bxex02_cl01:before {
  border-top: 10px solid #9FBC8D;
  border-right: 10px solid transparent;
}

.list_bxex02_cl01 .list_bxex02_ttl:before {
  background: #9FBC8D;
}

.list_bxex02_ttl.list_bxex02_ttl_01 {
  font-size: 20px;
  line-height: 24px;
}

.box_sub01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.list_bxex02_btn {
  margin-bottom: 0;
}

.list_bxex02_btn a {
  background: url(../images/icon_btn001.png) right 8px center no-repeat #386934;
  background-size: 15px auto;
  color: #fff;
  display: inline-block;
  padding: 3px 35px 3px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list_bxex02_btn a:hover {
  background-position: right 5px center;
  opacity: 0.8;
}

.list_bxex02_ttl_sub {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.list_bxex02_des_ttl {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.list_bxex02_des {
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}

.list_bxex02_pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.list_bxex_02 li {
  background: #F9F9F9;
  padding: 10px 1px 10px 1px;
  width: calc((100% - 21px) / 3);
  margin: 0 10px 10px 0;
  text-align: center;
}

.list_bxex_02 li:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex_02 li.list2r img {
  margin-bottom: 5px;
}

.list_bxex_02 li img {
  display: block;
  margin: 0 auto 8px;
}

.list_bxex_02 li span {
  font-size: 11px;
  line-height: 14px;
  display: block;
}

.under_post {
  font-size: 17px;
}

.center_img {
  max-width: 800px;
  margin: 0 auto 1.5em;
  text-align: center;
}

.inbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.tag_cate {
  border: 1px solid #E5127C;
  color: #E5127C;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  line-height: 20px;
  padding: 0 12px;
}

.post_date {
  font-size: 16px;
  font-weight: bold;
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center;
}

.img_wcap_ct img {
  max-height: 500px;
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px;
}

p:empty {
  display: none;
}

.note01 {
  margin-bottom: 30px;
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
}

.note01.note_c {
  color: #D90029;
}

.note01.note_c:before {
  color: #D90029;
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px;
}

.box_ctwimg p:last-child {
  margin-bottom: 0;
}

.img_r {
  max-width: 420px;
  float: right;
  margin: 0 0 20px 40px;
}

.img_l {
  max-width: 420px;
  float: left;
  margin: 0 40px 20px 0;
}

.catption_txt {
  padding-top: 10px;
  color: #8E8E8E;
  font-size: 15px;
  display: block;
  letter-spacing: -0.05em;
}

.box_lig01 {
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

.box_lig01 p:last-child {
  margin-bottom: 0;
}

.box_lig02 {
  position: relative;
  padding: 40px;
  background: #F7F7F7;
  margin-bottom: 40px;
}

.box_lig02 p:last-child {
  margin-bottom: 0;
}

.maint0 {
  margin-top: 0;
}

blockquote p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 40px;
  border-left: 2px solid #E5127C;
  /*     -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
    -moz-box-shadow:    3px 3px 5px 6px #ccc;   */
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background: url(../images/icon_quote.png) no-repeat;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

@media screen and (max-width: 960px) {
  .img_l {
    max-width: 300px;
    margin: 0 20px 15px 0;
  }

  .img_r {
    max-width: 300px;
    margin: 0 0px 15px 20px;
  }
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}

.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form-style01 .contact-table input {
  width: 100%;
}

.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}

.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}

.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form-style01 .contact-table dl:last-child dt,
.contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}

.contact-form-style01 .contact-table dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 20px;
}

.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}

.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-style01 .contact-table .postal_code {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}

.contact-form-style01 .contact-table .inline input {
  text-align: center;
}

.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}

.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}

.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}

.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
}

.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  display: block;
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 4px 10px 10px;
  text-decoration: none;
  cursor: pointer;
}

.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn:hover {
  opacity: 0.8;
}

.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  background-color: #509dc4;
  border-radius: 30px;
  color: #fff;
}

.contact-form-style01 .contact-table {
  border: 1px solid #3c8ab1;
}

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}

.contact-form-style01 .contact-table dt {
  background-color: #3c8ab1;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}

.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #3c8ab1;
}

.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.contact-form-style02 {
  background: url(../images/contact-form-bg.jpg);
  padding: 80px 50px 80px;
}

.contact-form-style02 .contact-table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form-style02 .contact-table input:not([type=radio]):not([type=checkbox]),
.contact-form-style02 .contact-table textarea {
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  display: block;
  border-radius: 0;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.contact-form-style02 .contact-table textarea {
  max-width: 100%;
  border: 1px dashed;
  padding: 20px;
}

.contact-form-style02 .contact-table dl {
  position: relative;
  z-index: 0;
  width: 49%;
  margin-bottom: 60px;
}

.contact-form-style02 .contact-table dl:last-child {
  margin-bottom: 0;
}

.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}

.contact-form-style02 .contact-table dl dt span {
  position: relative;
  top: -0.1em;
  display: inline-block;
  padding: 0px 5px;
  margin-left: 8px;
  border-radius: 7px;
  font-size: 0.7em;
}

.contact-form-style02 .contact-table dl.inline dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-style02 .contact-table dl.inline input {
  text-align: center;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  padding: 15px;
  border: 1px dashed;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.contact-form-style02 .contact-table dl.full {
  width: 100%;
  padding: 20px 0;
}

.contact-form-style02 .contact-table dl.full dt {
  padding-bottom: 15px;
}

.contact-form-style02 .contact-table dl:not(.full) dt {
  position: absolute;
  z-index: 0;
  bottom: 15px;
  left: 0px;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact-form-style02 .contact-table dl:not(.full) dd {
  padding: 0px 0px;
}

.contact-form-style02 .contact-table dl:not(.full).non-empty dt,
.contact-form-style02 .contact-table dl:not(.full).focus dt {
  bottom: -5px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.75em;
}

.contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
}

.contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {
  opacity: 0.45;
}

.contact-form-style02 .wpcf7-not-valid-tip {
  display: block;
  text-align: right;
}

.contact-form-style02 .input_btn,
.contact-form-style02 .button.thanks_btn {
  position: relative;
  display: table;
  margin: 40px auto 0;
  height: 45px;
}

.contact-form-style02 .input_btn input,
.contact-form-style02 .input_btn a,
.contact-form-style02 .button.thanks_btn input,
.contact-form-style02 .button.thanks_btn a {
  color: inherit;
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::before,
.contact-form-style02 .button.thanks_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
  transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .button.thanks_btn::before {
  top: 0;
}

.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::after {
  bottom: 0;
}

.contact-form-style02 .input_btn:hover::before,
.contact-form-style02 .button.thanks_btn:hover::before {
  top: 100%;
  width: 80%;
}

.contact-form-style02 .input_btn:hover::after,
.contact-form-style02 .button.thanks_btn:hover::after {
  bottom: -7px;
  width: 60%;
}

.contact-form-style02 .input_btn input[type=button],
.contact-form-style02 .input_btn input[type=submit],
.contact-form-style02 .button.thanks_btn {
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

.contact-form-style02 .input_btn,
.contact-form-style02 .button.thanks_btn {
  color: #333;
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::before,
.contact-form-style02 .button.thanks_btn::after {
  background-color: #fcbb45;
}

.contact-form-style02 .contact-table input,
.contact-form-style02 .contact-table textarea {
  background-color: transparent;
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table input:focus,
.contact-form-style02 .contact-table textarea:focus {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD.focus dd {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}

.contact-form-style02 .contact-table dl dt span {
  background-color: #353535;
  color: #ffffff;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }

  .contact-form-style01 .contact-table dd {
    width: 60%;
  }

  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table dl {
    display: block;
  }

  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }

  .contact-form-style01 .contact-table dd {
    border-color: transparent;
  }

  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%;
  }

  .contact-form-style01 .contact-table input[type=checkbox],
  .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }

  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }

  .contact-form-style02 {
    padding: 40px 30px 40px;
  }

  .contact-form-style02 .contact-table input,
  .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl {
    width: 100%;
  }

  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }

  .contact-form-style02 .contact-table dl:not(.full).non-empty dt,
  .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }

  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
}

/*pc*/
footer .copyright p {
  padding: 0;
  margin: 0;
}

footer .copyright {
  padding: 0 0;
  margin-top: 39px;
}

footer .copyright .textwidget p {
  color: #fff;
  letter-spacing: .17em;
  font-size: 12px;
  text-align: left;
}

.flex_b {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .copyright p.copy_img {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

footer .copyright p.copy_img:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* END Mail*/
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/