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

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

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

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

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

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

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

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

a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333;
  text-decoration: none;
}

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

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

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

a.text_link {
  color: #333;
}

a.text_link:hover {
  opacity: 1 !important;
  text-decoration: underline;
}

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

table {
  width: 100%;
}

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

p:empty {
  display: none !important;
}

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

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

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

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

.wrapper {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 426px) {
  .sp_425 {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

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

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

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

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

.key {
  position: relative;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounce {

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

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

@keyframes bounce {

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

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

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

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

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

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

.fixed_banner {
  position: fixed;
  top: 200px;
  right: -120px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.fixed_banner::before {
  content: "\00ab";
  -webkit-transform: translate(-100%, -50%) scaleX(0.6);
  -ms-transform: translate(-100%, -50%) scaleX(0.6);
  transform: translate(-100%, -50%) scaleX(0.6);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
  -webkit-animation: fixed_banner 0.4s ease infinite alternate forwards;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixed_banner>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.12em;
  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: 8px;
}

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

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

.fixed_banner .tel p::before {
  background-image: url("../images/phone-alt-solid.svg");
  background-size: auto 17px;
  height: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .totop {
    right: 10px;
  }
}

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

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

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

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

header.active {
  background: rgba(255, 255, 255, 0.9);
}

.header_top {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: calc(100% - 180px);
  padding: 10px 20px;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .header_top {
    padding: 12px 20px 8px;
  }
}

.logo {
  width: 22%;
  max-width: 310px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.hd_menu_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 21;
}

.hd_contact a {
  background: #69a0d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90px;
  height: 90px;
  position: relative;
  padding-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.hd_contact a::before {
  content: '';
  display: block;
  width: 29px;
  height: 23px;
  margin-bottom: 6px;
  background: url(../images/hd_icon_contact.png) center/contain no-repeat;
}

.pc_navi {
  width: 100%;
}

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

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

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

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

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

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

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

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

.pc_navi>ul>li>a,
.pc_navi>ul>li>p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 70px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .pc_navi>ul>li>a,
  .pc_navi>ul>li>p {
    line-height: 1.2;
  }
}

.pc_navi>ul>li>a span,
.pc_navi>ul>li>p span {
  display: block;
  padding-top: 0px;
  font-size: 61.15%;
  font-weight: normal;
  color: #69a0d9;
  font-family: "Roboto", sans-serif;
}

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

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

.pc_navi>ul>li:hover a.title::after,
.pc_navi>ul>li:hover p.title::after {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  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: 220px;
  right: 50%;
  bottom: 0px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
  -ms-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

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

.pc_navi>ul .subInner ul {
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}

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

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

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

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding: 0 10px;
    max-width: calc(100% - 140px);
  }

  .hd_contact a {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }

  header .hamburger-btn {
    width: 70px;
    height: 70px;
    padding: 16px 0px 0;
  }

  header .hamburger-btn .button-toggle #menu_btn {
    font-size: 10px;
  }

  header #nav-icon {
    width: 36px;
  }

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

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

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

  .right_head {
    width: 84%;
  }

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

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

footer {
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 24px;
  position: relative;
}

footer p {
  margin-bottom: 0;
}

footer .ft_logo {
  padding: 0px 0 27px;
  text-align: center;
}

footer .flink ul {
  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;
}

footer .flink li {
  margin: 5px 0;
  position: relative;
}

footer .flink li::before,
footer .flink li::after {
  content: "";
  background-color: #000;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 5px;
}

footer .flink li::before {
  left: -1px;
}

footer .flink li::after {
  right: 0px;
}

footer .flink a {
  display: block;
  padding: 1px 25px 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  line-height: 1.8;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

footer .copyright p {
  padding: 18px 0;
  margin-top: 24px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  background-image: url(../images/main1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
  overflow: hidden;
}

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

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

.home_page .key .key_text .item {
  background-size: auto 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.home_page .key h2 {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #69a0d9;
  font-size: 130px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-shadow: 9px 9px 19px #fff, 9px 9px 19px #fff, 9px 9px 19px #fff;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .home_page .key h2 {
    padding-right: 47px;
  }
}

.home_page .key .b_h2 {
  -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;
}

.home_page .key .key_b_name {
  position: absolute;
  width: 260px;
  bottom: 5%;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 10px 15px;
  color: #002855;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: 0.15em;
}

.home_page .key .key_b_name p {
  line-height: 1;
}

.home_page .key .b_name1 {
  left: 8.4%;
}

.home_page .key .b_name1 .big_name {
  letter-spacing: 0.2em;
}

.home_page .key .b_name2 {
  right: 8.4%;
}

.home_page .key .sm_name {
  border-bottom: 1px solid;
  margin-bottom: 15px;
  display: inline-block;
  padding: 0 27px 9px;
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: bold;
}

.home_page .key .big_name {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}

.home_page .key .eng_name {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #69a0d9;
  letter-spacing: 0.2em;
  font-weight: 300;
}

.home_page .topic_path {
  display: none;
}

.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.home_page h3::first-letter {
  color: #69a0d9;
}

.home_page h3.ttl_h3_eng::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -16px;
  width: 60px;
  height: 3px;
  background: #000;
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .home_page #mainContent .inner {
    padding: 0 15px;
  }

  .home_page .key h2 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .home_page h3 .eng {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home_page .key .b_name1 {
    left: 1.4%;
  }

  .home_page .key .b_name2 {
    right: 1.4%;
  }
}

.index01 {
  padding: 80px 0;
}

.index01 .blog_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.index01 .blog_left {
  background-color: #69a0d9;
  background-image: url(../images/bg_blog1.png);
  background-size: 263px auto;
  background-position: left -28px bottom -70px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 321px;
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.index01 .blog_left h3 {
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 19px;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}

.index01 .blog_left h3::first-letter {
  color: #ffffff;
}

.index01 .blog_left .link a {
  display: block;
  width: 100px;
  border: 1px solid;
  padding: 8px 23px 7px 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: normal;
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.index01 .blog_left .link a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  right: 10px;
  top: calc(50% - 3px);
  background-image: url(../images/icon_btn1.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index01 .blog_left .link a:hover::before {
  right: 5px;
}

.index01 .blog_right {
  width: calc(100% - 321px);
  padding: 14px 50px 13px 78px;
  background-color: #f8fbff;
}

.index01 .bl_item {
  padding-top: 8px;
  padding-bottom: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index01 .bl_item:hover {
  background-color: rgba(105, 160, 217, 0.1);
  padding-left: 15px;
}

.index01 .bl_item:hover:not(:last-child) {
  border-bottom: 1px solid #cbe5ff;
}

.index01 .bl_item:not(:last-child) {
  border-bottom: 1px solid #cbe5ff;
}

.index01 .bl_item .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index01 .bl_item .line span {
  display: inline-block;
  letter-spacing: 0;
}

.index01 .bl_item .date {
  color: #69a0d9;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.index01 .bl_item .text {
  padding-left: 38px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 115px);
}

.index01 .bl_item .linkTo {
  margin: 0;
  line-height: unset;
}

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

.index01_bnr {
	text-align: center;
}

.index01_bnr img {
	max-width: 596px;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index01 .blog_left {
    padding: 20px;
  }

  .index01 .blog_right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .index01 .bl_item .text {
    padding-left: 10px;
  }
}

.index02 {
  padding: 80px 0 53px;
  position: relative;
}

.index02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  max-height: 414px;
  background-image: url(../images/idx2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.index02 .inner {
  max-width: 1536px;
}

.index02 h3 {
  margin-bottom: 62px;
  color: #69a0d9;
  font-size: 42px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.1;
  text-shadow: 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff, 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff;
}

.index02 h3 .ttl_nb_big {
  font-size: 60px;
}

.idx2_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.idx2_item {
  width: calc(100%/3 - 40px);
}

.ttl_eng {
  position: absolute;
  top: 0;
  left: 30px;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}

.idx2_img {
  margin-bottom: 23px;
  position: relative;
}

.idx_ttl1 {
  margin-bottom: 11px;
  font-size: 26px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.idx_ttl1 p {
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .index02::before {
    max-height: 380px;
  }

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

  .index02 h3 .ttl_nb_big {
    font-size: 50px;
  }

  .idx2_item {
    width: calc(100%/3 - 15px);
  }

  .idx_ttl1 {
    font-size: 1.9vw;
  }

  .ttl_eng {
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index02::before {
    max-height: 325px;
  }
}

.index03 {
  padding: 0 0 80px;
  position: relative;
  z-index: 0;
  margin-bottom: 64px;
}

.index03::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0edf6;
  z-index: -1;
}

.index03 .inner {
  max-width: 1536px;
}

.index03 h3 {
  margin-bottom: 75px;
}

.index03 .idx_btn {
  margin-top: 30px;
}

.index03 .idx_btn a {
  padding: 14px 5px 14px;
  font-family: "Roboto", sans-serif;
}

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

.idx3_box {
  width: calc(100%/2 - 30px);
  background-color: #fff;
}

.idx3_img {
  width: 100%;
  height: 374px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.idx3_img .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.idx3_img .link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

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

.i_box_left .idx3_img {
  background-image: url(../images/idx3_img1.jpg);
}

.i_box_right .idx3_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../images/idx3_img2.jpg);
}

.idx_movie {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  border: 4px double #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.movie_ttl {
  font-size: 26px;
  color: #000;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.i_txt_blue {
  color: #69a0d9;
}

.idx3_box_txt {
  padding: 42px 50px 71px;
}

.idx_ttl2 {
  margin-bottom: 23px;
  font-size: 26px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #407ab6;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.idx_btn a {
  display: block;
  background-color: #69a0d9;
  padding: 12px 5px 9px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.idx_btn a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  right: 20px;
  top: calc(50% - 3px);
  background-image: url(../images/icon_btn1.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.idx_btn a:hover::before {
  right: 15px;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .index03::before {
    top: 23px;
  }

  .idx3_box {
    width: calc(100%/2 - 15px);
  }

  .movie_ttl {
    font-size: 22px;
  }

  .idx_ttl2 {
    font-size: 22px;
  }

  .idx_movie {
    top: 3vw;
    left: 3vw;
    right: 3vw;
    bottom: 3vw;
  }

  .movie_ttl {
    font-size: 1.8vw;
  }

  .idx3_img {
    height: 26vw;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .btn_movie {
    width: 30px;
  }

  .idx3_box_txt {
    padding: 30px 30px 40px;
  }
}

.index04 {
  padding: 0 0 66px;
  position: relative;
  z-index: 0;
}

.index04::before {
  content: '';
  position: absolute;
  left: 0;
  top: 31px;
  right: 0;
  z-index: -1;
  height: 50%;
  max-height: 554px;
  background-image: url(../images/idx4_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index04 .inner {
  max-width: 1536px;
}

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

.idx4_ttl_top {
  margin-bottom: 49px;
  font-size: 46px;
  color: #69a0d9;
  letter-spacing: 0.15em;
  text-shadow: 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff, 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}

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

.sec4_txt_center {
  padding-top: 184px;
  color: #69a0d9;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 130px;
  letter-spacing: 0.2em;
  text-shadow: 3px -3px 5px #fff, 2px 3px 5px #fff, 3px -3px 5px #fff, -3px 3px 5px #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14%;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .sec4_txt_center {
    padding-right: 24px;
    line-height: 1.73;
  }
}

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

.sec4_txt_center .t_blue {
  color: #002855;
}

.sec4_ttl {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 21px;
  font-size: 30px;
  color: #69a0d9;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sec4_ttl::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #69a0d9;
}

.sec4_txt {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.idx4_box {
  width: 43%;
  max-width: 658px;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .idx4_box .idx_btn a {
    padding: 16px 5px 2px;
    line-height: 1.3;
  }
}

.idx4_box.sec4_left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.sec4_img {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec4_left .sec4_img {
  background-image: url(../images/idx4_img1.jpg);
}

.sec4_right .sec4_img {
  background-image: url(../images/idx4_img2.jpg);
}

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

.sec4_box_txt {
  padding: 23px 50px 40px;
  background-color: #e0edf6;
  width: 92%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
}

.sec4_box_txt .idx_btn {
  width: 100%;
  margin-bottom: 0;
}

.sec4_box_txt .idx_btn a {
  width: 100%;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.sec4_box_txt .idx_gr_btn {
  margin-bottom: 20px;
}

.sec4_box_txt .idx_gr_btn .idx_btn {
  width: 48%;
}

.sec4_name {
  position: relative;
  display: table;
  margin: 0 auto 21px;
  padding: 2px 29px;
  text-align: center;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-shadow: 1px -1px 3px #fff, 1px -1px 3px #fff, 1px -1px 3px #fff, 1px -1px 3px #fff;
  color: #000;
}

.sec4_name::before,
.sec4_name::after {
  content: '';
  top: 3px;
  position: absolute;
  width: 6px;
  height: 72px;
  border: 2px solid #69a0d9;
}

.sec4_name::before {
  left: 0;
  border-right: none;
}

.sec4_name::after {
  right: 0;
  border-left: none;
}

.sec4_name p {
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.sec4_right .sec4_name {
  padding: 2px 22px;
}

.sec4_left .n_small {
  letter-spacing: 0.15em;
}

.n_small {
  font-size: 24px;
  margin-bottom: 7px;
}

.n_big {
  font-size: 36px;
}

@media only screen and (max-width: 1600px) and (min-width: 1401px) {
  .sec4_txt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1001px) {
  .sec4_txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .index04::before {
    top: 23px;
  }

  .idx4_ttl_top {
    font-size: 36px;
  }

  .n_small {
    font-size: 20px;
  }

  .n_big {
    font-size: 30px;
  }

  .idx4_box {
    width: 40%;
  }

  .sec4_txt_center {
    top: 246px;
    font-size: 100px;
  }

  .sec4_img {
    height: 335px;
  }

  .sec4_box_txt {
    padding: 2vw 2vw 3vw;
  }

  .sec4_box_txt .idx_btn a {
    padding: 12px 25px 9px 5px;
    font-size: 1.3vw;
  }

  .sec4_ttl {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .sec4_ttl {
    font-size: 2.5vw;
  }

  .sec4_txt {
    font-size: 1.5vw;
    margin-bottom: 20px;
  }

  .sec4_box_txt {
    padding: 2vw 2vw 3vw;
  }

  .sec4_box_txt .idx_gr_btn {
    margin-bottom: 12px;
  }

  .sec4_box_txt .idx_btn a {
    font-size: 12px;
    letter-spacing: 0;
  }

  .sec4_box_txt .idx_btn a::before {
    right: 10px;
  }
}

.index05 {
  padding: 0 0 64px;
  position: relative;
  z-index: 0;
}

.index05::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 50%;
  max-height: 232px;
  z-index: -1;
  background-image: url(../images/idx5_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.index05 .inner {
  max-width: 1536px;
}

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

.idx5_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
}

.idx5_content li {
  width: 23.4%;
  max-width: 360px;
  margin: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.idx5_content a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.idx5_content a:hover {
  background-color: rgba(105, 160, 217, 0.3);
}

.idx5_content .box_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
}

.idx5_content .i5_ttl {
  background: rgba(105, 160, 217, 0.3);
  padding: 6px 30px 6px 30px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  text-shadow: black 2px 0px 0px, black 1.75517px 0.95885px 0px, black 1.0806px 1.68294px 0px, black 0.14147px 1.99499px 0px, black -0.83229px 1.81859px 0px, black -1.60229px 1.19694px 0px, black -1.97998px 0.28224px 0px, black -1.87291px -0.70157px 0px, black -1.30729px -1.5136px 0px, black -0.42159px -1.95506px 0px, black 0.56732px -1.91785px 0px, black 1.41734px -1.41108px 0px, black 1.92034px -0.55883px 0px, 2px 2px 5px #000, 2px -2px 5px #000, -2px 2px 5px #000;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .idx5_content .i5_ttl {
    padding: 13px 30px 0px 30px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx5_content {
    margin-left: -1%;
    margin-right: -1%;
  }

  .idx5_content li {
    margin: 1%;
  }

  .idx5_content .i5_ttl {
    font-size: 2vw;
    padding: 1.2vw 2vw 1.2vw 2vw;
  }
}

.index06 {
  background: #e0edf6;
  padding: 73px 0;
  margin-bottom: 64px;
}

.index06 .inner {
  max-width: 1536px;
}

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

.idx6_content .idx_btn a {
  padding-bottom: 10px;
  font-size: 18px;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .idx6_content .idx_btn a {
    padding: 15px 5px 6px;
    line-height: 1.5;
  }
}

.idx_col2 {
  width: 49%;
  max-width: 752px;
}

.idx_col2.b_left .idx_btn {
  margin-top: 25px;
}

.idx_col2.b_right .idx_btn {
  margin-top: 40px;
}

.idx6_ttl {
  font-size: 30px;
  color: #69a0d9;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.idx6_ttl .idx6_small {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

.idx_blog1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.idx_blog1 li {
  width: calc(100%/3 - 30px);
  margin: 15px;
  height: 200px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .idx_blog1 li {
    width: calc(100%/3 - 31px);
  }
}

.idx_blog1 li:hover .bl1_bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.idx_blog1 .bl1_bg {
  background-image: url(../images/common_bg_blog1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.idx_blog1 .bl1_bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  //background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.idx_blog1 .blog1_txt {
  position: absolute;
  z-index: 3;
  padding: 18px;
  top: 0;
  left: 0;
  right: 0;
}

.idx_blog1 .title_cate {
  background: #69a0d9;
  max-width: 150px;
  padding: 3px 2px 2px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .idx_blog1 .title_cate {
    padding: 4px 2px 0px;
  }
}

.idx_blog1 .txt_blog {
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.idx_blog2 {
  margin-top: 30px;
}

.idx_blog2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  position: relative;
}

.idx_blog2 .item:not(:last-child) {
  margin-bottom: 30px;
}

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

.idx_blog2 .link::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent rgba(105, 160, 217, 0.5) transparent;
  display: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.idx_blog2 .link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.idx_blog2 .link:hover::before {
  display: block;
}

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

.idx_blog2 .img {
  width: 180px;
  height: 160px;
  background-image: url(../images/common_bg_blog2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #cccccc;
}

.idx_blog2 .info {
  width: calc(100% - 207px);
}

.idx_blog2 .date {
  margin-bottom: 0;
  color: #69a0d9;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.idx_blog2 .ttl {
  margin-bottom: 11px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.4;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.idx_blog2 .content {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx6_ttl {
    font-size: 22px;
  }

  .idx6_ttl .idx6_small {
    font-size: 20px;
  }

  .idx_blog1 li {
    height: 180px;
  }

  .idx_blog2 .img {
    height: 140px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx6_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .idx6_content .b_left {
    margin-bottom: 50px;
  }

  .idx_blog1 li {
    height: 200px;
  }

  .idx_blog2 .img {
    height: 160px;
  }

  .index06 .idx_col2 {
    width: 100%;
  }
}

.index07 {
  padding: 0 0 80px;
  position: relative;
  z-index: 0;
}

.index07::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 60%;
  max-height: 325px;
  background-image: url(../images/idx7_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

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

.index07 .idx_map_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #69a0d9;
  padding: 30px;
}

.index07 .acc_left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 3px 29px;
  color: #fff;
}

.index07 .acc_info {
  margin-bottom: 4px;
  letter-spacing: 0.2em;
}

.index07 .acc_right {
  width: 60%;
  padding-left: 26px;
  line-height: 0;
}

.index07 .acc_ttl {
  margin-bottom: 35px;
  font-size: 24px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.index07 .acc_ttl .txt_big {
  margin-left: 20px;
  font-size: 40px;
}

.index07 .acc_tel a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.12em;
}

.index07 .acc_tel a:active,
.index07 .acc_tel a:hover {
  color: #fff !important;
  opacity: 1;
}

.index07 .acc_tel a::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 22px;
  height: 23px;
  background-image: url(../images/phone-alt-solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .index07 .acc_tel a::before {
    top: 19px;
  }
}

.index07 .btn_acc {
  width: 100%;
  max-width: 300px;
  margin-top: 6px;
}

.index07 .btn_acc a {
  display: block;
  border: 1px solid #fff;
  padding: 6px 10px 6px;
  position: relative;
  text-align: center;
  letter-spacing: 0.13em;
  font-size: 18px;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .index07 .btn_acc a {
    padding: 9px 10px 3px;
  }
}

.index07 .btn_acc a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  right: 20px;
  top: calc(50% - 3px);
  background-image: url(../images/icon_btn1.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index07 .btn_acc a:hover {
  color: #ffffff;
}

.index07 .btn_acc a:hover::before {
  right: 15px;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .index07::before {
    top: 22px;
  }

  .index07 .acc_left {
    padding: 0 0 3px 2%;
  }

  .index07 .acc_ttl {
    font-size: 1.8vw;
    margin-bottom: 8%;
  }

  .index07 .acc_ttl .txt_big {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .index07 .idx_map_access {
    padding: 3%;
  }

  .index07 .acc_tel a {
    font-size: 28px;
  }

  .index07 .acc_ttl {
    font-size: 2.2vw;
  }

  .index07 .acc_info {
    font-size: 1.5vw;
  }

  .index07 .btn_acc a {
    font-size: 14px;
  }
}

.index08 {
	padding: 80px 0;
}

.index09 {
  padding: 60px 0;
  background-image: url(../images/index09_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .index09 .inner {
    max-width: 760px; }
  .index09_h3_ttl {
    margin-bottom: 0 !important; }
  .index09 .h3_txt {
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 20px; }
  .index09_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .index09_list .col {
      width: calc(50% - 30px);
      max-width: 350px;
      margin: 0 15px; }
    .index09_list h4 {
      margin-bottom: 20px;
      font-weight: 600;
      color: #000;
      font-size: 22px; }
    .index09_list ul {
      padding-left: 20px; }
      .index09_list ul li {
        letter-spacing: 0.1em;
        font-weight: 500;
        text-shadow: 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff, 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff;
        font-size: 16px; }
        .index09_list ul li:not(:last-child) {
          margin-bottom: 10px; }
  .index09 .idx_btn {
    margin-top: 30px; }
    .index09 .idx_btn a {
      margin-right: 0; }


.index09_h4 {
	text-align:center;
	font-weight: bold;
	color: #FF0000;
}

.index09_h4 span:first-child {
	font-size: 32px;
}

.index09_h4 span:last-child {
	font-size: 36px;
}


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

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

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

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

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

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

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

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

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

.under.page-blog .key {
  background-image: url(../images/blog_bg_key.jpg);
}

.under.page-book .key {
  background-image: url(../images/book_bg_key.jpg);
}

.under.page-voice .key {
  background-image: url(../images/voice_bg_key.jpg);
}

.under .key {
  background-image: url(../images/under_bg_key.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 66px;
  height: 500px;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .key {
    height: 400px;
  }
}

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

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

.under h2 {
  display: table;
  font-size: 52px;
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #69a0d9;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 9px white, 0px 0px 9px white, 0px 0px 9px white, 0px 0px 9px white, 0px 0px 9px white;
}

.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  line-height: 1.4;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

.under h3 {
  background-size: 50px auto;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 26px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.under h3::first-letter {
  color: #69a0d9;
}

.under h3::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 3px;
  background-color: #000;
}

.under h3 .eng {
  display: block;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

.under h4 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 30px;
  color: #69a0d9;
  letter-spacing: 0.1em;
}

.under h5 {
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
  font-size: 26px;
  color: #000;
  letter-spacing: 0.1em;
}

.under h6 {
  position: relative;
  padding: 0px 15px 0 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  letter-spacing: 3px;
}

.under h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 10px;
  width: 10px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border: 6px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left-color: transparent;
  border-top-color: transparent;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under h2 {
    font-size: 42px;
  }

  .under h3 .eng {
    font-size: 36px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.under .imgBox.colImg3 img {
  max-height: 250px;
}

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

.under .imgBox.colImg2 img {
  max-height: 270px;
}

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

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

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

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

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

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

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .under table.tbl_style01 th {
    padding: 0.825rem 0.625rem 0.425rem;
  }
}

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .under table.tbl_style01 td {
    padding: 0.625rem 0.625rem 0.425rem;
  }
}

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

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

.under table.tbl_style02 th,
.under table.tbl_style02 td {
  border: 2px solid #69a0d9;
  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: #69a0d9;
}

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

.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0;
}

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

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

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

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

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

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

.under {
  /*--------------*/
  /*--------------*/
  /*--------------*/
  /*--------------*/
  /*--------------*/
}

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

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

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

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

.under ul.list01 li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #69a0d9;
  position: absolute;
  left: 0;
  top: 0.4em;
}

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

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

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

.under .topic_path ul {
  background: url(../images/icon_home.png) left top 5px no-repeat;
  background-size: auto 14px;
  display: block;
  padding: 4px 10px 4px 25px;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .under .topic_path ul {
    background: url(../images/icon_home.png) left top 3px no-repeat;
  }
}

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

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

.under .topic_path a {
  text-decoration: none;
  color: #69a0d9;
}

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

.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  -webkit-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  transform: scaleX(0.6);
  color: #69a0d9;
  line-height: 1;
  position: relative;
  top: -1px;
}

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

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

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

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

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

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

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

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

.under .doctor_box {
  background-color: #dedede;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.under .doctor_box .img {
  border: 10px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 300px;
  height: 240px;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.under .doctor_box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: 240px;
}

.under .doctor_box .text {
  position: relative;
  width: calc(100% - 300px);
}

.under .doctor_box .text .ttl {
  background: rgba(255, 255, 255, 0.3);
  padding: 17px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.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 .eng {
  font-family: "Roboto", sans-serif;
}

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

.under .under_step .box_step:last-child {
  margin-bottom: 60px;
}

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

.under .st_right .ct_txt_step {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: auto;
  margin-left: -30px;
}

.under .step_number {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #69a0d9;
  text-transform: uppercase;
}

.under .ct_txt_step {
  width: calc(50% + 30px);
  position: relative;
  background-color: #eef8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  top: 55px;
  margin-right: -30px;
}

.under .ct_txt_step h4 {
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 32px;
  text-align: center;
  color: #000000;
}

.under .ct_txt_step h4,
.under .ct_txt_step p {
  width: 100%;
}

.under .img_step {
  width: 50%;
}

.under .box_step2 {
  position: relative;
  margin-top: 100px;
  background-color: rgba(105, 160, 217, 0.2);
  padding: 0 50px 50px;
  border-radius: 10px;
  border-bottom: 3px solid #69a0d9;
}

.under .ud_ttl_eng {
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  z-index: 0;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #000000;
}

.under .step_number2 {
  display: block;
  margin-bottom: 7px;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  color: #69a0d9;
  text-align: center;
  line-height: 1;
}

.under .step_number2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  width: 140px;
  height: 140px;
  background-color: #e1ecf7;
  z-index: -1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.under .st_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.under .img_step2 {
  width: 48.5%;
}

.under .ud_box_img {
  position: relative;
}

.under .ud_box_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -183px;
  margin-right: -183px;
}

.under .ud_box_column.col3 li {
  width: calc(100%/3 - 5px);
}

.under .box_txt_column {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(105, 160, 217, 0.8);
  width: 70%;
  max-width: 800px;
  padding: 60px 20px 60px;
  text-align: center;
  color: #fff;
}

.under .box_txt_column .en {
  font-family: "Roboto", sans-serif;
}

.under .ttl_column {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.under .txt_column {
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.under .a_link {
  color: #69a0d9;
  text-decoration: underline;
}

.under .under_img {
  position: relative;
  margin-top: 70px;
  padding-top: 70px;
  z-index: 0;
}

.under .under_img .img_l,
.under .under_img .img_r {
  margin-bottom: 30px;
  width: 60%;
  max-width: 700px;
}

.under .under_img .img_r {
  float: right;
  margin-left: 30px;
}

.under .under_img .img_l {
  float: left;
  margin-right: 30px;
}

.under .ttl_h4 {
  color: #000000;
  padding-bottom: 0;
  border-bottom: 0;
}

.under .ttl_h4 .eng {
  margin-right: 30px;
}

.under .ud_bg_img {
  position: absolute;
  top: 0;
  width: 65%;
  max-width: 1170px;
  height: 445px;
  background-color: #e0edf6;
  z-index: -1;
}

.under .bg-img-l {
  left: 0;
}

.under .bg-img-r {
  right: 0;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under h3 .eng {
    font-size: 38px;
  }

  .under h4 {
    margin-bottom: 25px;
    font-size: 28px;
  }

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

  .under .ud_bg_img {
    height: 450px;
  }
}

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

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

  .under .under_img .img_l,
  .under .under_img .img_r {
    width: 52%;
  }

  .under .ud_bg_img {
    height: 100%;
  }

  .under .media_nowap {
    width: 44%;
    margin-left: auto;
  }
}

.under section .ud_content1:last-child {
  margin-bottom: 0;
}

.under .ud_content1 {
  margin-bottom: 70px;
}

.under .ud_content1 .h4_ttl1 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 32px;
  color: #000000;
  padding-bottom: 0;
  border-bottom: none;
}

.under .ud_content1 .h4_ttl1>span {
  display: block;
}

.under .ud_content1 .h4_ttl1 .txt_tf {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  width: 15px;
  height: 44px;
}

.under .ud_content1 .h4_ttl1 .en {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #69a0d9;
}

.under .ud_content1 .h4_ttl1 .jp {
  padding-right: 8px;
  text-align: left;
  -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;
  letter-spacing: 0.15em;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .under .ud_content1 .h4_ttl1 .jp {
    padding-right: 20px;
  }
}

.under .ud_content1.ct-img-l .h4_ttl1 {
  margin-left: 10%;
}

.under .ud_content1.ct-img-r .h4_ttl1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 10%;
}

.under .ud_content1.ct-img-r .txt_content1::before {
  right: 45%;
  left: 0;
}

.under .ud_ct1_ttl {
  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: 30px;
  position: relative;
  z-index: 2;
}

.under .ct1_img {
  position: relative;
  z-index: 2;
}

.under .txt_content1 {
  position: relative;
  z-index: 1;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.under .txt_content1::before {
  content: '';
  position: absolute;
  background: #e0edf6;
  top: -125px;
  bottom: 0;
  z-index: -1;
  right: 0;
  left: 45%;
  height: 285px;
}

.under .txt_content1.ct_table {
  padding-bottom: 0;
}

.under .ud_ctmb0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .ud_content1.ct-img-l .h4_ttl1 {
    margin-left: 0;
  }

  .under .ud_content1.ct-img-r .h4_ttl1 {
    margin-right: 0;
  }

  .under .ud_content1.ct-img-r .txt_content1::before {
    right: 32%;
  }

  .under .ud_content1 .h4_ttl1 {
    width: calc(100% - 62vw);
  }

  .under .ud_content1 .ttl_list .ud_list1 {
    width: 39.7%;
  }

  .under .ud_content1 .ttl_list .ud_list1 ul {
    max-width: 250px;
  }

  .under .ct1_img {
    width: 60vw;
  }

  .under .txt_content1::before {
    left: 32%;
  }
}

.under .ud_list1 li {
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px 10px 8px;
  position: relative;
  font-weight: bold;
  text-align: center;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .under .ud_list1 li {
    padding: 12px 10px 6px;
  }
}

.under .ud_list1 li:not(:last-child) {
  margin-bottom: 17px;
}

.under .ud_list1 li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 1;
}

.under .ttl_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.under .ttl_list .ud_list1 {
  width: 54.7%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.under .ttl_list .ud_list1 ul {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.under .box_graduate {
  background-color: rgba(105, 160, 217, 0.1);
  padding: 40px 50px 50px;
}

.under .grad_ttl1,
.under .grad_ttl2 {
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.under .grad_ttl1 {
  font-size: 30px;
  color: #000000;
}

.under .grad_ttl2 {
  font-size: 24px;
  color: #69a0d9;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .box_graduate {
    padding: 3% 4% 4%;
  }

  .under .grad_ttl1 {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 28px;
  }

  .under .grad_ttl2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.under .box_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}

.under .col2_item {
  width: 46%;
  margin: 2%;
}

.under .title_item1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.under .title_item1 .eng {
  font-size: 30px;
  display: block;
  color: #69a0d9;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .title_item1 {
    font-size: 17px;
  }

  .under .title_item1 .eng {
    font-size: 26px;
  }
}

.under .col2_img {
  margin-bottom: 20px;
}

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

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

.under .imgBox.rowImg.full .image_l.img_mb0,
.under .imgBox.rowImg.full .image_r.img_mb0 {
  margin-bottom: 0;
}

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

.under .ud_everyone::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
  background-color: #e0edf6;
  height: 54%;
  z-index: -1;
}

.under .ud_student {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}

.under .ud_student::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50%;
  background-color: #e0edf6;
}

.under .box_img_student1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 524px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.under .box_img_student1 figure {
  width: 48%;
  max-width: 148px;
}

.under .txt_student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.under .txt_student p {
  -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;
}

.under .b_ttl_teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f9ff;
  margin-bottom: 30px;
  position: relative;
}

.under .tea_icon {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #69a0d9;
  letter-spacing: 0.1em;
}

.under .tea_ttl {
  padding: 18px 20px 12px 20px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
}

.under .img_r {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}

.under .img_l {
  float: left;
  margin-bottom: 10px;
  margin-right: 30px;
}

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

  .under .img_r.img_big,
  .under .img_l.img_big {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

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

.under .col2_item .ud_everyone {
  padding: 0 50px;
}

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

.under .box_profile .ud_everyone {
  padding: 0 10px;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .box_profile .pro_item {
    width: 100%;
  }

  .under .box_profile .pro_r {
    margin-top: 30px;
  }
}

.under .pro_l {
  width: 45%;
}

.under .pro_r {
  width: 51%;
}

.under .pro_ttl {
  font-size: 24px;
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .pro_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

.under .ttl_parameter {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #69a0d9;
  text-align: center;
}

.under .ud_banner1 {
  padding: 50px;
  background-color: #e0edf6;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 20px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.under .ud_banner1::before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.under .ud_banner1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 180px 280px;
  border-color: transparent transparent rgba(105, 160, 217, 0.1) transparent;
  z-index: -2;
}

.under table.tbl_01 th {
  border-bottom: 1px solid #fff;
}

.under table.tbl_01 th.bdb_blue {
  border-bottom: 1px solid #69a0d9;
}

.under .tbl_w01 {
  width: 330px;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .tbl_w01 {
    width: 260px;
  }
}

.under .tbl_w02 {
  width: 120px;
}

.under .tbl_dl01 dt {
  font-size: 18px;
  font-weight: bold;
}

.under .tbl_dl01 dd:not(:last-child) {
  margin-bottom: 20px;
}

.under .fz_90 {
  font-size: 90%;
}

.under .txt_bold1 {
  font-weight: bold;
  font-size: 18px;
}

.under .txt_red_big {
  color: #e00;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under .txt_red_big {
    font-size: 18px;
  }

  .under .txt_bold1 {
    font-size: 16px;
  }
}

.under .box_dl01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under .box_dl01 dt {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.under .box_dl01 {
  margin-bottom: 30px;
}

.under .ud_box_content1 {
  padding-left: 50px;
}

.under .fee_entry {
  padding: 50px 50px 45px;
  background: rgba(105, 160, 217, 0.1);
  position: relative;
}

.under .fee_entry::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent rgba(105, 160, 217, 0.1) transparent;
}

.under .fee_entry h4 {
  margin-bottom: 22px;
}

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

.under .fee_member {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  font-size: 32px;
  color: #e00;
  line-height: 1.4;
}

.under .fee_member::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #e00;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .under .fee_member::before {
    bottom: 6px;
  }
}

.under .fee_notimb {
  margin-bottom: 10px;
  line-height: 1.4;
}

.under .fee_notice {
  font-size: 22px;
}

.under .fee_notice_price {
  font-size: 28px;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under .fee_notice_price {
    font-size: 22px;
  }

  .under .fee_member {
    font-size: 26px;
  }
}

.under .ab_list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.under .caution {
  color: #EE0000 !important;
  font-weight: bold !important;
}

.under.page-flow .ft_bottom_contact {
  margin-top: 135px;
}

.under .ft_bottom_contact {
  background-image: url(../images/footer_bg_contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  margin-top: 80px;
  margin-bottom: 80px;
}

.under .ft_bottom_contact .ft_bt_ttl {
  color: #000;
  text-shadow: 2px 3px 5px white, -2px 3px 2px white, 2px -3px 5px white, 2px 3px 5px white, -2px 3px 5px white, 2px -3px 5px white, 2px 3px 5px white, -2px 3px 2px white, 2px -3px 5px white, 2px 3px 5px white, -2px 3px 5px white, 2px -3px 5px white;
  text-align: center;
  font-size: 36px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

.under .ft_bottom_contact .ft_bt_ttl .en {
  display: block;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #69a0d9;
  text-shadow: 2px 3px 5px rgba(255, 255, 255, 0.8), -2px 3px 5px rgba(255, 255, 255, 0.8), 2px -3px 5px rgba(255, 255, 255, 0.8), 2px 3px 5px rgba(255, 255, 255, 0.8), -2px 3px 5px white, 2px -3px 5px white;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .ft_bottom_contact {
    padding: 70px 0;
  }

  .under .ft_bottom_contact .ft_bt_ttl {
    font-size: 28px;
  }

  .under .ft_bottom_contact .ft_bt_ttl .en {
    font-size: 48px;
  }
}

.under .ft_bottom_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.under .ft_bottom_banner .ft_bt_bnr {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 0;
  width: 48%;
  margin: 1%;
  padding: 4% 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.under .ft_bottom_banner .ft_bt_bnr a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: transparent;
}

.under .ft_bottom_banner .ft_bt_bnr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(105, 160, 217, 0.2);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.under .ft_bottom_banner .ft_bt_bnr:hover::before {
  visibility: visible;
  opacity: 1;
}

.under .ft_bottom_banner .ft_bt_bnr:hover .ft_bnr_ttl {
  letter-spacing: 0.25em;
}

.under .ft_bottom_banner .ft_bt_bnr:hover .btn_bnr::before {
  right: 15px;
}

.under .ft_bottom_banner .ft_bnr_introduction {
  background-image: url(../images/ft_bg_f1.jpg);
}

.under .ft_bottom_banner .ft_bnr_flow {
  background-image: url(../images/ft_bg_f2.jpg);
}

.under .ft_bottom_banner .ft_bnr_works {
  background-image: url(../images/ft_bg_f3.jpg);
}

.under .ft_bottom_banner .ft_bnr_contact {
  background-image: url(../images/ft_bg_f4.jpg);
}

.under .ft_bottom_banner .ft_bnr_ttl {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #000;
  text-shadow: 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff, 2px 3px 10px #fff, 2px -1px 5px #fff, 2px 0px 8px #fff;
}

.under .ft_bottom_banner .ft_bnr_ttl .en {
  display: block;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  color: #69a0d9;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .ft_bottom_banner .ft_bnr_ttl .en {
    font-size: 28px;
  }
}

.under .ft_bottom_banner .btn_bnr {
  width: 200px;
  padding: 10px 35px 10px 8px;
  background-color: #69a0d9;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-align: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.15em;
  color: #fff;
}

.under .ft_bottom_banner .btn_bnr::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  right: 10px;
  top: calc(50% - 4px);
  background-image: url(../images/icon_btn1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .under .ud_box_column {
    margin-left: auto;
    margin-right: auto;
  }

  .under .box_txt_column {
    padding: 5% 20px 5%;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .ttl_column {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .under .txt_column {
    font-size: 2.2vw;
  }

  .under .box_step2 {
    padding: 0 35px 35px;
  }

  .under .ct_txt_step h4 {
    font-size: 30px;
  }

  .under .step_number {
    font-size: 30px;
  }
}

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

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

.under .clinic_tbl02.tbl_wth1 th:first-child {
  width: 23%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

#pagination:empty {
  display: none;
}

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

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

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

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

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

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

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

#pagination span {
  opacity: 0.5;
}

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

.blog-content h4 {
  border-bottom: 1px solid #ea6386;
  text-align: center;
  font-weight: 600;
}

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

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

.blog_list_style01 .item figure {
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 3px solid #69a0d9;
  width: 220px;
  height: 220px;
}

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

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

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

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

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

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .blog_list_style01 .item .info .date .tag a {
    padding: 6px 10px 1px;
    line-height: 1;
  }
}

.blog_list_style01 .item .info .date .tag a.voice {
  background-color: #69a0d9;
}

.blog_list_style01 .item .info .date .tag a.daily {
  background-color: #395f87;
}

.blog_list_style01 .item .info .date .tag a.book {
  background-color: #002855;
}

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

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

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

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

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .blog_list_style01 .item .info .button a {
    padding: 7px 10px 1px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main_blog_container .sidebar {
  width: 220px;
}

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

.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #69a0d9;
  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;
  } */
.main_blog_container .sidebar {
    margin-top: 30px;
    width: 100%;
}
.main_blog_container .sidebar ul.children{
  padding: 7px 15px;
}
.main_blog_container .sidebar ul:not(.children)>li .children{
  display: none;
}
.main_blog_container .sidebar ul:not(.children)>li.active .children{
  display: block;
}
.main_blog_container .sidebar ul:not(.children)>li{
  position: relative;
}
.main_blog_container .sidebar ul:not(.children)>li::before{
  content: '';
  position: absolute;
  padding: 2px;
  border-right: 1px solid #333;
  border-bottom: solid 1px #333;
  right: 10px;
  top: 21px;
  transform: rotate(-45deg) skew(-12deg, -12deg);
  margin-top: -3px;
  opacity: 0.7;
}
.main_blog_container .sidebar ul:not(.children)>li ul.children li {
  color: #69a0d9;
  padding: 10px 0;
}
.main_blog_container .sidebar ul:not(.children)>li ul.children li:not(:last-child){
  border-bottom: 1px solid #69a0d9;
}


}

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

.blog_post_button>div {
  border-radius: 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: "";
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_post_button>div::before {
  background-color: #000;
}

.blog_post_button>div::after {
  border: 1px solid #000;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

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

.blog_post_button>div:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.blog_post_button>div:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.blog_post_button>div:hover a {
  color: #000;
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}

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

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

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

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

.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-form-style01 .contact-table input[type="radio"],
.contact-form-style01 .contact-table input[type="checkbox"] {
  margin: 5px 3px 5px 0px;
  width: auto;
}

.contact-form-style01 .contact-table [readonly*="readonly"] {
  background: none;
  border: 0;
  font-weight: bold;
}

.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form-style01 .contact-table dl:last-child dt,
.contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}

.contact-form-style01 .contact-table dt {
  width: 400px;
  padding: 17px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125em;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contact-form-style01 .contact-table dt {
    padding: 20px 20px 15px;
  }
}

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .contact-form-style01 .contact-table dt span {
    padding: 5px 7px 0;
  }
}

.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-style01 .contact-table .postal_code {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}

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

.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}

.contact-form-style01 .contact-table input:not([type='radio']):not([type='checkbox']):focus,
.contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 160, 217, 0.3);
  box-shadow: 0 0 0 0.2rem rgba(105, 160, 217, 0.3);
}

.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}

.contact-form-style01 .confirm-table input:not([type='radio']):not([type='checkbox']):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}

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

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .contact-form-style01 .input_btn input[type="button"],
  .contact-form-style01 .input_btn input[type="submit"],
  .contact-form-style01 .button.thanks_btn {
    padding: 13px 10px 10px;
  }
}

.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: #69a0d9;
  color: #fff;
}

.contact-form-style01 .contact-table {
  border: 1px solid #69a0d9;
}

.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: #69a0d9;
  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 #69a0d9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-style02 .input_btn,
.contact-form-style02 .button.thanks_btn {
  color: #333;
}

.contact-form-style02 .input_btn::before,
.contact-form-style02 .input_btn::after,
.contact-form-style02 .button.thanks_btn::before,
.contact-form-style02 .button.thanks_btn::after {
  background-color: #fcbb45;
}

.contact-form-style02 .contact-table input,
.contact-form-style02 .contact-table textarea {
  background-color: transparent;
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table input:focus,
.contact-form-style02 .contact-table textarea:focus {
  border-color: #000;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD dd {
  border-color: #a1a3a2;
  color: #495057;
}

.contact-form-style02 .contact-table dl.hasBD.focus dd {
  border-color: #000;
  color: #495057;
}

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

.contact-form-style02 .contact-table dl dt span {
  background-color: #353535;
  color: #ffffff;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }

  .contact-form-style01 .contact-table dd {
    width: 60%;
  }

  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table dl {
    display: block;
  }

  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }

  .contact-form-style01 .contact-table dd {
    border-color: transparent;
  }

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

  .contact-form-style01 .contact-table input[type="checkbox"],
  .contact-form-style01 .contact-table input[type="radio"] {
    width: auto;
  }

  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }

  .contact-form-style02 {
    padding: 40px 30px 40px;
  }

  .contact-form-style02 .contact-table input,
  .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl {
    width: 100%;
  }

  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }

  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }

  .contact-form-style02 .contact-table dl:not(.full).non-empty dt,
  .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }

  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
}

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

.taxonomy-description {
  margin: 40px 0;
}

.book_row {
  padding-top: 50px;
}

.book_row:not(:first-child) {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.book_row:not(:last-child) {
  margin-bottom: 40px;
}

.book_row h3 {
  font-size: 28px;
}

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

.box_item:not(:last-child) {
  margin-bottom: 50px;
}

.box_item .col_img {
  width: 40%;
}

.box_item .col_text {
  width: calc(60% - 40px);
}

.box_item.no_img .col_text {
  width: 100%;
}

.box_item .col_text p {
  font-size: 16px;
  line-height: 30px;
}

.box_item h4 {
  font-size: 18px;
  border: solid 1px #69a0d9;
  padding: 10px;
  margin-bottom: 15px;
}
.ud_box_col3{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
}
.ud_box_col3 .col-lg-3{
  width: calc(100%/3 - 20px);
  margin: 20px 10px;
}
.ud_box_col3 .col-lg-3 h4{
  font-size: 18px;
  border: solid 1px #69a0d9;
  padding: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .ud_box_col3 .col-lg-3{
    width: calc(100%/2 - 20px);
  }
}
.under table .th_w30{
  width: 30%;
}
.under .img_list1{
  margin-bottom: 20px;
  text-align: center;
}
.adsbygoogle{
  margin-top: 50px;
}

.university_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .university_box .col {
    width: 49%; }
    .university_box .col .ttl {
      margin: 0;
      padding: 10px;
      font-weight: bold;
      text-align: center;
      background: rgba(105, 160, 217, 0.4);
      font-family: "遊明朝 Yumincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 22px; }
    .university_box .col ul {
      padding: 30px;
      background: #f0f5fb; }


.fblock span.wpcf7-form-control-wrap {
    max-width: calc(100% - 3em);
}
