/*----------------------------
import fonts
-----------------------------*/
/* Noto Serif JP*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700);
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@font-face {
  font-family: "myFont";
  src: url("../fonts/HurmeGeometricSans3.eot?") format('eot'), url("../fonts/HurmeGeometricSans3.woff2") format('woff2'), url("../fonts/HurmeGeometricSans3.woff") format('woff');
}
.myFontClass {
  font-family: "myFont";
  color: #D7B687;
}
.myFontClass2 {
  font-family: 'Noto Serif JP', serif;
}
.h4_bg {
  color: #FFFFFF;
  text-align: center;
  background-color: #FBB034;
  padding-top: 5px;
  padding-bottom: 7px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html {
  font-family: 'Noto Sans JP', sans-serif;
}
html, body {
  position: relative;
  overflow-x: hidden;
}
/*-----------------------------------------
    Page Loader
------------------------------------------*/
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #D5D5D5;
  z-index: 100000;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.container {
  position: relative;
  z-index: 3;
}
.container2 {
  position: relative;
}
/* overlay and pattern */
.overlay, .color-overlay, .gradient-overlay {
  /* min-width: 100vw; */
  position: absolute;
  top: 0;
  left: 0;
  height: 900px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.color-overlay, .color-overlay2 {
  /*background-color: #B4B4B4;*/
  opacity: 0;
}
.color-overlay4 {
  background: #1e633b;
  opacity: 1;
}
.color-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}
.color-overlay3 {
  /* min-width: 100vw; */
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  bottom: 0;
  right: 0;
}
.color-overlay3 {
  background: #FFF;
  opacity: 0.3;
}
.gradient-overlay {
  opacity: 0.7;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a545d+0,000000+100&amp;1+0,0.3+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNTQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a545d), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #0a545d 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a545d', endColorstr='#4d000000', GradientType=0);
  /* IE6-8 */
}
/* section */
.section {
  padding: 60px 0;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  /*min-height: 440px;*/
}
@media only screen and (max-width: 480px) {
  .section {
    padding: 30px 0;
    position: relative;
    z-index: 5;
    background-color: #ffffff;
    /*min-height: 440px;*/
  }
}
.bg-01 .header-wrapper-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-01 .header-wrapper-inner .greeting-intro h1 {
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0;
  font-size: 2.4rem;
  font-weight: 300;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0));
  text-align: center;
  line-height: 1.6;
}
.bg-01 .header-wrapper-inner .greeting-intro p {
  color: #222;
  letter-spacing: 4px;
  margin-bottom: 80px;
  text-transform: uppercase;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .bg-01 .header-wrapper-inner .greeting-intro p {
    margin-bottom: 30px;
  }
}
.bg-01 .arrow-down {
  bottom: -90% !important;
  display: block;
  position: absolute;
  width: 20px;
  z-index: 3;
  left: 50%;
  margin-left: -40px;
}
@media only screen and (max-width: 768px) {
  .bg-01 .arrow-down {
    bottom: 0;
  }
  .bg-01 header-wrapper-inner .greeting-intro p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .bg-01 .header-wrapper-inner {
    position: relative;
    margin: auto;
    vertical-align: middle;
    left: auto;
    text-align: center;
    top: 140px;
  }
  .bg-01 .header-wrapper-inner .greeting-intro h1 {
    font-size: 7vw;
    text-indent: 0.7em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  }
  .bg-01 .header-wrapper-inner .greeting-intro p {
    font-size: 4vw;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  }
}
@media only screen and (max-width: 640px) {
  .bg-01 .header-wrapper-inner {
    top: 100px;
  }
  .bg-01 .header-wrapper-inner .greeting-intro h1 {
    margin-bottom: 8px;
  }
}
#about-us.section { /* border-top: 5px solid #348b62; */ background-image: url(../images/home/bg-1.png);
  ;
  background-position: left top;
  background-repeat: no-repeat;
}
#about-us .about-content h3 {
  font-style: italic !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.8em;
  color: #333;
  text-align: center;
}
.about-content p {
  line-height: 2em;
  /*color: #FFF;*/
}
.section.lawyer {
  padding-bottom: 20px;
}
.lawyer .section-content {
  padding-bottom: 3rem;
}
.lawyer h4 {
  text-align: center;
}
.lawyer table {
  border-top: none;
  margin-bottom: 4rem
}
.lawyer table tr th, .lawyer table tr td {
  border-bottom: 1px dotted #ddd;
  border-top: none !important;
}
.lawyer table tr th {
  width: 20%;
}
.lawyer ul li {
  line-height: 2rem
}
.lawyer .rinen {
  padding-bottom: 50px;
}
.lawyer .introduce p {
  font-size: 1.05em;
  line-height: 2.2em;
  padding-bottom: 30px;
}
.lawyer .sofar {
  margin-bottom: 3rem;
}
.lawyer .introduce .name h4 {
  font-size: 1.6rem;
}
.lawyer .introduce .name h4 span {
  display: block;
  line-height: 2;
  font-size: 12px;
}
#company1 .company-content {
  /*width: 80%;*/
  margin: 0 auto;
}
#company1 .company-content table th, #recruit1 .recruit-content table th {
  width: 14em;
  letter-spacing: 0.5em;
  vertical-align: middle;
}
#company2.section, #company3.section, #company4.section {
  padding: 30px 0;
}
#recruit1.section {}
#recruit1 .lead {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 500;
}
#recruit1 .entry p {
  text-align: center;
  margin-bottom: 60px;
}
#recruit1 .entry p .btn {
  font-size: 16px;
}
.staff-lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #company1 .company-content table th, .section-content .table th {
    width: auto;
    letter-spacing: 0;
    vertical-align: top;
    display: block;
    border-top: none;
    border-bottom: none;
    text-align: left;
  }
  table {
    /*border-top: 1px #dca58c solid;*/
  }
  #company1 .company-content table td, .section-content .table td {
    display: block;
  }
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 11px;
  line-height: 1.6;
  /*vertical-align: top;*/
  border-top: 1px solid #dca58c;
  border-bottom: 1px solid #dca58c;
  /*text-align: left;*/
}
@media only screen and (max-width: 768px) {
  .table > tbody > tr > th {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .table > tbody > tr > td {
    border-top: none;
    padding-top: 0px;
  }
}
.table th {
  white-space: nowrap;
}
.section.dark .section-heading span, .section.dark .section-heading h2 {
  color: #ffffff;
}
.section-heading {
  position: relative;
  text-align: center;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 70px;
  /*text-transform: uppercase;*/
}
.section-heading2 {
  position: relative;
  text-align: center;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.top-content2 {
  background-color: #f3f3f3;
  min-height: 0;
  padding: 20px 0;
}
#top-content2 .news {
  padding-right: 50px;
}
#top-content2 .news h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 36px;
  font-family: 'Noto Serif JP', serif;
}
#top-content2 .news ul {
  margin: 0 0;
  padding-left: 0;
}
#top-content2 .news ul li {
  border-bottom: 1px #d9d9d9 solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 10px;
}
#top-content2 .news ul li .cate {
  padding: 2px;
  border-radius: 3px;
  color: #FFF;
  margin-right: 15px;
  text-align: center;
  width: 86px;
  display: inline-block;
}
#top-content2 .news ul li .cate1 {
  background-color: #42ae96;
}
#top-content2 .news ul li .cate2 {
  background-color: #37bd63;
}
#top-content2 .news ul li .cate3 {
  background-color: #7db8d6;
}
#top-content2 .news ul li .cate4 {
  background-color: #e9bd70;
}
#top-content2 .news ul li .date {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
#top-content2 .inquiry {
  position: relative;
  top: 0;
  width: auto;
  font-family: 'Noto Serif JP', serif;
  border-left: solid 1px #538a66;
}
#top-content2 .inquiry svg {
  position: relative;
  left: 50%;
  margin-left: -30px;
}
#top-content2 .inquiry h3 {
  font-size: 1.375rem;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0;
  color: #1e633b;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
}
#top-content2 .inquiry .tel {
  font-weight: 700;
  color: #a79865;
  font-size: 36px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 0.3rem;
  line-height: 1;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  display: block;
}
#top-content2 .inquiry .tel:before {
  content: "Tel";
  font-size: 1.4rem;
  left: -0.3rem;
  position: relative;
}
#top-content2 .inquiry .time {
  font-size: 1rem;
  position: relative;
  text-align: center;
  color: #298158;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
#top-content2 .inquiry .tel span::before {
  position: relative;
  content: url(../images/common/icn_tel.png);
  left: -4px;
}
#top-content2 .inquiry h3::before {}
#top-content2 .inquiry .btn-mail a {
  margin: 22px auto 20px;
  display: block;
  width: 244px;
  height: 72px;
  background-color: rgba(221, 195, 133, 1.00);
  background-image: url(../images/common/bg_btn_inquiry.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}
#top-content2 .inquiry .btn-mail a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #top-content2.section {
    padding: 30px 0 60px;
  }
  #top-content2 .news ul li .date {
    display: block;
    margin-right: 0;
    margin: 6px 0;
  }
  #top-content2 .inquiry {
    top: 60px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  #top-content2 .inquiry {
    border: none;
  }
  .section-heading {
    margin-bottom: 60px;
  }
  .section-heading2 {
    margin-bottom: 20px;
  }
}
.section-heading span, .section-heading2 span {
  margin-bottom: 15px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-size: 12px;
}
.section-heading h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.section-heading h2::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #D30202;
  position: absolute;
  left: -webkit-calc(50% - 40px);
  left: calc(50% - 40px);
  bottom: -15px;
}
.dark-bg .section-heading {
  color: #fff;
}
.dark-bg .section-heading::after {
  background-color: #fff;
}
/* Check list */
.check-list {
  padding: 0;
  list-style-type: none;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.check-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: rgba(216, 0, 0, 1.00);
}
/* Arrow Down Animation */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
/* Helper Class */
.text-xs-left {
  text-align: left;
}
.text-xs-center {
  text-align: center;
}
.text-xs-right {
  text-align: right;
}
@media (min-width: 769px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
/* Selection */ ::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
/* back to top button */
#totop.totop {
  position: fixed;
  bottom: 60px;
  right: 0px;
  z-index: 999;
  /*background: #cad9a9;*/
  height: 60px;
  width: 60px;
  /*opacity: 0.6;*/
}
/*#totop.totop:after {
  content: url(../images/common/icn_arrow1.png);
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
}*/
img {
  max-width: 100%;
}
.form-control {
  border-radius: 2px;
  border: 1px solid #DFDFDF;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.8);
}
.icons-wrap, #icons {
  margin-top: 40px;
  margin-bottom: 80px;
}
.icons-wrap i, .icons-wrap li, #icons i, #icons li {
  display: inline-block;
  margin: 0 20px 20px 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #dadada;
  font-size: 2em;
}
ul#icons {
  list-style: none;
  padding: 0;
}
/**
* Style for components
**/
a:focus {
  outline: none;
}
.navbar-toggle {
  border: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar > .container .brand-logo, .navbar > .container-fluid .brand-logo {
  margin-left: 0;
}
.carousel-control.left, .carousel-control.right {
  background: none;
}
.alert {
  padding: 5px 12px;
  border-radius: 2px;
}
.nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
  color: #898989;
}
.panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0;
}
.nav-tabs {
  margin-bottom: 30px;
}
.navbar-solid .cls-1 {
  fill: #FFF;
}
/* Accordion */
.panel-title {
  font-size: 14px;
}
.panel-heading a {
  position: relative;
  display: block;
  letter-spacing: 1px;
  word-spacing: initial;
  padding: 10px 15px;
}
.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 15px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}
.panel-heading a.collapsed:after {
  content: "\f107";
}
.panel-heading a:hover, .panel-heading a:focus, .panel-heading a:active {
  text-decoration: none;
}
.cta-1 {
  background-color: #000;
}
.cta-1 .call-to-action {
  text-align: center;
  color: #fdfdfd;
  background-size: contain;
  padding: 50px 0;
}
.cta-1 .call-to-action .cta-text {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 22px;
}
.cta-2 {
  background-color: #000;
  padding: 30px 0;
}
.cta-2 .cta-text {
  color: #fff;
  margin: 0;
  line-height: 30px;
  margin-right: 30px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .cta-2 .cta-text {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-right: 0;
  }
  #totop.totop {
    bottom: 100px;
    height: 30px;
    width: 30px;
  }
  #totop.totop:after {
    position: absolute;
    display: inline-block;
    top: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .cta-2 .btn {
    margin-top: 15px;
  }
}
html, body {
  min-height: 100%;
  color: #727171;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5 {
  color: #727171;
}
h1 {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 8px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 3px 10px rgba(255, 255, 255, 0.5));
  font-weight: 500;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
}
h2, h3, h4, h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
    letter-spacing: 4px;
  }
}
h2 {
  font-size: 32px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  margin-top: 0;
  margin-bottom: 40px;
  word-spacing: 8px;
  letter-spacing: 0;
  color: #E26253;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    letter-spacing: 1px;
    word-spacing: 2px;
  }
}
h3 {
  font-size: 20px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #E26253;
  text-align: center;
}
h4 {
  font-size: 18px;
  /*word-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;*/
  margin-bottom: 25px;
}
/*h4 span {
  font-weight: normal;
  font-size: 0.6em;
}*/
@media only screen and (max-width: 992px) {
  h4 {
    letter-spacing: 1px;
  }
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h6 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
p {
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-align: left;
}
p.led {
  font-size: 1.2em;
  margin-bottom: 40px;
}
p.led:first-letter {
  font-size: 4em;
  float: left;
  line-height: 50px;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3 {
  color: #222;
}
.bright-bg h1, .bright-bg h2, .bright-bg h3 {
  color: #FFF;
}
blockquote p {
  font-family: serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0;
}
.plain-list li {
  line-height: 2.2em;
}
/*-----------------*/
/* Global Styles   */
/*-----------------*/
.btn {
  border-radius: 2px;
  font-size: 12px;
  padding: 10px 35px;
  letter-spacing: 2px;
  line-height: 6px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
  outline: none;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
/*-----------------*/
/* Solid Buttons   */
/*-----------------*/
.btn-default {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  color: #031313;
}
.btn-default:before {
  background: #000000;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: #fff;
  color: #fff;
}
.btn-mild:before {
  background: #000000;
}
.btn-mild:hover, .btn-mild:active, .btn-mild:focus {
  color: #fff;
}
.btn-dark {
  background-color: #000;
  color: #fdfdfd;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: #000000;
}
/*-----------------*/
/* Outline Buttons */
/*-----------------*/
.btn-default-o {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-default-o:hover, .btn-default-o:focus {
  color: #000000;
}
.btn-list {
  margin-bottom: 0;
}
.btn-list button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.btn.btn-round {
  border-radius: 14px;
}
.btn.btn-round.btn:before {
  border-radius: 14px;
}
/*bootstrap buttons*/
.btn-lg {
  padding: 15px 60px;
}
.btn-sm {
  padding: 3px 20px;
}
.btn-xs {
  padding: 6px 10px;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  color: #337ab7;
}
.btn-success:active, .btn-success:hover, .btn-success:focus {
  color: #5cb85c;
}
.btn-info:active, .btn-info:hover, .btn-info:focus {
  color: #46b8da;
}
.btn-warning:active, .btn-warning:hover, .btn-warning:focus {
  color: #eea236;
}
.btn-danger:active, .btn-danger:hover, .btn-danger:focus {
  color: #d43f3a;
}
.main-navigation {
  /*border-bottom-color: #046e31;*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brand-logo {
  width: 250px;
  position: fixed;
  /*left: 0;*/
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 250px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 1.00);
  box-shadow: 0 0 8px grey;
}
/*.wrap.pattern-5 {
  height: 250px;
  display: grid;
  place-items: center;
}*/
@media (max-width: 992px) {
  .brand-logo {
    top: 0;
  }
}
.main-navigation .navbar-brand {
  font-family: 'Raleway', sans-serif;
  height: auto;
  padding: 22px 15px 10px 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-navigation .navbar-brand a {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-navigation .navbar-brand a em {
  font-style: normal;
  text-transform: lowercase;
  background-color: rgba(255, 255, 255, 0.3);
  width: 8px;
  display: inline-block;
  height: 20px;
  text-align: center;
  letter-spacing: 0px;
  padding: 10px;
  box-sizing: content-box;
  margin: 0px 5px;
  border-radius: 2px;
}
.main-navigation .navbar-brand a:focus, .main-navigation .navbar-brand a:hover {
  text-decoration: none;
}
.main-navigation .navbar-toggle {
  padding: 0 15px;
  /*color: #FFF;*/
  border-radius: 2px;
  font-size: 28px;
}
.main-navigation .navbar-nav > .dropdown.open > a {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav > .dropdown.open > a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  }
  .brand-logo {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .brand-logo {
    width: 200px;
    height: 51px;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
    /*left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);*/
  }
  /*.brand-logo img {
    width: 124px;
    height: 38px;
  }*/
}
.main-navigation .navbar-nav > .dropdown.open > a span {
  background: white;
  color: black;
}
@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav > .dropdown.open > a span {
    background: transparent;
    /*color: white;*/
  }
}
.main-navigation .navbar-nav li a {
  /*color: #FFF;*/
  color: #727171;
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: -1px;
  padding: 40px 12px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.main-navigation .navbar-nav li.mypage a {
  /*color: #FFF;*/
  color: #727171;
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: -1px;
  padding: 26px 25px 26px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.login {
  font-family: century-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
}
.mypage a {
  color: rgba(255, 255, 255, 1.00) !important;
  background-color: #808080;
}
.mypage a:hover {
  color: rgba(223, 223, 223, 1.00) !important;
}
.main-navigation .navbar-nav li.mypage a:hover, .main-navigation .navbar-nav li.mypage a:focus {
  background-color: #808080;
}
@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  }
  .main-navigation .navbar-nav li a {
    /*color: #FFF;*/
  }
  .main-navigation .navbar-nav li.mypage a {
    padding: 20px 10px 15px;
  }
}
.main-navigation .navbar-nav li a span {
  padding: 1px 4px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-navigation .navbar-nav li a:hover, .main-navigation .navbar-nav li a:focus {
  background-color: rgba(255, 255, 255, 0);
}
.main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span {
  background: white;
  color: black;
}
@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a:hover span, .main-navigation .navbar-nav li a:focus span {
    background: transparent;
    color: white;
  }
}
.main-navigation .navbar-nav li.active a {
  background-color: rgba(255, 255, 255, 0);
}
.main-navigation .navbar-nav li.active a span {
  background: white;
  color: black;
}
.main-navigation .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 67%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #e44337;
}
@media (max-width: 768px) {
  .main-navigation .dropdown-toggle:after {
    right: 7px;
  }
}
.main-navigation .dropdown-toggle.open:after {
  content: "\f106";
}
@media (max-width: 768px) {
  .main-navigation .open > .dropdown-toggle:after {
    content: "\f106";
  }
}
.main-navigation .dropdown-menu {
  background: rgba(239, 133, 125, 0.80);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  min-width: 180px;
}
.main-navigation .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 20px;
  letter-spacing: 2px;
  /*color: rgba(255, 255, 255, 0.76);*/
  font-size: 14px;
  line-height: 1px;
}
.main-navigation .dropdown-menu li a:hover {
  color: #ffffff;
  background: rgba(239, 133, 125, 1);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.main-navigation .dropdown-menu li.open > a {
  color: #ffffff;
  background: rgba(239, 133, 125, 1);
}
.main-navigation .dropdown-menu li.open > a:hover {
  color: white;
}
.main-navigation .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}
.main-navigation .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .main-navigation .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .main-navigation .dropdown-menu .dropdown-toggle:after {
    content: '\f105';
    top: 50%;
    right: 8px;
  }
}
.navbar-solid {
  background-color: rgba(255, 255, 255, 0.90);
  border-bottom-color: rgba(255, 255, 255, 0.90);
}
.navbar-solid .navbar-brand {
  padding: 10px 15px 8px;
}
.navbar-solid .brand-logo {
  top: 0;
  /*width: 124px;*/
}
.navbar-solid .st20 {
  fill: #FFF;
}
.navbar-solid .navbar-nav > li > a {
  /*padding: 12px;*/
  padding: 40px 12px 25px;
  color: #727171;
}
.navbar-solid .dropdown-toggle:after {
  /*top: 51%;*/
}
@media only screen and (max-width: 992px) {
  .main-navigation .navbar-nav > li > a {
    padding: 20px 10px 15px;
    letter-spacing: 1px;
  }
  .main-navigation .navbar-brand {
    padding: 8px 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  /*.navbar-collapse {
    background-color: rgba(239, 133, 125, 0.80);
  }*/
}
/* videoを親要素の幅に合わせる */
video {
  width: 100%;
}
.header-wrapper {
  background: url(../images/backgrounds/bg-header.png) no-repeat center center;
  background-size: cover;
  height: 800px;
  width: 100%;
  position: relative;
  z-index: 1;
  /*overflow-x: hidden;*/
}
@media screen and (max-width: 768px) {
  .header-wrapper {
    background: url(../images/backgrounds/bg-header.png) no-repeat center -2vh;
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: 48% 0;
    min-height: calc(100vh - 560px);
    padding: 0px;
    overflow-y: hidden;
    margin-top: 56px;
  }
  .navbar-solid .brand-logo {
    top: 0;
    /*width: 100px;*/
  }
}
.header-wrapper .header-wrapper-inner .catch {
  width: auto;
  position: absolute;
  left: 12%;
  top: 28.5rem;
  padding: 0;
  margin: 0;
}
.header-wrapper .header-wrapper-inner {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
}
.header-wrapper .header-wrapper-inner.flexslider .slides li {
  height: 100vh;
  min-height: 650px;
}
.header-wrapper .header-wrapper-inner .intro > div {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.5rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 1.2));
  font-size: 1.8rem;
  line-height: 3.5rem;
  color: #FFF;
  /*-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
   text-align:left; 
  height: 100%;*/
}
.header-wrapper .header-wrapper-inner .logo {
  position: absolute;
  left: -3rem;
  bottom: 18rem;
}
.header-wrapper .header-wrapper-inner .logo h1 {
  width: 450px;
}
.header-wrapper .header-wrapper-inner .logo p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem;
  left: 3rem;
  position: relative;
}
@media (min-width: 1200px) {
  .home-fade .header-wrapper-inner {
    max-width: 1100px;
    margin: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrapper .header-wrapper-inner .logo {
    position: absolute;
    left: 3rem;
    bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .header-wrapper .header-wrapper-inner .catch {
    left: 70%;
    top: 8rem;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper .header-wrapper-inner .intro > div {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .header-wrapper .header-wrapper-inner .logo {
    position: absolute;
    bottom: auto;
    top: 40vh;
    left: 1rem;
    width: 70%;
  }
  .header-wrapper .header-wrapper-inner .logo h1 {
    width: 300px;
    margin-bottom: 0.2rem;
  }
  .header-wrapper .header-wrapper-inner .logo p {
    font-size: 0.9rem;
    left: 1rem;
  }
  .bg-01 .header-wrapper-inner {
    height: 100vh;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper .header-wrapper-inner .catch {
    width: auto;
    position: absolute;
    left: 8%;
    top: 8.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-solid .brand-logo {
    width: 124px;
  }
  .header-wrapper .header-wrapper-inner .catch {
    left: 4%;
    top: 4.5rem;
  }
}
.header-wrapper .header-wrapper-inner .intro p {
  letter-spacing: 4px;
  margin-bottom: 80px;
  text-transform: uppercase;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 992px) {
  .header-wrapper .header-wrapper-inner .intro p {
    margin-bottom: 30px;
  }
}
.header-wrapper .arrow-down {
  bottom: 10%;
  display: block;
  position: absolute;
  width: 20px;
  z-index: 3;
  left: 50%;
}
@media only screen and (max-width: 992px) {
  .header-wrapper .header-wrapper-inner {
    max-height: 800px;
  }
  .header-wrapper .header-wrapper-inner .intro p {
    margin-bottom: 30px;
  }
}
.header-wrapper .arrow-down {
  bottom: 50px;
  position: absolute;
  width: 20px;
  z-index: 3;
  left: 50%;
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .header-wrapper .arrow-down {
    bottom: 20%;
  }
  .header-wrapper .header-wrapper-inner .intro p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrapper .header-wrapper-inner {
    position: relative;
    margin: auto;
    vertical-align: middle;
    left: auto;
    /* text-align: center; */
  }
  .header-wrapper .header-wrapper-inner .container {
    position: relative;
    right: auto;
    top: 30vw;
  }
  .header-wrapper .header-wrapper-inner .intro h1 {
    font-size: 6vw;
    text-indent: -0.7em;
    text-align: center;
  }
  .header-wrapper .header-wrapper-inner .intro p {
    font-size: 3.5vw;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .header-wrapper .header-wrapper-inner .intro h1 {
    margin-bottom: 8px;
  }
}
.header-wrapper .arrow-down a {
  /* display: inline-block; */
  /* padding: 20px 35px; */
}
.header-wrapper .arrow-down a:hover {
  text-decoration: none;
}
.header-wrapper .arrow-down a i {
  font-size: 2.5em;
  color: #ffffff;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  font-weight: 700;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}
.video-controls-box a:hover {
  text-decoration: none;
}
.bg-01 {
  background-image: url(../images/home/bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right 20%;
}
@media only screen and (max-width: 480px) {
  .bg-01 {
    background-position: bottom 0% right 30%;
    padding-bottom: 370px;
    background-size: contain;
  }
}
.bg-02 {
  background-image: url(../images/intro/02.jpg);
}
.bg-03 {
  background-image: url(../images/intro/03.jpg);
}
.bg-04 {
  background-image: url(../images/intro/04.jpg);
}
.bg-05 {
  background-image: url(../images/intro/05.jpg);
}
.bg-06 {
  background-image: url(../images/intro/06.jpg);
}
.bg-07 {
  background-image: url(../images/intro/07.jpg);
}
.bg-08 {
  background-image: url(../images/intro/08.jpg);
}
.bg-09 {
  background-image: url(../images/intro/09.jpg);
}
.bg-10 {
  background-image: url(../images/intro/10.jpg);
}
.header-classic {
  display: block;
  height: auto;
  overflow-y: hidden;
  padding: 200px 0 90px 0;
}
.header-classic .header-wrapper-inner {
  display: block;
}
.header-inner {
  padding-top: 200px;
  background-color: #4e3f3c;
  background-size: cover;
  text-align: center;
  /* border-bottom: 5px solid #348b62; */
  background-position: center center;
}
@media only screen and (max-width: 480px) {
  .header-inner {
    padding-top: 100px;
  }
}
.header-inner.header-activities, .header-inner.header-office, .header-inner.header-reason, .header-inner.header-traffic, .header-inner.header-calender, .header-inner.header-apartment, .header-inner.header-bill, .header-inner.header-family, .header-inner.header-passbook {
  background-image: url(../images/backgrounds/bg-header8.jpg);
}
.header-inner.header-business1 {
  background-image: url(../images/backgrounds/bg-header1.jpg);
}
.header-inner.header-business3 {
  background-image: url(../images/backgrounds/bg-header3.jpg);
}
.header-inner.header-business4 {
  background-image: url(../images/backgrounds/bg-header4.jpg);
}
.header-inner.header-business5 {
  background-image: url(../images/backgrounds/bg-header5.jpg);
}
.header-inner .over-lay {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
}
.header-inner.header-contact {
  background-image: url(../images/backgrounds/bg-header8.jpg);
}
.header-inner.header-content {
  background-image: url(../images/backgrounds/bg-header1.png);
  background-position-y: top;
}
.header-inner .breadcrumb {
  background-color: transparent;
  color: rgba(10, 10, 10, 0.7);
}
.header-inner .breadcrumb a {
  color: inherit;
}
.header-inner .breadcrumb i {
  margin: 0 10px;
}
.flexslider {
  margin: 0;
  border: 0;
  display: block !important;
}
.flexslider .slides > li {
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.flexslider .slides > li .intro-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
}
.flexslider .slides > li .intro-wrapper > .intro {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.slider-classic {
  display: block;
  height: auto;
  overflow-y: hidden;
}
.slider-classic .flexslider .slides > li {
  height: auto !important;
  padding: 200px 0 90px 0;
  min-height: auto !important;
}
.flex-direction-nav a {
  height: 50px;
  top: 50vh;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f3d2";
}
.flex-direction-nav a.flex-next:before {
  content: "\f3d3";
}
.flex-direction-nav a:before {
  font-family: "Ionicons";
  color: white;
}
.content1 {
  background-color: bg-base-color;
}
.content1 .lborder {
  border-left: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .content1 .lborder {
    border-left: none;
  }
}
.content1 .rborder {
  border-right: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .content1 .rborder {
    border-right: none;
  }
}
.content1 .content1-bio {
  margin-bottom: 15px;
  padding: 0 20px;
}
@media only screen and (max-width: 992px) {
  .content1 .content1-bio {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content1 .content1-bio {
    margin-bottom: 45px;
  }
}
.content1 .content1-bio figure {
  overflow: hidden;
  padding: 40px;
}
.content1 .content1-bio figure img {
  border-radius: 100%;
}
@media only screen and (max-width: 768px) {
  .content1 .content1-bio figure {
    padding: 15px 22%;
  }
}
.content1 .content1-bio .content1-description {
  text-align: center;
}
.content1 .content1-bio .content1-description .text-only {
  padding-top: 40px;
}
.content1 .content1-bio .content1-description .member-name {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.content1 .content1-bio .content1-description .designation {
  text-transform: uppercase;
  font-size: 12px;
}
.content1 .content1-social {
  padding: 15px;
  padding-bottom: 0;
}
.content1 .social-block {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.content1 .social-block li {
  display: inline-block;
  margin-right: 10px;
}
.content1 .social-block li a {
  display: block;
  font-size: 16px;
  color: #8E8E8E;
  padding: 2px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content1 .social-block li a:hover {
  color: #000000;
}
.expertise {
  background: url(../images/backgrounds/bg-expertise.jpg) no-repeat center center;
}
.expertise .section-heading h1, .expertise .section-heading p {
  color: #ffffff;
}
.expertise .section-heading::after {
  background-color: white;
}
.expertise .expertise-description {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .expertise .expertise-description {
    margin-bottom: 35px;
  }
}
.expertise .nav-tabs {
  border-bottom: 0;
}
.expertise .nav-tabs > li > a {
  margin-right: 4px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(227, 225, 225, 0);
  color: #fdfdfd;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expertise .nav-tabs > li > a:hover {
  border-bottom-color: #e3e1e1;
}
.expertise .nav-tabs > li.active > a, .expertise .nav-tabs > li.active > a:focus, .expertise .nav-tabs > li.active > a:hover {
  color: #fdfdfd;
  background: none;
  border: 0;
  border-bottom: 2px solid #e3e1e1;
}
.expertise .tab-content {
  margin-top: 10px;
  padding: 10px;
  color: #E3E1E1;
}
.expertise .tab-content p {
  color: #fff;
}
.expertise .tab-content .tab-left {
  float: left;
  margin-right: 20px;
}
.expertise .tab-content .tab-right {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .expertise .tab-content .tab-right {
    padding-right: 0;
  }
}
.expertise .nav > li > a:focus, .expertise .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  background: none;
}
.expertise .progress-heading {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}
.expertise .progress {
  background-color: #313131;
  border-radius: 0;
  height: 3px;
}
.expertise .progress-bar {
  background-color: #fdfdfd;
  width: 0;
  -webkit-transition: width 3s cubic-bezier(0, 0, 0.2, 1);
  transition: width 3s cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 992px) {
  .expertise .expertise-description {
    margin-bottom: 0;
  }
}
.video-player {
  background: url(../images/backgrounds/bg-video.jpg) no-repeat center bottom;
  background-size: cover;
  color: #ffffff;
  text-transform: uppercase;
}
.video-player .video-left {
  text-align: center;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .video-player .video-left {
    margin-bottom: 20px;
  }
}
.video-player .video-icon {
  color: #ffffff;
  font-size: 38px;
  border: 1px solid #ffffff;
  width: 68px;
  height: 68px;
  position: relative;
  display: block;
  margin: 4px auto 0;
}
@media only screen and (max-width: 768px) {
  .video-player .video-icon {
    margin-bottom: 20px;
  }
}
.video-player .video-icon i {
  position: absolute;
  top: 14px;
  left: 28px;
}
.video-player .video-icon:hover, .video-player .video-icon:active, .video-player .video-icon:focus {
  color: #000000;
}
.video-player .video-right {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .video-player .video-right {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .video-player {
    padding: 190px 0px;
  }
  .video-player .video-left {
    text-align: right;
    padding-right: 30px;
  }
  .video-player .video-right {
    padding-left: 30px;
    padding-top: 7px;
  }
  .video-player .video-right h2 {
    margin-top: 0;
  }
}
#video-container {
  display: none;
}
.portfolio {
  background-color: #ffffff;
  padding-bottom: 0;
}
.portfolio .section-content {
  color: #fdfdfd;
}
.portfolio .section-content .portfolio-images {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 26px;
  position: relative;
}
.portfolio .section-content .isotop-filter {
  text-align: center;
  margin-bottom: 35px;
}
.portfolio .section-content .element-item {
  margin-bottom: 15px;
  cursor: pointer;
}
.portfolio .portfolio-grid {
  padding: 5px;
}
.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.da-thumbs li {
  float: left;
  background: #fff;
  padding: 0px;
  position: relative;
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 992px) {
  .da-thumbs li {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .da-thumbs li {
    width: 50%;
  }
}
.portfolio-grid.three-col li {
  width: 33.333%;
}
@media only screen and (max-width: 992px) {
  .portfolio-grid.three-col li {
    width: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio-grid.three-col li {
    width: 50%;
  }
}
.portfolio-grid.two-col li {
  width: 50%;
}
.da-thumbs li.x2 {
  width: 50%;
}
.da-thumbs li a, .da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
  overflow: hidden;
}
.da-thumbs li a .portfolio-detail-overlay {
  position: absolute;
  background: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px;
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
}
.portfolio-detail-overlay h4 {
  color: #FFF;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: 'Rototo'sans-serif;
}
.portfolio-detail-overlay .middle-align-wrap {
  display: table;
  height: 100%;
  width: 100%;
}
.portfolio-detail-overlay .middle-align-wrap .middle-align-cell {
  display: table-cell;
  vertical-align: middle;
}
.btn-isotop {
  background: none;
  border: 0;
  padding: 6px 20px 15px;
  color: #000;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.btn-isotop:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 20px;
  background: #000000;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-isotop:active, .btn-isotop:focus, .btn-isotop:hover {
  color: #000;
  box-shadow: none;
  outline: none !important;
}
.btn-isotop:active:before, .btn-isotop:focus:before, .btn-isotop:hover:before {
  left: 0;
  right: 0;
}
.portfolio-details-single {
  margin-top: 60px;
}
.portfolio-details-single h3 {
  margin-bottom: 40px;
  position: relative;
}
.portfolio-details-single h3:before {
  position: absolute;
  content: '';
  width: 60px;
  background-color: black;
  height: 1px;
  bottom: -15px;
}
.portfolio-details-single ul {
  list-style: none;
  line-height: 2.5em;
  padding-left: 0;
}
.testimonial {
  background: url(../images/backgrounds/bg-testimonial.jpg) no-repeat center center;
  color: #fdfdfd;
  background-size: cover;
}
.testimonial .carosel-wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .testimonial .carosel-wrapper {
    margin-top: 40px;
  }
}
.testimonial .carosel-wrapper .client-face-holder {
  position: absolute;
  width: 106px;
  height: 106px;
  overflow: hidden;
  border-radius: 50%;
  top: -50px;
  left: -50px;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .testimonial .carosel-wrapper .client-face-holder {
    left: 50%;
    margin-left: -53px;
  }
}
.testimonial .carosel-wrapper .client-face-holder #clientFace {
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #000;
  background-image: url(../images/team/team-1.jpg);
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.testimonial #testimonials-carousel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 80px 40px 100px;
}
@media only screen and (max-width: 768px) {
  .testimonial #testimonials-carousel {
    padding: 70px 30px 30px 30px;
  }
}
.testimonial #testimonials-carousel .review {
  position: relative;
}
.testimonial #testimonials-carousel .review blockquote {
  border: 0;
  padding: 0;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 24px;
}
.testimonial #testimonials-carousel .review .reviewer {
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 0px;
}
.testimonial #testimonials-carousel .review .designation {
  text-transform: uppercase;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
}
.testimonial .quote {
  font-family: sans-serif;
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  font-style: italic;
  z-index: -1;
}
.testimonial .quote.left {
  line-height: 100%;
  top: 25px;
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .testimonial .quote.left {
    top: 36px;
    left: 0;
  }
}
.testimonial .quote.right {
  line-height: 0;
  bottom: 50px;
  right: 56px;
}
.testimonial .owl-controls {
  position: absolute;
  top: -webkit-calc(50% - 52px);
  top: calc(50% - 52px);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .testimonial .owl-controls {
    top: -webkit-calc(50% - 22px);
    top: calc(50% - 22px);
  }
}
.testimonial .owl-controls a {
  color: #FFF;
  font-size: 24px;
  padding: 40px;
  line-height: 0;
  position: absolute;
}
.testimonial .owl-controls a:hover, .testimonial .owl-controls a:active, .testimonial .owl-controls a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .testimonial .owl-controls a {
    padding: 10px;
  }
}
.testimonial .owl-controls a.prev {
  left: -90px;
}
@media only screen and (max-width: 768px) {
  .testimonial .owl-controls a.prev {
    left: 0;
  }
}
.testimonial .owl-controls a.next {
  right: -90px;
}
@media only screen and (max-width: 768px) {
  .testimonial .owl-controls a.next {
    right: 0;
  }
}
.about-us .section-content .about-content {}
.about-us .section-content .about-content.left {
  padding-right: 30px;
}
.about-us .section-content .about-content.right {}
@media only screen and (max-width: 992px) {
  .about-us .section-content .about-content {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-us .section-content .about-content {
    margin-bottom: 30px;
  }
  .about-us .section-content .about-content.left, .about-us .section-content .about-content.right {
    text-align: center;
  }
  .about-us .section-content .about-content.center {
    margin-bottom: 40px;
  }
  .about-us .section-content .about-content.right {
    margin-bottom: 0;
  }
  .about-us .section-content .about-content.left {
    padding-right: 0;
  }
}
.about-us .section-content figure.about-content {
  padding-top: 10px;
}
.about-us .section-content h4 {
  margin-top: 25px;
}
@media only screen and (max-width: 992px) {
  .about-us .section-content h4 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.content2 {
  background: #f6f9f4;
  background-size: cover;
}
.content3 {
  background: #FFF;
  background-size: cover;
}
.content4 {
  background-image: url(../images/backgrounds/bg-graph.jpg);
  background-size: auto;
}
.content2 .management, .content3 .management {
  padding: 30px 15px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
  transition: all 0.3s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}
.content2 .management.last, .content3 .management.last {
  margin-bottom: 0;
}
.content2 .management-pic {
  padding: 30px;
}
.content2 .management-pic img {
  border-radius: 50%;
  border: 10px solid rgba(240, 220, 72, 0.3);
}
.content4-1, .content4-2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.content4 h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.content4-1 h3 {
  color: #4497c2;
}
.content4-2 h3 {
  color: #39a773;
}
.content4 ul {
  margin: 0 0;
  padding-left: 0;
  min-height: 200px;
}
.content4 ul li {
  line-height: 2.4em;
  border-bottom: 1px solid #EEE;
  padding-left: 10px;
  list-style: none;
}
company-content1 {
  margin: auto;
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .content2 .management, .content3 .management {
    padding: 2px;
    margin-bottom: 40px;
  }
}
.content2 .management .management-icon span, .content3 .management .management-icon span {
  font-size: 4em;
}
.content2 .section-content .secondrow .management, .content3 .section-content .secondrow .management {
  margin-bottom: 0;
}
.img-size img {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .content2 .section-content .secondrow .management, .content3 .section-content .secondrow .management {
    margin-bottom: 40px;
  }
  .content2 .section-content .secondrow .management.last, .content3 .section-content .secondrow .management.last {
    margin-bottom: 0;
  }
  .about-us .section-content figure img, .img-size img {
    width: 100%;
    text-align: center;
  }
}
/*
.content2 .management::before,
.content3 .management::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 1px;
	width: -webkit-calc(100% - 2px);
	width: calc(100% - 2px);
	height: 103%;
	border-top: 1px solid rgba(253, 253, 253, 0);
	border-bottom: 1px solid rgba(253, 253, 253, 0);
	-webkit-transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}

*/
/*
.content2 .management::after,
.content3 .management::after {
	content: '';
	position: absolute;
	top: 1px;
	left: -3px;
	width: -webkit-calc(100% + 6px);
	width: calc(100% + 6px);
	height: 99%;
	border-right: 1px solid rgba(253, 253, 253, 0);
	border-left: 1px solid rgba(253, 253, 253, 0);
	-webkit-transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
	transition: all 0.5s cubic-bezier(0.63, 0.32, 0.05, 0.39) 0s;
}
.content2 .management:hover,
.content2 .management:hover {
	background-color: #e4f0db;
}
.content2 .management:hover::before,  .content2 .management:hover::after,
.content2 .management:hover::before,  .content2 .management:hover::after {
	border-color: #e4f0db;
}

*/
.funfacts {
  background: url(../images/backgrounds/bg-fun-fact.jpg) no-repeat center center;
  background-size: cover;
}
.funfacts .counter-box {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .funfacts .counter-box {
    margin-bottom: 35px;
  }
  .funfacts .counter-box.last {
    margin-bottom: 0;
  }
}
.funfacts .counter-box .counter-icon span {
  font-size: 4em;
  color: #fff;
}
.funfacts .counter-box .count {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .funfacts .counter-box .count {
    margin: 0;
  }
}
.funfacts .counter-box .count-description {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .funfacts .counter-box .count-description {
    margin: 0;
  }
}
.contact {
  background-color: bg-base-color;
}
.contact .section-content {
  color: #000;
}
.contact .section-content h5 {
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: none;
}
.contact .section-content .contact-form {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .contact .section-content .contact-form {
    margin-bottom: 60px;
  }
}
.contact .section-content .contact-form .form-group {
  margin-bottom: 24px;
}
.contact .section-content .contact-form .form-control {
  color: #000;
  border: 1px solid #DDD;
  padding: 6px 20px;
  border-radius: 2px;
  height: auto;
  box-shadow: none;
}
.contact .section-content .contact-form .form-control:focus {
  box-shadow: none;
  outline: none;
}
.contact .section-content .contact-form textarea {
  min-height: 160px;
}
.section-content #map {
  height: 500px;
}
.contact .section-content .google-map {
  margin-bottom: 30px;
}
.contact .section-content .google-map iframe {
  width: 100%;
}
.contact .section-content .contact-info-wrap h5 {
  margin-bottom: 15px !important;
  text-decoration: underline;
}
.contact .section-content .contact-info-wrap .contact-info {
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1px;
}
.office-map {
  margin-bottom: 30px;
}
#access .caption {
  padding-top: 20px;
  text-align: center;
}
.wrap-column {
  border: 1px solid #EEE;
  padding: 20px;
}
.wrap-column h5 {
  text-align: center;
}
.wrap-column p {
  text-align: center;
}
@media (min-width: 769px) {
  .contact .section-content .contact-form {
    margin-bottom: 0;
  }
}
.contact-full-width {
  padding-bottom: 0 !important;
}
.contact-full-width .contact-info-wrap {
  margin: 60px 0;
}
.contact-full-width #map {
  height: 400px;
}
.remuneration .wrap-list {
  border: 2px solid #EEE;
  padding: 26px;
  margin-bottom: 30px;
  box-sizing: border-box;
  min-height: 100px;
}
.remuneration h5 {
  /*text-align: center;*/
}
.section.remuneration {
  padding: 60px 0 30px;
}
.remuneration .cost {}
.remuneration .cost p {
  /*text-align: center;*/
}
.remuneration .nav-tabs {
  border-bottom: 2px solid #369669;
}
.remuneration .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #FFF;
  cursor: default;
  background-color: #369669;
  border: 2px solid #369669;
  border-bottom-color: transparent;
}
.remuneration .nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
}
.remuneration .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-size: 1.1em
}
.remuneration .panel-default > .panel-heading, .faq .panel-default > .panel-heading {
  color: #222;
  background-color: #E7E5DA;
  border-color: #EEE;
  padding: 8px 5px;
}
.remuneration .panel-default, .faq .panel-default {
  border-color: #EEE;
}
.remuneration .panel-title, .faq .panel-title {
  font-size: 15px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
.remuneration .panel, .faq .panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.remuneration strong, .faq strong {
  color: #369669;
}
.discipline .section-heading h1 {
  font-size: 2.8em;
}
.discipline .lead {
  margin-bottom: 70px;
}
.discipline .lead h2 {
  font-size: 1.6rem;
  line-height: 1.8em;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0.8em;
  position: relative;
}
.discipline .lead h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cc7c3b;
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
}
.discipline .lead p {
  font-size: 14px;
  line-height: 1.8em;
}
.discipline .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 60px;
}
.discipline .box:nth-child(3n) {
  flex-direction: row-reverse;
}
.discipline .box .describe {
  width: 66%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
}
.discipline .box .describe2 {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.discipline .box .describe p, .discipline .box .describe2 p {
  padding-bottom: 10px;
}
.discipline .box .discipline-pic {
  width: 34%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.discipline h2 {
  font-size: 28px;
  line-height: 1.4
}
.discipline h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #369669;
  margin-top: -20px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
}
.discipline h4 {
  font-size: 15px;
  margin-bottom: 0.4em;
  font-weight: 500;
}
.section.discipline {
  padding: 60px 0 0;
}
.bg-green {
  background-color: rgba(240, 245, 241, 0.5);
}
.discipline .plain-list li {
  position: relative;
  margin-bottom: 10px;
}
.discipline .plain-list li::before {
  content: "\f063";
  font-family: FontAwesome !important;
  position: absolute;
  left: 0;
  bottom: -20px;
  color: rgba(249, 171, 58, 1.00)
}
.discipline .plain-list li.last::before {
  content: "";
}
.discipline .flow1 {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.discipline .flow1::before {
  content: "\f063";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  bottom: -20px;
  color: rgba(249, 171, 58, 1.00)
}
.discipline .flow2 {
  font-weight: bold;
}
.discipline .worry p {
  text-align: center;
  line-height: 2em;
  font-size: 1.1em;
}
h3.sub-lead {
  margin-bottom: 20px;
  border-bottom: none;
  margin-top: -10px;
  background-color: #f4f5f1;
  padding: 10px 10px;
}
.bg-green h3.sub-lead {
  background-color: #FFF
}
@media only screen and (max-width: 768px) {
  .discipline .lead h2 {
    font-size: 1.1rem;
  }
  .discipline .box {
    display: block;
    margin-bottom: 40px;
  }
  .discipline .box .describe {
    width: 100%;
    margin-bottom: 30px;
  }
  .discipline .box .discipline-pic {
    width: 75%;
    margin: 0 auto 30px;
  }
  .discipline h3 {
    margin-top: 0;
  }
  .discipline .worry p {
    text-align: left;
    line-height: 2em;
    font-size: 1.1em;
  }
  .discipline .worry br {
    display: none;
  }
}
/*----------------------------
inquiry 
-----------------------------*/
#contact .wrap-tel {
  padding-bottom: 50px;
}
#contact .wrap-tel p {
  text-align: center;
  margin-bottom: 2rem;
}
#contact .tel, #contact .fax {
  color: #2e3d27;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  left: -1rem;
}
#contact .tel span, #contact .fax span {
  font-size: 38px;
}
#contact .inquiry {
  margin-bottom: 30px;
}
#contact .inquiry table {
  background-color: rgba(240, 245, 241, 0.59);
  empty-cells: show;
  width: 100%;
  line-height: 1.3em;
  border-spacing: 0px;
  margin-bottom: 1.5em;
  padding: 20px 0;
  list-style-type: none;
  box-sizing: border-box;
}
#contact .inquiry table th {
  padding: 12px 36px 12px 0;
  border: none;
  border-bottom: 1px solid #FFF;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  width: 33%;
  line-height: 2.2em;
  box-sizing: border-box;
  background-color: rgba(248, 251, 249, 0.2);
}
#contact .inquiry table td {
  padding: 12px 5px 12px 0;
  border: none;
  border-bottom: 1px solid #FFF;
  text-align: left;
  box-sizing: border-box;
  background-color: rgba(248, 251, 249, 0.2);
}
#contact .inquiry table td .select {
  margin-bottom: 0.5em;
}
#contact .inquiry table td .select li {
  float: left;
  margin-right: 20px;
}
#contact .inquiry table td .select li input {
  vertical-align: middle;
}
#contact .inquiry table td label {
  padding: 8px 0 0px 5px;
}
#contact .inquiry table span {
  color: #ff0000;
}
#contact .inquiry table input {
  margin: 2px 0 2px 0;
  height: 2.2em;
  border: 1px solid #DDD;
}
#contact .inquiry .formBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#contact .inquiry .btnSend {
  background-color: #808080;
  color: #FFF;
  padding: 5px 0;
  margin: 0 5px 0 5px;
  border: 0;
  width: 160px;
  box-sizing: border-box;
  border-radius: 2px;
}
#contact .inquiry .btnReset {
  background-color: #FFF;
  padding: 5px 0;
  margin: 0 5px 0 5px;
  border: 0;
  border: 1px solid #dedede;
  width: 160px;
  box-sizing: border-box;
  border-radius: 2px;
}
#contact .inquiry .forml {
  width: 90%;
}
#contact .inquiry .formm {
  width: 50%;
}
#contact .inquiry .tel {
  text-align: center;
  font-size: 3em;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #contact .inquiry table {
    width: 100%;
    margin: 0 0 3% 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  #contact .inquiry table tr {
    display: block;
  }
  #contact .inquiry table th {
    display: list-item;
    padding: 10px 10px 5px;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
    /*background-color: rgba(229, 241, 232, 1.00);*/
  }
  #contact .inquiry table td {
    display: list-item;
    width: 100%;
    border-bottom: 1px #FFF solid;
    font-weight: normal;
    padding: 5px 10px 10px 10px;
  }
  #contact .inquiry .forml {
    width: 100%;
  }
  #contact .inquiry .formm {
    width: 100%;
  }
  #contact .inquiry .btnSend {
    width: 100px;
  }
  #contact .inquiry .btnReset {
    width: 100px;
  }
}
#contact .inquiry p {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #contact .inquiry .tel {
    font-size: 2.6em;
  }
  #contact .inquiry p {
    text-align: left;
  }
}
#contact .sm {
  display: none;
}
@media (max-width: 540px) {
  #contact .sm {
    display: block;
  }
  #contact .tel {
    font-size: 30px;
  }
  #contact .tel span {
    font-size: 18px;
  }
}
.clients {
  background: black;
  background-size: cover;
  padding: 60px 0;
}
.clients .client-image {
  margin-bottom: 20px;
}
.clients .client-image img {
  opacity: 0.75;
}
.clients .client-image img:hover {
  opacity: 1;
}
.clients .owl-theme .owl-controls {
  height: 0px;
  margin: 20px 0 -20px 0;
}
.client-overlay {
  position: relative;
}
.client-overlay::before {
  content: '';
  background-color: rgba(48, 48, 48, 0.48);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .clients .client-image {
    margin-bottom: 0;
  }
}
/* blog ここから */
.blog dl dt {
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 1em;
}
.blog dl dd:first-of-type {
  border-top: 1px solid #B7B7B7;
}
.blog dl dd {
  padding-left: 8em;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B7B7B7;
}
/*.blog dl dd a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}*/
.blog dl dd a::after {
  display: block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #000;
  border-right: solid 4px #000;
  transform: rotate(45deg); /* 右向きの場合 */
}
@media (max-width: 480px) {
  .blog dl dt {
    float: none;
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 1em;
  }
  .blog dl dd:first-of-type {
    border-top: none;
  }
  .blog dl dd {
    padding-left: 1em;
    border-bottom: 1px solid #B7B7B7;
    padding-top: 0;
    padding-bottom: 15px;
  }
  /*.blog dl dd a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }*/
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 1px #d7a087;
  border-right: solid 1px #d7a087;
  margin: 0;
  position: absolute; /* 2 */
  top: 43%; /* 3 */
  transform: translate(0, -50%);
  right: 20px;
}
.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
.arrow.arrow-left::before {
  transform: rotate(-135deg);
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}
/* blog ここまで */
.blog ul, .top-content2 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
.blog h2 {}
.blog h2::after {
  height: 0;
}
.blog h2 span {
  display: block;
  color: #E44337;
  font-size: 1em;
  font-weight: bold;
}
.blog h4 {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0;
}
.blog_link {
  width: 250px;
  margin: 0 auto;
  background-color: #E44337;
  text-align: center;
  border-radius: 3px;
  padding: 10px;
}
.blog_link a {
  color: #FFFFFF;
  font-size: 1.4em;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
}
.blog .blog-post {
  margin-bottom: 40px;
}
.blog .blog-post header {
  position: relative;
}
.blog .blog-post header .date {
  background-color: #fdfdfd;
  position: absolute;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  z-index: 9;
  color: #2c2c2c;
}
.blog .blog-post .blog-content {
  padding: 15px 28px;
  border: 1px solid #f5f5f5;
}
.blog .blog-post .blog-content h4 {
  margin: 20px 0;
  letter-spacing: 1px;
}
.blog .blog-post .blog-content h4 a {
  color: #333;
}
.blog .blog-post .blog-content .post-meta {
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #F5F5F5;
}
.blog .blog-post .blog-content .post-meta span {
  color: #CCC;
}
.blog .blog-post .blog-content .post-meta span:first-child a {
  color: #848484;
}
.blog .blog-post .blog-content .post-meta span a {
  color: #CCC;
  border-bottom: 1px transparent;
}
.blog .blog-post .blog-content .post-meta span a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  border-color: inherit;
}
.blog .blog-post .blog-content .post-meta span {
  padding-right: 10px;
  border-right: 1px solid #CCC;
  margin-right: 10px;
}
.blog .blog-post .blog-content .post-meta span:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
}
.blog .blog-post .blog-content p {
  color: #67666a;
  line-height: 22px;
}
.blog .blog-post footer {
  border: 1px solid #DDD;
  padding: 0px 15px;
}
.blog .blog-post footer .comment-count {
  color: #000;
  position: relative;
  padding-left: 25px;
}
.blog .blog-post footer .comment-count:hover, .blog .blog-post footer .comment-count:focus {
  color: #000;
}
.blog .blog-post footer .read-more {
  color: #000;
  position: relative;
  padding-left: 25px;
  padding-right: 0;
  text-transform: uppercase;
}
.blog .blog-post footer .read-more:hover, .blog .blog-post footer .read-more:focus {
  color: #000;
}
@media (min-width: 769px) {
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 200px;
    bottom: 5px;
    left: 220px;
  }
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 200px;
  }
}
@media (min-width: 992px) {
  .blog .blog-post header .image-slider-carousel .carousel-control.left {
    top: 210px;
    bottom: 5px;
    left: 235px;
  }
  .blog .blog-post header .image-slider-carousel .carousel-control.right {
    top: 210px;
    right: 10px;
    bottom: 5px;
  }
}
.blog-standard .blog-post {
  margin-bottom: 80px;
}
.blog-standard .blog-post:last-child {
  margin-bottom: 0;
}
.blog-standard .blog-post .featured-image {
  margin-bottom: 30px;
}
.blog-standard .blog-post .post-title {
  margin-bottom: 15px;
}
.blog-standard .blog-post .post-title > a {
  color: #5c5c5c;
}
.blog-standard .blog-post .post-title > a:hover {
  color: #000000;
  text-decoration: none;
}
.blog-standard .blog-post .post-meta {
  color: silver;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 30px;
}
.blog-standard .blog-post .post-meta a {
  color: #656565;
}
.blog-standard .blog-post .post-meta span {
  margin: 0 6px;
}
.blog-standard .blog-post .read-more {
  margin-top: 25px;
}
.blog-standard .blog-post .read-more a {
  text-transform: uppercase;
  color: black;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blog-standard .blog-post .read-more a:hover {
  color: silver;
  text-decoration: none;
}
/*overriding bootstrap's default pagination */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination > li {
  display: inline-block;
  margin-right: 8px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: black;
  border-color: black;
}
.pagination > li > a, .pagination > li > span {
  color: #909090;
}
.sidebar {
  padding: 0 0 0 30px;
}
.sidebar .widget {
  margin-bottom: 60px;
}
.sidebar .widget.popular-posts .widget-content ul {
  padding: 15px 0 0 0;
  list-style: none;
  color: #b0b0b0;
}
.sidebar .widget.popular-posts .widget-content ul li {
  margin-bottom: 30px;
}
.sidebar .widget.popular-posts .widget-content ul .thumb {
  margin-right: 10px;
  margin-top: -10px;
}
.sidebar .widget.popular-posts .widget-content ul .title {
  color: gray;
}
.sidebar .widget.popular-tags a {
  margin-bottom: 6px;
}
.sidebar .widget.categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .widget.categories ul li {
  line-height: 3em;
}
.sidebar .widget.categories ul li:before {
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 15px;
}
.sidebar .widget.categories ul li a {
  color: black;
}
.sidebar .widget.categories ul li a:hover {
  color: gray;
}
.left-sidebar .sidebar {
  padding: 0 30px 0 0;
}
.blog-grid .blog-element {
  max-height: 290px;
  overflow: hidden;
}
.blog-grid .blog-element img {
  width: 100%;
}
#disqus_thread {
  margin-top: 40px;
}
.pricing {
  background-color: bg-base-color;
}
.pricing .price-box {
  background-color: #f9f9f9;
  color: #000;
  text-align: center;
  padding: 40px 15px 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .pricing .price-box.last {
    margin-bottom: 0;
  }
}
.pricing .price-box h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
}
.pricing .price-box .btn-white {
  border-color: #e3e3e3;
}
.pricing .price-box .price-info {
  position: relative;
  padding: 0 15px 15px;
  margin-bottom: 25px;
}
.pricing .price-box .price-info .price {
  color: #313131;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}
.pricing .price-box .price-info .price sup {
  font-size: 20px;
  top: -18px;
  left: -2px;
}
.pricing .price-box .price-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing .price-box .price-info ul li {
  display: block;
  margin-bottom: 25px;
}
.pricing .price-box .price-info ul .disabled {
  color: #c7c7c7;
  text-decoration: line-through;
}
.pricing .featured {
  border: 1px solid #000;
  background-color: #FFF;
}
.pricing .featured h3 {
  letter-spacing: 10px;
}
.subscribe {
  background: #000;
}
.subscribe .btn-default {
  border-color: #ffffff;
  color: #000;
}
.subscribe .subscribe-text {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.subscribe .subscribe-text h2 {
  margin-top: 0;
}
.subscribe .subscribe-text h2, .subscribe .subscribe-text span {
  position: relative;
  z-index: 2;
  color: #fff;
}
.subscribe .subscribe-text span {
  text-transform: uppercase;
}
.subscribe .subscribe-text::before {
  content: '';
  border-right: 1px solid #313131;
  position: absolute;
  right: 0;
  top: -15px;
  bottom: -15px;
  border-width: 3px;
}
@media only screen and (max-width: 768px) {
  .subscribe .subscribe-text::before {
    display: none;
  }
}
.subscribe .subscribe-text::after {
  position: absolute;
  content: "\f003";
  font-family: FontAwesome;
  color: #313131;
  z-index: 1;
  top: -29px;
  left: -12px;
  font-size: 6em;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.subscribe .subscribe-form {
  margin-top: 10px;
  margin-bottom: 10px;
}
.subscribe .subscribe-form .input-group-addon {
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.subscribe .subscribe-form .input-group-addon:hover {
  background: rgba(255, 255, 255, 0.75);
}
.subscribe .subscribe-form input[type="email"] {
  background: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #000000;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.subscribe .subscribe-form input[type="submit"] {
  border: 0;
  color: #000;
  background-color: transparent;
}
.subscribe .spam-text {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .subscribe .spam-text {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .subscribe .subscribe-text {
    margin-bottom: 0;
  }
}
.why-choose-us .why-explain {
  position: relative;
}
.why-choose-us .why-explain::before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  color: #CCC;
  border: 1px solid #CCC;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
}
.why-choose-us .why-explain.nonlink::before {
  content: "";
  border: 0;
}
.why-choose-us .why-explain-wrap a, .why-choose-us a p {
  color: #222;
  text-decoration: none;
}
.why-choose-us .why-explain.top::before {
  top: 20px;
  left: 0;
}
.why-choose-us .why-explain.bottom::before {
  left: 0;
}
@media only screen and (max-width: 992px) {
  .why-choose-us .why-explain::before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    color: #CCC;
    border: 1px solid #CCC;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 24px;
  }
  .why-choose-us .why-explain::before {
    top: 0px;
    left: 0;
  }
  .why-choose-us .why-explain.top::before {
    top: -45px;
    left: 0;
  }
  .why-choose-us h4 {
    position: relative;
    left: 30px;
  }
  .why-choose-us .last h4 {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .why-choose-us h4 {
    margin-bottom: 10px;
    bottom: 13px;
  }
  .why-choose-us .why-explain.bottom::before {
    top: -16px;
    left: 0;
  }
  .why-choose-us p {
    margin-bottom: 35px;
  }
  .why-choose-us p.last {
    margin-bottom: 0px;
  }
  .why-choose-us .why-explain-wrap {
    margin-bottom: 35px;
  }
  .why-choose-us .why-explain-wrap.last {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .why-choose-us .why-us-image {
    margin-bottom: 60px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .why-choose-us h4 {
    margin: 0px 0px 15px 25px;
  }
  .why-choose-us .section-content p {
    padding: 25px;
  }
  .why-choose-us .why-explain {
    margin-right: 25px;
  }
  .why-choose-us h4 {
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .why-choose-us .why-explain::before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .why-choose-us .why-explain.top {
    border-top: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .why-choose-us .why-explain.top::before {
    top: -19px;
    left: -32px;
  }
  .why-choose-us .why-explain.top::after {
    content: "";
    position: absolute;
    height: 35px;
    right: 0;
    bottom: -35px;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
  }
  .why-choose-us .why-explain.top-1::after {
    width: 35%;
  }
  .why-choose-us .why-explain.top-2::after {
    width: 70%;
  }
  .why-choose-us .why-explain.top-3::after {
    width: 105%;
  }
  .why-choose-us .why-explain.bottom {
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .why-choose-us .why-explain.bottom h4 {
    padding-top: 15px;
  }
  .why-choose-us .why-explain.bottom::before {
    bottom: -19px;
    left: -32px;
  }
  .why-choose-us .why-explain.bottom::after {
    content: "";
    position: absolute;
    height: 35px;
    top: -35px;
    right: 0;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
  }
  .why-choose-us .why-explain.bottom-1::after {
    width: 0;
    right: -1px;
  }
  .why-choose-us .why-explain.bottom-2::after {
    width: 25%;
  }
  .why-choose-us .why-explain.bottom-3::after {
    width: 65%;
  }
  .why-choose-us .why-explain-wrap:hover .why-explain::before {
    background-color: #F0EABB;
    color: #FCA517;
    border: 0;
  }
  .why-choose-us .why-explain-wrap:hover .why-explain.nonlink::before {
    background-color: #FFF;
    color: #222;
  }
  .why-choose-us .why-explain.nonlink::before {
    content: "";
    border: 0;
  }
}
@media (max-width: 991px) {
  .why-choose-us .why-explain.top {
    border-top: 1px solid #E5E5E5;
  }
  .why-choose-us .why-explain.bottom {
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
  }
  .why-choose-us .section-content p {
    padding-top: 20px;
  }
}
.our-process {
  background-color: #ffffff;
  padding-bottom: 0;
  /* Devider */
}
.our-process .section-content {
  margin: 0 136px;
}
@media only screen and (max-width: 992px) {
  .our-process .section-content {
    margin: 0;
  }
}
.our-process .our-process-image {
  height: 8em;
  width: 8em;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  display: table;
  margin-bottom: 10px;
  float: right;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .our-process .our-process-image {
    margin: 0;
    height: 6em;
    width: 6em;
  }
}
.our-process .our-process-image span {
  font-size: 4em;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .our-process .our-process-image span {
    font-size: 3em;
  }
}
.our-process .our-process-image.left {
  float: left;
  margin-right: 40px;
  margin-left: 0px;
}
.our-process .process {
  margin: 80px 0;
}
.our-process .process .our-process-text.right {
  text-align: right;
}
.our-process .divider {
  margin-top: 40px;
  height: 1px;
  width: -webkit-calc(100% - 112px);
  width: calc(100% - 112px);
  position: relative;
  border-bottom: 2px dotted #dadada;
  margin: 0 auto;
}
.our-process .divider img {
  position: absolute;
  left: -webkit-calc(50% - 68px);
  left: calc(50% - 68px);
  top: -47px;
}
.our-process .divider-right::after {
  content: "";
  position: absolute;
  top: 2px;
  height: 25px;
  left: 0;
  border-left: 2px dotted #dadada;
}
.our-process .divider-right::before {
  content: "";
  position: absolute;
  top: -26px;
  height: 25px;
  right: 0;
  border-left: 2px dotted #dadada;
}
.our-process .divider-left::after {
  content: "";
  position: absolute;
  top: -26px;
  height: 25px;
  left: 0;
  border-left: 2px dotted #dadada;
}
.our-process .divider-left::before {
  content: "";
  position: absolute;
  top: 2px;
  height: 25px;
  right: 0;
  border-left: 2px dotted #dadada;
}
.gallery .og-grid li > a {
  border: none;
  outline: none;
  display: block;
  position: relative;
}
.gallery .og-close::before, .gallery .og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery .og-fullimg, .gallery .og-details {
  width: 50%;
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.gallery .og-grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.gallery .og-grid li {
  display: inline-block;
  vertical-align: top;
  height: 250px;
  margin: 10px -2px;
  width: 33.33%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .gallery .og-grid li {
    width: 100%;
  }
}
.gallery .og-grid li > a {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery .og-grid li.og-expanded {
  margin-bottom: 35px;
}
.gallery .og-grid li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  bottom: -15px;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 15px;
  left: 50%;
  margin: -20px 0 0 -15px;
}
.gallery .og-grid.og-grid-4col li {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .gallery .og-grid.og-grid-4col li {
    width: 100%;
  }
}
.gallery .og-grid.og-grid-5col li {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .gallery .og-grid.og-grid-5col li {
    width: 100%;
  }
}
.gallery .og-expander {
  position: absolute;
  background: #ddd;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 15px;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.gallery .og-expander-inner {
  padding: 50px 30px;
  height: 100%;
}
.gallery .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.gallery .og-close:hover::before {
  background: #333;
}
.gallery .og-close:hover::after {
  background: #333;
}
.gallery .og-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery .og-fullimg {
  text-align: center;
}
.gallery .og-fullimg img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.gallery .og-details {
  padding: 0 40px 0 20px;
}
.gallery .og-details h3 {
  font-weight: 300;
  font-size: 52px;
  padding: 40px 0 10px;
  margin-bottom: 10px;
}
.gallery .og-details p {
  color: #999;
}
.gallery .og-details a {
  margin: 30px 0 0;
  outline: none;
}
.gallery .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  -webkit-animation: loader 0.5s infinite ease-in-out both;
  animation: loader 0.5s infinite ease-in-out both;
}
@-webkit-keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}
@media screen and (max-width: 830px) {
  .gallery .og-expander h3 {
    font-size: 32px;
  }
  .gallery .og-expander p {
    font-size: 13px;
  }
  .gallery .og-expander a {
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .gallery .og-fullimg {
    display: none;
  }
  .gallery .og-details {
    float: none;
    width: 100%;
  }
}
.services {
  background-color: #edece6;
  position: relative;
}
.services:before {
  position: absolute;
  content: url(../images/home/bg-service.png);
  right: 0;
  bottom: -10px;
}
.services .section-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services .section-content .service {
  width: calc((100% - 2px) / 3);
  background-color: rgb(255 255 255 / 90%);
  margin-bottom: 1px;
  padding: 30px;
  text-decoration: none;
  color: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.services .section-content .service:hover {
  color: #222;
  background-color: rgb(255 255 255 / 50%);
}
.services .section-content .service .service-icon {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .section-content .service h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.325rem;
  letter-spacing: 0.05rem;
}
.services .section-content .service.service1 img {
  width: 80px;
}
.services .section-content .service.service2 img {
  width: 82px;
}
.services .section-content .service.service3 img {
  width: 86px;
}
.services .section-content .service.service4 img {
  width: 64px;
}
.services .section-content .service.service5 img {
  width: 74px;
}
.services .section-content .service.service6 img {
  width: 70px;
}
.services .section-content .service1 h4, .services .section-content .service3 h4, .services .section-content .service5 h4 {
  color: #703607;
}
.services .section-content .service2 h4, .services .section-content .service4 h4, .services .section-content .service6 h4 {
  color: #226339;
}
@media only screen and (max-width: 768px) {
  .services .section-content .service {
    width: calc((100% - 2px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .services {
    padding: 30px 0;
  }
  .services:before {
    right: auto;
    bottom: auto;
    top: -50px;
    right: -240px;
    opacity: 0.4;
  }
  .services .section-content .service .service-icon {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services .section-content .service h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1rem;
    letter-spacing: 0.01rem;
    margin-bottom: 0.5rem;
  }
  .services .section-content .service.service1 img {
    width: 40px;
  }
  .services .section-content .service.service2 img {
    width: 41px;
  }
  .services .section-content .service.service3 img {
    width: 43px;
  }
  .services .section-content .service.service4 img {
    width: 32px;
  }
  .services .section-content .service.service5 img {
    width: 37px;
  }
  .services .section-content .service.service6 img {
    width: 35px;
  }
  .services .section-content .service {
    padding: 15px 10px 10px;
  }
  .services .section-content .service .about-service p {
    font-size: 12px;
  }
}
.footer {
  /*background-color: #d84b40;
  color: #fff;*/
  z-index: 9999;
}
.footer .footerNav {
  padding: 33px 0 20px 0;
  text-align: center;
}
.footer .footerNav ul {
  padding: 0;
  margin-left: 0;
}
.footer .footerNav li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.footer .footerNav li a {
  color: #727171;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
}
.footer .footerNav .navlist {
  display: table;
  width: 100%;
}
.footer .footerNav .navlist ul {
  margin-bottom: 30px;
}
.footer .footerNav .navlist > li {
  display: table-cell;
  float: left;
  margin-right: 50px;
  line-height: 2em;
}
.footer .footerNav .navlist > li .fnav-home {
  margin-bottom: 0.6rem;
}
.footer .footerNav .navlist > li.partition2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footerNav .navlist > li.partition1 li, .footer .footerNav .navlist > li.partition2 li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #F9BFBB;
}
.footer .footerNav .navlist > li.partition2 h5, .footer-logo h5 {
  width: 100%;
  font-size: 14px;
  border-bottom: 2px solid #FF8E85;
  line-height: 1;
  padding-bottom: 0.5rem;
  margin-bottom: 0.4rem;
  /*color: #FFFFFF;*/
}
.footer .footerNav .navlist > li.partition2 ul {}
.footer .footerNav .navlist li li {
  position: relative;
  /*padding-left: 1.4rem;*/
}
.footer .footerNav .navlist li li a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.footer .footerNav .navlist li li a:hover {
  color: #9b9f94;
}
/*.footer .footerNav .navlist li li::before {
  position: absolute;
  content: url(../images/common/icn_fnavi.png);
  left: 0;
  top: 3px;
}*/
.footer .footerNav .navlist li li::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  margin-right: 4px;
  color: #fff;
}
.footer .footerNav .navlist li .fnav-home::before {
  content: url(../images/common/icn_fnavi_home.png);
}
.footer .address {
  padding: 34px 0 30px 30px;
}
.footer .address .footer-logo {
  width: 330px;
  margin-bottom: 10px;
}
.footer .address dl dt, .footer .address dl dd {
  line-height: 2em;
}
.footer .address dl dt {
  float: left;
  width: 6em;
}
.footer .copyright {
  color: rgba(255, 255, 255, 1);
  margin: 0;
  width: 100%;
  line-height: 100%;
  display: inline-block;
  padding: 30px 0 40px;
  background-color: #dab35d;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 16px;
}
.footer .short-data {
  line-height: 2em;
}
.footer .short-data span {
  font-size: 0.8em;
}
.footer .btn-sm {
  /*padding: 8px 20px;*/
  padding: 3px 12px;
}
.footer .btn-default {
  background-color: #fff;
  border: 0;
  color: #61b689;
}
@media only screen and (min-width: 481px) {
  .footer .sp-contact, .footer .sp-instagram, .footer .sp-contact, .footer .sp-lesson {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footerNav, .footer .address {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* flex-direction: column; */
  }
}
.footer .sns li {
  display: inline;
}
.footer .pc-contact {
  width: 180px;
  display: block;
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 9999;
  height: 180px;
}
.footer .instagram {
  width: 180px;
  display: block;
  position: fixed;
  right: 0;
  top: 500px;
  z-index: 9999;
  height: 180px;
}
.footer .lesson {
  width: 180px;
  display: block;
  position: fixed;
  right: 0;
  top: 500px;
  z-index: 9999;
  height: 180px;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 0.75rem;
    font-weight: 100;
  }
  .footer .address {
    padding: 0 50px 30px 30px;
  }
  .footer .footerNav {
    padding: 33px 0 0 50px;
  }
  .footer .sp-contact img {
    width: 50%;
    /*display: flex;
    color: #d2ccba;
    align-content: center;
    justify-content: center;
    font-family: 'Noto Serif JP', serif;
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;*/
    bottom: 0;
    /*min-height: 54px;*/
    z-index: 9999;
    padding: 0;
    left: 0;
    position: fixed;
  }
  .footer .sp-instagram img {
    width: 50%;
    bottom: 0;
    z-index: 9999;
    padding: 0;
    right: 0;
    position: fixed;
  }
  .footer .sp-lesson img {
    width: 50%;
    bottom: 0;
    z-index: 9999;
    padding: 0;
    right: 0;
    position: fixed;
  }
  .footer .sp-tel {
    font-size: 1.2rem;
    display: block;
  }
  .footer .time {
    display: block;
  }
  .footer .sp-tel .tel {
    font-size: 0.8rem;
  }
  .footer .pc-contact {
    width: 60px;
    display: block;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 9999;
    height: 100px;
  }
  .footer .instagram {
    width: 60px;
    display: block;
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 9999;
    height: 10px;
  }
  .footer .lesson {
    width: 60px;
    display: block;
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 9999;
    height: 10px;
  }
  .footer span {
    font-size: 0.65rem;
  }
  .footer > span {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .footer .pc-contact, .footer .instagram, .footer .pc-contact, .footer .lesson {
    display: none;
  }
}
[href^="tel"] {
  text-decoration: none;
  color: #333;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    /*margin-bottom: 54px;*/
  }
}
.footer .footer-menu {
  color: rgba(255, 255, 255, 0.9);
}
.footer .footer-menu a {
  color: inherit;
}
.footer .footer-social-block {
  margin: 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer .footer-social-block {
    margin-bottom: 15px;
  }
  .footer .copyright {
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .footerNav .navlist > li.partition2 {
    margin-right: 0;
    width: 100%;
  }
}
.footer .footer-social-block li {
  display: inline-block;
}
.footer .footer-social-block li a {
  display: block;
  color: #e3e1e1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 992px) {
  .footer .footer-social-block li a {
    padding: 0 8px;
  }
}
.footer .footer-social-block li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .footer .footer-menu li:last-child {
    padding-right: 0;
  }
  .footer .footer-social-block li a {
    border-left: 1px solid #464646;
    padding: 5px 15px;
  }
  .footer .footer-social-block li:last-child a {
    border-right: 1px solid #464646;
  }
}
.footer-widgets {
  background: #171717;
  color: #cbc9cf;
}
.footer-widgets h4 {
  color: #FFFFFF;
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3c3c3c;
}
.footer-widgets .content-wrap.widget-contact {
  padding-left: 25px;
}
.footer-widgets .content-wrap.widget-contact ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-widgets .content-wrap.widget-contact ul li {
  margin-bottom: 25px;
}
.footer-widgets .content-wrap.widget-contact ul li i {
  margin-right: 6px;
}
.footer-widgets .content-wrap.widget-recent-posts {
  padding-left: 25px;
}
.footer-widgets .content-wrap.widget-recent-posts ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-widgets .content-wrap.widget-recent-posts ul li {
  margin-bottom: 20px;
}
.footer-widgets .content-wrap.widget-recent-posts ul li .post-title {
  display: block;
  color: #ffffff;
}
.footer-widgets .content-wrap.widget-recent-posts ul li .author {
  color: inherit;
}
.footer-widgets .content-wrap.widget-gallery {
  padding-left: 25px;
}
.footer-widgets .content-wrap.widget-gallery a {
  display: block;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 5%;
  height: 1px;
  padding-bottom: 20%;
  float: left;
  background-color: black;
  background-size: cover;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-widgets .content-wrap.widget-gallery a:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 991px) {
  .footer-widgets .content-wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-widgets .content-wrap {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .footer .footerNav {
    padding: 20px 20px 0 20px;
  }
  .footer .address {
    padding: 0 20px 20px 20px;
    justify-content: flex-start;
    flex-direction: row;
  }
  .footer .address .footer-logo {
    width: 250px;
  }
  .footer .short-data {
    font-size: 12px;
    line-height: 1.6;
  }
}
.four-o-four {
  display: table;
  height: 100vh;
  width: 100%;
  background-image: url(../images/404.jpg);
  background-size: contain;
  background-position: 20% center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .four-o-four {
    background-position-x: 0;
  }
}
@media (max-width: 768px) {
  .four-o-four {
    background-image: none;
    text-align: center;
  }
}
.four-o-four .four-o-four-inner {
  display: table-cell;
  vertical-align: middle;
}
.four-o-four .four-o-four-inner h1 {
  font-weight: bold;
}
#sitemap a {
  color: #000;
}
#sitemap a:hover {
  color: #999;
}
.iphone .navbar-solid {
  background-color: #339266;
}
.privacy h4 {
  margin-bottom: 0.5rem;
  font-size: 18px;
}
.privacy p {
  margin-bottom: 2rem;
}
.privacy ul {
  margin-bottom: 2rem;
  margin-left: 1.5em;
}
.before {
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  position: absolute;
  top: 2%;
  left: 28%;
  transform: translateX(-50%);
  -webkit- translateX(-50%);
}
.after {
  width: 100px;
  height: 100px;
  color: #ffffff;
  background-color: rgba(216, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  position: absolute;
  top: 2%;
  left: 28%;
  transform: translateX(-50%);
  -webkit- translateX(-50%);
}
.box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  /*font-weight: bold;*/
  border: 3px solid #808080;
  display: inline-block;
}
.box1 p {
  margin: 0;
  padding: 0;
}
.box2 {
  padding: 2.5em 1em;
  margin: 2em 0;
  background-color: rgba(255, 255, 255, 0.80);
}
.box3 {
  margin: 2em 0;
  position: relative;
  padding: 1.5em 2.5em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.box3:before, .box3:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}
.box3:before {
  left: 10px;
}
.box3:after {
  right: 10px;
}
.box3 p {
  margin: 0;
  padding: 0;
}
.h-200 {
  height: 200px;
}
.parent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv {
  background-image: url(../../assets/images/home/bg-2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.tv h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
}
.bnr {
  background-color: #01A8CE;
  background-image: url(../images/home/bg-corona.png);
  padding: 30px 0 20px;
  background-repeat: no-repeat;
  background-position: right 0%;
}
.bnr a {
  color: #FFFFFF;
  font-weight: bold;
}
.fa-lg {
  line-height: 1.5em !important;
  vertical-align: 0 !important;
}
@media only screen and (max-width: 575px) {
  .fa-lg {
    font-size: 1em !important;
  }
}
.catch {
  color: #0D5F9E;
  font-weight: bold;
  font-size: 3em;
}
@media (max-width: 480px) {
  .catch {
    font-size: 1.5em;
  }
}
.sectTit {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
}
.sectTit:before, .sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #faa94d; /*//斜め線の色*/
  width: 2px; /*//斜め線の太さ*/
  height: 2em; /*//斜め線の長さ*/
  margin: 0 1em; /*//テキストとの間に左右余白をつくる*/
  margin-top: -.2em; /*//斜め線の位置調整*/
  vertical-align: middle;
}
.sectTit:before {
  transform: rotate(-35deg); /*//角度調整*/
}
.sectTit:after {
  transform: rotate(35deg); /*//角度調整*/
}
/* bootstrap */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.category {
  min-width: 150px;
  background-color: #90B9CC;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 160px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  font-weight: bold;
}
/* flow */
ul.arrowlist {
  list-style: none;
  padding: 15px 10px 15px 10px;
  margin: 15px 0;
  /*border: 2px solid #e8e8e8;  外枠ボーダー 好みに合わせて */
  background-color: #F8EAE5; /* 背景色 好みに合わせて */
}
/* ul.arrowlist:before{
    content: attr(data-title)"";
    display: block;
    padding: 10px;
    margin: 0 -10px 15px -10px;
    background-color: #e8e8e8; タイトル背景色 好みに合わせて 
    text-align: center;
    font-weight: bold;
}*/
ul.arrowlist li {
  display: table;
  margin: 0 auto;
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 2px solid #e8e8e8; /* ブロックボーダー 好みに合わせて */
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
ul.arrowlist li:not(:last-child) {
  margin-bottom: 30px;
}
ul.arrowlist li:not(:last-child):after {
  content: "\f078";
  font-family: FontAwesome;
  /* FontAwesome5を使用する場合はこっちに置き換えてください */
  /* font-family: "Font Awesome 5 Free"; */
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  text-align: center;
  color: #D84B40; /* 矢印の色 好みに合わせて */
}
/* 縦中央 */
.vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap.pattern-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parent2 {
  width: 80%;
  height: 200px;
  background-color: lightblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* アンカーのずれを調整 */
#anchor1, #anchor2, #anchor3, #anchor4, #anchor5, #anchor6, #anchor7 {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 480px) {
  #anchor1, #anchor2, #anchor3, #anchor4, #anchor5, #anchor6, #anchor7 {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.anchor {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  /*margin-bottom: 60px;*/
}
.anchor li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
@media (max-width: 480px) {
  .anchor li {
    display: block;
  }
}
/* リスト */
.list ul li {
  position: relative;
  padding-left: 40px;
  list-style-type: none;
}
.list ul li:before {
  color: #fc0;
  content: "・";
  font-size: 46px;
  position: absolute;
  top: 0;
  left: 0;
}
/* テキストバナー */
.btn-parent {
  background: #e44337;
  width: 230px;
  margin: 0 auto;
  padding: 14px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  /*border-bottom: 3px solid #333;*/
  transform: skew(-15deg)
}
.btn-parent a {
  width: 190px;
  padding: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition-duration: 1s;
}
.btn-parent a:hover {
  color: rgba(229, 148, 142, 1.00);
  transform: rotate(360deg);
}
.button {
  display: inline-block;
  width: 320px;
  /*height: 40px;*/
  text-align: center;
  text-decoration: none;
  /*line-height: 40px;
  border-radius: 5px;*/
  outline: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
.button2 {
  display: inline-block;
  /*width: 295px;
  height: 40px;*/
  text-align: center;
  text-decoration: none;
  /*line-height: 40px;
  border-radius: 5px;*/
  outline: none;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}
.button::before, .button::after, .button2::before, .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after, .button2, .button2::before, .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button, .button2 {
  background-color: #d7a087;
  color: #fff !important;
}
.button:hover, .button2:hover {
  background-color: #F5BEA5;
  text-decoration: none;
}
/* 斜体 */
.transform-italic {
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
/* 画像　円 */
.circle {
  border-radius: 50%;
  /*width: 300px;
  height: 300px;*/
}
/* info */
.info {
  position: absolute;
  left: 0;
  top: -150px;
  background-color: #D84B40;
  padding: 20px 35px;
  width: 100%;
  z-index: 999;
  border-radius: 5px;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .info {
    position: static;
    top: 0;
  }
}
.info h2 {
  font-style: oblique;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  word-spacing: 8px;
  letter-spacing: 2px;
  color: #FFFFFF;
}
.info dl {
  overflow-y: scroll;
  max-height: 150px;
}
.info dt {
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
}
.info dd {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  padding-left: 7em;
}
/* color */
.red {
  color: #ff0000;
}
.green {
  color: #358861;
}
.brown {
  color: #a67435;
}
.blue {
  color: #325f99;
}
/*----------------------------
spacer
-----------------------------*/
/* padding */
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* margin */
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
textarea::placeholder, input::placeholder {
  color: #999;
}
/* IE */
input:-ms-input-placeholder {
  color: #999;
}
/* Edge */
input::-ms-input-placeholder {
  color: #999;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
/*=========
accordion
=========*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  /*border-top-color: #b7b7b7;*/
  border-bottom-color: #b7b7b7;
  border-left-style: none;
  border-right-style: none;
  /*border-top-style: none;
    border-top-width: 1px;*/
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s; /*color: rgba(255, 255, 255, 1.00);*/
}
.first_border {
  border-top: 1px solid #B7B7B7;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  /*background-color: #444;*/
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  /*background-color: #000;*/
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  /*background-color: #333;*/
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #d7b694;
  width: 30px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #d7b694;
  width: 0;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 14px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  /*background: #fff;*/
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "Q．";
  color: #d7b694;
  font-size: 25px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .p-faq__headinner::before {
    top: 0;
  }
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 16px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 16px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #90B9CC;
  font-size: 20px;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-faq__bodyinner p.p-faq__a-txt {
  /*font-size: 20px;*/
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/*=========
base
=========*/
html, body {
  margin: 0;
  padding: 0;
}
/*body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
}*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.s_section {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
/*.gutter > *:not(:last-child) {
  margin-bottom: 1.5rem;
}*/
/*h2 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333333;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 16px;
  }
}*/
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
figure {
  /*width: 300px;
  height: 200px;*/
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.vertical-align input, .vertical-align select {
  vertical-align: middle;
}
.central {
  display: grid;
  place-items: center;
}
label {
  display: block;
  position: relative;
  padding-left: 2em;
  line-height: 1.5em;
}
label input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .sp-logo {
    width: 20%;
  }
}
.price-table th {
  width: 50%;
  text-align: left;
}
.price-table td {
  vertical-align: middle;
}
details {
  /*border: 1px solid #ccc;*/
}
details:not(:last-child) {
  margin-bottom: 20px;
}
/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  /*border: 1px solid #ccc;*/
  font-size: 32px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  margin-top: 0;
  word-spacing: 8px;
  letter-spacing: 0;
  color: #D7A087;
  text-align: center;
}
/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}
/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::before {
  font-family: FontAwesome;
  content: '\f067';
  margin-right: 20px;
}
/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::before {
  content: '\f068';
}
.osusume_warp {
  position: relative;
}
h3.osusume::after {
  position: absolute;
  content: '';
  top: -40px;
  left: 190px;
  display: block;
  width: 150px; /*画像の幅*/
  height: 92px; /*画像の高さ*/
  background-image: url(../images/home/osusume.png);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  h3.osusume::after {
    position: absolute;
    content: '';
    top: -65px;
    left: 410px;
    width: 150px; /*画像の幅*/
    height: 92px; /*画像の高さ*/
  }
}
@media (max-width: 480px) {
  h3.osusume::after {
    position: absolute;
    content: '';
    top: -65px;
    left: 220px;
    width: 150px; /*画像の幅*/
    height: 92px; /*画像の高さ*/
  }
}
h2.osusume::after {
  position: absolute;
  content: '';
  top: -45px;
  left: 64%;
  display: block;
  width: 130px; /*画像の幅*/
  height: 79px; /*画像の高さ*/
  background-image: url(../images/home/osusume.png);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  h2.osusume::after {
    top: -55px;
    left: 62%;
    width: 150px; /*画像の幅*/
    height: 92px; /*画像の高さ*/
  }
}
@media (max-width: 480px) {
  h2.osusume::after {
    top: -55px;
    left: 68%;
    width: 130px; /*画像の幅*/
    height: 79px; /*画像の高さ*/
  }
}
.tudo {
  color: #FFFFFF;
  border-radius: 20px;
  font-size: 2em;
  background-color: #D7A087;
  display: inline-block;
  width: 300px;
}
.course {
  padding-left: 30px;
  padding-right: 30px;
  color: #FFFFFF;
  font-size: 36px;
  border-radius: 353px;
  background-color: #D7A087;
  display: inline-block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .course {
    font-size: 26px;
  }
}