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

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

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: #2a598f;
}

a:hover,
a:active {
  color: #2a598f;
}

a:not([target*="_blank"]) {
  -webkit-transition: opacity 0.3s ease;
  -o-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;
}

@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;
  font-size: 14px;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1118px;
  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: 426px) {
  .sp_425 {
    display: none !important;
  }
}

@media only screen and (min-width: 376px) {
  .sp_375 {
    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;
  -o-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-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;
  -o-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;
  -o-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;
  -o-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);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -o-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);
  -ms-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: -webkit-flex;
  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;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 100px;
  left: 0;
}

.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: 80px;
  height: 80px;
  margin: 0;
}

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

.ani-boun {
  -webkit-animation-name: ani-totop;
  animation-name: ani-totop;
}

.ani-totop {
  -webkit-animation-duration: .5s;
  animation-duration: .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 ani-totop {

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

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

@keyframes ani-totop {

  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: 38%;
  right: 20px;
  z-index: 15;
}

.fixed_banner .fix_top>div {
  display: -webkit-flex;
  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;
  -o-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;
  letter-spacing: 0.12em;
  line-height: 1.222222222222222;
  text-align: center;
  font-size: 12px;
}

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

.fixed_banner .tel {
  background-color: #fff;
}

.fixed_banner .tel p ,.fixed_banner .tel .ov{
  padding: 0 25px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 0.97;
  color: #2a598f;
}
.fixed_banner .tel:hover{
  opacity: 1;
}

.fixed_banner .tel p::before {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %232a598f; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon_tel.svg' class='cls-1' d='M1387.99,572.635v4.91a1.385,1.385,0,0,1-1.29,1.385c-0.61.043-1.1,0.064-1.48,0.064A22.219,22.219,0,0,1,1363,556.777c0-.383.02-0.879,0.06-1.485a1.393,1.393,0,0,1,1.39-1.293h4.91a0.7,0.7,0,0,1,.69.626c0.03,0.32.06,0.573,0.09,0.766a19.315,19.315,0,0,0,1.68,5.557,0.635,0.635,0,0,1-.21.786l-2.99,2.143a18.1,18.1,0,0,0,9.5,9.5l2.14-2.99a0.634,0.634,0,0,1,.79-0.206,19.343,19.343,0,0,0,5.56,1.673c0.19,0.028.44,0.058,0.76,0.089a0.685,0.685,0,0,1,.62.691h0Z' transform='translate(-1363 -554)'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: auto 100%;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
}
.fixed_banner .tel.st2 p ,.fixed_banner .tel.st2 .ov{
  color: #E34B83;
}
.fixed_banner .tel.st2 p::before{
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23E34B83; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon_tel.svg' class='cls-1' d='M1387.99,572.635v4.91a1.385,1.385,0,0,1-1.29,1.385c-0.61.043-1.1,0.064-1.48,0.064A22.219,22.219,0,0,1,1363,556.777c0-.383.02-0.879,0.06-1.485a1.393,1.393,0,0,1,1.39-1.293h4.91a0.7,0.7,0,0,1,.69.626c0.03,0.32.06,0.573,0.09,0.766a19.315,19.315,0,0,0,1.68,5.557,0.635,0.635,0,0,1-.21.786l-2.99,2.143a18.1,18.1,0,0,0,9.5,9.5l2.14-2.99a0.634,0.634,0,0,1,.79-0.206,19.343,19.343,0,0,0,5.56,1.673c0.19,0.028.44,0.058,0.76,0.089a0.685,0.685,0,0,1,.62.691h0Z' transform='translate(-1363 -554)'/%3E%3C/svg%3E%0A") ;
  
}
.fixed_banner .web {
  background-color: #4187bb;
}

.fixed_banner .web p {
  font-weight: 500;
  color: #fff;
}

.fixed_banner .web p::before {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon_web.svg' class='cls-1' d='M1362,664h26v11.7a1.3,1.3,0,0,1-1.3,1.3h-23.4a1.3,1.3,0,0,1-1.3-1.3V664Zm20-9h5c0.72,0,1,.176,1,0.894V661h-26v-5.106c0-.718.28-0.894,1-0.894h5v-3h3v3h8v-3h3v3Z' transform='translate(-1362 -652)'/%3E%3C/svg%3E%0A") no-repeat center/26px auto;
  height: 25px;
}

.fixed_banner .map {
  background-color: #2a598f;
}

.fixed_banner .map p {
  font-weight: 500;
  color: #fff;
}

.fixed_banner .map p::before {
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='278' height='405' viewBox='0 0 278 405'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cg id='Artboard_1' data-name='Artboard 1'%3E%3Cpath class='cls-1' d='M138.874,405c-2.52-4.079-4.8-7.725-7.037-11.394Q76.349,302.66,20.849,211.723A138.594,138.594,0,0,1,.442,126.4C4.841,71.287,44.536,22.332,97.471,6.3c73.636-22.3,150.2,17.244,173.638,90.39,12.89,40.233,7.613,78.843-14.309,114.964Q205.93,295.473,154.7,379.074C149.526,387.56,144.343,396.043,138.874,405ZM138.856,364c0.69-.973,1.2-1.6,1.615-2.288,32.91-53.972,65.943-107.869,98.658-161.957q22.224-36.743,15.75-79.513C243.472,44.627,161.288.086,90.971,31.529,25.4,60.847,1.676,139.3,39.593,201.591q48.134,79.072,96.38,158.076C136.823,361.061,137.783,362.389,138.856,364Zm-0.172-172.076a53.5,53.5,0,0,1-53.244-53.41c0.036-29.234,24.318-53.383,53.538-53.244,29.259,0.139,53.693,24.64,53.378,53.526A53.632,53.632,0,0,1,138.684,191.919ZM170.731,138.4c-0.065-17.891-14.166-31.682-32.281-31.569a31.857,31.857,0,0,0-31.759,31.813c0.095,17.611,14.794,32.213,32.276,32.062A31.867,31.867,0,0,0,170.731,138.4Z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
  height: 30px;
}

#ubie-banner01 {
  margin-bottom: 10px;
}
.fixed_banner span.ov {
  position: absolute;
  right: calc(100% - 1em);
  width: 10em;
  background: #fff;
  border-radius: 5px;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 2em);
  border: 1px solid;
  font-weight: bold;
  font-size: 1.25em;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
 
}

.fixed_banner span.ov:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid;
  border-right: 0;
  position: absolute;
  right: -1em;
  font-size: 0.5em;
}
@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 159px;
 
  }
  .fixed_banner .tel:hover span.ov{
    visibility: visible;
    opacity: 1;
    right: calc(100% + 1em);

  }
  .fixed_banner .fixed_bnr {
    width: 159px;
  }

  .fixed_banner .tel,
  .fixed_banner .web,
  .fixed_banner .map {
    width: 90px;
    height: 90px;
    margin-left: auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px rgba(42, 89, 143, 0.1);
    box-shadow: 0 0 30px rgba(42, 89, 143, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .fixed_banner .tel,
  .fixed_banner .web,
  .fixed_banner .map {
    margin-bottom: 10px;

  }


  .fixed_banner .web:hover,
  .fixed_banner .map:hover {
    opacity: 0.7;
  }

  .fixed_banner .tel p {
    padding: 0 5px;
  }

  .fixed_banner .tel p::before {
    width: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .fixed_banner {
    top: 26%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .fixed_banner {
    top: 22%;
  }
}

@media only screen and (min-width: 769px) and (max-height: 770px) {
  .fixed_banner {
    top:auto;
    bottom: 20px;
}
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {

  .fixed_banner .tel,
  .fixed_banner .web,
  .fixed_banner .map {
    width: 70px;
    height: 70px;
  }

  .fixed_banner .tel p,
  .fixed_banner .web p,
  .fixed_banner .map p {
    font-size: 10px;
  }

  .fixed_banner .tel p::before,
  .fixed_banner .web p::before
   {
    background-size: 18px;
    height: 20px;
  }
  .fixed_banner .map p::before {
    background-size: 18px auto;
    height: 27px;
  }
}

.btn-group .btn a {
  display: block;
}

.btn-group .btn.style01,
.btn-group .btn.style02 {
  width: 100%;
  min-width: 180px;
  max-width: 300px;
  overflow: hidden;
}

.btn-group .btn.style01 a,
.btn-group .btn.style02 a {
  padding: 11px 10px 12px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-group .btn.style01 a:hover,
.btn-group .btn.style02 a:hover {
  opacity: 1;
  background-color: #9cb5ba;
}

.btn-group .btn.style01 a::after,
.btn-group .btn.style02 a::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  border: 4px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.btn-group .btn.style01.md a,
.btn-group .btn.md.style02 a {
  font-size: 18px;
}

.btn-group .btn.style01.md a::after,
.btn-group .btn.md.style02 a::after {
  font-size: 23px;
}

.btn-group .btn.bg01 a {
  background-color: #659cc1;
}

.btn-group .btn.bg02 a {
  background-color: #f4bf0c;
}

.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%);
  -ms-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-group .btn.style02 a,
  .btn.style02 a {
    font-size: 14px;
  }
}

@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.active {
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: aniscroll 0.5s ease;
  animation: aniscroll 0.5s ease;
  background: rgba(255, 255, 255, 0.95);
}

header.active .logo {
  padding-top: 0;
}

header.active .logo1 {
  display: none;
}

header.active .logo2 {
  display: block;
}

@-webkit-keyframes aniscroll {
  from {
    top: -110px;
  }

  to {
    top: 0;
  }
}

@keyframes aniscroll {
  from {
    top: -110px;
  }

  to {
    top: 0;
  }
}

.header_top {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  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;
  max-width: 1340px;
  margin: 0 auto;
}

.logo {
  width: 30%;
  max-width: 297px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.logo .logo2 {
  display: none;
}

.right_head {
  width: 68%;
  max-width: 735px;
  display: -webkit-flex;
  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: -webkit-flex;
  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;
}

.pc_navi>ul>li {
  position: relative;
}

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

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

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

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

.pc_navi>ul>li:nth-child(5) {
  width: 18%;
  padding-left: 6px;
}

.pc_navi>ul>li:nth-child(4) .subInner,
.pc_navi>ul>li:nth-child(5) .subInner {
  width: 460px;
}

.pc_navi>ul>li:nth-child(4) .subInner ul,
.pc_navi>ul>li:nth-child(5) .subInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pc_navi>ul>li:nth-child(4) .subInner li,
.pc_navi>ul>li:nth-child(5) .subInner li {
  width: 50%;
}

.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: 110px;
  padding-bottom: 8px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Noto Sans JP", sans-serif;
}

.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: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  bottom: 26px;
  left: calc(50% - 8px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pc_navi>ul>li>a:not(.title)::before,
.pc_navi>ul>li>p:not(.title)::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #4187bb;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.pc_navi>ul .subInner {
  position: absolute;
  width: 230px;
  right: 50%;
  bottom: 0px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-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(42, 89, 143, 0.95);
  padding-bottom: 10px;
}

.pc_navi>ul .subInner ul li {
  padding: 0 10px;
  position: relative;
  z-index: 0;
}

.pc_navi>ul .subInner ul li::before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.7);
  height: 1px;
  bottom: 0;
  z-index: -1;
}

.pc_navi>ul .subInner ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 10px 19px 28px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 100%;
  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: "\203A";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

header.active .pc_navi>ul>li>a,
header.active .pc_navi>ul>li>p {
  color: #2a598f;
}

header.active .pc_navi>ul>li>a:hover,
header.active .pc_navi>ul>li>p:hover {
  opacity: 1;
}

header.active .pc_navi>ul>li>a:hover:not(.title)::before,
header.active .pc_navi>ul>li>p:hover:not(.title)::before {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .pc_navi>ul .subInner {
    right: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .logo {
    padding-left: 20px;
  }

  .logo a {
    font-size: 22px;
  }
}

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

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

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

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

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

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

footer {
  position: relative;
  color: #fff;
}

footer .inner {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
}

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

footer a {
  text-decoration: none;
}

footer .ft_map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  line-height: 0;
}

footer .ft_content {
  background: url(../images/footer_bg.jpg) no-repeat center/cover;
  padding: 65px 0 0;
}

footer .ft_logo {
  padding: 0px 0 24px;
}

footer .ft_logo a {
  opacity: 1;
  color: #fff;
  font-size: 29.5px;
  font-weight: 500;
}

footer .ft_link {
  padding-top: 48px;
  padding-bottom: 40px;
  font-size: 15px;
}

footer .ft_link .link_list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

footer .ft_link .ft_mn1 {
  width: 32%;
  max-width: 384px;
}

footer .ft_link .ft_mn2 {
  width: 64%;
  max-width: 764px;
}

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

footer .ft_link .menu02 {
  width: 65%;
}

footer .ft_link .menu03 {
  width: 33%;
}

footer .ft_link .menu05 {
  width: 42%;
  max-width: 295px;
}

footer .ft_link .menu06 {
  width: 27%;
}

footer .ft_link .menu07 {
  width: 31%;
  max-width: 192px;
}

footer .ft_link .ttl {
  margin-bottom: 39px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3.5px;
  line-height: 1;
  pointer-events: none;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

footer .ft_link ul:last-child {
  margin-bottom: 0;
}

footer .ft_link li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 36px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: #fff;
}

footer .ft_link li:not(.ttl)::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0px;
}

footer .ft_link a {
  color: inherit;
}

footer .ft_link a:hover {
  opacity: 1;
  text-decoration: underline;
}

footer .ft_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 43px;
}

footer .ft_info .ttl_time {
  margin-bottom: 10px;
}

footer .ft_info .ft_left {
  width: 30%;
  padding-top: 20px;
}

footer .ft_info .ft_right {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 844px;
}

footer .ft_info .des {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

footer .ft_info .ft_tel a {
  position: relative;
  z-index: 0;
  padding-left: 43px;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32.031 32'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='icon_tel_white.svg' class='cls-1' d='M114,12252.8v6.3a1.716,1.716,0,0,1-1.655,1.8,14.129,14.129,0,0,1-1.9.1,28.515,28.515,0,0,1-28.481-28.5c0-.5.027-1.1,0.082-1.9a1.758,1.758,0,0,1,1.776-1.6h6.294a0.856,0.856,0,0,1,.886.8c0.041,0.4.078,0.7,0.114,0.9a25.4,25.4,0,0,0,2.15,7.2,0.836,0.836,0,0,1-.262,1l-3.841,2.7a23,23,0,0,0,12.182,12.2l2.742-3.8a0.73,0.73,0,0,1,1.02-.3,22.32,22.32,0,0,0,7.12,2.1c0.247,0.1.573,0.1,0.979,0.2a0.818,0.818,0,0,1,.8.8h0Z' transform='translate(-81.969 -12229)'/%3E%3C/svg%3E%0A") no-repeat top 3px left 1px/32px auto;
  font-size: 36px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}

footer .ft_info .ft_tel a:hover {
  color: #fff;
  opacity: 1;
}

footer .ft_info .ft_acc1,
footer .ft_info .ft_acc2,
footer .ft_info .ft_acc3 {
  width: 48.4%;
}

footer .ft_info .ttl_time {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

footer .ft_info .time table {
  border: 1px solid #fff;
  table-layout: fixed;
}

footer .ft_info .time th,
footer .ft_info .time td {
  font-size: 12px;
  text-align: center;
}

footer .ft_info .time th.no_space,
footer .ft_info .time td.no_space {
  padding-right: 1.8em;
  width: 16%;
}

footer .ft_info .time th {
  background: #fff;
  color: #2a598f;
  font-weight: 500;
  border-color: #fff;
  padding: 0.9em 0.4em;
}

footer .ft_info .time th:first-child {
  width: 30%;
}

footer .ft_info .time td {
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 1.3em 0.4em;
  letter-spacing: 0.1em;
}

footer .ft_info .note {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.11em;
}

footer .ft_info .note span {
  vertical-align: sub;
}

footer .copyright {
  position: relative;
  background-color: #f9f9f9;
  padding: 29px 10px;
}

footer .copyright .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .copyright .copy_logo {
  position: relative;
  z-index: 0;
  padding-right: 31px;
  margin-right: 31px;
  margin-bottom: 0;
}

footer .copyright .copy_logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  border-right: 1px solid rgba(149, 149, 149, 0.4);
  height: 29px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .copyright .copy_logo img {
  max-width: 197px;
}

footer .copyright p {
  color: #7b7b7b;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_logo a {
    font-size: 22px;
  }

  footer .ft_link .ttl {
    font-size: 20px;
    line-height: 1.8;
  }

  footer .ft_link li {
    font-size: 11px;
  }

  footer .ft_info .ft_left {
    padding-top: 10px;
  }

  footer .ft_info .ft_tel a {
    font-size: 26px;
    padding-left: 33px;
    background-size: 21px auto;
    background-position: top 5px left 1px;
  }

  footer .ft_info .ttl_time {
    font-size: 18px;
  }

  footer .ft_info .time th,
  footer .ft_info .time td {
    font-size: 9px;
  }

  footer .ft_info .des {
    font-size: 14px;
  }

  footer .ft_info .note {
    font-size: 9px;
  }

  footer .ft_info .time th.no_space,
  footer .ft_info .time td.no_space {
    padding-right: 0.7em;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .sliders {
  height: 750px;
  position: relative;
}

.home_page .slider_key {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.home_page .slider_key li {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.home_page .slider_key li.active {
  opacity: 1;
  visibility: visible;
}

.home_page .slider_key h2 {
  font-size: 40px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
}

.home_page .slider_key .txt {
  letter-spacing: 0.2em;
  line-height: 2.3;
  font-size: 18px;
  font-weight: bold;
}

.home_page #top_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home_page #top_slider.show {
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  -moz-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  -ms-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  -o-transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
  transition: opacity 1.2s cubic-bezier(0.34, 0, 0.78, 1);
}

.home_page #top_slider .image01 {
  background-image: url(../images/image_top_01.jpg);
}

.home_page #top_slider .image02 {
  background-image: url(../images/image_top_02.jpg);
}

.home_page #top_slider .image03 {
  background-image: url(../images/image_top_03.jpg);
}

.home_page #top_slider .image04 {
  background-image: url(../images/image_top_04.jpg);
}

.home_page #top_slider .image05 {
  background-image: url(../images/image_top_05.jpg);
}

.home_page #top_slider .image06 {
  background-image: url(../images/image_top_06.jpg);
}

.home_page #top_slider .left,
.home_page #top_slider .right,
.home_page #top_slider .mobile {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.home_page #top_slider .left>li,
.home_page #top_slider .right>li,
.home_page #top_slider .mobile>li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home_page #top_slider .left>li.now,
.home_page #top_slider .right>li.now,
.home_page #top_slider .mobile>li.now {
  opacity: 1;
  position: static;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.home_page #top_slider .left>li.next,
.home_page #top_slider .right>li.next,
.home_page #top_slider .mobile>li.next {
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -moz-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), -moz-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -ms-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), -ms-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -o-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), -o-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  -o-transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
  transition: opacity 1.2s cubic-bezier(0.135, 0.785, 0.335, 0.94), transform 1.5s cubic-bezier(0.32, 0, 0.18, 1), -webkit-transform 1.5s cubic-bezier(0.32, 0, 0.18, 1);
}

.home_page #top_slider .left img,
.home_page #top_slider .right img,
.home_page #top_slider .mobile img {
  display: block;
  width: 100%;
}

.home_page #top_slider .mobile {
  width: 100%;
}

.home_page #top_slider .left,
.home_page #top_slider .right {
  width: 50%;
  float: left;
}

.home_page #top_slider .left>li,
.home_page #top_slider .mobile>li {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.home_page #top_slider .right>li {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.home_page .idx_scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 189px;
  width: 40px;
  height: 22px;
  background: url(../images/icon_scroll.png) no-repeat center/contain;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.home_page .idx_scroll:hover {
  cursor: pointer;
  opacity: 0.7;
}

.home_page .topic_path {
  display: none;
}

.idx_gallery {
  background: url(../images/idx_gallery_img.jpg) repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  -webkit-animation: idx_key 50s linear infinite;
  animation: idx_key 50s linear infinite;
  height: 320px;
}

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

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

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

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

.ttl_style1 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 18px;
  color: #2a598f;
  letter-spacing: 0.2em;
}

.ttl_style1 .en {
  display: block;
  margin-bottom: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ttl_style2 {
  margin-bottom: 28px;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.1;
}

.ttl_style2 .en {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #2a598f;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}

.gr_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gr_btn.col2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gr_btn.col2 .cm_btn {
  width: calc(50% - 30px);
  margin: 15px;
}

.cm_btn {
  background: #2a598f;
  max-width: 327px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 0;
}

.cm_btn::before,
.cm_btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cm_btn::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.cm_btn::after {
  top: calc(50% - 5px);
  right: 20px;
  width: 7px;
  height: 11px;
  background: url(../images/arrow_btn.png) no-repeat right/contain;
}

.cm_btn a {
  display: block;
  height: 100%;
  color: #fff;
  padding: 24px 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.cm_btn:hover::before {
  width: 100%;
}

.cm_btn:hover::after {
  right: 13px;
}

.cm_btn:hover a {
  opacity: 1;
}

.idx1 {
  padding: 100px 0;
}

.idx1 .inner {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
}

.idx1_detil {
  padding: 142px 50px 144px;
  background: url(../images/idx1_bg.jpg) no-repeat center/cover;
}

.idx1 .txt {
  text-align: center;
  line-height: 2.65;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.idx2_detil1 {
  background: #f9f9f9;
  padding: 85px 0;
}

.idx2_point_img {
  position: relative;
  z-index: 0;
  text-align: center;
}

.idx2_wp .content .idx2_point_img {
  display: table;
  margin: auto;
}

.idx2_point_img .point_bg {
  position: absolute;
  z-index: -1;
  width: 90vw;
  height: 90vw;
  max-width: 452px;
  max-height: 454px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.idx2_point_img .point_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/idx2_point_bg.png) no-repeat center/contain;
  -webkit-animation: rotate_anime 5s linear infinite;
  animation: rotate_anime 5s linear infinite;
}

.idx2_point_img img {
  max-height: 105vw;
}

.idx2_wp .content .idx2_point_img .pic {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.idx2_wp .content .idx2_point_img .pic.active {
  opacity: 1;
}

.idx2_wp .content .idx2_point_img .point_bg {
  max-width: 486px;
  max-height: 488px;
  top: 44%;
  width: 100%;
  height: 46vw;
}

.idx2_wp .content .idx2_point_img .point_bg::before {
  background-size: 100% auto;
  background-image: url(../images/idx2_point_bg_pc.png);
}

.idx2_wp .content .point_btn:not(:last-child) {
  margin-bottom: 3px;
}

.idx2_wp .content_sp {
  margin-top: 35px;
}

.idx2_wp .idx2_point_btn {
  margin-top: 35px;
}

.idx2_wp .point_btn:not(:last-child) {
  margin-bottom: 5px;
}

.idx2_wp .point_btn a {
  display: block;
  padding: 14px 18px 14px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 0;
  color: #333;
  text-decoration: none;
}

.idx2_wp .point_btn a::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 20px;
  top: calc(50% - 5px);
  width: 7px;
  height: 11px;
  background: url(../images/arrow_btn_blue.png) no-repeat right center/contain;
}

.idx2_wp .dot {
  display: block;
  position: absolute;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
}

.idx2_wp .dot a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

.idx2_wp .dot.neck {
  top: 12%;
  left: 42%;
  width: 16.5%;
  height: 11%;
  border-radius: 50%;
}

.idx2_wp .dot.shoulder {
  top: 14%;
  left: 29%;
  width: 18.5%;
  height: 9.5%;
  border-radius: 48%;
}

.idx2_wp .dot.shoulder.b2 {
  left: 53%;
}

.idx2_wp .dot.back {
  top: 18.5%;
  left: 34.9%;
  width: 31%;
  height: 19.5%;
  border-radius: 50%;
}

.idx2_wp .dot.lower-back {
  top: 34%;
  left: 34.9%;
  width: 31%;
  height: 18.6%;
  border-radius: 50%;
}

.idx2_wp .dot.upper-limbs {
  top: 20.5%;
  left: 20.2%;
  width: 16%;
  height: 42%;
  border-radius: 50%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.idx2_wp .dot.upper-limbs.b2 {
  left: 64.35%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.idx2_wp .dot.hip {
  top: 43.2%;
  left: 33.5%;
  width: 15.5%;
  height: 10%;
  border-radius: 50%;
}

.idx2_wp .dot.hip.b2 {
  left: 52%;
}

.idx2_wp .dot.knee {
  bottom: 24.8%;
  left: 33.5%;
  width: 15.4%;
  height: 10%;
  border-radius: 50%;
}

.idx2_wp .dot.knee.b2 {
  left: 52%;
}

.idx2_wp .dot.lower-limbs {
  bottom: 0.6%;
  left: 27.2%;
  width: 19.4%;
  height: 12.5%;
  border-radius: 50%;
}

.idx2_wp .dot.lower-limbs.b2 {
  left: 54%;
}

.idx2_detil2 {
  padding: 100px 0 80px;
}

.idx2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin-right: auto;
}

.idx2_box.img-l {
  margin-left: auto;
  margin-right: 0;
}

.idx2_box.img-l .idx2_content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.idx2_box.img-l .idx2_img {
  margin-left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.idx2_box.img-l .idx2_content {
  margin-right: -14%;
  margin-left: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
}

.idx2_box.box2 .cm_btn {
  margin-top: 49px;
}

.idx2_box.box3 .txt:not(:last-child) {
  letter-spacing: 0.1em;
}

.idx2_img {
  width: 71%;
  height: 580px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

.idx2_img.img1 {
  background: url(../images/idx2_img1.jpg) no-repeat center/cover;
}

.idx2_img.img2 {
  background: url(../images/idx2_img2.jpg) no-repeat center/cover;
}

.idx2_img.img3 {
  background: url(../images/idx2_img3.jpg) no-repeat center/cover;
}

.idx2_img.img4 {
  background: url(../images/idx2_img4.jpg) no-repeat center/cover;
}

.idx2_img.img5 {
  background: url(../images/idx2_img5.jpg) no-repeat center/cover;
}

.idx2_img.img6 {
  background: url(../images/idx2_img6.jpg) no-repeat center/cover;
}

.idx2_img.img7 {
  background: url(../images/idx2_img7.jpg) no-repeat center/cover;
}

.idx2_img.img8 {
  background: url(../images/idx2_img8.jpg) no-repeat center/cover;
}

.idx2_img.img9 {
  background: url(../images/idx2_img9.jpg) no-repeat center/cover;
}

.idx2_img.img10 {
  background: url(../images/idx2_img10.jpg) no-repeat center/cover;
}

.idx2_content {
  width: 47.5%;
  margin-top: 100px;
  margin-left: -14%;
  background: #fff;
  padding: 66px 80px 66px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 5px;
  min-height: 540px;
}

.idx2_content .txt {
  letter-spacing: 0.11em;
  line-height: 2.6;
}

.idx2_content .txt:not(:last-child) {
  margin-bottom: 36px;
}

.idx2_content .cm_btn {
  margin-top: 85px;
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 769px) {
  .idx2_detil1 .ttl_style1 {
    margin-bottom: 56px;
  }

  .idx2_wp .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 28px;
  }

  .idx2_wp .content .idx2_point_btn {
    margin-top: 15px;
    max-width: 517px;
    width: 48.7%;
  }

  .idx2_wp .content .idx2_point_img {
    width: 46.75%;
    max-width: 486px;
    margin-left: 1.4%;
  }

  .idx2_wp .content .point_btn a {
    position: relative;
    border-radius: 5px;
    height: 87px;
    padding: 0.9em 1em 1.3em 2.9em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
  }

  .idx2_wp .content .point_btn a .main {
    color: #333333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .idx2_wp .content .point_btn a .ov {
    position: absolute;
    z-index: -1;
    font-size: 80%;
    color: #fff;
    line-height: 1.5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
  }

  .idx2_wp .content .point_btn a::before {
    width: 10px;
    height: 15px;
    right: 1.5em;
    top: calc(50% - 8px);
    background-image: url(../images/arrow_right.png);
    background-size: 100% auto;
  }

  .idx2_wp .content .point_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -36%;
    width: 41.2%;
    max-width: 213px;
    height: 1px;
    background-color: #2a598f;
    opacity: 0;
  }

  .idx2_wp .content .point_btn a:hover,
  .idx2_wp .content .point_btn a.active {
    color: #fff;
    background-color: #4187bb;
    opacity: 1;
  }

  .idx2_wp .content .point_btn a:hover .main,
  .idx2_wp .content .point_btn a.active .main {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }

  .idx2_wp .content .point_btn a.active .ov,
  .idx2_wp .content .point_btn a:hover .ov {
    position: relative;
    z-index: 1;
    opacity: 1;
  }

  .idx2_wp .content .point_btn a.active::before,
  .idx2_wp .content .point_btn a:hover::before {
    background-image: url(../images/arrow_right_white.png);
  }

  .idx2_wp .content .point_btn a:hover::after,
  .idx2_wp .content .point_btn a.active::after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx2_content {
    padding: 4vw;
  }

  .idx2_content .ttl_style2 {
    font-size: 1.9vw;
  }

  .idx2_content .txt {
    letter-spacing: 0.07em;
  }
}

@media only screen and (max-width: 1060px) and (min-width: 769px) {
  .idx2_wp .content {
    padding: 0;
  }

  .idx2_wp .content .idx2_point_img {
    margin-left: 0;
  }

  .idx2_wp .content .point_btn a {
    font-size: 2vw;
    height: auto;
  }

  .idx2_wp .content .point_btn a .main {
    line-height: 2.2;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx2_box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .idx2_box.img-l {
    margin-left: auto;
    margin-right: auto;
  }

  .idx2_box.img-l .idx2_content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .idx2_box.img-l .idx2_img {
    border-radius: 5px;
  }

  .idx2_img,
  .idx2_content {
    width: 100%;
  }

  .idx2_img {
    max-width: 924px;
    height: 58vw;
    margin: 0 auto;
    border-radius: 5px;
  }

  .idx2_content {
    max-width: 924px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    min-height: auto;
  }
}

.idx3 {
  padding: 102px 0 119px;
  background: #f9f9f9;
}

.idx3 .inner {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.idx3 .ttl_style1 {
  margin-bottom: 52px;
}

.idx3_detil {
  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-left: -22px;
  margin-right: -22px;
}

.idx3 .i3_item {
  margin: 10px -8px;
  width: calc(100% / 4);
  max-width: 306px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.idx3 .i3_item.item5,
.idx3 .i3_item.item6,
.idx3 .i3_item.item7 {
  margin: 10px -4px;
}

.idx3 .i3_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
}

.idx3 .i3_item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.idx3 .i3_icon {
  margin: 0 auto;
}

.idx3_ttl {
  margin-top: -22px;
  text-align: center;
  font-size: 24px;
  color: #2a598f;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx3_ttl {
    margin-top: -14px;
    font-size: 20px;
  }
}

.idx4 {
  padding: 103px 0 0;
  position: relative;
  z-index: 0;
}

.idx4::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 533px;
  background: url(../images/idx4_bg.jpg) no-repeat center/cover;
}

.idx4 .inner {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
}

.idx4 .ttl_style1 {
  margin-bottom: 96px;
}

.idx4_detil {
  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;
}

.idx4 .i4_item {
  width: 23.4%;
  max-width: 299px;
  margin-bottom: 87px;
}

.idx4 .i4_item.item5,
.idx4 .i4_item.item6,
.idx4 .i4_item.item7,
.idx4 .i4_item.item8 {
  margin-bottom: 51px;
}

.idx4 .i4_item .ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #2a598f;
  letter-spacing: 0.1em;
}

.idx4 .i4_item .txt {
  letter-spacing: 0.1em;
  line-height: 2.6;
}

.idx4 .i4_box_img {
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

.idx4 .i4_box_img .number {
  position: absolute;
  top: -22px;
  left: 8px;
  z-index: 1;
  font-size: 50px;
  color: #4187bb;
  font-weight: 500;
  line-height: 0.9;
  font-family: "Roboto", sans-serif;
}

.idx4 .cm_btn {
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx4 .i4_item {
    width: 24%;
  }

  .idx4 .i4_item .ttl {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx4_detil {
    max-width: 650px;
    margin: 0 auto;
  }

  .idx4 .i4_item {
    width: 48%;
  }

  .idx4 .i4_item .ttl {
    font-size: 18px;
  }
}

.idx5 {
  padding: 100px 0 85px;
  margin-bottom: 120px;
  position: relative;
  z-index: 0;
}

.idx5::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 80px;
  right: 0;
  bottom: 0;
  background: url(../images/idx5_bg.jpg) no-repeat center/cover;
  height: 577px;
}

.idx5 .ttl_style1 {
  position: absolute;
  right: -4px;
  top: 85px;
  text-align: right;
}

.idx5 .ttl_style1 .en {
  margin-right: -4px;
}

.idx5_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 80px);
  margin-right: auto;
  position: relative;
}

.idx5_img {
  width: 71%;
  height: 45vw;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
  background: url(../images/idx5_img1.jpg) no-repeat center/cover;
}

.idx5_content {
  width: 47.5%;
  margin-top: 274px;
  margin-left: -14%;
  background: #fff;
  padding: 61px 75px 61px 75px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 5px;
  min-height: 460px;
}

.idx5_content .ttl_style2 {
  letter-spacing: 0.09em;
  margin-right: -10px;
}

.idx5_content .txt {
  line-height: 2.6;
  letter-spacing: 0.1em;
}

.idx5 .gr_btn {
  margin: 50px auto 0;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx5_content {
    padding: 50px 40px;
  }

  .idx5_box {
    width: 95%;
  }
}

.idx6 {
  padding: 102px 0 100px;
  background: url(../images/idx6_bg.jpg) no-repeat center/cover;
  color: #fff;
}

.idx6 .inner {
  max-width: 1062px;
}

.idx6 .ttl_style1 {
  margin-bottom: 62px;
  color: #fff;
}

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

.idx6_left {
  width: 55%;
  max-width: 517px;
  padding-top: 10px;
}

.idx6_left .info {
  margin-bottom: 56px;
}

.idx6_left .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.idx6_left .info dl:not(:last-child) {
  margin-bottom: 23px;
}

.idx6_left .info dt,
.idx6_left .info dd {
  color: #fff;
  letter-spacing: 0.25em;
}

.idx6_left .info dt {
  width: 141px;
}

.idx6_left .info dd {
  width: calc(100% - 141px);
}

.idx6_right {
  width: 43%;
  max-width: 436px;
}

.idx6_right .ttl_time {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.idx6_right .time table {
  border: 1px solid #fff;
}

.idx6_right .time th,
.idx6_right .time td {
  font-size: 12px;
  text-align: center;
}

.idx6_right .time th {
  background: #fff;
  color: #2a598f;
  font-weight: 500;
  border-color: #fff;
  padding: 0.9em 0.5em;
}

.idx6_right .time th:first-child {
  width: 28%;
}

.idx6_right .time td {
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 1.3em 0.5em;
  letter-spacing: 0.1em;
}

.idx6_right .idx_acc1 {
  margin-bottom: 48px;
}

.idx6 .acc_map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}

.idx6 .acc_map iframe {
  height: 240px;
}

.idx6 .note {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.11em;
}

.idx6 .note span {
  vertical-align: sub;
}

.idx6 .gr_btn {
  margin: 45px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx6_left {
    width: 49%;
  }

  .idx6_left .info dt {
    width: 115px;
  }

  .idx6_left .info dd {
    width: calc(100% - 115px);
    letter-spacing: 0.2em;
  }

  .idx6_right {
    width: 48%;
    max-width: none;
  }
}

.idx7 {
  padding: 72px 0 120px;
  background: #f9f9f9;
}

.idx7 .ttl_style1 {
  margin-bottom: 62px;
  text-align: left;
}

.idx7 .ttl_style1 .en {
  margin-left: -4px;
}

.idx7_detil {
  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;
}

.idx7_left {
  width: 30%;
  max-width: 327px;
  padding-top: 29px;
}

.idx7_right {
  width: 65%;
  max-width: 682px;
}

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

.idx7 .idx_news li {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 0 35px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-bottom: 1px solid #2a598f;
  letter-spacing: 0.1em;
}

.idx7 .idx_news li::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: calc(50% - 8px);
  right: 10px;
  background: url(../images/arrow_right.png) no-repeat center/contain;
  width: 10px;
  height: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.idx7 .idx_news li:hover {
  opacity: 1;
  color: #222222;
  background-color: rgba(65, 135, 187, 0.1);
  padding-left: 20px;
}

.idx7 .idx_news li:hover::before {
  right: 20px;
}

.idx7 .idx_news .date {
  width: 129px;
  color: #4187bb;
  font-size: 16px;
}

.idx7 .idx_news .ttl {
  display: block;
  width: calc(100% - 150px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #2a598f;
}

.idx8 {
  padding: 100px 0;
}

.idx8 .inner {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
}

.idx8_detil {
  max-width: 844px;
  width: 65%;
  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;
  padding: 80px 50px;
  background: url(../images/idx8_bg.jpg) no-repeat center/cover;
}

.idx8 .box_wp {
  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: 1018px;
  width: 100%;
}

.idx8_left {
  width: 52%;
  max-width: 376px;
  margin: 0 auto;
  padding-right: 4.8%;
}

.idx8_right {
  width: 44%;
  max-width: 524px;
  padding-top: 16px;
}

.idx8_right .txt {
  letter-spacing: 0.1em;
  line-height: 2.5;
}

.idx8 .cm_btn {
  margin: 62px auto 0;
}

.idx8_banner {
  max-width: 407px;
  width: 32%;
  background: url(../images/idx8_banner_bg.jpg) center/cover;
  text-align: center;
  padding: 70px 40px 50px;
}

.idx8_btn {
  background-color: #fff;
  border-radius: 5px;
  max-width: 327px;
  margin-top: 30px;
}

.idx8_btn a {
  display: block;
  height: 100%;
  color: #004a86;
  padding: 18px 70px 19px 20px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
}

.idx8_btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 37px;
  height: 9px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='9' viewBox='0 0 37 9'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23cea659; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arrow' class='cls-1' d='M1263,11408h36v1h-36v-1Zm37,0.5-6,4.5v-9Z' transform='translate(-1263 -11404)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 37px auto;
}

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

  .idx8_detil,
  .idx8_banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .idx8_banner {
    max-width: 844px;
    margin-top: 50px;
  }

  .idx8_btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                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 #ccc;
  color: #333333;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

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

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

.under .sitemap>ul>li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}

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

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

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

.under .key {
  background: url(../images/ud_key.jpg) no-repeat center/cover;
  height: 680px;
}

.under .key .inner {
  height: 100%;
}

.under .key .key_text {
  display: -webkit-flex;
  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 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 18px;
}

.under h2 .en {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

.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;
  z-index: 0;
  margin-bottom: 50px;
  padding-bottom: 20px;
  color: #2a598f;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

.under h3::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 75px;
  height: 4px;
  background: #2a598f;
  bottom: 0;
  left: calc(50% - 38px);
}

.under h4 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 18px;
  border-bottom: 2px solid #4187bb;
  font-weight: 500;
  font-size: 30px;
  color: #2a598f;
  letter-spacing: 0.1em;
}

.under h5 {
  margin-bottom: 25px;
  padding-left: 24px;
  position: relative;
  z-index: 0;
  font-weight: 500;
  font-size: 24px;
  color: #2a598f;
  letter-spacing: 0.1em;
}

.under h5::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10%;
  height: 90%;
  left: 0;
  width: 4px;
  background: #2a598f;
  border-radius: 5px;
}

.under h5.title_sub_step {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under h5.title_sub_step::before {
  content: none;
}

.under h5.title_sub_step .ttl_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  margin-right: 15px;
  background: #2a598f;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.under h5.title_sub_step .ttl {
  width: calc(100% - 65px);
}

.under h6 {
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  padding-left: 29px;
  font-weight: 600;
  font-size: 16px;
  color: #2a598f;
  letter-spacing: 3px;
}

.under h6::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #4187bb;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

.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% - 734px);
}

.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: -webkit-flex;
  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: #2a598f;
  font-family: 'Noto Serif JP', serif;
}

.under .imgBox.colImg3 figure,
.under .imgBox.colImg2 figure {
  position: relative;
  background: #efefef;
  overflow: hidden;
  height: 280px;
  width: 100%;
  text-align: center;
}

.under .imgBox.colImg3 img,
.under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

.under .imgBox.colImg1 .item img {
  max-width: 800px;
  max-height: 400px;
}

.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 .list01 {
  margin-top: 20px;
}

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

  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

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

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

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

.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #4187bb;
  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: #4187bb;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}

.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  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: #b4b4b4;
  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: -webkit-flex;
  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.mcol-2 li:nth-child(odd) {
  padding-right: 20px;
}

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

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

.under ul.list01 li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4187bb;
  position: absolute;
  left: 0;
  top: 7px;
}

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

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

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

.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 0;
}

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

.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.under .topic_path a {
  text-decoration: none;
  color: #2a598f;
}

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

.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  color: #333;
  line-height: 1;
}

.under .anchor-links {
  display: -webkit-flex;
  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: #2a598f;
  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;
  text-decoration: none;
}

.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: "\003e";
  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);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

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

.under .cm_btn {
  display: flow-root;
  margin: 50px auto 0;
  max-width: 400px;
}

.under .doctor_box {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.under .doctor_box p {
  margin-bottom: 0;
}

.under .doctor_box .doctor_name {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 40px 21px;
  border: 1px solid #81a7d3;
  z-index: 1;
  color: #2a598f;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

.under .ud_map {
  line-height: 0;
  padding: 10px;
  border: 1px solid #81a7d3;
  background: rgba(129, 167, 211, 0.2);
}

.under .ud_sub_catch {
  padding: 40px 20px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  background: url(../images/bg_ud_sub_catch.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.under .ud_sub_catch::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(77, 140, 212, 0.6);
  opacity: 0.8;
}

.under .ud_sub_catch p {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.under .box_step {
  border: 1px solid #4187bb;
  position: relative;
  z-index: 0;
}

.under .box_step:not(:last-child) {
  margin-bottom: 80px;
}

.under .box_step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #2a598f transparent transparent transparent;
  bottom: -53px;
}

.under .box_step .ttl_step {
  background-color: #4187bb;
  padding: 10px 15px 10px 120px;
  margin-bottom: 0;
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

.under .box_step .number {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid;
  color: #4187bb;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.under .box_step .number::before {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: -8px;
  left: 42px;
  width: 20px;
  height: 20px;
}

.under .box_step .content_step {
  padding: 30px;
}

.under .box_st_mt {
  margin-top: 40px;
}

.under .ud_box_ct1 {
  padding: 50px;
  background: #e5f0f8;
}

.under .ud_note_info {
  text-align: right;
  font-size: 20px;
}

.under .ud_sub_catch p {
  font-size: 19px;
}

.page-interview .topic_path {
  display: none;
}

.page-interview #mainContent>.inner {
  max-width: 100%;
}

.page-interview .key {
  background: url(../images/ud_key_interview.jpg) no-repeat top right/cover;
  height: 47.2vw;
}

.page-interview .key .inner {
  max-width: 1138px;
  padding: 0 10px;
}

.page-interview .key .key_text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  padding-top: 4vw;
}

.page-interview .key h2 {
  text-align: left;
}

.page-interview .key h2 .en {
  text-align: left;
}

.page-interview .key .h2_ttl_inter {
  margin-top: 45px;
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
}

.page-interview .bg-sec-top {
  padding-top: 97px;
  padding-bottom: 97px;
  min-height: 604px;
  background: url(../images/bg-sec-top.jpg) no-repeat center/cover;
}

.page-interview .bnr-sub-catch {
  padding-top: 106px;
  padding-bottom: 106px;
  min-height: 604px;
  background: url(../images/bg-sec-top.jpg) no-repeat center/cover;
}

.page-interview .bnr-sub-catch.s-catch2,
.page-interview .bnr-sub-catch.s-catch3 {
  padding-top: 161px;
}

.page-interview .bnr-sub-catch .txt {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #4187bb;
  text-align: center;
  font-weight: 500;
  line-height: 2.1;
}

.page-interview .intro_interview {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.6;
}

.page-interview .interview_detil {
  margin-top: -222px;
  position: relative;
  z-index: 1;
}

.page-interview .interview_detil.detil_box2 {
  margin-top: -310px;
  padding-bottom: 32px;
}

.page-interview .interview_detil.detil_box3 {
  margin-top: -220px;
}

.page-interview .interview_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  width: calc(100% - 80px);
  margin-right: auto;
}

.page-interview .interview_box.img-l {
  margin-left: auto;
  margin-right: 0;
}

.page-interview .interview_box.img-l .inter_content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.page-interview .interview_box.img-l .inter_img {
  margin-left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-interview .interview_box.img-l .inter_content {
  margin-right: -14%;
  margin-left: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
}

.page-interview .interview_box.img-l .number {
  text-align: left;
  margin-left: -2px;
  margin-right: 0;
}

.page-interview .interview_box.ud_box1 {
  margin-bottom: 49px;
}

.page-interview .interview_box.ud_box2 {
  margin-bottom: 50px;
}

.page-interview .interview_box.ud_box2 .inter_content {
  margin-top: 100px;
}

.page-interview .interview_box.ud_box3 {
  margin-bottom: 11px;
}

.page-interview .interview_box.ud_box4 {
  margin-bottom: 92px;
}

.page-interview .interview_box.ud_box4 .inter_content {
  margin-top: 100px;
}

.page-interview .interview_box.ud_box4 .inter_content,
.page-interview .interview_box.ud_box7 .inter_content,
.page-interview .interview_box.ud_box9 .inter_content {
  margin-top: 100px;
}

.page-interview .interview_box.ud_box6 {
  margin-bottom: 48px;
}

.page-interview .interview_box.ud_box7 {
  margin-bottom: 58px;
}

.page-interview .interview_box.ud_box8 {
  margin-bottom: 35px;
}

.page-interview .interview_box.ud_box8 .u_style1 {
  margin-right: -10px;
}

.page-interview .interview_box.ud_box9 {
  margin-bottom: 0;
}

.page-interview .interview_box.ud_box10 {
  margin-bottom: 16px;
}

.page-interview .inter_img {
  width: 71%;
  height: 38.85vw;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
}

.page-interview .inter_img.img1 {
  background: url(../images/interview_img1.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img2 {
  background: url(../images/interview_img2.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img3 {
  background: url(../images/interview_img3.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img4 {
  background: url(../images/interview_img4.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img5 {
  background: url(../images/interview_img5.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img6 {
  background: url(../images/interview_img6.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img7 {
  background: url(../images/interview_img7.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img8 {
  background: url(../images/interview_img8.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img9 {
  background: url(../images/interview_img9.jpg) no-repeat center/cover;
}

.page-interview .inter_img.img10 {
  background: url(../images/interview_img10.jpg) no-repeat center/cover;
}

.page-interview .inter_content {
  width: 47.5%;
  margin-top: 142px;
  margin-left: -14%;
  background: #fff;
  padding: 0 80px 80px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 5px;
  min-height: 509px;
}

.page-interview .inter_content .number {
  font-size: 70px;
  color: #4187bb;
  margin-top: -39px;
  margin-right: -2px;
  margin-bottom: 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.page-interview .inter_content .txt {
  letter-spacing: 0.1em;
  line-height: 2.6;
}

.page-interview .inter_content .txt:not(:last-child) {
  margin-bottom: 36px;
}

.page-interview .u_style1 {
  margin-bottom: 28px;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.1;
}

.page-interview .u_style1 .en {
  display: block;
  font-size: 14px;
  color: #2a598f;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .page-interview .u_style1 {
    font-size: 1.8vw;
  }

  .page-interview .inter_content {
    padding: 0 4vw 4vw;
  }

  .page-interview .inter_content .txt {
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .page-interview #mainContent>.inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .page-interview #mainContent>.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .page-interview .u_style1 {
    font-size: 22px;
  }

  .page-interview .inter_img {
    height: 40vw;
  }

  .page-interview .key h2 {
    font-size: 16px;
  }

  .page-interview .key h2 .en {
    font-size: 42px;
  }

  .page-interview .key .h2_ttl_inter {
    margin-top: 18px;
    font-size: 18px;
  }

  .page-interview .interview_box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px !important;
  }

  .page-interview .interview_box.img-l {
    margin-left: auto;
    margin-right: auto;
  }

  .page-interview .interview_box.img-l .inter_content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-radius: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .page-interview .interview_box.img-l .inter_img {
    border-radius: 5px;
  }

  .page-interview .interview_box .inter_img,
  .page-interview .interview_box .inter_content {
    width: 100%;
  }

  .page-interview .interview_box .inter_img {
    max-width: 924px;
    height: 58vw;
    margin: 0 auto;
    border-radius: 5px;
  }

  .page-interview .interview_box .inter_content {
    max-width: 924px;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
    min-height: auto;
  }

  .page-interview .interview_box .inter_content .number {
    text-align: left;
  }

  .page-interview .interview_box.ud_box2 .inter_content,
  .page-interview .interview_box.ud_box4 .inter_content,
  .page-interview .interview_box.ud_box7 .inter_content,
  .page-interview .interview_box.ud_box9 .inter_content {
    margin-top: -50px;
  }
}

.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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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;
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -webkit-flex;
  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: #2a598f;
  display: -webkit-flex;
  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 (-o-min-device-pixel-ratio: 3/4),
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 .date {
  margin-bottom: 20px;
  text-align: center;
  color: #2a598f;
}

.blog_list_style01 .item {
  display: -webkit-flex;
  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: 3px solid #2d1a14;
  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%);
  -ms-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: -webkit-flex;
  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: #2a598f;
  display: inline-block;
  margin-left: 2px;
  padding: 0 10px 1px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}

.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  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: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0;
}

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

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

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

.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: -webkit-flex;
  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%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-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);
  -ms-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: -webkit-flex;
  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;
  -o-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%);
  -ms-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;
  -o-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%);
  -ms-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;
  -o-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: #2a598f;
}

.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: -webkit-flex;
  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: #2a598f;
  -webkit-transform: none;
  -ms-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: -webkit-flex;
  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: 5px;
  position: relative;
  background: #2a598f;
  width: 32%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
}

.blog_post_button>div a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 11px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

.blog_post_button>div:hover {
  opacity: 0.7;
}

.blog_post_button>div:hover a {
  opacity: 1;
}

/* 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;
  -o-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: -webkit-flex;
  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: -webkit-flex;
  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: 18px;
}

.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px 3px;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 70%;
  line-height: 1;
}

.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -webkit-flex;
  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: -webkit-flex;
  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: rgba(65, 135, 187, 0.5);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(65, 135, 187, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(65, 135, 187, 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;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
}

.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 10px 12px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}

.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: #4187bb;
  color: #fff;
}

.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 dl:first-child dd {
  border-top: 1px solid #4187bb;
}

.contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 1px solid #4187bb;
}

.contact-form-style01 .contact-table dt {
  background-color: #4187bb;
  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 #4187bb;
  border-right: 1px solid #4187bb;
}

.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: -webkit-flex;
  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;
  -o-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;
  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: -webkit-flex;
  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;
  -o-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;
  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%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  -o-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%);
  -ms-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;
  text-decoration: none;
}

.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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
  -o-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;
  }
}

/* END Mail*/
/*---------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%);
  -ms-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: .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 .colImg1 img,
.img_wcap_ct img {
  max-width: 800px;
  max-height: 500px;
}

.blog-content .entry .list01 {
  margin-top: 30px;
}

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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  -moz-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;
  -moz-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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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;
  -o-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;
}

.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-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 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

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

.box_lig02 {
  margin-top: 40px;
  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;
  }
}

/*---------add post sp---------*/
@media screen and (max-width: 768px) {
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important;
  }

  .img_wcap_ct img {
    max-height: 400px;
  }

  .blog-content .entry>h4 {
    margin-top: 40px;
  }

  .blog-content .entry>h5 {
    margin-top: 30px;
  }

  .under .blog-content .entry .colImg1 img,
  .under .img_wcap_ct img {
    max-width: 100%;
  }

  .box_lig01,
  .box_lig02 {
    padding: 20px;
    margin-top: 30px;
  }

  .inbl {
    margin-bottom: 40px;
  }

  .box_lig01,
  .box_lig02 {
    padding: 20px;
  }

  .under_post table th {
    font-size: 15px;
  }
}

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

  .img_l,
  .img_r {
    float: none;
    max-width: 100%;
    margin: 0 0px 20px 0;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

.box_tbl_fixed .time table,
.ud_tbl_fixed {
  table-layout: fixed;
}

.line {
  font-size: 10px;

}

.line .line_bn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  font-size: 1em;
  background-color: #06c755;
  cursor: pointer;
  transition: all .3s;
}

.line .line_bn .txt {
  font-size: 1.2em;
  font-weight: 500;
  color: white;
  line-height: 1.222222222222222;
  letter-spacing: 0.12em;
  margin-bottom: 0;

}

.line .line_bn .txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 6px;
  background: url(../images/line_logo.png) no-repeat center/26px auto;
}


.line .line_popup {
  position: absolute;
  left: -25em;
  top: 0;
  padding: 4em;
  width: 27em;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.05);
  /* height: 30em; */
  background-color: white;
  opacity: 0;
  height: 0;
  /* transition:  all .3s; */
  display: none;


}
.line .line_popup.show {
  height: auto;
  opacity: 1;
  display: block;
}

.line .line_popup .ttl {
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.4;
  font-size: 2em;
  margin-bottom: 1em;
  color: #06c755;
  text-align: center;
}

.line .line_popup picture {
  display: table;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.line .line_popup .close {
  position: absolute;
  z-index: 3;
  right: -1.5em;
  top: -1.5em;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #06c755;
  cursor: pointer;
  transition: all .3s;
}

.line .line_popup .close p {
  position: relative;
  top: -.1em;
  left: .05em;
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1;
  color: white;
  text-align: center;
  transform: scaleX(1.3);
}
.line .line_popup .close p:before {
  display: none;
}

@media only screen and (min-width:769px) {
  .line .line_bn {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 9em;
    height: 9em;
    border-radius: 50%;

  }
  .line .line_bn:hover{
    background-color: #027230;
  }
  .line .line_popup .close:hover {
    background-color: #027230;
  }
}


@media only screen and (min-width: 769px) and (max-width: 1170px)  {
.line {
  font-size: 8px;
}
  .line .line_bn  {
    width: 70px;
    height: 70px;
  }
  .line .line_bn .txt::before {
    background-size: 23px auto;
    margin-bottom: 4px;
  }
  .line .line_popup {
    left: -20em;
    /* top: 7.9em;  */
  }
}
@media only screen and (min-width: 769px) and (max-height: 680px)  {
  .fixed_banner .tel, .fixed_banner .web, .fixed_banner .map{
    margin-bottom: 5px;
    width: 85px;
    height: 85px;
  }
  .fixed_banner p{
    font-size: 11px;
  }
  .line .line_bn{
    width: 8.5em;;
    height: 8.5em;
  }
  .line .line_bn .txt{
    font-size: 1.1em;
  }
  .fixed_banner{
    bottom: 0px;
  }
  .fixed_banner p::before{
    margin-bottom: 4px;
  }
  .fixed_banner .web p::before,.fixed_banner .tel p::before{
    height: 23px;
  }
}