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

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  color: #333333;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}

body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}

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

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  box-shadow: inset 0 0 6px #fff;
}

body::-webkit-scrollbar-thumb:window-inactive {
  background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
}

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

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

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

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

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

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

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

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

a.text_link {
  color: #64b5f7;
}

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

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

.tel_click {
  opacity: 1 !important;
}

.tel_click:hover, .tel_click:active {
  opacity: 1 !important;
}

table {
  width: 100%;
}

p {
  line-height: 2;
  letter-spacing: 0.1em;
  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;
}

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

.wrapper {
  overflow: hidden;
}

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

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

.inner_big {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  }
}

.sp_375 {
  display: none;
}

@media only screen and (max-width: 375px) {
  .sp_375 {
    display: block;
  }
}

.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 {
  background-color: #edf0f5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

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

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

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

.fblock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: 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: 2vh;
  right: 10px;
}

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

.bounce {
  animation-name: bounce;
}

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

@keyframes bounce {
  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: 200px;
  right: 0px;
  z-index: 15;
  transition: right 0.3s ease-in-out;
}

.fixed_banner::before {
  transform: translate(-100%, -50%) scaleX(0.6);
  transform-origin: 100% 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
  animation: fixed_banner 0.4s ease infinite alternate forwards;
}

.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:not(.tel):hover { opacity: 0.7; }*/

.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.1em;
  line-height: 1.222222222222222;
  text-align: center;
}

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

.fixed_banner .tel {
  background-color: #21385f;
  height: 380px;
}

.fixed_banner .tel:nth-child(2) {
  background-color: #5d740f;
}

.fixed_banner .tel p {
  padding: 0 25px;
  font-size: 28px;
  line-height: 0.97;
}

.fixed_banner .tel p::before {
  background-image: url("../images/shared_fixed_bnr_icon01.png");
  background-size: auto 33px;
  height: 33px;
}

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

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

.fixed_banner .web {
  background-color: #966730;
  height: 100px;
}

.fixed_banner .web p {
  font-size: 16px;
  font-weight: 500;
}

.fixed_banner .web p::before {
  background-image: url("../images/shared_fixed_bnr_icon02.png");
  background-size: auto 41px;
  height: 41px;
}

.fixed_banner .mail {
  background-color: #dcdcdc;
}

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

.fixed_banner .mail p::before {
  background-image: url("../images/shared_fixed_bnr_icon03.png");
  background-size: auto 16px;
  height: 16px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    top: calc(50vh - 107px);
    width: 80px;
    height: 300px;
  }

  .fixed_banner .web {
    padding-top: 2px;
  }

  .fixed_banner .web p::before {
    margin-bottom: 8px;
  }

  .fixed_banner .tel {
    height: 100px;
    padding-bottom: 1px;
  }

  .fixed_banner .tel p {
    padding: 0;
    font-size: 20px;
    text-align: left;
  }

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

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

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

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .under .fixed_banner {
    width: 90px;
  }
}

.btn-group .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

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

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

.btn-group .btn.style01 a, .btn-group .btn.style02 a, .btn-group .btn.style01 span, .btn-group .btn.style02 span {
  padding: 15px 30px 16px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all .3s;
}

.btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover, .btn-group .btn.style01 span:hover, .btn-group .btn.style02 span:hover {
  opacity: 1;
  background-color: rgba(34, 75, 143, 0.5);
}

.btn-group .btn.style01 a:hover::after, .btn-group .btn.style02 a:hover::after, .btn-group .btn.style01 span:hover::after, .btn-group .btn.style02 span:hover::after {
  right: 15px;
}

.btn-group .btn.style01 a::after, .btn-group .btn.style02 a::after, .btn-group .btn.style01 span::after, .btn-group .btn.style02 span::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  right: 13px;
  bottom: calc(50% - 5px);
  width: 19px;
  height: 10px;
  background-image: url(../images/ic_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

.btn-group .btn.style01.md, .btn-group .btn.md.style02 {
  max-width: 300px;
}

.btn-group .btn.style01.md a, .btn-group .btn.md.style02 a, .btn-group .btn.style01.md span, .btn-group .btn.md.style02 span {
  font-size: 14px;
  padding: 9px 10px 10px;
}

.btn-group .btn.style01.md a::after, .btn-group .btn.md.style02 a::after, .btn-group .btn.style01.md span::after, .btn-group .btn.md.style02 span::after {
  right: 15px;
}

.btn-group .btn.style01.md a:hover::after, .btn-group .btn.md.style02 a:hover::after, .btn-group .btn.style01.md span:hover::after, .btn-group .btn.md.style02 span:hover::after {
  right: 11px;
}

.btn-group .btn.bg01 a, .btn-group .btn.bg01 span {
  border: 1px solid #224b8f;
  background-color: #224b8f;
}

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

  .totop {
    right: 10px;
  }

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

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

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all .3s;
}

header.active {
  background-color: #fff;
}

header.active .header_top {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

header.active .logo img {
  height: 80px;
  image-rendering: -webkit-optimize-contrast;
}

.header_top {
  transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 122px 0px 86px;
}

.logo {
  width: 29%;
  max-width: 356px;
  padding-top: 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

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

.logo a img {
  transition: all .3s;
}

.right_head {
  width: 69%;
  max-width: 800px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}

.pc_navi>ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

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

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

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

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

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

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

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

.pc_navi>ul>li>a, .pc_navi>ul>li>p {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 80px;
  font-feature-settings: "palt";
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  color: #000000;
  transition: all 0.2s ease;
}

.pc_navi>ul>li>a span, .pc_navi>ul>li>p span {
  display: inline-block;
}

.pc_navi>ul>li>a .kt, .pc_navi>ul>li>p .kt {
  letter-spacing: 0;
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.pc_navi>ul>li>a:hover, .pc_navi>ul>li>p:hover {
  opacity: 1;
  color: #224b8f;
}

.pc_navi>ul>li>a .eng, .pc_navi>ul>li>p .eng {
  display: block;
  padding-top: 1px;
  font-size: 12px;
  font-weight: 400;
  color: #224b8f;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

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

.pc_navi>ul>li>a.title::after, .pc_navi>ul>li>p.title::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 4px;
  left: calc(50% - 6px);
  border-top: 5px solid #224b8f;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  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>li.home a::before {
  width: 100%;
  height: 16px;
  display: block;
  margin-bottom: 10px;
}

.pc_navi>ul .subInner {
  position: absolute;
  width: 320px;
  right: 50%;
  bottom: -6px;
  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: rgba(34, 75, 143, 0.9);
  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;
}

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

.pc_navi>ul .col2 .subInner {
  width: 530px;
  right: 120%;
}

.pc_navi>ul .col2 .subInner ul {
  display: flex;
  flex-wrap: wrap;
}

.pc_navi>ul .col2 .subInner ul li {
  width: 50%;
}

@media only screen and (min-width: 769px) {
  .sp_navi .menu_toggle {
    top: 0;
    height: 100vh;
  }

  .sp_navi .hamburger-btn {
    width: 100px;
    height: 100px;
    padding: 0;
    transition: all .3s;
  }

  .sp_navi .hamburger-btn:hover {
    background-color: #13346b;
  }

  .sp_navi .hamburger-btn .button-toggle {
    height: 100%;
    padding-top: 20px;
  }

  .sp_navi .hamburger-btn .button-toggle #nav-icon {
    width: 48px;
    height: 32px;
  }

  .sp_navi .hamburger-btn .button-toggle #menu_btn {
    font-size: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding-left: 10px;
    padding-right: 100px;
  }

  .header_top img {
    image-rendering: -webkit-optimize-contrast;
  }

  .pc_navi>ul .col2 .subInner {
    width: 510px;
    right: 160%;
  }

  .pc_navi>ul>li>a, .pc_navi>ul>li p {
    font-size: 1.5vw;
  }

  .pc_navi>ul>li>a .eng, .pc_navi>ul>li p .eng {
    font-size: 60%;
  }

  .pc_navi>ul>li>p.title::after {
    bottom: 0.5em;
  }

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

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

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc_navi>ul .col2 .subInner {
    width: 510px;
    right: 185%;
  }

  .pc_navi>ul>li>a, .pc_navi>ul>li p {
    font-size: 1.7vw;
  }

  .pc_navi>ul>li>a .eng, .pc_navi>ul>li p .eng {
    font-size: 60%;
  }

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

footer {
  background-size: cover;
  position: relative;
}

footer .ft_row1 {
  position: relative;
  z-index: 2;
}

footer .ft_row1::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100%;
  height: calc(100% - 60px);
  bottom: 30px;
  top: 30px;
  left: 0;
  background-image: url(../images/ft_bg.jpg);
  background-repeat: repeat-y;
  z-index: -1;
}

footer .ft_row1 .inner_big {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -30px;
}

footer .ft_row1 .ft_logo {
  display: table;
  max-width: 350px;
  margin: 0 auto 25px;
}

footer .ft_row1 .ft_info {
  position: relative;
  width: 50%;
  max-width: 620px;
  padding: 50px 20px;
  background-color: #13346b;
  text-align: center;
  display: flex;
  flex-direction: column;
}

footer .ft_row1 .ft_info .des {
  margin-bottom: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

footer .ft_row1 .idx_time {
  max-width: 570px;
  margin-top: 0;
  width: 100%;
}

footer .ft_row1 .flex {
  justify-content: space-between;
  margin-bottom: 22px;
}

footer .ft_row1 .flex>div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: calc(50% - 4.5px);
}

footer .ft_row1 .flex>div p {
  position: relative;
  color: #fff;
  line-height: 1.2;
  width: 100%;
}

footer .ft_row1 .flex>div p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: inherit;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #5d740f;
  line-height: 1;
}

footer .ft_row1 .flex>div p a span {
  display: block;
  position: relative;
  padding-left: 50px;
}

footer .ft_row1 .flex>div p a span::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  left: 3px;
  top: calc(50% - 16px);
  width: 33px;
  height: 33px;
  background-image: url(../images/shared_fixed_bnr_icon01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

footer .ft_row1 .flex>div p a:hover, footer .ft_row1 .flex>div p a:active {
  opacity: 1;
}

footer .ft_row1 .flex>div p .sub {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-feature-settings: "alt";
}

footer .ft_row1 .flex>.bnr_tel p a {
  font-family: "Oswald", sans-serif;
}

footer .ft_row1 .flex>.bnr_tel p a:hover {
  opacity: 1;
}

footer .ft_row1 .flex>.bnr_mail {
  margin-left: 9px;
}

footer .ft_row1 .flex>.bnr_mail p a {
  font-size: 26px;
  letter-spacing: 0.1em;
  background-color: #966730;
  transition: all .3s;
}

footer .ft_row1 .flex>.bnr_fax p a:hover {
  background-color: #224b8f;
}

footer .ft_row1 .flex>.bnr_mail p a span::before {
  left: 5px;
  width: 34px;
  background-image: url(../images/shared_fixed_bnr_icon03.png);
}


footer .ft_row1 .flex>.bnr_fax p a {
  font-size: 30px;
  letter-spacing: 0.1em;
  background-color: #966730;
  transition: all .3s;
}

footer .ft_row1 .flex>.bnr_fax p a span::before {
  left: 5px;
  width: 30px;
  height: 32px;
  background-image: url(../images/shared_ft_fax.png);
}

footer .ft_row2 {
  position: relative;
  z-index: 1;
  background-image: url(../images/ft_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

footer p {
  margin-bottom: 0;
}

footer p, footer a {
  color: #fff;
  text-decoration: none;
}

footer .copyright p {
  padding: 32px 0;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.2px;
}

.ft_link {
  order: 1;
  width: 100%;
  padding-top: 40px;
  margin: auto;
  font-size: 15px;
  color: #333333;
}

.ft_link .link_list>div {
  width: 50%;
}

.ft_link .link_list>div ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ft_link .link_list>div ul>li {
  width: 48.85%;
}

.ft_link .link_list>div ul>li:nth-child(2n) {
  width: 51.15%;
}

.ft_link .link_list>div ul>li.ttl {
  width: 100%;
}

.ft_link .ttl {
  margin-bottom: 29px;
  padding-left: 6px;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  pointer-events: none;
}

.ft_link .ttl a {
  letter-spacing: 0.1em;
}

.ft_link .ttl::before {
  display: none;
}

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

.ft_link li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #fff;
}

.ft_link li a {
  display: table;
  letter-spacing: 0.18em;
  font-feature-settings: "palt";
  text-decoration: none;
}

.ft_link li.last {
  margin-bottom: 29px;
}

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

.ft_link li:not(.ttl) {
  background: url(../images/shared_bullet01.png) left 11px top 10px no-repeat;
  background-size: 4px auto;
}

.ft_link li.sm {
  background: url(../images/shared_bullet02.png) left 22px top 8px no-repeat;
  padding-left: 34px;
  margin-bottom: 8px;
  /* &::before { position: absolute; top: 8px; left: 24px; border: 2.5px solid #fff; border-top-color: transparent; border-bottom-color: transparent; border-right-color: transparent; transform: scaleX(1.6); } */
}

.ft_link li::before {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0px;
}

.ft_link a {
  color: inherit;
}

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

.idx_time table {
  margin-bottom: 7px;
}

.idx_time th, .idx_time td {
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-left: none;
  border-right: none;
  letter-spacing: 0.1em;
  width: 9.3%;
  font-feature-settings: "palt";
  line-height: 20px;
  vertical-align: middle;
}

.idx_time th:first-child, .idx_time td:first-child {
  width: 23.1%;
}

.idx_time th:last-of-type, .idx_time td:last-of-type {
  width: auto;
  padding-right: 1em;
}

.idx_time th.no_space, .idx_time td.no_space {
  font-feature-settings: "palt";
  width: 15% !important;
}

.idx_time tr:last-child td {
  padding-top: 0.88em;
  padding-bottom: 1em;
}

.idx_time th {
  font-weight: 400;
  padding: 0.99em 0em;
  padding: 14px 0em 14px;
  background-color: #224b8f;
  border: none;
  border-width: 0;
}

.idx_time td {
  padding: 1.065em 0em;
  border-bottom: 1px #dadada solid;
  border-top-color: #224b8f;
  color: #FFF;
}

.idx_time.idx_time1 th, .idx_time.idx_time1 td {
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 14px;
}

.idx_time.idx_time1 td .f_sub {
  font-size: 80%;
}

.idx_time.idx_time1 td {
  padding: .8em 0;
}

.idx_time.idx_time1 th, .idx_time.idx_time1 td {
  width: auto;
  table-layout: fixed;
}

.idx_time.idx_time1 th:first-child {
  width: 25%;
}

.idx_time.idx_time1 td:first-child {
  width: auto;
}

footer .ft_row1 .ft_info .idx_time .sub {
  display: block;
  padding-left: 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #FFF;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 20px;
}

.ft_map {
  margin-top: auto;
  width: 100%;
  height: 299px;
}

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

.ft_bnr {
  padding-top: 70px;
}

.ft_bnr_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}

.ft_bnr_list li {
  margin: 10px 10px 5px;
  text-align: center;
}

.ft_bnr a:hover {
  opacity: 1;
}

.ft_bnr_cen {
  text-align: center;
  margin-bottom: 20px;
}


@media only screen and (min-width: 1281px) {

  /*footer .ft_row1::before { height: 300px; }*/
  .idx_time .sub {
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1560px) {
  footer .ft_row2 {
    background-position: right center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
  .ft_link li a {
    font-size: 1.3vw;
    letter-spacing: 0.1em;
  }

  .ft_link .link_list>div ul>li {
    width: 48%;
  }

  .ft_link .link_list>div ul>li:nth-child(2n) {
    width: 52%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .ft_row2 {
    background-position: right 20% center;
  }

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

  .ft_link .fblock {
    flex-direction: column;
    align-items: center;
  }

  .ft_link .link_list>div {
    width: 100%;
    max-width: 640px;
    margin: auto;
  }

  .ft_link .link_list>div.menu01 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1281px) {
  .idx_time th, .idx_time td {
    line-height: 1.25;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1190px) {
  footer .ft_row1 .ft_info {
    width: 49%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .idx_time th, .idx_time td {
    font-size: 14px;
    width: 10%;
  }

  .idx_time th:first-child, .idx_time td:first-child {
    width: 23%;
  }

  .idx_time th:last-of-type, .idx_time td:last-of-type {
    width: auto;
    padding-right: 1em;
  }

  .idx_time th, .idx_time td, .idx_time .sub {
    font-size: 1.177vw;
  }

  footer .ft_row1 .flex>.bnr_tel p a {
    font-size: 2.5vw;
  }

  footer .ft_row1 .flex>.bnr_tel p a span {
    padding-left: 1.66em;
  }

  footer .ft_row1 .flex>.bnr_tel p a span:before {
    width: 1.1em;
  }

  footer .ft_row1 .flex>.bnr_fax p a {
    font-size: 2.5vw;
  }

  footer .ft_row1 .flex>.bnr_fax p a span {
    padding-left: 1.4em;
  }

  footer .ft_row1 .flex>.bnr_fax p a span:before {
    width: 1em;
  }

  footer .ft_row1 .flex>.bnr_mail p a {
    font-size: 2vw;
  }

  footer .ft_row1 .flex>.bnr_mail p a span {
    padding-left: 1.92em;
  }

  footer .ft_row1 .flex>.bnr_mail p a span:before {
    width: 1.3em;
  }

  .idx_time.idx_time1 th, .idx_time.idx_time1 td {
    font-size: 9px;
  }

  footer .ft_row1 .ft_info .idx_time .sub {
    font-size: 1.177vw;
  }

}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
@keyframes tobelow {
  0% {
    bottom: 2px;
  }

  50% {
    bottom: 7px;
  }

  100% {
    bottom: 2px;
  }
}

@-webkit-keyframes mv01slideAnime {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}

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

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

@keyframes rotate_anime2 {
  0% {
    transform: rotate(0deg);
  }

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

.home_page a {
  text-decoration: none;
}

.home_page .is-init .slick-current .slider_detail span {
  transform: scale(1.1);
}

.home_page .key {
  z-index: 2;
  position: relative;
  background-size: cover;
  height: 1024px;
}

.home_page .key .arrows {
  position: inherit;
  z-index: 1;
}

.home_page .key .arrows a {
  display: block;
  position: absolute;
  padding: 7px 4px;
  line-height: 1.1;
  z-index: 1;
  left: calc(50% - 10px);
  bottom: 15px;
  height: 80px;
  overflow: hidden;
  writing-mode: vertical-lr;
  color: #fff;
  background-color: #22385f;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 300;
}

.home_page .key .arrows a:hover::before {
  animation: none;
}

.home_page .key .arrows a::before, .home_page .key .arrows a::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 5px;
  height: 11px;
  left: calc(50% - 2px);
}

.home_page .key .arrows a::before {
  bottom: 2px;
  animation: tobelow 1.5s ease-in-out infinite alternate;
  z-index: 1;
  background-image: url(../images/ic_arrow_down.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

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

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

.home_page .key .key_text .item {
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 1024px;
  padding-top: 13.2%;
  padding-right: calc(8.55% + 70px);
  position: relative;
  overflow: hidden;
}

.home_page .key .key_text .item:focus {
  outline: none;
}

.home_page .key .key_text .slider_detail span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home_page .key .key_text .slider_detail span {
  transition: transform 8s ease-in-out;
  transition-delay: 2s;
}

.home_page .key h2, .home_page .key p {
  letter-spacing: 0.2em;
  position: relative;
  font-feature-settings: "palt";
}

.home_page .key h2 {
  margin-bottom: 31px;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
}

.home_page .key h2 span {
  padding-left: 0.2em;
  padding-right: 0.2em;
  display: inline-block;
  position: relative;
  position: relative;
  z-index: 1;
}

.home_page .key h2 span::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100%;
  max-height: 20px;
  height: 0.56em;
  left: 0;
  opacity: 0.8;
  background: #9cb939;
  bottom: 0.1em;
  z-index: -1;
}

.home_page .key p {
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
}

.home_page .topic_path {
  display: none;
}

.home_page h3 {
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
}

.home_page h3 .num {
  display: block;
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-size: 300px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  opacity: 0.1;
  line-height: 1;
}

.home_page h3 .jp {
  display: table;
  z-index: 1;
  position: relative;
  margin: auto;
  background-color: #224b8f;
  padding: 0.3em 0.95em 0.35em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.1;
  font-size: 1em;
}

.home_page h3 .en {
  display: block;
  z-index: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.36;
}

.home_page h3.st2 {
  color: #224b8f;
}

.home_page h3.st2 .jp {
  background-color: transparent;
  color: #333;
  letter-spacing: 0.1em;
}

.home_page h3.st2 .en {
  line-height: 1.1;
  font-weight: 600;
  font-size: 2.5em;
}

.home_page h3.st3 .jp {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 0;
  line-height: inherit;
  background-color: transparent;
}

.home_page h3.st3 .en {
  display: table;
  margin: 0 auto 0.4em;
  background-color: #10336c;
  padding: 0.36em 0.9em 0.49em;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.5em;
}

.home_page h3.st4::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  margin: 1.14em auto 0;
}

.home_page h3.st4 .en {
  display: table;
  margin: 0 auto 17px;
  font-size: 100%;
  background-image: url(../images/h3_st4_bg.png);
  background-size: 100% auto;
  background-position: center;
  padding: 0.145em 1.594em 0.245em;
}

.home_page h3.st4 .jp {
  padding: 0;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 175%;
  font-feature-settings: "palt";
}

.home_page h3.st6 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.65em;
}

.home_page h3.st6::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #224b8f;
  width: 80px;
  height: 3px;
  border-radius: 2px;
  margin: 0 0 0;
}

.home_page h3.st6 .en {
  position: relative;
  margin-right: 0.45em;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2.5em;
  color: #333;
  line-height: 1;
}

.home_page h3.st6 .jp {
  margin: 0 0 0em 0;
  padding: 0 0 0.1em 0;
  display: inline-block;
  color: #224b8f;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.2em;
  background-color: transparent;
}

.flex {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.en {
  font-family: "Oswald", sans-serif;
}

@media only screen and (min-width: 769px) {
  .home_page .key .key_text .item.s1 .slider_detail span {
    background-image: url(../images/idx_mv01.jpg);
  }

  .home_page .key .key_text .item.s2 .slider_detail span {
    background-image: url(../images/idx_mv02.jpg);
  }

  .home_page .key .key_text .item.s3 .slider_detail span {
    background-image: url(../images/idx_mv03.jpg);
  }
}

@media only screen and (min-width: 769px) and (max-width: 1566px) {
  .home_page .key .key_text .item {
    padding-right: 100px;
  }

  .home_page .key .key_text .item h2 {
    font-size: 32px;
    line-height: 1.42;
  }

  .home_page .key .key_text .item p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home_page .key .key_text .item {
    padding-top: 53.2%;
  }

  .home_page .key .key_text .item.s1 .slider_detail span {
    background-position: left 45% center;
  }

  .home_page .key .key_text .item h2 {
    font-size: 3.3vw;
  }

  .home_page .key .key_text .item p {
    font-size: 2vw;
  }

  .home_page .key .key_text .item.s2, .home_page .key .key_text .item.s3 {
    background-position: left 30% top;
  }
}

@media only screen and (min-width: 769px) {
  .txt_ver {
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
  }
}

.index01 {
  padding: 93px 0 97px;
  background: url(../images/idx01_bg.jpg) no-repeat center/cover;
}

.index01 .txt_ver {
  display: table;
  margin: auto;
  padding-right: 13px;
  color: #fff;
}

.index01 .txt {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.66667;
  font-feature-settings: "palt";
}

.index01 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .index01 .btn-group {
    margin-top: 39px;
  }

  .index01 .btn-group .btn {
    margin-left: 25px;
    margin-right: 0;
  }

  .index01 .btn-group .btn:first-child {
    margin-left: 0;
  }

  .index01 .txt_ver h3 {
    margin-bottom: 0;
    margin-left: 32px;
    text-align: left;
  }

  .index01 .txt_ver h3 .jp {
    margin-left: 0px;
    margin-top: 0;
    font-size: 30px;
    padding: 0.3em 0.26em 0;
  }

  .index01 .txt_ver h3 .en {
    font-size: 2.5em;
    line-height: 1.25;
    margin-top: -0.05em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .index01 .btn-group .btn {
    margin: 0 15px 15px;
  }

  .index01 .btn-group .btn.style01 a, .index01 .btn-group .btn.style02 a {
    font-size: 1.7vw;
  }
}

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

.index02 h3 .en {
  font-size: 2.5em;
}

.index02 .idx02_box {
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}

.index02 .idx02_box .box {
  position: relative;
  width: calc(50% - 0px);
  max-width: 640px;
  min-height: 400px;
  padding: 44px 8% 69px;
  margin-bottom: 38px;
  background: url(../images/idx02_boxbg.png) no-repeat center/100% auto;
  text-align: center;
  transition: all .3s;
}

.index02 .idx02_box .box:hover {
  transform: translateX(10px);
}

.index02 .idx02_box .box:nth-child(2) {
  background-image: url(../images/idx02_boxbg2.png);
}

.index02 .idx02_box .box:nth-child(2) .en, .index02 .idx02_box .box:nth-child(2) .tt::after {
  background-color: #4a6d69;
}

.index02 .idx02_box .box:nth-child(3) {
  background-image: url(../images/idx02_boxbg3.png);
}

.index02 .idx02_box .box:nth-child(3) .en, .index02 .idx02_box .box:nth-child(3) .tt::after {
  background-color: #5d740f;
}

.index02 .idx02_box .box:nth-child(4) {
  background-image: url(../images/idx02_boxbg4.png);
}

.index02 .idx02_box .box:nth-child(4) .en, .index02 .idx02_box .box:nth-child(4) .tt::after {
  background-color: #b57e44;
}

.index02 .idx02_box .box .en {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 2px;
  border-radius: 50%;
  background-color: #224b8f;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 1;
}

.index02 .idx02_box .box .en .num {
  font-weight: 500;
  font-size: 262.5%;
  letter-spacing: 0;
}

.index02 .idx02_box .box .tt {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 2;
  font-feature-settings: "palt";
}

.index02 .idx02_box .box .tt::after {
  content: "";
  display: table;
  margin: 13px auto 0;
  width: 100px;
  height: 3px;
  background-color: #224b8f;
}

.index02 .idx02_box .box .txt {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.333333;
  font-feature-settings: "palt";
}

.index02 .idx02_box .box .arrow {
  position: absolute;
}

.index02 .btn-group {
  margin-top: 19px;
}

@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .index02 {
    background-position: left 0% center;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index02 .idx02_box .box {
    margin-bottom: 2.9vw;
    padding-top: 3.4vw;
    padding-bottom: 4.1vw;
    min-height: 200px;
  }

  .index02 .idx02_box .box .en {
    width: 6.2vw;
    height: 6.2vw;
    font-size: 1.25vw;
  }

  .index02 .idx02_box .box .tt {
    font-size: 1.85vw;
    margin-bottom: 1.22vw;
  }

  .index02 .idx02_box .box .tt::after {
    margin-top: 1.2vw;
  }

  .index02 .idx02_box .box .txt {
    font-size: 1.4vw;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  .min_992 {
    display: none;
  }

  .index02 .box_txt h4 {
    font-size: 2.5vw;
  }
}

.index03 {
  padding: 0 0 68px;
  background: url(../images/idx03_bg.jpg) no-repeat center/cover;
}

.index03 .box_head {
  position: relative;
  padding: 82px 141px 34px;
  margin: auto;
  display: table;
}

.index03 .box_head::before, .index03 .box_head::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.index03 .box_head::before {
  top: 39px;
  left: 0;
  background-image: url(../images/idx03_ic1.png);
  width: 102px;
  height: 120px;
}

.index03 .box_head::after {
  bottom: 6px;
  right: 1px;
  background-image: url(../images/idx03_ic2.png);
  width: 163px;
  height: 109px;
}

.index03 .box_head h3 {
  margin-bottom: 0;
}

.index03 .idx3_detil1 {
  background: #f9f9f9;
  padding: 82px 0;
}

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

.index03 .idx3_point_img .point_bg {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 486px;
  max-height: 488px;
  top: 44%;
  min-width: 100%;
  height: 65vw;
}

.index03 .idx3_point_img .point_bg::before, .index03 .idx3_point_img .point_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index03 .idx3_point_img .point_bg::before {
  background: url(../images/idx3_point_bg.png) no-repeat center/contain;
  animation: rotate_anime 5s linear infinite;
}

.index03 .idx3_point_img .point_bg::after {
  background: url(../images/idx3_point_bg2.png) no-repeat center/contain;
  animation: rotate_anime2 5s linear infinite;
}

.index03 .idx3_point_img img {
  max-height: 105vw;
}

.index03 .idx3_wp .idx3_point_btn {
  margin-top: 35px;
}

.index03 .idx3_wp .point_btn {
  width: 626px;
}

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

.index03 .idx3_wp .point_btn a {
  border-radius: 5px;
  height: 87px;
  transition: all .3s;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 20px;
  background: #fff;
  z-index: 0;
  color: #333;
  text-decoration: none;
  position: relative;
}

.index03 .idx3_wp .point_btn a>span {
  padding: 1.38em 2.1em 1.46em 2.1em;
}

.index03 .idx3_wp .point_btn a::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 15px;
  top: calc(50% - 4px);
  width: 19px;
  height: 9px;
  background: url(../images/arrow_btn_blue.png) no-repeat right center/contain;
}

.index03 .idx3_wp .point_btn a .main {
  color: #333333;
  transition: all .3s;
}

.index03 .idx3_wp .point_btn a .ov {
  width: 100%;
  position: absolute;
  z-index: -1;
  font-size: 80%;
  color: #fff;
  line-height: 1.5;
  transition: all .3s;
  opacity: 0;
  display: flex;
  padding: 1.1em 2.45em 1.19em 2.45em;
}

.index03 .idx3_wp .point_btn a .ov span:first-child {
  width: 50.5%;
}

.index03 .idx3_wp .point_btn a::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  top: 50%;
  left: -30%;
  width: 41.2%;
  max-width: 213px;
  height: 1px;
  background-color: #224b8f;
  opacity: 0;
}

.index03 .idx3_detil2 {
  padding: 100px 0 80px;
}

.index03 .idx3_box {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin-right: auto;
}

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

.index03 .idx3_box.img-l .idx3_content {
  order: -1;
}

.index03 .idx3_box.img-l .idx3_img {
  margin-left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.index03 .idx3_box.img-l .idx3_content {
  margin-right: -14%;
  margin-left: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 0;
}

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

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

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

.index03 .idx3_img.img1 {
  background: url(../images/idx3_img1.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img2 {
  background: url(../images/idx3_img2.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img3 {
  background: url(../images/idx3_img3.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img4 {
  background: url(../images/idx3_img4.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img5 {
  background: url(../images/idx3_img5.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img6 {
  background: url(../images/idx3_img6.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img7 {
  background: url(../images/idx3_img7.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img8 {
  background: url(../images/idx3_img8.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img9 {
  background: url(../images/idx3_img9.jpg) no-repeat center/cover;
}

.index03 .idx3_img.img10 {
  background: url(../images/idx3_img10.jpg) no-repeat center/cover;
}

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

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

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

.index03 .idx3_content .cm_btn {
  margin-top: 85px;
}

.index03 .idx3_wp {
  max-width: 1280px;
  margin: auto;
}

.index03 .idx3_wp .content .idx3_point_img {
  display: table;
  margin: auto;
}

.index03 .idx3_wp .content .idx3_point_img .pic {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
}

.index03 .idx3_wp .content .idx3_point_img .pic.active {
  opacity: 1;
}

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

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

.index03 .idx3_wp .dot.neck {
  top: 12.5%;
  left: 38%;
  width: 24%;
  height: 10%;
  border-radius: 48%;
}

.index03 .idx3_wp .dot.shoulder {
  top: 12%;
  left: 22%;
  width: 18.5%;
  height: 13.5%;
  border-radius: 48%;
  transform: rotate(64deg);
}

.index03 .idx3_wp .dot.shoulder.b2 {
  left: 59%;
  transform: rotate(-64deg);
}

.index03 .idx3_wp .dot.back {
  top: 18.5%;
  left: 26.9%;
  height: 19.5%;
  width: 47%;
  border-radius: 50%;
}

.index03 .idx3_wp .dot.waist {
  top: 34%;
  left: 26.9%;
  width: 47%;
  height: 18.6%;
  border-radius: 50%;
}

.index03 .idx3_wp .dot.arm {
  top: 20.5%;
  left: 4.2%;
  width: 25%;
  height: 42%;
  border-radius: 47%;
  transform: rotate(11deg);
}

.index03 .idx3_wp .dot.arm.b2 {
  left: 70.35%;
  transform: rotate(-11deg);
}

.index03 .idx3_wp .dot.hip {
  top: 43%;
  left: 24.5%;
  width: 23.5%;
  height: 10%;
  border-radius: 50%;
}

.index03 .idx3_wp .dot.hip.b2 {
  left: 53%;
}

.index03 .idx3_wp .dot.knee {
  bottom: 24.8%;
  left: 24.5%;
  width: 23.4%;
  height: 10%;
  border-radius: 50%;
}

.index03 .idx3_wp .dot.knee.b2 {
  left: 53%;
}

.index03 .idx3_wp .dot.legs {
  bottom: 0.6%;
  left: 15.2%;
  width: 29.4%;
  height: 12.5%;
  border-radius: 50%;
}

.index03 .idx3_wp .dot.legs.b2 {
  left: 55%;
}

@media only screen and (min-width: 769px) {
  .index03 .idx3_wp .content {
    display: flex;
    align-items: start;
    justify-content: flex-end;
  }

  .index03 .idx3_wp .content .idx3_point_img {
    width: 486px;
    margin: 0;
    margin-top: 20px;
  }

  .index03 .idx3_wp .content .idx3_point_img .body {
    position: relative;
    max-width: 323px;
    width: 66.5%;
    margin: auto;
  }

  .index03 .idx3_wp .content .point_btn a:hover, .index03 .idx3_wp .content .point_btn a.active {
    color: #fff;
    background-color: #224b8f;
    opacity: 1;
  }

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

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

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

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

  .index03 .idx3_wp .content .idx3_point_btn {
    margin-left: 43px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index03 .idx3_wp .content .idx3_point_btn {
    width: 49.7%;
    margin-left: 3.5%;
  }

  .index03 .idx3_wp .point_btn {
    width: 100%;
  }

  .index03 .idx3_wp .point_btn a {
    height: auto;
    font-size: 1.55vw;
  }
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
  .index03 .idx3_wp .content {
    justify-content: space-between;
  }

  .index03 .idx3_wp .content .point_btn a {
    height: 8vw;
  }

  .index03 .idx3_wp .content .idx3_point_img {
    width: 45%;
  }

  .index03 .idx3_wp .content .idx3_point_img .point_bg {
    width: 45.1vw;
    height: 45.18vw;
  }
}

.index04 {
  position: relative;
  padding: 84px 0px 79px;
  z-index: 1;
  background-color: #fff;
  background-image: url(../images/idx04_bg.jpg);
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.index04 h3 {
  margin-bottom: 23px;
}

.index04::before, .index04::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}

.index04::before {
  background-color: rgba(34, 75, 143, 0.9);
  height: 520px;
}

.index04 .inner_big {
  position: relative;
  z-index: 2;
}

.index04 .big {
  margin-bottom: 1px;
  font-size: 30px;
  font-weight: 700;
}

.index04 .big, .index04 .sub {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

.index04 .sub {
  line-height: 2.25;
  font-weight: 500;
}

.index04 .idx04_row {
  margin-top: 53px;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.index04 .idx04_row .box {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.1em;
  padding-left: 142px;
  width: 305px;
  height: 160px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-color: #fff;
  transition: all .3s;
}

.index04 .idx04_row .box:hover::after {
  background-color: rgb(34 75 143 / 9%);
}

.index04 .idx04_row .box::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #224b8f;
}

.index04 .idx04_row .box .tt {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #224b8f;
  font-feature-settings: "palt";
}

.index04 .idx04_row .box .en {
  position: absolute;
  bottom: -0.1em;
  right: -0.05em;
  font-size: 120px;
  letter-spacing: 0;
  font-weight: 500;
  color: #224b8f;
  opacity: 0.1;
  line-height: 1;
}

.index04 .idx04_row .box:nth-child(7) {
  padding-left: 133px;
}

.index04 .idx04_row .box:nth-child(7) .tt {
  letter-spacing: 0.1em;
}

.index04 .idx04_row .box:nth-child(1) {
  background-image: url(../images/idx04_ic01.jpg);
}

.index04 .idx04_row .box:nth-child(2) {
  background-image: url(../images/idx04_ic02.jpg);
}

.index04 .idx04_row .box:nth-child(3) {
  background-image: url(../images/idx04_ic03.jpg);
}

.index04 .idx04_row .box:nth-child(4) {
  background-image: url(../images/idx04_ic04.jpg);
}

.index04 .idx04_row .box:nth-child(5) {
  background-image: url(../images/idx04_ic05.jpg);
}

.index04 .idx04_row .box:nth-child(6) {
  background-image: url(../images/idx04_ic06.jpg);
}

.index04 .idx04_row .box:nth-child(7) {
  background-image: url(../images/idx04_ic07.jpg);
}

.index04 .idx04_row .box:nth-child(8) {
  background-image: url(../images/idx04_ic08.jpg);
}

@media only screen and (min-width: 1921px) {
  .index04 {
    background: #fff;
  }

  .index04::before, .index04::after {
    opacity: 1;
  }

  .index04::after {
    background: url(../images/idx04_bg.png) no-repeat center/cover;
    z-index: 1;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 993px) {
  .index04 .idx04_row {
    justify-content: center;
    margin-left: -0.5vw;
    margin-right: -0.5vw;
  }

  .index04 .idx04_row .box {
    margin: 0.5vw;
    width: calc(25% - 1vw);
    height: calc(14.5vw - 20px);
    padding-left: 11%;
  }

  .index04 .idx04_row .box:nth-child(7) {
    padding-left: 10%;
  }

  .index04 .idx04_row .box .tt {
    font-size: 2vw;
  }

  .index04 .idx04_row .box .en {
    font-size: 10.1vw;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  .index04 .idx04_row {
    justify-content: center;
    margin-left: -0.5vw;
    margin-right: -0.5vw;
  }

  .index04 .idx04_row .box {
    margin: 0.5vw;
    max-width: 305px;
    max-height: 160px;
    width: calc(33.33% - 1vw);
    height: calc(19vw - 20px);
    padding-left: 14%;
  }

  .index04 .idx04_row .box:nth-child(7) {
    padding-left: 13%;
  }

  .index04 .idx04_row .box .tt {
    font-size: 2.7vw;
  }

  .index04 .idx04_row .box .en {
    font-size: 13.7vw;
  }
}

.min_1577 {
  display: none;
}

@media only screen and (min-width: 1557px) {
  .min_1577 {
    display: block;
  }

  .index04 .box:nth-child(7) .sub, .index04 .box:nth-child(5) .sub, .index04 .box:nth-child(9) .sub, .index04 .box:nth-child(11) .sub {
    padding-right: 20px;
  }
}

.index05 {
  padding: 99px 0px 82px;
  background: url(../images/idx05_bg.jpg);
}

.index05 h3 {
  margin-bottom: 28px;
}

.index05 .flex {
  position: relative;
  justify-content: center;
}

.index05 .flex .box {
  position: relative;
  margin: 0 -2.1%;
  transition: all .3s;
}

.index05 .flex .box:hover {
  transform: translateY(-10px);
}

.index05 .flex .box:hover .arr {
  transform: translateX(0);
}

.index05 .flex .box .content {
  padding: 8.7% 16% 3% 17%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  color: #fff;
  text-align: center;
}

.index05 .flex .box .tt {
  margin-bottom: 30px;
  font-size: 18px;
}

.index05 .flex .box .tt .jp {
  font-size: 1em;
  font-weight: 500;
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
}

.index05 .flex .box .tt .en {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.index05 .flex .box .txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
  font-feature-settings: "palt";
  min-height: 6em;
}

.index05 .flex .box .arr {
  margin: 16px auto 0;
  display: block;
  width: 28px;
  height: 9px;
  transform: translateX(-12px);
  background: url(../images/idx05_arrow.png) no-repeat center/100% auto;
  transition: all .3s;
}

.index05 .flex .box .link a {
  width: 88%;
  height: 96%;
  top: 2%;
  left: 6%;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index05 .flex {
    flex-wrap: nowrap;
  }

  .index05 .flex .box {
    width: 37.233%;
  }

  .index05 .flex .box .content {
    padding-left: 15%;
    padding-right: 15%;
  }

  .index05 .flex .box .tt {
    font-size: 1.35vw;
    margin-bottom: 1.6667em;
  }

  .index05 .flex .box .txt {
    font-size: 1.35vw;
    margin-bottom: 0.85em;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .min_1280 {
    display: none;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .min_1170 {
    display: none;
  }
}

.index06 {
  padding: 71px 0px 79px;
  background-color: #e9f0fb;
}

.index06 h3.st2 {
  display: table;
  margin: 0 auto 53px;
  padding: 0px 60px 18px;
  color: #10336c;
  background-image: url(../images/idx06_ic1.png), url(../images/idx06_ic2.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}

.index06 h3.st2 .jp {
  padding-bottom: 0.47em;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

.index06 .idx06_row {
  justify-content: space-between;
}

.index06 .idx06_row .box {
  position: relative;
}

.index06 .idx06_row .box .content {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 12px;
  text-align: center;
  color: #fff;
}

.index06 .idx06_row .box .content::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(0deg, #224b8f 0%, #a6ca6c 100%);
  background-image: -webkit-linear-gradient(0deg, #224b8f 0%, #a6ca6c 100%);
  background-image: -ms-linear-gradient(0deg, #224b8f 0%, #a6ca6c 100%);
  opacity: 0.702;
  z-index: -1;
}

.index06 .idx06_row .box .tt {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}

.index06 .idx06_row .box .tt::after {
  content: "";
  display: block;
  margin: 7px auto 0;
  width: 2.5em;
  height: 2px;
  background-color: #fff;
}

.index06 .idx06_row .box .txt {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  line-height: 1.875;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index06 .idx06_row {
    flex-wrap: nowrap;
  }

  .index06 .idx06_row .box {
    width: 49%;
  }

  .index06 .idx06_row .box .tt {
    font-size: 1.85vw;
  }

  .index06 .idx06_row .box .tt::after {
    margin-top: 0.3em;
  }

  .index06 .idx06_row .box .txt {
    font-size: 1.25vw;
    margin-bottom: 1.625em;
  }
}

.index07 {
  padding-top: 92px;
  padding-bottom: 130px;
  position: relative;
  background: url(../images/idx07_bg.jpg) no-repeat center/auto 100%;
  background-color: #efeeec;
}

.index07 .box_text {
  width: 60%;
  max-width: 663px;
}

.index07 .box {
  position: absolute;
  right: 90px;
  bottom: 0;
  background-color: rgba(34, 75, 143, 0.9);
  padding: 15px 29px 17px 35px;
  color: #fff;
}

.index07 .box .sub {
  padding-left: 10px;
  padding-bottom: 2px;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.index07 .box .big {
  padding-left: 10px;
  line-height: 1.5;
  margin-right: 1.77em;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 30px;
}

.index07 .box .en {
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.index07 h3 {
  margin-bottom: 35px;
}

.index07 .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-feature-settings: "palt";
}

.index07 .btn-group {
  margin-top: 49px;
  display: flex;
  flex-wrap: wrap;
}

.index07 .btn-group .btn {
  margin-right: 25px;
  margin-left: 0;
  margin-bottom: 10px;
}

.index07 .btn-group .btn:nth-child(2) a {
  padding-right: 2.1em;
  padding-left: 0.1em;
}

@media only screen and (min-width: 769px) {
  .index07 .btn-group .btn:nth-child(2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index07 {
    background-position: right 45% center;
  }

  .index07 .box {
    right: 10px;
  }

  .index07 .box_text {
    width: 60%;
    max-width: 595px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .index07 {
    background-position: right 42% center;
  }

  .index07 h3 {
    font-size: 22px;
  }

  .index07 .box_text {
    width: 55%;
  }
}

.index08 {
  padding: 106px 0px 99px;
  background: url(../images/idx08_bg.jpg) no-repeat center/cover;
}

.index08 h3 {
  margin-bottom: 61px;
}

.index08 h3 .num {
  top: 42%;
  font-size: 100px;
  color: #224b8f;
  letter-spacing: 0.086em;
  font-feature-settings: "palt";
}

.index08 h3 .jp {
  padding: 0;
  background-color: transparent;
  color: #333;
  font-size: 1.5em;
}

.index08 .idx08_row {
  margin-bottom: 44px;
  justify-content: space-between;
}

.index08 .idx08_row .box {
  max-width: 620px;
  width: 49%;
  padding: 42px 40px 72px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.index08 .idx08_row .tt {
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 30px;
  color: #224b8f;
  text-align: center;
  font-feature-settings: "palt";
}

.index08 .idx08_row ul {
  margin-bottom: 33px;
}

.index08 .idx08_row ul li {
  display: flex;
  border-bottom: 1px solid #dadada;
  padding: 14px 16px 17px;
}

.index08 .idx08_row ul li:first-child {
  padding-top: 16px;
  border-top: 1px solid #dadada;
}

.index08 .idx08_row ul li .title {
  width: 74px;
}

.index08 .idx08_row ul li .txt {
  color: #333;
  line-height: 1.5;
  width: calc(100% - 74px);
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .index08 .idx08_row .tt {
    font-size: 2vw;
  }
}

.index09 {
  padding: 60px 0px;
  background: url(../images/idx05_bg.jpg);
}

.index09 .idx09_row {
  justify-content: space-between;
}

.index09 .box_news {
  width: 49%;
  max-width: 620px;
  margin: 0px 0 0 0;
  min-height: 250px;
  padding: 22px 48px 18px;
  background-color: #fff;
}

.index09 .box_news:nth-child(2) h4 {
  background-image: url(../images/ic_blog.png);
  background-size: auto 27px;
  background-position: left 6px top 12px;
}

.index09 .box_news h4 {
  margin-bottom: 9px;
  line-height: 1.84;
  padding-left: 43px;
  font-size: 26px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #90a5c7;
  text-align: left;
  font-weight: 600;
  color: #224b8f;
  background-image: url(../images/ic_news.png);
  background-repeat: no-repeat;
  background-position: left 5px top 13px;
  background-size: 27px auto;
}

.index09 .box_news .content {
  position: relative;
}

.index09 .box_news li {
  border-bottom: 1px solid #e5e5e5;
  font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .index09 .box_news li {
    letter-spacing: 0.05em;
  }
}

.index09 .box_news li:last-child {
  border-bottom: none;
}

.index09 .box_news li:last-child a::before {
  display: none;
}

.index09 .box_news li a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 0.1em;
  padding: 12px 10px 11px;
  text-decoration: none;
  color: #333333;
}

.index09 .box_news li a:hover {
  opacity: 1;
}

.index09 .box_news li a:hover .tt {
  color: #224b8f;
}

.index09 .box_news li a::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.index09 .box_news li a span {
  display: block;
  transition: all .3s;
}

.index09 .box_news li .date {
  width: 127px;
}

.index09 .box_news li .tt {
  width: calc(100% - 127px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index09 .box_news .btn_link {
  position: absolute;
  right: -1px;
  top: 7px;
}

.index09 .box_news .btn_link a {
  display: block;
  width: 100px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 14px;
  background-color: #224b8f;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.index09 .box_news .btn_link a::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  top: calc(50% - 4px);
  right: 5px;
  width: 19px;
  height: 9px;
  background-image: url(../images/ic_arrow.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.index09 .box_news .btn_link a:hover::after {
  right: 3px;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .index09 .box_news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .index09 .box_news li .date {
    width: 110px;
  }

  .index09 .box_news li .tt {
    width: calc(100% - 110px);
  }
}

.idx_map {
  width: 100%;
  height: 299px;
}

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

.idx_pic {
  height: 400px;
}

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

.idx_gallery {
  padding-bottom: 26px;
  max-height: 290px;
  overflow: hidden;
}

.idx_gallery ul li .img {
  margin: 20px 10px;
  width: 360px;
  height: 250px;
}

.idx_gallery ul li .img01 {
  background-image: url(../images/idx_gallery_img1.jpg);
}

.idx_gallery ul li .img02 {
  background-image: url(../images/idx_gallery_img2.jpg);
}

.idx_gallery ul li .img03 {
  background-image: url(../images/idx_gallery_img3.jpg);
}

.idx_gallery ul li .img04 {
  background-image: url(../images/idx_gallery_img4.jpg);
}

.idx_gallery ul li .img05 {
  background-image: url(../images/idx_gallery_img5.jpg);
}

.bnr_corona {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  right: 0px;
  bottom: 10px;
  padding-top: 13px;
  width: 339px;
  height: 160px;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(75, 75, 75, 0.1);
  transition: all .3s;
  z-index: 2;
}

.bnr_corona.active {
  position: fixed;
  right: 120px;
  bottom: 10px;
  z-index: 2;
  opacity: 1;
}

.bnr_corona:hover .btn-group .btn.style01 a, .bnr_corona:hover .btn-group .btn.style02 a, .bnr_corona:hover .btn-group .btn.style01 span, .bnr_corona:hover .btn-group .btn.style02 span {
  opacity: 1;
  background-color: #a78d55;
}

.bnr_corona:hover .btn-group .btn.style01 a::after, .bnr_corona:hover .btn-group .btn.style02 a::after, .bnr_corona:hover .btn-group .btn.style01 span::after, .bnr_corona:hover .btn-group .btn.style02 span::after {
  right: 15px;
}

.bnr_corona .btn-group {
  width: 100%;
  max-width: 235px;
}

.bnr_corona .btn-group .btn.style01 a, .bnr_corona .btn-group .btn.style02 a, .bnr_corona .btn-group .btn.style01 span, .bnr_corona .btn-group .btn.style02 span {
  padding: 15px 10px 14px;
  font-size: 14px;
}

.bnr_corona .btn-group .btn.style01 a::after, .bnr_corona .btn-group .btn.style02 a::after, .bnr_corona .btn-group .btn.style01 span::after, .bnr_corona .btn-group .btn.style02 span::after {
  right: 20px;
}

.bnr_corona .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 41px;
  background: url(../images/ic_close.png) no-repeat top left/100% auto;
  cursor: pointer;
  transition: all .3s;
  z-index: 2;
}

.bnr_corona .close:hover {
  top: -2px;
  right: -2px;
}

.bnr_corona .tt {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #575757;
  line-height: 1;
}

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

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .ft_row1 .ft_logo img {
    width: 321px;
  }

  .index01 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .index01 .btn-group {
    width: 100%;
  }

  .index01 .txt_ver {
    width: 534px;
  }
}

@-moz-document url-prefix() {
  .index01 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .index01 .btn-group {
    width: 100%;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under.page-interview .key {
  background-image: url(../images/ud_mvinterview.jpg);
}

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

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

.under .sitemap>ul>li a, .under .sitemap>ul>li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: #333333;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
}

.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 .bnr_corona {
  display: none;
}

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

.under #mainContent>.inner {
  position: relative;
  z-index: 1;
}

.under #mainContent>.inner>section:first-child>.secH3 {
  position: relative;
  z-index: 1;
}

.under #mainContent>.inner>section:first-child>.secH3::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 100vw;
  height: calc(100% + 120px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.under .key {
  position: relative;
  z-index: 2;
  padding-top: 93px;
  background-image: url(../images/ud_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}

.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: 0 10px;
}

.under .key .key_text h2 {
  display: table;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #333333;
}

.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 500;
}

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

.under h3 {
  position: relative;
  color: #333333;
  margin-bottom: 63px;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}

.under h3 .en {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  letter-spacing: 0.1em;
  color: #224b8f;
  font-weight: 500;
  opacity: 0.1;
  line-height: 1;
  text-transform: uppercase;
}

.under h4 {
  padding-bottom: 0.51em;
  margin-bottom: 33px;
  position: relative;
  font-feature-settings: "palt";
  font-size: 36px;
  color: #224b8f;
  letter-spacing: 0.2em;
}

.under h4::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  height: 2px;
  width: 60px;
  left: 0;
  bottom: 0;
  background-color: #224b8f;
}

.under h5 {
  margin-bottom: 25px;
  position: relative;
  font-size: 24px;
  color: #224b8f;
  letter-spacing: 0.1em;
}

.under h6 {
  position: relative;
  padding-left: 21px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #b57e44;
  letter-spacing: 0.1em;
  background: url(../images/ic_h6.png) no-repeat top 9px left/11px auto;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under.page-interview .key {
    padding-right: 20%;
    background-position: right 40% center;
  }
}

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

.under section p {
  line-height: 2.25;
}

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

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

.under .secH3>p:not(.t_left) {
  margin-left: auto;
  margin-right: auto;
  max-width: 951px;
  text-align: center;
}

.under .secH3 .box_h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 951px;
}

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

.under .secH4>p:last-of-type {
  margin-bottom: 0;
}

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

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

.under .btn-group {
  margin-top: 25px;
}

.under .btn-group .btn.style01, .under .btn-group .btn.style02 {
  max-width: 550px;
  margin-bottom: 15px;
}

.under .btn-group .btn.style01:last-child, .under .btn-group .btn.style02:last-child {
  margin-bottom: 0;
}

.under .btn-group .btn.style01 a, .under .btn-group .btn.style02 a {
  padding: 15px 50px 16px;
}

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

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

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

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

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

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

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

.under .imgBox.colImg .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: 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: 400px;
}

.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: 769px) and (max-width: 1280px) {
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

.under table.tbl_style01 th, .under table.tbl_style01 td {
  border: 1px solid #80acf6;
  padding: 0.625rem 0.8rem;
}

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

.under table.tbl_style01 th {
  background-color: #224b8f;
  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 #80acf6;
}

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

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

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

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

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

.under table.tbl_fees th {
  text-align: left;
  width: 50%;
}

.under table.tbl_fees th[colspan] {
  text-align: center;
  width: 100%;
}

.under table.tbl_fees td {
  text-align: right;
}

.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 .list {
  display: inline-flex;
}

.under .list span {
  width: 2em;
}

.under ul.list01:last-child, .under ul.list01.mb0 {
  margin-bottom: 0;
}

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

.under ul.list01.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}

.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 23px;
  padding-bottom: 20px;
  line-height: 1.78;
  letter-spacing: 0.1em;
  font-size: 16px;
}

.under ul.list01 li::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #224b8f;
  position: absolute;
  left: 0;
  top: 0.6em;
}

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

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

.under .topic_path {
  position: relative;
  z-index: 4;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  padding: 26px 0 12px;
}

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

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

.under .topic_path ul li {
  float: left;
  color: #000;
}

.under .topic_path a {
  text-decoration: none;
  color: #224b8f;
}

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

.under .topic_path span {
  display: inline-block;
  padding: 0 12px 0px 7px;
  transform: scaleX(0.6);
  color: #224b8f;
  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: #224b8f;
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: 19%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

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

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

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

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

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

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

.under .ud_box {
  border: 3px solid #224b8f;
  border-radius: 10px;
  background: url(../images/idx05_bg.jpg);
  padding: 25px 5%;
  max-width: 980px;
  margin: auto;
}

.under .ud_box p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.under .ud_map {
  width: 100%;
  height: 450px;
}

.under .ud_map iframe {
  width: 100%;
  height: 100%;
}

.under .box_qa {
  padding-bottom: 50px;
}

.under .box_qa.point .ques:hover {
  cursor: inherit;
}

.under .box_qa.point .ques::before, .under .box_qa.point .ques::after {
  display: none;
}

.under .box_qa.step .qa.active .ans {
  padding: 27px 40px;
}

.under .box_qa.step .qa.active .ans .box {
  display: block;
}

.under .box_qa.step .qa.active .ans .imgBox {
  width: 100%;
}

.under .box_qa.step .qa:not(:last-child) {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}

.under .box_qa.step .qa:not(:last-child) .ans {
  border-radius: 20px;
}

.under .box_qa.step .qa:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  width: 5px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #224b8f;
}

.under .box_qa .qa {
  background-color: #ebeff5;
  overflow: hidden;
  transition: all 0.3s;
}

.under .box_qa .qa:not(:last-child) {
  margin-bottom: 30px;
}

.under .box_qa .ques, .under .box_qa .ans {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.under .box_qa .box {
  display: flex;
  align-items: center;
}

.under .box_qa .ques {
  padding: 17px 0px 17px 54px;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  color: #224b8f;
}

.under .box_qa .ques .box {
  width: calc(100% - 50px);
  padding: 0px 40px 0px 27px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.under .box_qa .ques .icon {
  min-width: 50px;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

.under .box_qa .ques::before, .under .box_qa .ques::after {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
}

.under .box_qa .ques::before {
  width: 12px;
  height: 12px;
  right: 37px;
  top: calc(50% - 9px);
  border-style: solid;
  border-width: 2px;
  border-color: #224b8f;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
}

.under .box_qa .ques::after {
  width: 2px;
  height: 16px;
  right: 42px;
  top: calc(50% - 13px);
  background-color: #224b8f;
}

.under .box_qa .ques h4 {
  padding: 0;
  color: #fff;
}

.under .box_qa .ques h4::before {
  display: none;
}

.under .box_qa .ques p, .under .box_qa .ques .tt {
  margin: 0px;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0;
  font-weight: 500;
}

.under .box_qa .ques p::before, .under .box_qa .ques .tt::before {
  display: none;
}

.under .box_qa .ans {
  transition: all 0.3s;
  height: 0;
  padding-left: 19px;
  overflow: hidden;
  padding: 0 87px;
}

.under .box_qa .ans .icon {
  padding-top: 8px;
  color: #224b8f;
}

.under .box_qa .ans .box {
  padding-top: 0px;
  margin-bottom: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.under .box_qa .ans .box .secH5 {
  padding-top: 15px;
}

.under .box_qa .ans .box h5 {
  padding: 0;
  color: inherit;
}

.under .box_qa .ans .box p {
  display: block;
  width: 100%;
  max-width: 1061px;
}

.under .box_qa .qa.active .ans {
  height: auto;
  padding: 27px 87px;
}

.under .box_qa .qa.active .ans p {
  letter-spacing: 0.2em;
}

.under .box_qa .qa.active .ques {
  background-color: #224b8f;
}

.under .box_qa .qa.active .ques .box p, .under .box_qa .qa.active .ques .box .tt, .under .box_qa .qa.active .ques .icon {
  color: #fff;
}

.under .box_qa .qa.active .ques::before {
  border-color: #fff;
  transform: rotate(-45deg);
}

.under .box_qa .qa.active .ques::after {
  background-color: #fff;
  transform: rotate(-180deg);
  top: calc(50% - 8px);
}

.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: 2%;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 1;
  color: #224b8f;
  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 #socialbuttons {
  display: table;
  margin: 20px auto 10px;
}

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

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

.under .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((580 / 1160) * (100% - 10px));
}

.under .access_box_img01 .block .small {
  width: calc((580 / 1160) * (100% - 10px));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: 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((640 / 1160) * (100% - 10px));
}

.under .access_box_img02 .block .small {
  width: calc((520 / 1160) * (100% - 10px));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: 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;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .under .box_spec p {
    font-size: 24px;
  }
}

.under .inter_group {
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}

.under .inter_group::before {
  position: absolute;
  content: "";
  display: block;
  transition: all .3s;
  left: 50%;
  transform: translateX(-50%);
  height: calc(100%);
  background-color: #fff;
  width: 100vw;
  top: 0;
  z-index: -1;
}

.under .inter_group .bg01 {
  background: url(../images/sub_catch1.jpg) no-repeat;
}

.under .inter_group .bg02 {
  background: url(../images/sub_catch2.jpg) no-repeat;
}

.under .inter_group .bg03 {
  background: url(../images/sub_catch3.jpg) no-repeat;
}

.under .inter_group .bg04 {
  background: url(../images/sub_catch4.jpg) no-repeat;
}

.under .inter_group .sub_catch {
  padding: 120px 20px;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-bottom: 80px;
}

.under .inter_group .sub_catch:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #224b8f;
  opacity: 0.7;
}

.under .inter_group .sub_catch p {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 2;
  font-weight: 700;
}

.under .inter_group .inter_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.under .inter_group .inter_box:last-child .inter_item {
  margin-bottom: 0px;
}

.under .inter_group .itemR .img {
  order: 2;
}

.under .inter_group .num {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #224b8f;
  font-family: "Oswald", sans-serif;
}

.under .inter_group .img {
  position: relative;
  width: 38.5%;
  max-width: 450px;
  z-index: 1;
}

.under .inter_group .img img {
  position: relative;
}

.under .inter_group .box_txt {
  width: calc(61.5% - 67px);
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under ul.list01 li {
    font-size: 16px;
  }

  .under ul.list01 li::before {
    top: 0.5em;
  }

  .under .inter_group .img {
    width: 40%;
  }

  .under .inter_group .box_txt {
    width: 55%;
  }

  .under .inter_group .box_txt h4 {
    font-size: 2.4vw;
  }
}

.pc_992 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .pc_992 {
    display: block;
  }

  .under .inter_group .sub_catch p {
    font-size: 24px;
  }

  .inter_group h4 {
    font-size: 20px;
  }

  .inter_group .num {
    font-size: 14px;
  }

  .inter_group .inter_item p {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .inter_group .sub_catch {
    padding: 90px 15px;
  }

  .inter_group .sub_catch p {
    font-size: 22px;
  }

  .inter_group .box_txt {
    padding-top: 0;
  }
}

/* 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: #224b8f;
  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);
}

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

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

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

#pagination span {
  opacity: 0.5;
}

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

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

.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: #efefef;
  position: relative;
  overflow: hidden;
  border: 3px solid #224b8f;
  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: #5d740f;
  display: inline-block;
  margin-left: 2px;
  padding: 0.0em 10px 0;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}

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

.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: block;
  font-size: 15px;
  padding: 0.2em 10px 0.23em;
  color: #333;
  text-decoration: none;
}

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

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

.blog_list_style01 .item .info .button:hover a {
  opacity: 1;
  color: #fff;
}

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

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

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

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

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

.blog_list_style02.colImg .list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: 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: calc(96% / 4);
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}

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

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

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

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

.blog_list_style02.colImg4_blog .item .img img {
  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(100% / 8 - 4.4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20vw;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
  content: "";
  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: #224b8f;
}

.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: #224b8f;
  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 #224b8f;
  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: #224b8f;
}

.blog_post_button>div::after {
  border: 1px solid #224b8f;
  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;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table select, .contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}

.contact-form-style01 .contact-table input {
  width: 100%;
}

.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}

.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
  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: 20px;
}

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

.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -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;
}

.contact-form-style01 .input_btn input[type="button"], .contact-form-style01 .input_btn input[type="submit"], .contact-form-style01 .button.thanks_btn {
  width: 200px;
  height: 45px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
}

.contact-form-style01 .input_btn input[type="button"]:hover, .contact-form-style01 .input_btn input[type="submit"]:hover, .contact-form-style01 .button.thanks_btn:hover {
  opacity: 0.8;
}

.contact-form-style01 .input_btn input[type="button"], .contact-form-style01 .input_btn input[type="submit"], .contact-form-style01 .button.thanks_btn {
  background-color: #224b8f;
  color: #fff;
}

.contact-form-style01 .contact-table {
  border: 1px solid #224b8f;
}

.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: #224b8f;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}

.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #224b8f;
}

.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.contact-form-style02 {
  background: url(../images/contact-form-bg.jpg);
  padding: 80px 50px 80px;
}

.contact-form-style02 .contact-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-style02 .contact-table input:not([type='radio']):not([type='checkbox']), .contact-form-style02 .contact-table textarea {
  background-clip: padding-box;
  border: none;
  outline: 0;
  box-shadow: none;
  height: auto;
  display: block;
  border-radius: 0;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.contact-form-style02 .contact-table textarea {
  max-width: 100%;
  border: 1px dashed;
  padding: 20px;
}

.contact-form-style02 .contact-table dl {
  position: relative;
  z-index: 0;
  width: 49%;
  margin-bottom: 60px;
}

.contact-form-style02 .contact-table dl:last-child {
  margin-bottom: 0;
}

.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}

.contact-form-style02 .contact-table dl dt span {
  position: relative;
  top: -0.1em;
  display: inline-block;
  padding: 0px 5px;
  margin-left: 8px;
  border-radius: 7px;
  font-size: 0.7em;
}

.contact-form-style02 .contact-table dl.inline dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.contact-form-style02 .contact-table dl.inline input {
  text-align: center;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  padding: 15px;
  border: 1px dashed;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.contact-form-style02 .contact-table dl.full {
  width: 100%;
  padding: 20px 0;
}

.contact-form-style02 .contact-table dl.full dt {
  padding-bottom: 15px;
}

.contact-form-style02 .contact-table dl:not(.full) dt {
  position: absolute;
  z-index: 0;
  bottom: 15px;
  left: 0px;
  transform: translateY(0%);
  transition: all 0.4s ease;
}

.contact-form-style02 .contact-table dl:not(.full) dd {
  padding: 0px 0px;
}

.contact-form-style02 .contact-table dl:not(.full).non-empty dt, .contact-form-style02 .contact-table dl:not(.full).focus dt {
  bottom: -5px;
  transform: translateY(100%);
  font-size: 0.75em;
}

.contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
}

.contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {
  opacity: 0.45;
}

.contact-form-style02 .wpcf7-not-valid-tip {
  display: block;
  text-align: right;
}

.contact-form-style02 .input_btn, .contact-form-style02 .button.thanks_btn {
  position: relative;
  display: table;
  margin: 40px auto 0;
  height: 45px;
}

.contact-form-style02 .input_btn input, .contact-form-style02 .input_btn a, .contact-form-style02 .button.thanks_btn input, .contact-form-style02 .button.thanks_btn a {
  color: inherit;
}

.contact-form-style02 .input_btn::before, .contact-form-style02 .input_btn::after, .contact-form-style02 .button.thanks_btn::before, .contact-form-style02 .button.thanks_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
}

.contact-form-style02 .input_btn::before, .contact-form-style02 .button.thanks_btn::before {
  top: 0;
}

.contact-form-style02 .input_btn::after, .contact-form-style02 .button.thanks_btn::after {
  bottom: 0;
}

.contact-form-style02 .input_btn:hover::before, .contact-form-style02 .button.thanks_btn:hover::before {
  top: 100%;
  width: 80%;
}

.contact-form-style02 .input_btn:hover::after, .contact-form-style02 .button.thanks_btn:hover::after {
  bottom: -7px;
  width: 60%;
}

.contact-form-style02 .input_btn input[type="button"], .contact-form-style02 .input_btn input[type="submit"], .contact-form-style02 .button.thanks_btn {
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

.contact-form-style02 .input_btn, .contact-form-style02 .button.thanks_btn {
  color: #333;
}

.contact-form-style02 .input_btn::before, .contact-form-style02 .input_btn::after, .contact-form-style02 .button.thanks_btn::before, .contact-form-style02 .button.thanks_btn::after {
  background-color: #fcbb45;
}

.contact-form-style02 .contact-table input, .contact-form-style02 .contact-table textarea {
  background-color: transparent;
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table input:focus, .contact-form-style02 .contact-table textarea:focus {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD.focus dd {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}

.contact-form-style02 .contact-table dl dt span {
  background-color: #353535;
  color: #ffffff;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }

  .contact-form-style01 .contact-table dd {
    width: 60%;
  }

  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table dl {
    display: block;
  }

  .contact-form-style01 .contact-table dt, .contact-form-style01 .contact-table dd {
    width: 100%;
  }

  .contact-form-style01 .contact-table dd {
    border-color: transparent;
  }

  .contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
    width: 100%;
  }

  .contact-form-style01 .contact-table input[type="checkbox"], .contact-form-style01 .contact-table input[type="radio"] {
    width: auto;
  }

  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }

  .contact-form-style02 {
    padding: 40px 30px 40px;
  }

  .contact-form-style02 .contact-table input, .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl {
    width: 100%;
  }

  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }

  .contact-form-style02 .contact-table dl:not(.full).non-empty dt, .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }

  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
}

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

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

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

.main_txt_h {
  font-size: 35px;
}

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

.main_hp_box .inner {
  position: relative;
  height: 100%;
}

.under #main.lexpage {
  padding: 0 0;
}

.archive_single_list_exlp .boxmain_tab a:last-child {
  border-bottom: 1px solid #dedede;
}

.lexpage .archive_single_list_exlp .list_post {
  margin-bottom: 40px;
}

.ttl_lp01 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.7em;
}

.ttl_lp01_s02 {
  padding-bottom: .85em;
}

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

.ttl_lp01 .sp_onl {
  display: none;
}

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

.lpbox {
  padding: 55px 0;
}

.lpbox01 {
  background: #E9F3F5;
}

.lpbox02 {
  background: #FAF8EF;
}

.lpbox04 {
  padding-top: 10px;
}

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

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

.blog-content .entry .colImg1 img, .img_wcap_ct img {
  max-height: 500px;
}

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

ul.list-tab01 {
  padding: 0px;
  list-style: none;
  display: none;
  max-width: 800px;
  margin: 0 auto 30px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.list-tab01 li {
  width: calc((100% - 20px) / 3);
  background: #B7B7B7;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  -moz-box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

ul.list-tab01 li.current {
  background: #9FBC8D;
  -webkit-box-shadow: inset 0px -4px 0px 0px #386934;
  -moz-box-shadow: inset 0px -4px 0px 0px #386934;
  box-shadow: inset 0px -4px 0px 0px #386934;
}

ul.list-tab01 li:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.list_bxex02_col {
  width: calc((100% -40px) / 3);
  margin-right: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.list_bxex02_col:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex02_col:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #9FBC8D;
  border-right: 20px solid transparent;
  position: absolute;
  left: 3px;
  top: 3px;
}

.list_bxex02_ttl {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.list_bxex02_ttl:before {
  content: "";
  background: #9FBC8D;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
}

.list_bxex02_col.list_bxex02_cl01:before {
  border-top: 10px solid #9FBC8D;
  border-right: 10px solid transparent;
}

.list_bxex02_cl01 .list_bxex02_ttl:before {
  background: #9FBC8D;
}

.list_bxex02_ttl.list_bxex02_ttl_01 {
  font-size: 20px;
  line-height: 24px;
}

.box_sub01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.list_bxex02_btn {
  margin-bottom: 0;
}

.list_bxex02_btn a {
  background: url(../images/icon_btn001.png) right 8px center no-repeat #386934;
  background-size: 15px auto;
  color: #fff;
  display: inline-block;
  padding: 3px 35px 3px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.list_bxex02_btn a:hover {
  background-position: right 5px center;
  opacity: 0.8;
}

.list_bxex02_ttl_sub {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.list_bxex02_des_ttl {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.list_bxex02_des {
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}

.list_bxex02_pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.list_bxex_02 li {
  background: #F9F9F9;
  padding: 10px 1px 10px 1px;
  width: calc((100% - 21px) / 3);
  margin: 0 10px 10px 0;
  text-align: center;
}

.list_bxex_02 li:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex_02 li.list2r img {
  margin-bottom: 5px;
}

.list_bxex_02 li img {
  display: block;
  margin: 0 auto 8px;
}

.list_bxex_02 li span {
  font-size: 11px;
  line-height: 14px;
  display: block;
}

.under_post {
  font-size: 17px;
}

.center_img {
  margin: 0 auto 1.5em;
  text-align: center;
}

.inbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.tag_cate {
  border: 1px solid #E5127C;
  color: #E5127C;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  line-height: 20px;
  padding: 0 12px;
}

.post_date {
  font-size: 16px;
  font-weight: bold;
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center;
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px;
}

p:empty {
  display: none;
}

.note01 {
  margin-bottom: 30px;
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
}

.note01.note_c {
  color: #D90029;
}

.note01.note_c:before {
  color: #D90029;
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px;
}

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

.img_r {
  max-width: 420px;
  float: right;
  margin: 0 0 20px 40px;
}

.img_l {
  max-width: 420px;
  float: left;
  margin: 0 40px 20px 0;
}

.catption_txt {
  padding-top: 10px;
  color: #8E8E8E;
  font-size: 15px;
  display: block;
  letter-spacing: -0.05em;
}

.box_lig01 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

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

.box_lig02 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #F7F7F7;
  margin-bottom: 40px;
}

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

.maint0 {
  margin-top: 0;
}

blockquote p, blockquote li, blockquote dt, blockquote dd, blockquote a {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 40px;
  border-left: 2px solid #E5127C;
  /*     -webkit-box-shadow: 3px 3px 5px 6px #ccc;  -moz-box-shadow:    3px 3px 5px 6px #ccc;   */
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background: url(../images/icon_quote.png) no-repeat;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

@media screen and (max-width: 960px) {
  .img_l {
    max-width: 300px;
    margin: 0 20px 15px 0;
  }

  .img_r {
    max-width: 300px;
    margin: 0 0px 15px 20px;
  }
}

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

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

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

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

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

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

  .inbl {
    margin-bottom: 40px;
  }

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

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

@media screen and (max-width: 640px) {
  .img_l, .img_r {
    float: none;
    max-width: 100%;
    margin: 0 0px 20px 0;
  }
}

/*pc*/
footer .copyright p {
  padding: 0;
  margin: 0;
}

footer .copyright {
  padding: 32px 0;
  margin-top: 10px;
}

footer .copyright .textwidget p {
  color: #fff;
  letter-spacing: 1.2px;
  font-size: 12px;
  text-align: center;
}

.flex_b {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .copyright p.copy_img {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

footer .copyright p.copy_img:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

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

/*# sourceMappingURL=style.css.map */