@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
:root {
  --f-notosans: "Noto Sans JP", sans-serif;
  --f-jp:"Noto Sans JP", sans-serif;
  --f-en: "Lato", sans-serif;
  --f-zennew: "Zen Kaku Gothic New", sans-serif;
}

:root {
  --main-color: #005d96;
  --clr1: #333333;
  --ttl_size: 28px;
  --wrapper: 140px;
  --pd: 20px;
  --ff_time: 10px;
}

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
  color: var(--clr1);
  font-family: var(--f-notosans);
}

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:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a:not(.tel_click):hover, a:not(.tel_click):active {
  color: #64b5f7;
}
a:not([target*=_blank]) {
  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,
a.tel_click:hover {
  opacity: 1 !important;
}

@media only screen and (min-width: 769px) {
  a.tel_click {
    pointer-events: none;
  }
}
table {
  width: 100%;
}

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

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p {
  line-height: 2.25;
  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 {
  box-sizing: border-box;
}

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

.wrapper {
  padding-top: var(--wrapper);
  overflow: hidden;
}

.inner_big,
.inner,
.inner_sm {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner_big {
  max-width: 1300px;
}

.inner {
  max-width: 1138px;
}

.inner_sm {
  max-width: 1000px;
}

.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);
  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;
  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;
  }
}
.accBtn::before, .accBtn::after {
  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;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  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;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  transform: rotateX(180deg);
}

.TabContainer .TabContent {
 
  position: relative;
  z-index: 2;


}
.TabContainer .TabContent > .content::before{
content: "";
position: absolute;
height: calc(100% + 20px);
width: 100%;
top:-20px;
left: 0;
z-index: -1;
border-radius: 10px;
  opacity: 0;
  border: 1px solid  #0ba692;
}
.TabContainer .TabContent > .content  {
  transition: all 0.3s ease-in-out;

}
.TabContainer .TabContent > .content.active::before{
  opacity: 1;
}

.TabContainer .TabContent > .content  > div {
opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out, scale 0.3s  ease-in-out, transform 0.5s ease-in-out;

  overflow: hidden;
  transform:   translate3d(0,0,var(--translate3dz));
}
.TabContainer .TabContent > .content.active  > div {
  scale :0;
}
.TabContainer .TabContent > .content  > div.active {
  opacity: 1;


  transform:   translate3d(0,0,0px);
}
.TabContainer .TabContent > .content.active  > div.active {
     scale: 1;
}
.TabContainer .TabContent p {

  margin: 0;
}
.TabContainer .TabContent p.des {
  color: #838E95;
  font-size: 12px;
}
.TabContainer .TabPager {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  min-width: 290px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3.5em);
}

.TabContainer .TabPager >div {

background-color: #94cdc7;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1em 0.625em 0.8em;
width: 24.5%;
min-height: 5.5em;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;

  cursor: pointer;
border-radius: 0.625em 0.625em ;
  max-width: 19em;

}
.TabContainer .TabPager >div picture{
  margin-bottom: 0.5em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.TabContainer .TabPager >div::before{
  content: "";
  position: absolute;
  background: #0ba692;
  inset: 0;
  overflow: hidden;
  border-radius: 0.625em 0.625em ;
  z-index: -1;
  opacity: 0;  transition: all 0.3s ;
}
@media only screen and (min-width: 769px) {
 
.TabContainer .TabPager >div:not(.active):hover::before{
  opacity: 0.25;
}
}

.TabContainer .TabPager >div:nth-child(1){

 
}
.TabContainer .TabPager >div.active::before{
  opacity: 1;

}
.TabContainer .TabPager >div:nth-child(2){

  
 }
 
.TabContainer .TabPager >div p {
  margin: 0;
  font-size: 1.35em;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.TabContainer .TabPager>div::after{
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ;
  bottom: -1.25em;
  left: calc(50% - 1.25em);
  width:2.5em;
  height: 1.25em;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='400px' height='200px'%3E%3Cpath fill-rule='evenodd' fill='rgb(11, 166, 146)' d='M399.894,0.003 L199.997,199.916 L0.102,0.003 L399.894,0.003 Z'/%3E%3C/svg%3E");
}
.TabContainer .TabPager >div.active::after {
  opacity: 1;

}
.gt_tab{
  padding: 3em 2em;
}
.gt_tab .btn-group{
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
 
}
 .gt_tab .btn-group .btn.style01{
    margin: 1em 0.5em;
        width: calc(25% - 1em);
        
  }
   @media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a{

    }
   }
.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: flex;
  flex-wrap: wrap;
  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 {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 25px;
  right: 25px;
}
.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;
    animation-name: bounces;
  }
}
.bounce {
  animation-name: bounces;
}

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

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: calc(50vh - 155px);
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}
.fixed_banner:hover {
  right: 0;
}
.fixed_banner > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.fixed_banner > div:hover {
  opacity: 1;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2222222222;
  text-align: center;
}
.fixed_banner p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.fixed_banner .tel {
  background-color: #0ba692;
}
.fixed_banner .tel p::before {
  background-image: url("../images/shared_fixed_bnr_icon01.png");
}
.fixed_banner .tel p i {
  font-style: normal;
}
.fixed_banner .tel p span {
  writing-mode: tb-rl;
}
.fixed_banner .online {
  background-color: #008cce;
}
.fixed_banner .online p::before {
  background-image: url("../images/shared_fixed_bnr_icon05.png");
}
.fixed_banner .mail {
  background-color: #007ac4;
}
.fixed_banner .mail p::before {
  background-image: url("../images/shared_fixed_bnr_icon03.png");
}
.fixed_banner .web {
  background-color: #005d96;
}
.fixed_banner .web p::before {
  background-image: url("../images/shared_fixed_bnr_icon02.png");
}
.fixed_banner .line {
  background-color: #0cbb7f;
}
.fixed_banner .line p::before {
  background-image: url("../images/shared_fixed_bnr_icon04.png");
}

@media only screen and (min-width: 769px) {
  .fixed_banner p {
    position: relative;
    letter-spacing: 0.1em;
  }
  .fixed_banner p:before {
    position: absolute;
    top: 0;
    width: 1.1875em;
    background-size: auto 100%;
    height: 1.1875em;
  }
  .fixed_banner > div {
    font-size: 10px;
    width: 6em;
    border-radius: 5px 0px 0px 5px;
  }
  .fixed_banner .mail,
.fixed_banner .web {
    height: 18em;
    padding-bottom: 0.4em;
  }
  .fixed_banner .mail:hover{
    background-color: #0ba692;
  }
  .fixed_banner .mail p,
.fixed_banner .web p {
    padding-left: 0.1em;
    padding-top: 1.65em;
    font-size: 1.6em;
    writing-mode: vertical-lr;
  }
  .fixed_banner .line {
    height: 6em;
  }
  .fixed_banner .line p:before {
    margin: auto;
    position: relative;
    width: 2.7em;
    height: 2.6em;
  }
  .fixed_banner .web p {
    padding-top: 1.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px), (max-height: 700px) and (min-width: 769px) {
  .fixed_banner > div {
    font-size: 8.75px;
  }
  .totop {
    right: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px), (max-height: 600px) and (min-width: 769px) {
  .fixed_banner > div {
    font-size: 8px;
  }
  .fixed_banner .mail,
.fixed_banner .web {
    height: 16em;
  }
  .totop {
    right: 25px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 0.3333em;
  height: 12px;
  right: 1.6667em;
  top: calc(50% - 6px);
         --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='58px' height='100px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 69, 162)' d='M7.1000,99.497 L0.929,92.426 L43.355,50.000 L0.929,7.574 L7.1000,0.503 L57.497,50.000 L7.1000,99.497 Z'/%3E%3C/svg%3E");
         mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
}

.btn-group {
  font-size: 0.625em;
}
.btn-group .btn {
  font-size: 1em;
}
.btn-group .btn.style01 {
  width: 100%;
  min-width: 50px;
  max-width: 355px;
  overflow: hidden;  border-radius: 65px;
}
.btn-group .btn.style01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 3.88889em;
      padding: 0.5em 2em;
  position: relative;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #0ba692;
  transition: all 0.3s;
  border-radius: 65px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.btn-group .btn.style01 a span{
  display: inline-block;
}
.btn-group .btn.style01 a::after {
  background-color: #fff;
}
.btn-group .btn.style01 a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .btn-group .btn.style01 a:hover {
    background-color: #C5D77E !important;
    color: #fff !important;
  }
  .btn-group .btn.style01 a:hover::after {
    right: 5px;
    background-color: #fff !important;
  }
}
.btn-group .btn.style01.md a {
  font-size: 16px;
}
.btn-group .btn.bg01 a {
  background-color: #fff;
  color: var(--main-color);
}
.btn-group .btn.bg01 a::after {
  background-color: rgb(80, 154, 202);
}
.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;
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

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

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

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  body {
    font-size: 87.5%;
  }
  .btn.style01 a, .btn.style02 a {
    font-size: 14px;
  }
  .totop {
    right: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 12px;
  margin-bottom: 2px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wrapper);
  z-index: 20;
  background-color: #fff;
}
header.active {
  box-shadow: 0px 0px 14.25px 0.75px rgba(110, 123, 133, 0.3);
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 30px 15px 20px;
  transition: all 0.3s ease-in-out;
}

.logo {
  margin-left: 4.3%;
  max-width: 45%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.logo a img {
  width: 198px;
  margin-right: 17px;
}
.logo a span {
  color: #747474;
  display: block;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.right_head {
  width: 50%;
  max-width: 864px;
  padding-right: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gr_btn {
  display: flex;
  align-items: center;
}
.gr_btn p {
  margin: 0px 10px 0px 1.8em;
 
}
 .gr_btn p:last-child{
  margin-right: 0;
}
.gr_btn .tel_click {
  margin-bottom: 0.2em;
}

.tel_click,
.contact {
  text-decoration: none;
  font-size: 10px;
  margin-bottom: 0;
  display: block;
  transition: all 0.3s;
}
.tel_click > span,
.contact > span {
  display: flex;
  align-items: center;
  font-family: var(--f-jp);
  font-weight: 500;
  color: var(--clr1);
  letter-spacing: 0.05em;
  font-size: 2.4em;
  transition: all 0.3s;
}
.tel_click > span::before,
.contact > span::before {
  content: "";
  display: block;
  margin-right: 0.35em;
  margin-top: 0.2em;
  width: 0.833333em;
  height: 0.833333em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' %3E%3Cpath d='M79.995,59.656 L79.995,75.362 C79.995,77.698 78.191,79.632 75.863,79.793 C73.922,79.930 72.336,80.0 71.110,80.0 C31.857,80.0 0.38,48.184 0.38,8.931 C0.38,7.704 0.105,6.116 0.243,4.175 C0.406,1.846 2.343,0.42 4.676,0.42 L20.382,0.42 C21.524,0.42 22.481,0.905 22.595,2.43 C22.697,3.67 22.790,3.875 22.879,4.494 C23.762,10.653 25.571,16.647 28.245,22.268 C28.667,23.158 28.392,24.212 27.592,24.786 L18.6,31.636 C23.867,45.296 34.751,56.176 48.408,62.40 L55.248,52.465 C55.825,51.664 56.897,51.381 57.793,51.803 C63.412,54.473 69.403,56.280 75.561,57.160 C76.179,57.245 76.992,57.349 78.4,57.443 C79.138,57.558 80.0,58.515 79.999,59.656 L79.995,59.656 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #008cce;
  transition: all 0.3s;
}

.contact:hover {
  opacity: 1;
  border-color: #0ba692;
}
.contact:hover span {
  color: #0ba692;
}
.contact:hover span::before {
  background-color: #0ba692;
}

.tel_click > span {
  font-family: var(--f-zennew);
}
.tel_click > span::before {
  background-color: #0ba692;
}

.tel_click.st2 {
  display: table;
}
.tel_click.st2 > span {
  position: relative;
  font-size: 40px;
  letter-spacing: 0.05em;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 0.6em;
}
.tel_click.st2 > span::before {
  width: 1.1em;
  height: 1.1em;
  margin-top: 0em;
  transform: translateY(0.45em);
}
.tel_click.st2 .sm {
  position: absolute;
  left: 3.8em;
  bottom: 0;
  font-family: var(--f-notosans);
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.1em;
  line-height: 1;
}

.contact {
  width: 22em;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #008cce;
  border-radius: 25px;
}
.contact span {
  font-size: 1.5em;
  color: #008cce;
  letter-spacing: 0.1em;
}
.contact span::before {
  width: 0.8em;
  height: 1.266667em;
  margin-right: 0.6em;
  margin-top: 0.1em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 81 128' %3E%3Cpath d='M65.519,0.914 L14.561,0.914 C6.527,0.914 0.12,7.216 0.12,14.985 L0.12,52.735 L0.12,77.220 L0.12,113.924 C0.12,121.698 6.527,127.996 14.561,127.996 L65.519,127.996 C73.553,127.996 80.64,121.698 80.64,113.924 L80.64,14.985 C80.64,7.216 73.553,0.914 65.519,0.914 ZM53.932,116.938 C53.932,118.369 52.732,119.531 51.251,119.531 L28.825,119.531 C27.344,119.531 26.144,118.369 26.144,116.938 L26.144,116.938 C26.144,115.502 27.344,114.345 28.825,114.345 L51.251,114.345 C52.732,114.345 53.932,115.502 53.932,116.938 L53.932,116.938 ZM67.748,106.337 L12.328,106.337 L12.328,77.661 L12.328,52.349 L12.328,15.16 L67.748,15.16 L67.748,106.337 Z'/%3E%3C/svg%3E");
}

.pc_navi {
  margin-top: 0.3em;
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.pc_navi > ul > li {
  position: relative;
  border-left: 1px solid #c6c6c6;
  line-height: 1;
}
.pc_navi > ul > li:last-child {
  border-right: 1px solid #c6c6c6;
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  padding: 0px 4.1em 0px 4.2em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: all 0.2s ease;
  color: var(--clr1);
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
  opacity: 0.8;
  color: var(--main-color);
}
.pc_navi > ul > li > a span,
.pc_navi > ul > li > p span {
  display: block;
  width: 100%;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
}
.pc_navi > ul > li > p {
  padding: 0px 3.5em 0px 3.9em;
}
.pc_navi > ul > li > p::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: contain;
  width: 8px;
  height: 6px;
  margin-left: 0.4em;
  transition: all 0.5s ease;
}
.pc_navi > ul > li:hover a.title::after,
.pc_navi > ul > li:hover p.title::after {
  transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 311px;
  right: 50%;
  bottom: -15px;
  padding-top: 0px;
  transform: translate(50%, 100%);
  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: var(--main-color);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
  line-height: 1.2;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-54%);
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  header .hamburger-btn {
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--wrapper) - 20px);
    height: calc(var(--wrapper) - 20px);
  }
  header .hamburger-btn .button-toggle {
    width: 60px;
    height: 28px;
    padding-top: 0;
    margin-bottom: 13%;
    cursor: pointer;
  }
  header .hamburger-btn .button-toggle:hover #nav-icon span {
    background-color: var(--main-color);
  }
  .pc_navi .col2 .subInner {
    width: 474px;
  }
  .pc_navi .col2 .subInner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_navi .col2 .subInner ul li {
    width: 50%;
  }
  .pc_navi .col2 .subInner ul li span {
    display: inline-block;
  }
  .menu_toggle .inside .ft_link {
    width: 100%;
    max-width: 1130px;
    margin: auto;
    min-height: 100%;
    display: flex;
    align-items: center;
  }
  .menu_toggle .inside .ft_link .link_list {
    width: 100%;
  }
  .menu_toggle .inside .ft_link a:hover {
    opacity: 1;
    color: var(--main-color);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .menu_toggle .inside .ft_link .menu01 {
    width: 47%;
  }
  .menu_toggle .inside .ft_link .menu01 ul {
    margin-left: -0.6em;
  }
  .menu_toggle .inside .ft_link .menu01 ul li {
    padding-right: 1em;
  }
  .menu_toggle .inside .ft_link .menu01 ul li:nth-child(n+7) {
    max-width: 216px;
  }
  .menu_toggle .inside .ft_link .menu02 {
    width: 51.5%;
  }
  .menu_toggle .inside .ft_link .menu02 ul li:nth-child(n+8) {
    max-width: 249px;
  }
  .menu_toggle .inside .ft_link ul li {
    width: auto;
    min-width: 47%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .pc_navi > ul > li > a,
.pc_navi > ul > li > p {
    padding: 0px 3.9vw;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  :root {
    --wrapper: 120px;
  }
  h1{
    font-size: 11px;
  }
  .header_top .tel_click, .header_top .contact{
    font-size: 8.75px;
  }
  .header_top {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .pc_navi {
    margin-top: 0.7em;
  }
  .pc_navi > ul > li > a,
.pc_navi > ul > li p {
    font-size: 1.1vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .logo {
    margin-left: 0;
    max-width: 47%;
  }
  .logo a img {
    width: 16vw;
  }
  .logo a span {
    font-size: 13px;
  }
  .right_head {
    width: 53%;
  }
  .gr_btn p {
    margin: 0px 0px 0px 1em;
  }
  .right_head {
    padding-right: calc(60px + 0%);
  }
  .header_top {
    padding-top: 10px;
  }
  .header_top .tel_click,
.header_top .contact {
    font-size: 8.75px;
  }
  .pc_navi {
    margin-top: 1em;
  }
  .pc_navi > ul > li > a,
.pc_navi > ul > li p {
    font-size: 1.2vw;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  h1{
    font-size: 11px;
  }
  .header_top .tel_click, .header_top .contact{
    font-size: 7.5px;
  }
  .logo {
    max-width: 35%;
  }
  .logo a img {
    width: 165px;
    margin-right: 10px;
  }
  .logo a span {
    margin-top: 2px;
    font-size: 12px;
    text-align: left;
  }
  .logo a span .sp_only {
    display: block !important;
  }
  header .hamburger-btn {
    width: calc(var(--wrapper) - 40px);
  }
  .right_head {
    width: 64%;
    padding-right: 55px;
  }
  .header_top {
    padding: 10px 20px 10px 10px;
  }
  .header_top .tel_click,
.header_top .header_top .contact {
    font-size: 1vw;
  }
  .gr_btn p:first-child {
    margin-left: 0;
  }
  .pc_navi {
    margin-top: 0.5em;
  }
  .pc_navi > ul {
    justify-content: space-evenly;
  }
  .pc_navi > ul > li > a,
.pc_navi > ul > li p {
    padding: 0px 3vw;
    font-size: 1.5vw;
  }
  .menu_toggle .inside .ft_link {
    max-width: 700px;
    padding: 0px 10px;
  }
  .menu_toggle .inside .ft_link .menu02,
.menu_toggle .inside .ft_link .menu01 {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  h1{
    font-size: 10px;
  }}
footer {
  padding: 118px 0 95px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--main-color);
  background-image: url(../images/ft_bg.jpg);
}
footer p {
  margin-bottom: 0;
}
footer p,
footer a {
  color: #fff;
  text-decoration: none;
}
footer .ft_logo {
  display: table;
  margin: 0px 0 47px;
  font-size: 10px;
  padding-right: 1.8em;
  position: relative;
}
footer .ft_logo img {
  max-width: 31.5em;
}
footer .ft_logo .txt {
  font-size: 1.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: #fff;
}
footer .ft_info {
  width: 47.5%;
  margin-top: 2px;
  position: relative;
  padding-bottom: 100px;
}
footer .ft_info .des {
  margin-bottom: 9px;
  color: #fff;
  letter-spacing: 0.1em;
}
footer .ft_info .tel_click.st2 > span {
  color: #fff;
}
footer .ft_info .tel_click.st2 > span::before {
  background-color: #fff;
}
footer .ft_info .time_sheet {
  margin-top: 59px;
}
footer .ft_info .time_sheet .note {
  margin-top: 0.9em;
  font-size: 1.4em;
}
footer .ft_info .time_sheet table {
  font-size: 1.6em;
  max-width: 464px;
}
footer .ft_info .time_sheet table th {
  padding: 1.1em 0.2em 1.15em;
  background-color: #fff;
  color: #005d96;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
footer .ft_info .time_sheet table th:first-child {
  border-radius: 5px 0px 0px 5px;
}
footer .ft_info .time_sheet table th:last-child {
  border-radius: 0px 5px 5px 0px;
}
footer .ft_info .time_sheet table td {
  font-feature-settings: "palt";
  padding: 1.3em 0.2em 1.5em;
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer .ft_info .time_sheet table th:not(:first-child),
footer .ft_info .time_sheet table td:not(:first-child) {
  width: 5.7%;
}
footer .ft_info .time_sheet table th:last-child,
footer .ft_info .time_sheet table td:last-child {
  width: 9%;
  padding-right: 5%;
}
footer .ft_link {
  order: 1;
  width: 49%;
  max-width: 546px;
}

.ft_link a {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .ft_link ul {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
  }
  .ft_link ul li {
    width: 50%;
  }
  .ft_link .menu01 {
    width: 100%;
  }
  .ft_link .menu01 ul {
    max-height: 18.5em;
  }
  .ft_link .menu01 ul li:nth-child(n+7) {
    max-width: 225px;
  }
  .ft_link .menu02 {
    margin-top: 32px;
    width: 100%;
  }
  .ft_link .menu02 ul {
    max-height: 22em;
  }
  .ft_link .menu02 ul li:nth-child(n+8) {
    max-width: 225px;
  }
}
.ft_link .ttl {
  margin-bottom: 28px;
  padding-left: 0;
  font-size: calc(var(--ttl_size) + 4px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
  pointer-events: none;
  font-family: var(--f-en);
}
.ft_link .ttl::before {
  display: none;
}
.ft_link ul {
  margin-left: -0.35em;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  margin-bottom: 1.15em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}
.ft_link li.last {
  margin-bottom: 29px;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link a {
  position: relative;
  padding-left: 0em;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.ft_link a::before {
  content: "・";
  border-radius: 100%;
  width: auto;
  height: auto;
}
.ft_link a:hover {
  opacity: 1;
  color: #c5d77e;
}

.copyright {
  margin: 0 auto 0;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.copyright .flex {
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
}
.copyright .inner_big {
  max-width: 1135px;
}
.copyright .textwidget {
  display: block;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 20px;
  padding-left: 19px;
  padding-top: 0px;
  padding-bottom: 3px;
  margin-left: 21px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.copyright .textwidget p {
  margin-bottom: 0;
  font-size: 10px;
  line-height: inherit;
  letter-spacing: 0.11em;
}
.copyright .grits {
  margin-bottom: 0;
  line-height: 2.501;
}
.copyright .grits a {
  display: block;
}
.copyright .grits img {
  max-width: 119px;
}

@media only screen and (min-width: 1281px) {
  footer > .inner > .fblock {
    align-items: flex-start;
  }
  footer > .inner > .fblock .ft_info {
    padding-bottom: 161px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .copyright {
    bottom: 1.5vw;
  }
  footer .ft_logo {
    font-size: 1vw;
  }
  footer .time_sheet {
    font-size: 1vw;
  }
  footer .ft_link a {
    font-size: 1.3vw;
  }
  footer .ft_link ul li {
    min-width: 46%;
    width: auto;
    padding-right: 2%;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.yt{
  max-width: 800px;
  margin: 0px auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_page .key {
  position: relative;
  background-size: cover;
  height: 42.36vw;
  min-height: 610px;
  max-height: 740px;
  z-index: 2;
  font-size: 10px;
  width: 100%;
}
.home_page .key video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.home_page .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}
.home_page .key .key_text {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  margin: auto;
  width: calc(100% - var(--pd) * 2);
}
.home_page .key .key_text ul {
  background-color: rgba(62, 94, 118, 0.5);
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 42.36vw;
  min-height: 610px;
  max-height: 740px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1200px;
  margin: auto;
  padding: 10px 5% 97px;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--f-notosans);
}
.home_page .key .catch h2 {
  margin-bottom: 0.3em;
  font-size: 4.8em;
  line-height: 1.6667;
}
.home_page .key .catch p {
  font-size: 1.6em;
  font-weight: 400;
}
.home_page .key .time_sheet {
  position: absolute;
  bottom: -5.2em;
  left: 0;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 3em 2.8em 3em 5em;
  box-shadow: 0px 0px 14.25px 0.75px rgba(110, 123, 133, 0.2);
}
.home_page .topic_path {
  display: none;
}
.home_page section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--main-color);
  font-size: calc(var(--ttl_size) + 17px);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.home_page h3 .en {
  display: block;
  color: #0ba692;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 18px;
  text-transform: uppercase;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.st1 {
  margin-bottom: 40px;
  font-size: 50px;
  padding-left: 0.8em;
}
.home_page h3.st1 .sm {
  display: block;
  margin-bottom: -0.01em;
  font-size: 70%;
  letter-spacing: 0.2em;
}
.home_page h3.st1 .en {
  margin-top: 0.65em;
}
.home_page h3.st1::before {
  width: 3px;
  border-radius: 1.5px;
  height: 3.44em;
  left: 0;
  top: -3px;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #0ba692;
}
.home_page .wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.time_sheet {
  font-size: var(--ff_time);
}
.time_sheet .note {
  margin-top: 0.4em;
  margin-left: 0;
  font-size: 1.2em;
  line-height: 1.785714;
  letter-spacing: 0.1em;
}
.time_sheet .note span {
  display: inline-block;
}
.time_sheet table {
  max-width: 29.2em;
  width: 100%;
  font-size: 1.5em;
}
.time_sheet table th,
.time_sheet table td {
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: center;
  letter-spacing: 0.1em;
  width: 5.2%;
  font-weight: 400;
}
.time_sheet table th:first-child,
.time_sheet table td:first-child {
  width: 24%;
}
.time_sheet table th:last-child,
.time_sheet table td:last-child {
  width: 9%;
  padding-right: 6%;
}
.time_sheet table .sm {
  display: block;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
}
.time_sheet table th {
  border-bottom: 0px;
  padding: 1em 0.2em 0.85em;
  background-color: #83c8bf;
  color: #fff;
  letter-spacing: 0.15em;
}
.time_sheet table td {
  padding: 0.8em 0.2em 0.82em;
  border-bottom: 1px solid #c8c8c8;
  color: #0ba692;
  letter-spacing: 0.1em;
}
.time_sheet table td:first-child {
  color: #333333;
}
.en {
  font-family: var(--f-en);
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    height: 39vw;
    min-height: 520px;
  }
  .home_page .key .time_sheet {
    bottom: calc(10em - 10vh);
    font-size: 8.75px;
  }
  .home_page .key .key_text .item {
    height: 39vw;
    min-height: 520px;
    padding-bottom: calc(200px - 5vh);
  }
}
@media only screen and (min-width: 769px) {
  @-moz-document url-prefix() {
    .home_page .key .time_sheet {
      /* Fire Fox */
    }
    .home_page .key .time_sheet table {
      width: 29.2em;
    }
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key video {
    width: 100%;
  }
}
.idx_circle {
  position: relative;
}
.idx_circle::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: #f2f2f2;
  border-radius: 50%;
  background-image: -moz-linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 100%);
  background-image: -webkit-linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 100%);
  background-image: -ms-linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 100%);
  opacity: 0.502;
  width: 271px;
  height: 271px;
  max-width: 20vw;
  max-height: 20vw;
  left: -120px;
  bottom: -200px;
}

.index01 {
  position: relative;
  z-index: 1;
}
.index01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 140%;
  background-color: #f2f2f2;
}
.index01 .wrap {
  padding: 120px 0px 120px;
}
.index01 .inner {
  max-width: 1138px;
}
.index01 .banner {
margin-top:calc(5% + 1em);
}
.index01 .box_left {
  width: 246px;
}
.index01 .box_left h3 {
  margin-left: -3px;
  margin-bottom: 63px;
  font-size: 30px;
}
.index01 .box_left h3 .en {
  margin-top: 0.2em;
}
.index01 .box_left .btn-group .btn.style01 {
  max-width: 218px;
}
.index01 .box_left .btn-group .btn.style01 a {
  min-height: 3.75em;
  font-size: 1.6em;
}
.index01 .box_right {
  max-width: calc(96% - 246px);
  width: 791px;
}
.index01 .flex {
  justify-content: space-between;
}
.index01 li {
  border-bottom: 1px solid #c8c8c8;
}
.index01 li:first-child a {
  padding-top: 5px;
}
.index01 li a {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 25px 0px 26px;
  color: #303030;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  text-decoration: none;
}
.index01 li a:hover {
  opacity: 1;
  color: #000;
}
.index01 li a:hover .date {
  color: #000;
}
.index01 li a .date {
  width: 8.5em;
  color: #005d96;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.index01 li a .title {
  position: relative;
  max-width: calc(100% - 8.5em);
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.idx_contact {
  padding: 94px 0px 107px;
  background-color: var(--main-color);
  background-image: url(../images/idx_contact_bg.jpg);
}
.idx_contact h3 {
  margin-bottom: 38px;
  font-size: calc(var(--ttl_size) + 12px);
}
.idx_contact h3 span {
  display: inline-block;
}
.idx_contact h3 .en {
  margin-top: 0.75em;
  letter-spacing: 0.2em;
}
.idx_contact .txt_ud {
  position: relative;
  z-index: 1;
}
.idx_contact .txt_ud::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  width: 100%;
  bottom: 0.03em;
  height: 0;
  border-bottom: 1px solid;
}
.idx_contact .bnr {
  max-width: 545px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2.4375em 0px 3.1875em;
  width: 49%;
  border-radius: 10px;
  background-color: #fff;
  --main-color:#0ba692;
}
.idx_contact .bnr:nth-child(1) {
  --main-color:#005d96;
}
.idx_contact .bnr:nth-child(1) .btn-group .btn.style01 a {
  --main-color: #008cce;
}
.idx_contact h4 {
  margin-bottom: 0.8em;
  font-size: 1.875em;
  text-align: center;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.idx_contact .btn-group {
  width: 100%;
  max-width: 28.2em;
  font-size: 0.625em;
}
.idx_contact .btn-group .btn.style01 a {
  background-color: var(--main-color);
 
}
.idx_contact .btn-group .btn.style01 a:hover {
  background-color: var(--main-color) !important;
}
.idx_contact .btn-group .btn.style01 a:hover::after {
  right: 1.6667em;
}
@media only screen and (max-width: 768px) {
.idx_contact {
  padding: 60px 0px 40px;
  background-image: url(../images/idx_contact_bg_sp.jpg);
}
.idx_contact .flex {
  justify-content: center;
}
.idx_contact .bnr {
  margin-bottom: 20px;
  max-width: 520px;
  width: 100%;
}
}
@media only screen and (max-width: 425px) {
 
  .idx_contact .bnr {
    font-size: 3vw;
  }
  .idx_contact .bnr .btn-group .btn.style01 {
    min-width: 100px;
  
  }
  }

.index02 {
  padding: 96px 0px 248px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.index02 .inner {
  max-width: 1289px;
  margin-right: 0;
  margin-left: auto;
}
.index02 .box_text {
  width: 44%;
  max-width: 467px;
  padding-top: 5.3%;
  position: relative;
  z-index: 1;
}
.index02 .box_text::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: -28%;
  left: -17.3%;
  max-width: 735px;
  height: 520px;
  width: 158%;
  background-image: url(../images/idx02_box_text_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index02 .box_text .btn-group {
  margin-top: 52px;
}
.index02 .box_img {
  width: 55%;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 11.1%;
  z-index: 1;
}
.index02 .box_img::before {
  position: absolute;
  content: "";
  bottom: -9.2%;
  right: 9.6%;
  background-image: url(../images/idx02_box_img_circle.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 158px;
  height: 159px;
  width: 21.95%;
  max-height: 23.74%;
}
.index02 .box_img picture {
  width: 49%;
  max-width: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.index02 .box_img picture:nth-child(1) {
  margin-top: 5.556%;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .index02 .box_text::before {
    bottom: -18%;
    width: 120%;
    left: 60%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index02 {
    padding-bottom: 25vw;
  }
  .index02 h3.st1 {
    font-size: 40px;
  }
}
.link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.link a {
  width: 100%;
  height: 100%;
}

.index03 {
  padding-top: 0px;
  padding-bottom: 137px;

}
.index03 h3 {
  text-align: center;

  line-height: 1.89;
}
.index03 h3 .en {
  
}
.index03 .flex {
  margin-top: 5.1875em;

}
.TabContainer .TabContent{

}
.index03 .box {
  padding: 1.4em 3em;
  position: relative;
  width: 24.5%;
  max-width: 29.9em;
  min-height: 30em;
  border-radius: 1em;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s;
  margin-bottom: 3em;
  box-shadow: 0px 0px 14.25px 0.75px rgba(110, 123, 133, 0.2);
  z-index: 1;
  font-size: 0.625em;
}
.index03 .box::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0ba692;
}
.index03 .box .hover {
  position: absolute;
  z-index: 2;
  width: 100%;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.index03 .box .hover p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-size: 1.6em;
  text-align: left;
  font-weight: 400;
  line-height: 2.25;
  margin-bottom: 0;
}
.index03 .box .hover p::before {
  display: none;
}
.index03 .box:hover h4 {
  margin-bottom: 0.9166em;
  color: #fff;
}
.index03 .box:hover h4::before {
  display: none;
}
.index03 .box:hover .hover {
  position: relative;
  height: auto;
}
.index03 .box:hover::before {
  opacity: 1;
  visibility: visible;
}
.index03 .box h4 {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #005d96;
  position: relative;
  width: 100%;
  line-height: 1.6666666667;
  margin-bottom: 0;
}
.index03 .box h4::before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  content: "";
  top: 0;
  left: 0;
  margin-bottom: 1.08em;
  width: 4.5833333333em;
  height: 4.9583333333em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index03 .st2 .box h4::before{
width: 5.9167em;
height: 5.7292em;
margin-bottom: 0.71em;
transform: translateX(-6px);
}
.index03 .box h4 .sm {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
.index03 .box.b4 h4 {
  top: 0.5em;
  line-height: 1.5;
}
.index03 .box.b7, .index03 .box.b8 {
  padding-bottom: 0 !important;
}
.index03 .box.b7 h4::before, .index03 .box.b8 h4::before {
  width: 6.6041666667em;
  height: 4.75em;
  margin-bottom: 0.708333em;
}
.index03 .box.b1 h4::before {
  background-image: url(../images/idx03_img01.png);
}
.index03 .box.b2 h4::before {
  background-image: url(../images/idx03_img02.png);
}
.index03 .box.b3 h4::before {
  background-image: url(../images/idx03_img03.png);
}
.index03 .box.b4 h4::before {
  background-image: url(../images/idx03_img04.png);
}
.index03 .box.b5 h4::before {
  background-image: url(../images/idx03_img05.png);
}
.index03 .box.b6 h4::before {
  background-image: url(../images/idx03_img06.png);
}
.index03 .box.b7 h4::before {
  background-image: url(../images/idx03_img07.png);
}
.index03 .box.b8 h4::before {
  background-image: url(../images/idx03_img08.png);
}
.index03 .box.b9 h4::before {
  background-image: url(../images/idx03_img09.png);
}
.index03 .box.b10 h4::before {
  background-image: url(../images/idx03_img010.png);
}
.index03 .box.b11 h4::before {
  background-image: url(../images/idx03_img011.png);
}
.index03 .box.b12 h4::before {
  background-image: url(../images/idx03_img012.png);
}

.index03 .box.b13 h4::before {
  background-image: url(../images/idx03_img013.png);
}
.index03 .box.b14 h4::before {
  background-image: url(../images/idx03_img014.png);
}
.index03 .box.b15 h4::before {
  background-image: url(../images/idx03_img015.png);
}
.index03 .box.b16 h4::before {
  background-image: url(../images/idx03_img016.png);
}
.index03 .box.b17 h4::before {
  background-image: url(../images/idx03_img017.png);
}
.index03 .box.b18 h4::before {
  background-image: url(../images/idx03_img018.png);
}
.index03 .box.b19 h4::before {
  background-image: url(../images/idx03_img019.png);
}
.index03 .box.b20 h4::before {
  background-image: url(../images/idx03_img020.png);
}
.index03 .box.b21 h4::before {
  background-image: url(../images/idx03_img021.png);
}
.index03 .box.b22 h4::before {
  background-image: url(../images/idx03_img022.png);
}
.index03 .box.b23 h4::before {
  background-image: url(../images/idx03_img023.png);
}
.index03 .box.b24 h4::before {
  background-image: url(../images/idx03_img024.png);
}
.index03 .row2 {
  margin-top: 80px;
  position: relative;
  z-index: 2;
  padding: 100px 0px;
  background-color: #d2eadc;
}
.index03 .idx03_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 14.25px 0.75px rgba(110, 123, 133, 0.2);
  margin-top: 0px;
  padding: 45px 81px;
}
.index03 .idx03_box .flex {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.index03 .idx03_box .box_img {
  max-width: 464px;
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}
.index03 .idx03_box .box_txt {
  max-width: 573px;
  width: 52%;
}
.index03 .idx03_box .box_txt .ttl {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.75;
  text-align: center;
  color: #008cce;
  margin-bottom: 28px;
}
.index03 .idx03_box .box_txt .ttl span {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.index03 .idx03_box .btn-group {
  display: flex;
  margin-top: 50px;
}
.index03 .idx03_box .btn-group .btn.style01 {
  max-width: 282px;
  margin-bottom: 0;
}
.index03 .idx03_box .btn-group .btn.style01 a {
  background-color: #008cce;
  letter-spacing: 0.1em;
}
.index03 .idx03_box .btn-group .btn.style01:nth-child(2) {
  margin-left: 9px;
}

@media only screen and (min-width: 1281px) {
  .index03 h3 {
    margin-left: 10px;
    margin-bottom: 52px;
  }
  .index03 h3 .en {
    margin-left: -7px;
  }
  .index03 .box {
    padding-bottom: 2.2em;
  }
  .index03  .st2 .box {
    padding-bottom: 1.3em;
  }
  .index03 .box.b4 h4::before {
    margin-bottom: 1.166667em;
  }
  .index03 .box.b7 h4, .index03 .box.b8 h4 {
    top: -4px;
  }
  .index03 .idx03_box .box_txt {
    padding-bottom: 16px;
  }
  .index03 .idx03_box .btn-group .btn.style01 a {
    padding-bottom: 19px;
    padding-right: 26px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
 
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index03 .flex {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  }
  .index03 .TabContainer{
    font-size: min(1em,1.25vw);
  }
  .index03 .box {

  }
  .index03 .TabContainer .TabContent p{

  }
  .index03 .box .hover .txt {
 
  }
  .index03 .idx03_box {
    padding: 45px 5%;
  }
  .index03 .idx03_box .flex {
    justify-content: space-between;
  }
  .index03 .idx03_box .btn-group {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {

  .index03 .idx03_box {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 40px;
  }
  .index03 .idx03_box .box_img {
    width: 40%;
  }
  .index03 .idx03_box .box_txt {
    width: 55%;
  }
  .index03 .idx03_box .btn-group {
    margin-top: 20px;
    font-size: 0.9vw;
  }
  .TabContainer .TabPager >div p{
    font-size: 1.5em;
  }
  .gt_tab .btn-group .btn.style01{
        width: calc(33.33% - 1em);
        font-size: 1.25em;

  }
}
.index04 {
  background-color: #f2f2f2;
}
.index04 .wrap {
  padding-top: 83px;
  padding-bottom: 123px;
}
.index04 .wrap::before {
  left: unset;
  right: 12px;
  bottom: -226px;
}
.index04 h3 {
  text-align: center;
  font-size: 45px;
  line-height: 1.9;
}
.index04 h3 .dot {
  margin-left: -3px;
  margin-right: -8px;
}
.index04 h3 .en {
  font-size: 18px;
}
.index04 .flex {
  margin-top: 61px;
}
.index04 .box {
  max-width: 40.8em;
  width: 32.5%;
  font-size: 10px;
}
.index04 .box .top {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 4.9em;
  padding-bottom: 3.9em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index04 .box .top::after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-right: 18px solid #0ba692;
  border-top: 18px solid transparent;
  transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
.index04 .box .top::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 166, 146, 0.4);
  right: 0;
  bottom: 0;
  border-radius: 10px;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .index04 .box .top:hover::before {
    opacity: 1;
  }
  .index04 .box .top:hover .ttl {
    color: #fff;
  }
  .index04 .box .top:hover .ttl .en {
    color: #fff;
  }
}
.index04 .box figure {
  text-align: center;
}
.index04 .box figure img {
  max-height: 23.2em;
}
.index04 .box .ttl {
  transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #0ba692;
  line-height: 1.9;
  margin-top: 16px;
  transition: all 0.4s;
}
.index04 .box .ttl .en {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #83c8bf;
  transition: all 0.4s;
}
.index04 .box .box_txt {
  padding-top: 29px;
  padding-left: 11px;
  padding-right: 10px;
  font-size: 1.6em;
}
.index04 .box .box_txt p {
  max-width: 347px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1281px) {
  .index04 .box figure {
    padding-right: 1.75%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .index04 .box {
    font-size: 0.9vw;
  }
  .index04 .box .ttl .en {
    font-size: 0.5em;
  }
  .index04 .box .box_txt {
    font-size: 14px;
  }
}
@keyframes oval-anime {
  0% {
    -webkit-mask-size: 100% 100%;
  }
  25% {
    -webkit-mask-size: 101% 101%;
  }
  50% {
    -webkit-mask-size: 100% 100%;
  }
  75% {
    -webkit-mask-size: 101% 101%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
  }
}
@keyframes oval-anime-sp {
  0% {
    border-radius: 0;
  }
  25% {
    border-radius: 40% 60% 40% 60%;
  }
  50% {
    border-radius: 50%;
  }
  75% {
    border-radius: 40% 60% 40% 60%;
  }
  100% {
    border-radius: 0;
  }
}
@keyframes oval-anime1 {
  0% {
    border-radius: 82% 122% 89% 125%;
  }
  25% {
    border-radius: 40% 60% 40% 60%;
  }
  50% {
    border-radius: 50%;
  }
  75% {
    border-radius: 40% 60% 40% 60%;
  }
  100% {
    border-radius: 82% 122% 89% 125%;
  }
}
@keyframes oval-anime2 {
  0% {
    border-radius: 166% 122% 132% 157%;
  }
  25% {
    border-radius: 80% 60% 60% 70%;
  }
  50% {
    border-radius: 50%;
  }
  75% {
    border-radius: 80% 60% 60% 70%;
  }
  100% {
    border-radius: 166% 122% 132% 157%;
  }
}
@keyframes oval-anime3 {
  0% {
    border-radius: 162% 98% 150% 123%;
  }
  25% {
    border-radius: 80% 45% 70% 60%;
  }
  50% {
    border-radius: 50%;
  }
  75% {
    border-radius: 80% 45% 70% 60%;
  }
  100% {
    border-radius: 162% 98% 150% 123%;
  }
}
@keyframes oval-anime4 {
  0% {
    border-radius: 103% 96% 78% 95%;
  }
  25% {
    border-radius: 50% 40% 30% 45%;
  }
  50% {
    border-radius: 50%;
  }
  75% {
    border-radius: 50% 40% 30% 45%;
  }
  100% {
    border-radius: 103% 96% 78% 95%;
  }
}
@keyframes cirlce-anime {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.index05 .wrap {
  padding-top: 109px;
  padding-bottom: 140px;
}
.index05 .wrap::before {
  z-index: 1;
  left: unset;
  bottom: -2.7%;
  right: 6.2%;
  width: 210px;
  height: 211px;
}
.index05 .wrap .idx_circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 1;
}
.index05 .wrap .idx_circle::before {
  left: -73px;
  top: calc(50% - 33px);
  width: 158px;
  height: 158px;
}
.index05 h3 {
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.2em;
}
.index05 h3 .jp .sm {
  letter-spacing: 0.2em;
  font-size: 0.7em;
  display: block;
}
.index05 h3 .jp .num {
  line-height: 0;
  font-size: 1.6em;
  color: #0ba692;
  letter-spacing: 0.2em;
  font-family: var(--f-zennew);
  margin-right: -0.05em;
  position: relative;
  top: 0.075em;
}
.index05 h3 .en {
  margin-top: 0.6667em;
}
.index05 .flex {
  margin-top: 78px;
  justify-content: flex-start;
}
.index05 .box {
  max-width: 558px;
  width: 49%;
  margin-left: 29px;
  margin-bottom: 11px;
  transition: all 0.3s;
}
.index05 .box .box_img {
  position: relative;
  z-index: 1;
}
.index05 .box .box_img .num {
  font-family: var(--f-zennew);
  line-height: 1;
  z-index: -1;
  font-weight: 500;
  position: absolute;
  opacity: 0.502;
  margin-bottom: 0;
  font-size: 250px;
  letter-spacing: 0.05em;
  background: linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 75%);
  background: -webkit-linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 75%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index05 .box .box_img .img {
  overflow: hidden;
  position: relative;
  border-radius: 10%;
  animation-direction: alternate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.index05 .box .box_img figure {
  position: relative;
  animation: oval-anime 10s infinite;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  -webkit-mask-position: center;
  animation-timing-function: ease-in-out;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .index05 .box:nth-child(2n) {
    margin-left: 116px;
    margin-top: 28px;
  }
}
.index05 .box:nth-child(1) .num {
  top: -0.524em;
  left: -0.168em;
}
.index05 .box:nth-child(1) figure {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 558 520' %3E%3Cpath fill='white' d='M557,244.83c-4.54-46.9-27-91.08-55.46-127.39C472.78,81.14,438.23,52.69,400,35.75,361.55,19.11,319.73,14,274,7.91,228.5,1.56,179.4-5.7,142.13,11.85c-37,17.55-61.83,59.91-87.29,102.27C29.69,156.78,3.92,199.44,1.2,243.92c-3,44.48,16.36,90.47,45.76,126.17,29.4,35.4,68.19,60.51,108.2,86.84,40.31,26.32,81.22,54.16,126.38,60.81,44.85,6.66,93.65-7.86,136.38-32.67,43-24.81,79.71-59.91,104.87-102C547.94,340.74,561.58,291.42,557,244.83Z'/%3E%3C/svg%3E");
}
.index05 .box:nth-child(1) .img {
  animation-name: oval-anime1;
}
.index05 .box:nth-child(2) {
  max-width: 525px;
}
.index05 .box:nth-child(2) .num {
  top: -0.248em;
  left: -0.252em;
  letter-spacing: 0;
}
.index05 .box:nth-child(2) figure {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 525 542' %3E%3Cpath d='M492.81,151.69c-18.87-45.46-41.91-92.83-79.35-120.36C375.7,3.8,323.54-3.88,275.55,3.48c-48,7.68-91.52,30.73-136.31,54.42C94.76,81.27,49.32,105.27,25,143,1,180.82-1.87,232.35,2.61,281.33s16,95.38,39,135.08,57.28,73,97.6,90.9c40,17.93,86.07,20.17,135.35,26.57,49.59,6.4,102.71,16.33,138.55-4.16,35.52-20.49,53.76-71.38,72.31-117.15,18.56-46.1,37.44-87.39,39.36-129.64C526.73,240.35,511.69,197.14,492.81,151.69Z'/%3E%3C/svg%3E");
}
.index05 .box:nth-child(2) .img {
  animation-name: oval-anime2;
}
.index05 .box:nth-child(3) {
  max-width: 529px;
}
.index05 .box:nth-child(3) .num {
  letter-spacing: 0;
  bottom: -0.108em;
  right: -0.224em;
}
.index05 .box:nth-child(3) .img {
  animation-name: oval-anime3;
}
@media only screen and (min-width: 1281px) {
  .index05 .box:nth-child(3) .txt {
    padding-left: 26px;
  }
}
.index05 .box:nth-child(3) figure {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529 530' %3E%3Cpath d='M509.91,121c-17.78-47.24-49.7-91.84-92.82-109.68C374-6.85,319.34,2.06,268,7.35s-99.72,7.27-136.91,28.41S67.22,97.86,44.84,139.82C22.13,181.77,3.37,225,.41,270s10.2,91.5,31.93,135.1C53.73,449,84,489.64,124.49,510.12c40.16,20.48,90.19,20.48,139.56,18.5,49-2,96.76-6,134.28-28.08,37.19-22.13,64.18-62.1,85.25-104.06C504.64,354.86,520.11,311.59,526,265,531.63,218.43,527.68,168.22,509.91,121Z'/%3E%3C/svg%3E");
}
.index05 .box:nth-child(4) {
  max-width: 524px;
}
.index05 .box:nth-child(4) .num {
  letter-spacing: 0;
  bottom: -0.24em;
  right: -0.204em;
}
.index05 .box:nth-child(4) .img {
  animation-name: oval-anime4;
}
@media only screen and (min-width: 1281px) {
  .index05 .box:nth-child(4) .txt {
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 30px;
  }
}
.index05 .box:nth-child(4) figure {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 524 530' %3E%3Cpath d='M493.85,140.43C472,100.09,436.26,67,395,41.85,353.82,17,307.45,0,260.77.29,214.39.59,168,17.88,132.86,46.4c-34.86,28.51-58.8,68.25-80,108.29S13.44,235.38,5,280.88C-3.23,326.08-1.11,376.13,23.14,411c24.24,34.58,70.92,54,114,74,43.35,19.71,83.66,39.73,125.79,43.68,42.43,3.94,87-8.5,128.21-29.73,41.22-20.93,79.11-50.66,101.84-89.18S523.25,323.65,523.25,276,515.37,180.78,493.85,140.43Z'/%3E%3C/svg%3E");
}
.index05 .txt {
  padding-left: 52px;
  padding-right: 50px;
  padding-top: 20px;
}
.index05 .txt .ttl {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #005d96;
  position: relative;
  padding-left: 27px;
}
.index05 .txt .ttl::before {
  position: absolute;
  content: "";
  top: 0.26em;
  left: 0;
  background-color: #0ba692;
  border-radius: 1.5px;
  width: 3px;
  max-height: 80px;
  height: 3.3333em;
}
.index05 .btn-group {
  margin-top: 69px;
}
.index05 .btn-group .btn.style01 {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1281px) {
  .index05 .box:nth-child(3) {
    margin-left: 55px;
  }
  .index05 .box:nth-child(4) {
    margin-top: 44px;
    margin-left: 121px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index05 .flex {
    margin: auto;
    max-width: 95%;
    justify-content: space-between;
  }
  .index05 .box {
    margin-left: 0;
    width: 45%;
  }
  .index05 .box:nth-child(2n) {
    margin-left: 0;
  }
  .index05 .box:nth-child(3) {
    margin-left: 0px;
  }
  .index05 .box:nth-child(4) .box_img .num {
    right: 0;
  }
  .index05 .box .box_img .num {
    font-size: 18vw;
  }
  .index05 .txt {
    padding-left: 0px;
    padding-right: 0px;
  }
  .index05 .txt .ttl {
    font-size: 18px;
    padding-left: 20px;
  }
}
.index06 {
  position: relative;
  background-image: url(../images/index06_bg.jpg);
}
@media only screen and (min-width: 769px) {
  .index06 .idx_circle::before {
    width: 239px;
    height: 239px;
    left: -90px;
    bottom: -163px;
  }
}
.index06 .flex {
  justify-content: flex-end;
  margin-top: 131px;
}
.index06 .wrap {
  padding-top: 98px;
  padding-bottom: 176px;
}
.index06 h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
}
.index06 h3 .en {
  color: inherit;
  margin-top: 16px;
}
.index06 .box_img {
  position: absolute;
  left: 0;
  top: 26.1%;
  max-width: 720px;
  width: 57%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index06 .box_img picture {
  border-radius: 10px;
  overflow: hidden;
  max-width: 350px;
  width: 49%;
}
.index06 .box_img picture:nth-child(2) {
  margin-top: 5.5%;
}
.index06 .box_txt {
  max-width: 464px;
  width: 44%;
  color: #fff;
  position: relative;
}
.index06 .box_txt .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.875;
  padding-left: 1.125em;
  margin-bottom: 32px;
  position: relative;
}
.index06 .box_txt .ttl::before {
  position: absolute;
  content: "";
  top: 0.25em;
  left: 0;
  background-color: #fff;
  width: 3px;
  height: 3.3333em;
  max-height: 80px;
  border-radius: 1.5px;
}
.index06 .btn-group {
  margin-top: 51px;
}
.index06 .btn-group .btn.style01 a {
  background-color: #fff;
  color: #008cce;
}
.index06 .btn-group .btn.style01 a::after {
  background-color: #008cce;
}
.index06 .top {
  position: relative;
}
.index06 .bot {
  position: relative;
}
.index06 .bot .flex {
  justify-content: space-between;
  margin-top: 140px;
}
.index06 .bot .box {
  max-width: 40.8em;
  width: 32.5%;
  font-size: 10px;
}
.index06 .bot .box .top {
  position: relative;
  max-height: 370px;
  height: 30vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.index06 .bot .box .top::after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-right: 18px solid #fff;
  border-top: 18px solid transparent;
  transition: all 0.8s cubic-bezier(0.66, 0.08, 0.19, 0.97);
}
.index06 .bot .box .top::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(197, 215, 126, 0.4);
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
@media only screen and (min-width: 769px) {
  .index06 .bot .box .top:hover::before {
    opacity: 1;
    z-index: -1;
  }
}
.index06 .bot .box .top.st1 {
  background-image: url(../images/idx06_img02.jpg);
}
.index06 .bot .box .top.st2 {
  background-image: url(../images/idx06_img03.jpg);
}
.index06 .bot .box .top.st3 {
  background-image: url(../images/idx06_img04.jpg);
}
.index06 .bot .box .ttl {
  font-size: 3em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.index06 .bot .box .ttl span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.index06 .bot .box .box_txt {
  width: 100%;
  padding-top: 27px;
  padding-left: 11px;
  padding-right: 10px;
  font-size: 1.6em;
}
.index06 .bot .box .box_txt p {
  max-width: 347px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1281px) {
  .index06 h3 {
    margin-left: 10px;
  }
  .index06 h3 .en {
    margin-left: -7px;
  }
  .index06 .bot .box .top {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index06 .wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index06 h3 {
    font-size: 35px;
  }
  .index06 .box_img {
    width: 48%;
  }
  .index06 .box_txt {
    width: 50%;
  }
  .index06 .box_txt .ttl {
    font-size: 22px;
  }
  .index06 .bot .flex {
    margin-top: 10vw;
  }
  .index06 .bot .box .ttl span {
    font-size: 0.5em;
  }
  .index06 .bot .box .box_txt {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index04 .box,
.index06 .bot .box {
    font-size: 8.75px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .index06 .bot .box {
    font-size: 0.9vw;
  }
  .index06 .bot .box .box_txt {
    font-size: 14px;
  }
  .index06 .flex {
    margin-top: 100px;
  }
}
.index07 {
  padding: 79px 0px 0;
  background-image: url(../images/idx07_bg.jpg);
}
.index07 .idx07_row {
  padding-top: 80px;
  position: relative;
  align-items: flex-end;
}
.index07 h3.st1 {
  margin-bottom: 34px;
  font-size: calc(var(--ttl_size) + 8px);
}
.index07 h3.st1::before {
  top: -0.15em;
  height: 2.48em;
}
.index07 h3.st1 .big {
  display: flex;
  align-items: center;
}
.index07 h3.st1 .sm {
  font-size: 46.667%;
}
.index07 h3.st1 .en {
  margin-top: 0.35em;
  margin-left: 1.15em;
  font-size: 0.38889em;
}
.index07 .box_left {
  position: relative;
  z-index: 1;
}
.index07 .box_left p {
  max-width: 570px;
}
.index07 .btn-group.flex {
  justify-content: center;
  margin-left: -4.5px;
  margin-right: -4.5px;
}
.index07 .btn-group.flex > p {
  margin: 10px 4.5px 0px;
}
@media only screen and (min-width: 993px) {
  .index07 .box_left {
    width: 52%;
    max-width: 573px;
    margin-bottom: 144px;
  }
  .index07 .btn-group.flex {
    margin-top: 40px;
  }
  .index07 .btn-group.flex > p {
    width: 49%;
    max-width: 282px;
  }
  .index07 .box_right {
    width: 893px;
    position: absolute;
    bottom: 0;
    right: -26%;
  }
}

.idx_map {
  height: 475px;
}
.idx_map iframe {
  height: 100%;
  border-radius: 10px;
}

.index08 {
  margin: auto;
  max-width: 1440px;
  padding: 113px 0px 112px;
  z-index: 1;
}
.index08::before {
  left: auto;
  right: -57px;
  bottom: 85px;
  z-index: -1;
  width: 318px;
  height: 318px;
}
.index08 .ft_logo {
  max-width: 511px;
  margin-bottom: 29px;
}
.index08 .ft_logo a{
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.index08 .ft_logo a span {
    color: #747474;
    display: block;
    letter-spacing: 0.1em;
    font-size: 14px;
}
.index08 .ft_logo a img{    margin-right: 17px}
.index08 .des {
  margin-bottom: 8px;
}
.index08 .time_sheet table th:first-child {
  border-radius: 5px 0px 0px 5px;
}
.index08 .time_sheet table th:last-child {
  border-radius: 0px 5px 5px 0px;
}
@media only screen and (min-width: 769px) {
  .index08 .box_left {
    width: 50%;
    max-width: 564px;
  }
  .index08 .box_right {
    width: 48%;
    max-width: 464px;
  }
  .index08 .time_sheet .note {
    margin-top: 1em;
    font-size: 1.4em;
  }
  .index08 .time_sheet table {
    max-width: 36.3em;
  }
  .index08 .time_sheet table th,
.index08 .time_sheet table td {
    width: 5.6%;
  }
  .index08 .time_sheet table th:first-child,
.index08 .time_sheet table td:first-child {
    width: 23%;
    padding-left: 1.1em;
  }
  .index08 .time_sheet table th:last-child,
.index08 .time_sheet table td:last-child {
    width: 10%;
    padding-right: 6%;
  }
  .index08 .time_sheet table th {
    padding-top: 1.2em;
    padding-bottom: 1.3em;
    overflow: hidden;
  }
  .index08 .time_sheet table td {
    padding-top: 1.4em;
    padding-bottom: 1.7em;
  }
  .index08 .time_sheet table td:first-child {
    letter-spacing: 0.13em;
  }
}
.index08 .time_sheet {
  margin-top: 50px;
}
.index08 .btn-group.flex {
  margin-top: 61px;
  justify-content: center;
}
.index08 .btn-group.flex > p {
  width: calc(50% - 10px);
  margin: 10px 14px 0px;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .index01 .idx_circle::before {
    bottom: -10vw;
  }
  .index04 .wrap::before {
    bottom: -15vw;
  }
}
.idx_gallery .img01 {
  background-image: url(../images/idx_gallery01.jpg);
}
.idx_gallery .img02 {
  background-image: url(../images/idx_gallery02.jpg);
}
.idx_gallery .img03 {
  background-image: url(../images/idx_gallery03.jpg);
}
.idx_gallery .img04 {
  background-image: url(../images/idx_gallery04.jpg);
}
.idx_gallery .img05 {
  background-image: url(../images/idx_gallery05.jpg);
}
.idx_gallery .img06 {
  background-image: url(../images/idx_gallery06.jpg);
}
.idx_gallery .img07 {
  background-image: url(../images/idx_gallery07.jpg);
}
.idx_gallery .img08 {
  background-image: url(../images/idx_gallery08.jpg);
}
.idx_gallery .img09 {
  background-image: url(../images/idx_gallery09.jpg);
}
.idx_gallery .img010 {
  background-image: url(../images/idx_gallery010.jpg);
}
.idx_gallery .img011 {
  background-image: url(../images/idx_gallery011.jpg);
}
.idx_gallery ul {
  display: flex;
}
.idx_gallery .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
}

.idx_gallery.st1 {
  padding: 25px 0px 22px;
}
.idx_gallery.st1 ul li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 824px;
  height: 538px;
  margin: 5px;
}
.idx_gallery.st1 .slick-slider .slick-track,
.idx_gallery.st1 .slick-slider .slick-list {
  direction: ltr;
}

.idx_gallery.st2 {
  padding: 61px 0px 0px;
}
.idx_gallery.st2 ul li .img {
  width: 340px;
  height: 290px;
  margin: 0;
}
.idx_gallery.st2 .slick-slider .slick-track,
.idx_gallery.st2 .slick-slider .slick-list {
  direction: ltr;
}

@media only screen and (min-width: 1281px) {
  .index05 .box:nth-child(2) .txt {
    padding-left: 32px;
    padding-top: 33px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx_gallery.st1 ul li .img {
    width: 650px;
    height: 423px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  :root {
    --ttl_size: 24px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
  }
  .time_sheet {
    font-size: 1.1vw;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .txt_h3 {
  margin-top: 30px;
}
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
  font-family: var(--f-en);
  font-size: 1.5em;
}
.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: rgb(51, 51, 51);
  position: relative;
  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-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/key_under.jpg);
  background-color: #ddd;
  height: 510px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.under .key .inner {
  height: 100%;
  padding: 0px;
}
.under .key .key_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.under .key h2 {
  display: table;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
.under h3,
.under h4,
.under h5,
.under h6 {
  line-height: 1.2;
  color: var(--main-color);
}
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  font-weight: 500;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 35px;
}
.under h3::after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  background-color: #0ba692;
  overflow: hidden;
  width: 60px;
  height: 3px;
  margin-top: 0.933em;
}
.under h4 {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #0ba692;
  padding-bottom: 14px;
  margin-bottom: 27px;
}
.under h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  padding-left: 23px;
  position: relative;
}
.under h5::after {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 3px;
  min-height: 29px;
  height: 100%;
  background-color: #0ba692;
  border-radius: 1.5px;
}
.under h6 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 30px;
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}
.under h6::before {
  position: absolute;
  content: "";
  top: 0.25em;
  left: 0;
  background-color: #0ba692;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .under .key {
    height: 400px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under .key h2 {
    font-size: 35px;
  }
}
.under .inner > section:first-child > h3 {
  margin-top: 156px;
}
.under section p {
  line-height: 2.5;
}
.under .section > p:last-of-type,
.under section > p:last-of-type {
  margin-bottom: 0;
}
.under .section > p:last-of-type + table,
.under .section > p:last-of-type + ul,
.under section > p:last-of-type + table,
.under section > p:last-of-type + ul {
  margin-top: 15px;
}
.under section {
  padding-top: 1px;
}
.under section h3 {
  margin-top: 80px;
}
.under .secH4 {
  padding-top: 60px;
}
.under .secH5 {
  padding-top: 50px;
}
.under .secH6 {
  padding-top: 40px;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 500px;
}
.under .imgBox.rowImg figure {
  position: relative;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 90px;
}
.under .imgBox.rowImg .image_l::before {
  right: -8%;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 90px;
}
.under .imgBox.rowImg .image_r::before {
  left: -8%;
}
.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% - 490px);
}
.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% - 540px);
}
.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: #a98c54;
  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-height: 500px;
}
.under .acf_block h3,
.under .acf_block h4,
.under .acf_block h5 {
  margin-bottom: 0;
}
.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: 993px) {
	.under .imgBox.rowImg .image_l.pt{
		padding-top:6%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
    float: none;
    margin-right: auto;
    margin-left: auto;   max-width: 100%;
    margin-bottom: 40px;
  }
	.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100%);
}
}
.under table.rollTable {
  width: 100%;
}
.under table.txt_center td {
  text-align: center;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #ddd;
  padding: 0.5em 0.9em;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: var(--main-color);
  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 #ddd;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #ddd;
}
.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;
  color: #FF75A9;
}
.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;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .under ul.list01.mcol-2 {
    padding-bottom: 10px;
  }
  .under ul.list01.mcol-2 li:last-child, .under ul.list01.mcol-2 li:nth-child(2n+1) {
    padding-bottom: 0;
  }
}
.under ul.list01.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 20px;
  padding-bottom: 12px;
  letter-spacing: 0.2em;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0.62em;
}
.under ul.list01 li.st2::before {
  top: 0;
  content: "※";
  background-color: transparent;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 13px 0 7px;
}
.under .topic_path > .inner {
  max-width: 1300px;
}
.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: #333333;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.under .topic_path ul li.home {
  color: #0ba692;
}
.under .topic_path a {
  text-decoration: none;
  color: #0ba692;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 6px;
  transform: scaleX(0.7);
  color: var(--clr1);
  line-height: 1;
}
.under .anchor-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: var(--main-color);
  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: ">";
  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;
  transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 3%;
  bottom: 3%;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 1;
  color: var(--main-color);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under .doctor_box .doctor_name span {
  font-size: 80%;
  display: block;
}
.under .ud_map {
  height: 450px;
  margin-top: 40px;
}
.under .exp li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  display: flex;
  border-bottom: 1px solid #3b7ca3;
}
.under .exp li .year {
  width: 8em;
  color: var(--main-color);
  font-weight: 500;
}
.under .exp li .txt {
  width: calc(100% - 8em);
}

.under .clinic_tbl01 ul {
  padding-left: 0;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .access_box_img01 .block:nth-child(even) .big {
  order: 1;
}
.under .access_box_img01 .block .big {
  width: calc(0.5 * (100% - 10px));
}
.under .access_box_img01 .block .small {
  width: calc(0.5 * (100% - 10px));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .access_box_img02 .block:nth-child(even) .big {
  order: 1;
}
.under .access_box_img02 .block .big {
  width: calc(0.5517241379 * (100% - 10px));
}
.under .access_box_img02 .block .small {
  width: calc(0.4482758621 * (100% - 10px));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a,
#pagination span {
  background-color: var(--main-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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);
}
#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: var(--main-color);
}

.blog_list_style01 .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item figure {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 3px solid var(--main-color);
  width: 220px;
  height: 220px;
}
.blog_list_style01 .item figure img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 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: flex;
  flex-wrap: wrap;
  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: var(--main-color);
  display: inline-block;
  margin-left: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}
.blog_list_style01 .item .info .date .tag a.column {
  background-color: #52addb;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
  display: block;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: calc(50% - 0.55em);
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }
  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }
  .blog_list_style01 .item figure {
    margin: 0 auto;
  }
  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}
.blog_list_style02.colImg .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-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: 24%;
  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 {
  transform: translate(-50%, -50%);
  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 {
  filter: blur(5px) grayscale(50%);
  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 {
    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: flex;
  flex-wrap: wrap;
  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 {
  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 {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}
.blog_detail_style02 .box_gallery .thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog_detail_style02 .box_gallery .thumb li {
  background-color: #ededed;
  transition: all 0.2s ease;
  width: calc(12.5% - 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%;
  transform: translate(-50%, -50%);
}
.blog_detail_style02 .box_gallery .thumb.col_5 li {
  width: calc(20% - 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: "";
  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: var(--main-color);
}
.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: flex;
  flex-wrap: wrap;
  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: var(--main-color);
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  /* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: var(--main-color);
}
.blog_post_button > div::after {
  border: 1px solid var(--main-color);
  opacity: 0;
  transform: scale(1.2, 1.2);
}
.blog_post_button > div a {
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.blog_post_button > div:hover::before {
  opacity: 0;
  transform: scale(0.8);
}
.blog_post_button > div:hover::after {
  opacity: 1;
  transform: scale(1);
}
.blog_post_button > div:hover a {
  color: #000;
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.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%;
  min-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  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;
  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;
  flex-wrap: wrap;
  align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  background-color: #ffffff;
  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;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn a {
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--f-notosans);
}
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn a:hover {
  opacity: 1;
  background-color: #ccc;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  background-color: var(--main-color);
  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 dt {
  background-color: var(--main-color);
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #ddd;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.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*/
.ud_flow {
  margin-top: 100px;
}
.ud_flow.step {
  margin-top: 50px;
}
.ud_flow.step .box::before {
  content: "";
  border: 2rem solid rgb(116, 188, 229);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -4rem;
  left: calc(50% - 2rem);
  line-height: 1;
}
.ud_flow.step .box:last-child::before {
  display: none;
}
.ud_flow .box {
  height: 300px;
  height: 100%;
  margin-bottom: 100px;
  border-radius: 20px;
  padding: 60px 4% 90px;
  position: relative;
  border: 2px solid rgb(116, 188, 229);
}
.ud_flow .box:last-child {
  margin-bottom: 0;
}
.ud_flow .ttl {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.ud_flow .ttl::after {
  display: block;
  content: "";
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 4.5em;
  height: 2px;
  background-color: #0e7cad;
}
.ud_flow .txt {
  position: absolute;
  bottom: -1px;
  right: 5px;
  line-height: 0.8;
  font-size: 80px;
  color: rgba(11, 166, 146, 0.4);
  text-transform: uppercase;
  font-family: var(--f-en);
  background: linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 100%);
  background: -webkit-linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*INTERVIEW PAGE*/
.under {
  counter-reset: count;
}
.under.page-interview section p {
  line-height: 2.25;
  margin-bottom: 36px;
}
.under.page-interview section p:last-child {
  margin-bottom: 0;
}
.under.page-interview section p .cl_red {
  color: inherit;
}
.under.page-interview .key {
  max-height: 610px;
  background-image: url(../images/key_interview.jpg);
  height: 50vw;
}
.under.page-interview .key .key_text{
  align-items: flex-end;
  padding-bottom: 5%;
}
.under.page-interview .key .inner {
  max-width: 1280px;
}
.under.page-interview .key h2,
.under.page-interview .key p {
  display: table;
  color: #fff;
}
.under.page-interview .key .en {
  display: block;
  font-size: 0.4em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: var(--f-en);
  line-height: 1;
}
.under.page-interview .key h2 {
  font-size: 1em !important;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 17px;
}
.under.page-interview .key h2 span {
  display: block;
}
.under.page-interview .key .catch {
  text-align: center;
  font-size: 45px;
}
.under.page-interview #mainContent .inner {
  max-width: 1300px;
}

.interview_catch {
  margin-top: 106px;
  margin-bottom: 110px;
}
.interview_catch p {
  font-size: 36px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
.interview_catch.fz20 {
  margin-top: 83px;
}
.interview_catch.fz20 p {
  font-size: 20px;
  line-height: 2.3;
}
.interview_sec {
  margin-top: 75px;
  max-width: 1200px;
  margin-right: 0;
  margin-left: auto;
}
.interview_sec:nth-child(2n) {
  margin-left: 0;
  margin-right: auto;
}
.interview_sec:last-child h4::before {
  top: -0.41em;
}
.interview_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.interview_box.box_right {
  flex-direction: row-reverse;
}
.interview_img {
  position: relative;
  width: 49%;
  max-width: 545px;
  border-radius: 10px;
  overflow: hidden;
}
.interview_img:before {
  display: none;
  content: "0" counter(count);
  counter-increment: count;
  position: absolute;
  bottom: 0;
  left: 40px;
  line-height: 0.5;
  font-size: 120px;
  color: #fff;
}
.interview_content {
  max-width: 573px;
  width: 49%;
}
.interview_content h4 {
  line-height: 1.875;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 28px;
  padding-left: 29px;
  position: relative;
  z-index: 1;
}
.interview_content h4::before {
  opacity: 0.2;
  position: absolute;
  content: "q";
  z-index: -1;
  top: -0.34em;
  left: -0.156em;
  font-family: var(--f-zennew);
  font-weight: 500;
  font-size: 10.4166666667em;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 75%);
  background-image: -webkit-linear-gradient(120deg, rgb(116, 188, 229) 0%, rgb(178, 221, 173) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.interview_content h4 span {
  font-family: var(--f-en);
  padding-top: 9px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75em;
  color: #0ba692;
  font-weight: bold;
}

@media only screen and (min-width: 1281px) {
  .under.page-interview .key_text {
    padding-bottom: 25px;
  }
  .interview_sec:nth-child(1) {
    margin-top: 86px;
  }
  .interview_sec:nth-child(1) .interview_content {
    padding-top: 32px;
  }
  .interview_sec:nth-child(2) {
    margin-top: 161px;
  }
  .interview_sec:nth-child(2) .interview_content {
    padding-top: 0;
    margin-top: -28px;
  }
  .interview_sec:nth-child(3) {
    margin-top: 151px;
  }
  .interview_sec:nth-child(3) .interview_content {
    padding-top: 0;
    margin-top: -29px;
  }
  .interview_sec:nth-child(4) {
    margin-top: 129px;
  }
  .interview_sec:nth-child(4) .interview_content {
    padding-top: 32px;
  }
  .interview_sec:nth-child(5) {
    margin-top: 101px;
  }
  .interview_sec:nth-child(5) .interview_content {
    padding-top: 32px;
  }
  .interview_sec:nth-child(6) {
    margin-top: 91px;
  }
  .interview_sec:nth-child(6) .interview_content {
    padding-top: 50px;
  }
  .interview_sec:nth-child(6) .interview_content h4 {
    margin-bottom: 56px;
  }
  .interview_sec:nth-child(6) .interview_content h4 span {
    margin-left: -3px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .interview_content {
    width: 52%;
    padding-left: 20px;
  }
  .interview_content h4 {
    font-size: 22px;
  }
  .interview_img {
    width: 45%;
  }
  .interview_img:before {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .interview_content h4 {
    font-size: 2.3vw;
  }
  .interview_sec:nth-child(4) .interview_content h4 {
    letter-spacing: 0.01em;
  }
}
/*---------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: 0.85em;
}

.ttl_lp01_s02:before {
  content: "";
  width: 110px;
  height: 3px;
  background: #1c1c1c;
  position: absolute;
  bottom: 0;
  left: calc(50% - 55px);
}

.ttl_lp01 .sp_onl {
  display: none;
}

.ttl_lp01 strong {
  font-size: 140%;
}

.lpbox {
  padding: 55px 0;
}

.lpbox01 {
  background: #E9F3F5;
}

.lpbox02 {
  background: #FAF8EF;
}

.lpbox04 {
  padding-top: 10px;
}

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

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

.blog-content .entry .colImg1 img, .img_wcap_ct img {
  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-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 {
  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-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;
  }
  .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;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

/*# sourceMappingURL=style.css.map */
body {
  position: relative !important;
  top: auto !important;
}
#open-chatbot {
  position: fixed;
  right: 110px;
  bottom: 70px;
  width:151px;
     z-index: 10;
     opacity: 1;
     cursor: pointer;
     transition:all 0.3s;
     border:0;
  }
  @media only screen and (max-width: 768px) {
     #open-chatbot {
       bottom: 60px;
       right: auto;
  width:94px;
  max-width:70vw;
        left: 10px;
     }
  }
  @media only screen and (min-width: 769px) and (max-width: 1366px), (max-height: 700px) and (min-width: 769px) {
    #open-chatbot {
      bottom: 90px;
   
    }
  }
  
  
.under #toc_container {
  margin-top: 3em;
  margin-bottom: 3em
}

.under #toc_container+section {
  margin-top: 0
}

.under .toc_list {
  justify-content: space-between;
  padding: 1em 1.5em;
  background-color: #f5f8f7;
  border-radius: 10px;
  overflow: hidden
}

.under .toc_list:empty {
  display: none
}

.under .toc_list li {
  display: table;
  margin: 5px 0px;
  width: 50%;
  padding-right: 1em
}

.under .toc_list li a {
  position: relative;
  padding-left: 1.5em;
  display: table;
  text-decoration: none;
  color: var(--clr2)
}

@media only screen and (min-width:769px) {
  .under .toc_list li a:hover {
      color: var(--main-color);
      opacity: 1
  }
}

.under .toc_list li a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.5em solid #0ba692;
  position: absolute;
  left: 0;
  top: 0.55em
}

.under .toc_list.style1 li {
  width: 100%;
  padding-right: 0;
  max-width: 100%
}
.btn-group.flex.t_center {
    justify-content: center;
margin-left:-10px;
margin-right:-10px;
}
.btn-group.flex.t_center .btn{
 margin:20px 10px 0px
}
@media only screen and (min-width:993px) {
  .under .toc_list.style3 li {
      width: auto;
      max-width: 33%
  }
}
@media only screen and (max-width:768px) {
.under .toc_list li {
  width: 100%;
  max-width: 100%
}.btn-group.flex.t_center {
   
margin-left:-5;
margin-right:-5;
}
	.btn-group.flex.t_center .btn{
 margin:10px 5px 0px
}
}
