@charset "UTF-8";
@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);
:root {
  --color-main:#73B8E2;
  --color-main-d:#4e9ccc;
  --color-main-f:#2887c1;
  --color-font:#2a2a2a;
  --color-gray:#f7f7f7;
  --color-bluebg:#d3e2eb;
}

/*----------------------------
import fonts
-----------------------------*/
/* Noto Serif JP*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html, body {
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/*-----------------------------------------
    Page Loader
------------------------------------------*/
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-main);
  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%;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container {
  position: relative;
  z-index: 3;
}

/* overlay and pattern */
.overlay, .color-overlay, .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 750px;
  width: 100%;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 992px) {
  .overlay, .color-overlay, .gradient-overlay {
    height: 163.2653061224vw;
  }
}
.color-overlay,
.color-overlay2 {
  background: #5bb0c9;
  opacity: 0;
}

.color-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}

.color-overlay3 {
  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+ */
  /* Chrome,Safari4+ */
  /* 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 */
}

a {
  color: var(--color-main-f);
}

.sp_br {
  display: none;
}

@media only screen and (min-width: 641px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
/**************BTN**************/
.btn_contact {
  background: linear-gradient(to bottom, var(--color-main), #1f7fba);
  color: #FFF;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition-duration: 0.3s;
}

.btn_contact:before {
  content: "";
  background: url(../images/common/icn_03.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  margin: 0 5px 0 0;
}

.btn_contact:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #FFF;
}

.btn01 {
  background-color: var(--color-main-d);
  transition-duration: 0.3s;
  color: #FFF;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
}
.btn01 span {
  line-height: 50px;
}
.btn01 span::after {
  content: "";
  background: url(../images/common/icn_02.png) no-repeat;
  display: inline-block;
  width: 7px;
  height: 12px;
  background-size: cover;
  vertical-align: -0.02em;
  margin-left: 0.5em;
}
.btn01:hover {
  color: #FFF;
  text-decoration: none;
  background-color: var(--color-main);
}

.btn02 {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  transition-duration: 0.3s;
  background: linear-gradient(to bottom, var(--color-main), #1f7fba);
  text-align: center;
}
.btn02::before {
  content: "";
  background: url(../images/common/icn_03.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: -0.1em;
}
.btn02:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #FFF;
}
.btn02:focus {
  text-decoration: none;
  color: #FFF;
}

/**************TITLE**************/
.title_01 {
  text-align: center;
  color: var(--color-font);
  font-size: 3rem;
  position: relative;
  margin: 0 0 60px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .title_01 {
    font-size: 2.6rem;
    margin: 0 0 1.8em;
  }
}
@media only screen and (max-width: 640px) {
  .title_01 {
    font-size: 2.2rem;
  }
}
.title_01::after {
  content: "";
  width: 100px;
  height: 3px;
  background: var(--color-main);
  display: block;
  bottom: -0.9em;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  border-radius: 1.5px;
}

.title_02 {
  background-color: var(--color-main);
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  padding: 13px 30px;
  margin: 0 0 20px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .title_02 {
    font-size: 1.8rem;
    padding: 3vw;
  }
}
.title_03 {
  color: var(--color-main-f);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .title_03 {
    font-size: 1.6rem;
  }
}

/**************UL**************/
.li_check {
  padding: 0;
}
.li_check li {
  list-style-type: none;
  margin-bottom: 1em;
  text-indent: -27px;
  padding-left: 27px;
}
.li_check li::before {
  content: "";
  background: url(../images/common/icn_04.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.ul01 {
  padding: 0;
}
.ul01 li {
  list-style-type: none;
  margin-bottom: 1em;
  text-indent: -17px;
  padding-left: 17px;
}
.ul01 li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color-main);
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
}

/**************TABLE**************/
.tbl_01 {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.tbl_01 th,
.tbl_01 td {
  padding: 18px 30px;
  line-height: 2;
  vertical-align: top;
}

.tbl_01 th {
  border-bottom: 1px #5aa2d0 solid;
  font-weight: 400;
  text-align: center;
}

.tbl_01 td {
  border-bottom: 1px #dbdbdb solid;
}

@media only screen and (max-width: 640px) {
  .tbl_01 th,
  .tbl_01 td {
    padding: 3.0612244898vw 4.0816326531vw;
  }
}
.tbl_02 {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.tbl_02 th,
.tbl_02 td {
  padding: 18px 30px;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px #cfcfcf solid;
  text-align: center;
}

.tbl_02 th {
  font-weight: 700;
  color: #FFF;
  background-color: var(--color-main-d);
  font-size: 1.6rem;
}

.tbl_02 thead + tbody th {
  background-color: var(--color-bluebg);
  font-weight: 400;
  color: var(--color-font);
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .tbl_02 th,
  .tbl_02 td {
    padding: 2.0408163265vw 3.0612244898vw;
  }
  .tbl_02 th,
  .tbl_02 thead + tbody th {
    font-size: 1.4rem;
  }
}
.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.8em;
  vertical-align: top;
  border-top: 1px solid #eee;
}

.table2 > thead > tr > th,
.table2 > tbody > tr > th,
.table2 > tfoot > tr > th,
.table2 > thead > tr > td,
.table2 > tbody > tr > td,
.table2 > tfoot > tr > td {
  padding: 11px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #eee;
}

.table2 > thead > tr.last > th,
.table2 > tbody > tr.last > th,
.table2 > tfoot > tr.last > th,
.table2 > thead > tr.last > td,
.table2 > tbody > tr.last > td,
.table2 > tfoot > tr.last > td {
  border-top: 2px solid #ccc;
  padding: 20px 11px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .table2 > thead > tr > th,
  .table2 > tbody > tr > th,
  .table2 > tfoot > tr > th,
  .table2 > thead > tr > td,
  .table2 > tbody > tr > td,
  .table2 > tfoot > tr > td {
    padding: 10px 5px;
  }
  .table2 > thead > tr.last > th,
  .table2 > tbody > tr.last > th,
  .table2 > tfoot > tr.last > th,
  .table2 > thead > tr.last > td,
  .table2 > tbody > tr.last > td,
  .table2 > tfoot > tr.last > td {
    border-top: 2px solid #ccc;
    padding: 15px 5px;
    font-weight: bold;
  }
}
/**************CV AREA**************/
#top-content2 {
  display: flex;
  flex-wrap: wrap;
}

#top-content2 .col-md-6 {
  flex: 0 1 50%;
}

.top_news,
.top_contact {
  padding: 80px 0 90px;
}

.top_news .inner,
.top_contact .inner {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
}

.top_news {
  background-color: var(--color-gray);
}

.cv_area {
  background-color: var(--color-bluebg);
}

.top_news h3,
.top_contact h3,
.cv_area h3 {
  color: var(--color-font);
  font-size: 3rem;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 400;
}

.top_news h3 span,
.top_contact h3 span,
.cv_area h3 span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  margin: 10px 0 0;
}

.top_news h3 span {
  color: #aeadad;
}

.top_contact h3 span,
.cv_area h3 span {
  color: var(--color-main-d);
}

.top_news li {
  list-style-type: none !important;
  border-bottom: 1px #c6c6c6 dotted;
  padding: 0 10px 15px;
  margin: 0 0 20px;
}

.top_news li p {
  color: #717171;
  letter-spacing: 0.08em;
  line-height: 1.9;
}

.top_news li p.date {
  color: var(--color-font);
  line-height: 1;
  margin: 0 0 15px;
}

.top_news li h4 {
  color: var(--color-font);
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 0 0 5px;
  line-height: 1.4;
}

.top_contact p,
.cv_area p {
  text-align: center;
}

.top_contact .tel_num,
.cv_area .tel_num {
  font-family: "Noto Serif JP", serif;
  color: var(--color-main-f);
  font-size: 3.8rem;
  line-height: 1.4;
  margin: 0 0 15px;
}

.top_contact .tel_num a,
.cv_area .tel_num a {
  color: var(--color-main-f);
}

.top_contact .tel_num a:hover,
.cv_area .tel_num a:hover {
  text-decoration: none;
}

.top_contact .tel_num span,
.cv_area .tel_num span {
  font-size: 1.6rem;
  margin-right: 0.5em;
}

.top_contact .txt1,
.cv_area .txt1 {
  background-color: #FFF;
  color: var(--color-main-d);
  font-size: 1.4rem;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 35px;
}

.top_contact .txt2,
.cv_area .txt2 {
  color: #717171;
  font-size: 1.2rem;
  margin: 0 0 35px;
}

.top_contact .btn_contact,
.cv_area .btn_contact {
  height: 80px;
  line-height: 80px;
  font-size: 2rem;
}

.cv_content {
  margin: 0;
  width: 100%;
  padding: 60px 0 65px;
}

.cv_content .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.cv_content .col-xs-12:first-child {
  padding: 10px 50px 0 0;
}

.cv_content .col-xs-12:last-child {
  padding: 0 60px;
}

.cv_content.cv_area .txt2 {
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .top_news .inner,
  .top_contact .inner {
    width: 90%;
  }
  .top_news ul {
    padding: 0;
    margin: 0;
  }
  .cv_content .col-xs-12:last-child {
    padding: 0;
  }
  .cv_content.cv_area .txt2 {
    margin: 0;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 991px) {
  #top-content2 .col-md-6 {
    flex: 0 1 100%;
  }
  .cv_content .inner {
    max-width: 500px;
  }
  .cv_content .col-xs-12:first-child {
    padding: 0 0 20px;
  }
  .cv_content .col-xs-12:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .top_news,
  .top_contact {
    padding: 10.2040816327vw 0;
  }
  .top_news h3,
  .top_contact h3,
  .cv_area h3 {
    font-size: 2.4rem;
    margin: 0 0 6.1224489796vw;
  }
  .top_news h3 span,
  .top_contact h3 span,
  .cv_area h3 span {
    font-size: 1.5rem;
    margin: 3.0612244898vw 0 0;
  }
  .top_news li {
    padding: 0 3.0612244898vw 4.5918367347vw;
    margin: 0 0 4.5918367347vw;
  }
  .top_news li p {
    line-height: 1.6;
  }
  .top_news li p.date {
    margin: 0 0 3.0612244898vw;
  }
  .top_news li h4 {
    margin: 0 0 1.5306122449vw;
  }
  .top_contact .tel_num,
  .cv_area .tel_num {
    font-size: 3rem;
    margin: 0 0 4.5918367347vw;
  }
  .top_contact .tel_num span,
  .cv_area .tel_num span {
    font-size: 1.4rem;
  }
  .top_contact .txt1,
  .cv_area .txt1 {
    font-size: 1.2rem;
    height: 9.1836734694vw;
    line-height: 9.1836734694vw;
    padding: 0 3.0612244898vw;
  }
  .top_contact .txt2 {
    margin: 0 0 9.1836734694vw;
  }
  .top_contact .btn_contact,
  .cv_area .btn_content {
    height: 24.4897959184vw;
    line-height: 24.4897959184vw;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .cv_content .col-xs-12:last-child {
    padding-top: 30px;
  }
  #contact .cv_content .col-xs-12:last-child {
    padding-top: 0;
  }
}
/***** back to top button *****/
#totop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

/***** AREA *****/
.base_box {
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sec_area {
  padding: 100px 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec_area {
    padding: 50px 0;
  }
}
.wide_area {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.flexarea {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .flexarea {
    display: block;
  }
}
.flexarea.flex45_45 > div, .flexarea.flex45_45 > section {
  flex: 0 1 45%;
}
@media only screen and (max-width: 991px) {
  .flexarea.flex45_45 > div, .flexarea.flex45_45 > section {
    margin-bottom: 50px;
  }
  .flexarea.flex45_45 > div:last-child, .flexarea.flex45_45 > section:last-child {
    margin-bottom: 0;
  }
}
.flexarea.flex48_48 > div, .flexarea.flex48_48 > section {
  flex: 0 1 48%;
}
@media only screen and (max-width: 991px) {
  .flexarea.flex48_48 > div, .flexarea.flex48_48 > section {
    margin-bottom: 50px;
  }
  .flexarea.flex48_48 > div:last-child, .flexarea.flex48_48 > section:last-child {
    margin-bottom: 0;
  }
}
.flexarea.flex60_35 > .flex60 {
  flex: 0 1 60%;
}
.flexarea.flex60_35 > .flex35 {
  flex: 0 1 35%;
}
@media only screen and (max-width: 991px) {
  .flexarea.flex60_35 > .flex60, .flexarea.flex60_35 > .flex35 {
    margin-bottom: 50px;
  }
  .flexarea.flex60_35 > .flex60:last-child, .flexarea.flex60_35 > .flex35:last-child {
    margin-bottom: 0;
  }
}

.column2box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 4%;
}
@media only screen and (max-width: 640px) {
  .column2box {
    display: block;
  }
}
.column2box > section, .column2box > div {
  background-color: #FFF;
  flex: 0 1 48%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .column2box > section, .column2box > div {
    margin: 0 0 20px;
    padding: 20px;
  }
  .column2box > section:last-of-type, .column2box > div:last-of-type {
    margin: 0;
  }
}
.column2box > section h4, .column2box > div h4 {
  font-weight: 700;
  margin: 0 0 15px;
  color: var(--color-main-f);
  font-size: 2rem;
  border-bottom: 1px var(--color-main) solid;
  padding: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .column2box > section h4, .column2box > div h4 {
    font-size: 1.8rem;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}
.column2box > section p, .column2box > div p {
  margin: 0;
}

.title_02 + .column2box {
  padding: 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .title_02 + .column2box {
    padding: 0;
  }
}

.column3area {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 5%;
}
.column3area > div {
  flex: 0 1 30%;
}
.column3area > div > img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .column3area > div {
    flex: 0 1 100%;
  }
}

.w100imgtxt {
  width: 100%;
}
.w100imgtxt > section, .w100imgtxt > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .w100imgtxt > section, .w100imgtxt > div {
    display: block;
    margin: 0 0 40px;
  }
}
.w100imgtxt > section .w100img, .w100imgtxt > div .w100img {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .w100imgtxt > section .w100img, .w100imgtxt > div .w100img {
    margin: 0 0 20px;
  }
}
.w100imgtxt > section .w100img img, .w100imgtxt > div .w100img img {
  width: 100%;
}
.w100imgtxt > section .w100txt, .w100imgtxt > div .w100txt {
  flex: 0 1 50%;
}
.w100imgtxt > section .w100txt h3, .w100imgtxt > div .w100txt h3 {
  color: var(--color-main-f);
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 0.8em;
  padding: 0 15%;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .w100imgtxt > section .w100txt h3, .w100imgtxt > div .w100txt h3 {
    font-size: 2.4rem;
    padding: 0 5%;
  }
}
.w100imgtxt > section .w100txt p, .w100imgtxt > div .w100txt p {
  margin: 0;
  line-height: 1.8;
  padding: 0 15%;
}
@media only screen and (max-width: 991px) {
  .w100imgtxt > section .w100txt p, .w100imgtxt > div .w100txt p {
    padding: 0 5%;
  }
}
.w100imgtxt > section:nth-of-type(even) .w100img, .w100imgtxt > div:nth-of-type(even) .w100img {
  order: 2;
}
.w100imgtxt > section:nth-of-type(even) .w100txt, .w100imgtxt > div:nth-of-type(even) .w100txt {
  order: 1;
}

.box1 {
  background-color: var(--color-bluebg);
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}
.box1 p {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .box1 {
    padding: 20px;
  }
}

.wide_img {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 640px) {
  .wide_img {
    margin: 0 auto 25px;
  }
}
.wide_img img {
  width: 100%;
}

.w120 {
  width: 120px;
}

/**************FLOW**************/
.flow_content section {
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow_content section {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section {
    display: block;
    margin: 0 0 40px;
  }
}
.flow_content section:last-of-type {
  margin: 0;
}
.flow_content section:last-of-type::after {
  content: none;
}
.flow_content section::after {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px var(--color-main) solid;
  border-bottom: 2px var(--color-main) solid;
  display: block;
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .flow_content section::after {
    bottom: -37px;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section::after {
    width: 20px;
    height: 20px;
    bottom: -24px;
  }
}
.flow_content section .flow_num {
  background-color: var(--color-main);
  flex: 0 1 25%;
  padding: 30px 10px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num {
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
  }
}
.flow_content section .flow_num p {
  text-align: center;
  margin: 0;
}
.flow_content section .flow_num p span {
  display: block;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .flow_content section .flow_num p span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num p span {
    display: inline-block;
    margin-right: 0.6em;
    line-height: 40px;
    font-size: 2rem;
  }
}
.flow_content section .flow_num p img {
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num p img {
    width: 40px;
    vertical-align: top;
  }
}
.flow_content section .flow_txt {
  flex: 0 1 75%;
  padding: 30px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt {
    padding: 20px;
  }
}
.flow_content section .flow_txt h3 {
  font-size: 2.4rem;
  color: var(--color-main-f);
  font-weight: 500;
  border-bottom: 1px #dbdbdb solid;
  padding: 0 0 0.8em;
  margin: 0 0 0.7em;
}
@media only screen and (max-width: 768px) {
  .flow_content section .flow_txt h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.flow_content section .flow_txt p {
  margin: 0;
}

/**************FAQ**************/
.faq_content dt {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5em 20px 1em 70px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .faq_content dt {
    font-size: 1.6rem;
    padding: 0.5em 0 1em 50px;
  }
}
.faq_content dt::before {
  content: "Q";
  background-color: var(--color-main);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .faq_content dt::before {
    left: 0;
  }
}
.faq_content dd {
  border-bottom: 1px #dbdbdb solid;
  padding: 0.65em 20px 3em 70px;
  position: relative;
  margin: 0 0 2em;
}
@media only screen and (max-width: 640px) {
  .faq_content dd {
    padding: 0.65em 0 3em 50px;
  }
}
.faq_content dd::before {
  content: "A";
  background-color: var(--color-main-d);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 640px) {
  .faq_content dd::before {
    left: 0;
  }
}

/**************PROFILE**************/
#profile1 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}

#profile1 p {
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 991px) {
  #profile1 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 640px) {
  #profile1 {
    padding: 12.2448979592vw 0 10.2040816327vw;
  }
}
#profile2 {
  background-color: #f7f7f7;
  width: auto;
  margin: 0 50px 50px;
  padding: 100px 0;
}

#profile2 .inner {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

.profile_name {
  width: 380px;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-end;
}

.profile_name dt {
  flex: 0 1 200px;
  letter-spacing: 0.08em;
  padding: 0 0 5px;
}

.profile_name dd {
  flex: 0 1 180px;
  display: flex;
  align-items: flex-end;
}

.profile_name dd div:first-child {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 5px;
  flex: 0 1 60px;
}

.profile_name dd div:last-child {
  font-size: 2.2rem;
  font-weight: 500;
  flex: 0 1 120px;
  letter-spacing: 0.18em;
}

.profile_name dd div:last-child span {
  display: block;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.row.prof_detail {
  margin: 0 0 55px;
}

.prof_detail .col-sm-9 {
  margin-top: -20px;
  padding: 0;
}

.prof_detail th {
  width: 17%;
}

.prof_detail td {
  width: 83%;
}

.prof_detail .col-sm-3 {
  padding: 0;
  text-align: right;
}

.row.prof_position {
  margin: 0;
}

.row.prof_position section {
  padding: 8px 30px 15px;
  border-bottom: 1px #dbdbdb solid;
  margin: 0 0 20px;
}

.row.prof_position section h4 {
  color: #5aa2d0;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.025em;
  margin: 0 0 10px;
}

@media only screen and (max-width: 991px) {
  #profile2 {
    padding: 70px 0;
    width: 90%;
    margin: 0 auto 50px;
  }
  .prof_detail .col-sm-9 {
    padding: 0 30px 0 0;
  }
  .prof_detail .tbl_01 th,
  .prof_detail .tbl_01 td {
    padding: 18px 20px;
  }
  .prof_detail th {
    width: 20%;
  }
  .prof_detail td {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #profile2 {
    padding: 70px 0 10px;
  }
  .prof_detail {
    display: flex;
    flex-direction: column;
  }
  .profile_name {
    margin: 0 auto 30px;
  }
  .prof_detail .col-sm-3 {
    order: 1;
    text-align: center;
    margin: 0 0 10px;
  }
  .prof_detail .col-sm-9 {
    order: 2;
    padding: 0;
    margin: 0;
  }
  .row.prof_position section {
    padding: 0 30px 20px;
    margin: 0 0 25px;
  }
  .row.prof_position section p {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #profile2 {
    margin: 0 auto 9.1836734694vw;
    padding: 12.2448979592vw 0 7.1428571429vw;
  }
  .profile_name {
    width: 100%;
    margin: 0 auto 5.1020408163vw;
    display: block;
  }
  .profile_name dt {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 0 3.0612244898vw;
  }
  .profile_name dd {
    width: 100%;
  }
  .profile_name dd div:first-child {
    padding: 0 10px 1.5306122449vw 0;
    flex: 0 1 40%;
    text-align: right;
  }
  .profile_name dd div:last-child {
    flex: 1 1 auto;
  }
  .row.prof_detail {
    margin: 0 0 10.2040816327vw;
  }
  .prof_detail .tbl_01 th,
  .prof_detail .tbl_01 td {
    padding: 3.0612244898vw 4.0816326531vw;
  }
  .row.prof_position section {
    padding: 0 3.0612244898vw 3.0612244898vw;
    margin: 0 0 3.0612244898vw;
  }
}
/**************COST**************/
#cost1 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0 30px;
}

#cost1 .lead_txt {
  margin: 0 0 60px;
}

#cost1 section {
  margin: 0 0 60px;
}

#cost1 section .title_02 {
  margin: 0 0 15px;
}

#cost1 section p {
  padding: 0 30px;
  margin: 0;
}

#cost1 .tbl_02 th {
  width: 35%;
}

#cost1 .tbl_02 th:first-child {
  width: 30%;
}

#cost1 .tbl_02 th,
#cost1 .tbl_02 td {
  padding: 18px 15px;
}

@media only screen and (max-width: 991px) {
  #cost1 {
    padding: 70px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #cost1 .lead_txt {
    margin: 0 0 40px;
  }
  #cost1 section {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  #cost1 {
    padding: 12.2448979592vw 0 2.0408163265vw;
  }
  #cost1 .lead_txt {
    margin: 0 0 6.1224489796vw;
  }
  #cost1 section {
    margin: 0 0 10.2040816327vw;
  }
  #cost1 section .title_02 {
    margin: 0 0 2.0408163265vw;
  }
  #cost1 section p {
    padding: 0 3.0612244898vw;
  }
  #cost1 .tbl_02 th,
  #cost1 .tbl_02 td {
    padding: 2.0408163265vw 3.0612244898vw;
  }
}
#cost2 {
  background-color: #f7f7f7;
  width: auto;
  margin: 0 50px 50px;
  padding: 100px 0;
}

#cost2 .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#cost2 .lead_txt {
  margin: 0 0 60px;
}

#cost2 .boxarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cost2 .boxarea section {
  background-color: #FFF;
  flex: 0 1 48%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 30px;
  margin: 0 0 40px;
  border-radius: 10px;
  max-width: 48%;
}

#cost2 .boxarea section h3 {
  font-weight: 700;
  margin: 0 0 15px;
  color: #5aa2d0;
  font-size: 2rem;
  border-bottom: 1px #5aa2d0 solid;
  padding: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  #cost2 {
    padding: 70px 0 50px;
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  #cost2 {
    padding: 70px 0 10px;
  }
  #cost2 .lead_txt {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  #cost2 {
    margin: 0 auto 9.1836734694vw;
    padding: 12.2448979592vw 0 7.1428571429vw;
  }
  #cost2 .lead_txt {
    margin: 0 0 6.1224489796vw;
  }
  #cost2 .boxarea section {
    flex: 0 1 100%;
    padding: 5.1020408163vw 5.1020408163vw 3.0612244898vw;
    margin: 0 0 4.0816326531vw;
    border-radius: 1.0204081633vw;
    max-width: inherit;
  }
  #cost2 .boxarea section h3 {
    margin: 0 0 1.5306122449vw;
    font-size: 1.8rem;
    padding: 0 0 2.0408163265vw;
  }
}
/**************CONTACT**************/
#contact .cv_content {
  padding: 50px 0;
}

#contact .cv_content .inner {
  width: 100%;
}

#contact .cv_content .col-md-5 {
  border-right: 1px #b4cdd5 solid;
  padding: 35px 0 0;
}

#contact .note.red {
  margin: 0 0 70px;
  border: 1px #bc2d2d solid;
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  #contact .cv_content .col-md-7 {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  #contact .cv_content .col-md-5 {
    border: none;
    padding: 0;
  }
  #contact .cv_content .col-md-7 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contact .note.red {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #contact .cv_content {
    margin: 0 0 5.1020408163vw;
    padding: 10.2040816327vw 0;
  }
  #contact .cv_content h3 {
    margin: 0 0 3.0612244898vw;
  }
  #contact .cv_content .col-md-7 {
    padding: 0 2.0408163265vw;
  }
  #contact .cv_content .txt1 {
    font-size: 1.1rem;
    padding: 0 0.5102040816vw;
  }
  #contact .note.red {
    margin: 0 0 12.2448979592vw;
    padding: 6.1224489796vw;
  }
}
/**************SERVICE**************/
#service_1 {
  padding: 1px 0 30px;
  width: 100%;
}

.service_top {
  margin: 0 0 80px;
  border-bottom: 1px #efefef solid;
  display: flex;
  align-items: center;
}

.service_top .col-xs-12.img {
  padding: 0;
  flex: 0 1 50%;
}

.service_top .col-xs-12.txt {
  padding: 0 0 0 50px;
  flex: 0 1 50%;
  box-sizing: border-box;
  max-width: 500px;
}

.service_top .col-xs-12.txt h2 {
  color: #5aa2d0;
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 20px;
}

.service_top .col-xs-12.txt p {
  font-size: 1.6rem;
  line-height: 1.6;
}

#service_1 section {
  width: 1000px;
  margin: 0 auto 50px;
}

#service_1 section p {
  padding: 0 30px;
}

@media only screen and (max-width: 1199px) {
  .service_top {
    margin: 0 0 50px;
  }
  .service_top .col-xs-12.txt {
    padding: 0 50px 0 30px;
  }
  #service_1 section {
    width: auto;
    margin: 0 50px 50px;
  }
}
@media only screen and (max-width: 991px) {
  #service_1 {
    padding: 1px 0 0;
  }
  .service_top .col-xs-12.txt {
    padding: 15px 50px 15px 30px;
  }
  .service_top .col-xs-12.txt h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .service_top {
    margin: 0 0 30px;
    border-bottom: none;
    display: block;
  }
  .service_top .col-xs-12.img {
    margin: 0 0 40px;
  }
  .service_top .col-xs-12.txt {
    padding: 0 50px;
    max-width: 100%;
  }
  #service_1 section {
    width: auto;
    margin: 0 50px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .service_top {
    margin: 0 0 5.1020408163vw;
  }
  .service_top .col-xs-12.img {
    margin: 0 0 8.1632653061vw;
  }
  .service_top .col-xs-12.txt {
    padding: 0 5.1020408163vw;
  }
  .service_top .col-xs-12.txt p {
    font-size: 1.4rem;
  }
  #service_1 section {
    width: auto;
    margin: 0 5.1020408163vw 8.1632653061vw;
  }
  #service_1 section p {
    padding: 0 3.0612244898vw;
  }
}
/*guardian*/
#guardian_1 {
  background: url(../images/backgrounds/bg-service.jpg) no-repeat center center;
  margin: 0 50px 50px;
  padding: 65px 0 80px;
  background-size: cover;
}

#guardian_1 h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 3rem;
  margin: 0 0 35px;
  font-weight: 500;
}

#guardian_1 .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#guardian_1 .inner section {
  flex: 0 1 48%;
  background-color: #FFF;
  border-bottom: 3px #cce4eb solid;
  position: relative;
  padding: 50px 50px 45px 55px;
  box-sizing: border-box;
  max-width: 48%;
  width: 48%;
}

#guardian_1 .inner section .num {
  position: absolute;
  width: 115px;
  height: 115px;
  background: linear-gradient(to bottom right, #cce4eb, #cce4eb 50%, #FFF 50%, #FFF);
  top: 0;
  left: 0;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 6rem;
  padding: 5px 0 0 15px;
  box-sizing: border-box;
}

#guardian_1 .inner section p {
  position: relative;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  #guardian_1 .inner {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  #guardian_1 {
    padding: 40px 0 30px;
  }
  #guardian_1 h2 {
    margin: 0 0 25px;
  }
  #guardian_1 .inner {
    display: block;
  }
  #guardian_1 .inner section {
    padding: 50px 50px 45px 55px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  #guardian_1 {
    margin: 0 5.1020408163vw 5.1020408163vw;
    padding: 6.1224489796vw 0 5.1020408163vw;
  }
  #guardian_1 h2 {
    font-size: 2.4rem;
    margin: 0 0 6.1224489796vw;
  }
  #guardian_1 .inner {
    margin: 0 5.1020408163vw;
  }
  #guardian_1 .inner section {
    padding: 5.1020408163vw 5.1020408163vw 5.1020408163vw 50px;
    margin: 0 0 3.0612244898vw;
  }
  #guardian_1 .inner section .num {
    width: 90px;
    height: 90px;
    font-size: 5rem;
    padding: 5px 0 0 10px;
  }
}
#guardian_2 {
  background-color: #f7f7f7;
  width: auto;
  margin: 0 50px 50px;
  padding: 100px 0;
}

#guardian_2 .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#guardian_2 .boxarea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#guardian_2 .boxarea section {
  background-color: #FFF;
  flex: 0 1 32%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  max-width: 32%;
}

#guardian_2 .boxarea section h3 {
  font-weight: 700;
  margin: 0 0 15px;
  color: #5aa2d0;
  font-size: 2rem;
  border-bottom: 1px #5aa2d0 solid;
  padding: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  #guardian_2 {
    padding: 70px 0 50px;
    width: 90%;
    margin: 0 auto 50px;
  }
  #guardian_2 .boxarea section {
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #guardian_2 {
    padding: 50px 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #guardian_2 {
    margin: 0 auto 9.1836734694vw;
    padding: 9.1836734694vw 0 7.1428571429vw;
  }
  #guardian_2 .boxarea section {
    padding: 5.1020408163vw 5.1020408163vw 3.0612244898vw;
    margin: 0 0 4.0816326531vw;
    border-radius: 1.0204081633vw;
    max-width: inherit;
  }
  #guardian_2 .boxarea section h3 {
    margin: 0 0 1.5306122449vw;
    font-size: 1.8rem;
    padding: 0 0 2.0408163265vw;
  }
}
.possible {
  border: 1px solid #222;
  padding: 20px 40px 40px 40px;
  margin: 40px 0 40px;
}

.possible h3 {
  text-align: center;
  font-weight: 300;
  font-size: 1.4em;
  margin-bottom: 20px;
}

.possible h4 {
  text-align: center;
}

.flow-fig.section {
  padding: 60px 0 0;
}

.lightbox-gallery {
  display: flex;
}

.lightbox-gallery a {
  display: block;
  padding: 2px 2px;
}

.lightbox-gallery a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .section-content .table th {
    width: auto;
    letter-spacing: 0;
    display: block;
    border-top: none;
    border-bottom: none;
  }
  table {
    border-top: 1px #ddd solid;
  }
  .section-content .table td {
    display: block;
  }
  .lightbox-gallery a {
    padding: 0 0;
  }
}
.example .section-content {
  padding: 30px 0;
}

.example h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6em;
  margin-bottom: 2em;
  text-align: center;
  line-height: 2em;
}

.example h3 span {
  font-size: 15px;
  display: block;
}

.example .before {
  background-color: #e1e1e1;
  padding: 40px 80px;
}

.example .after {
  background-color: #dcd8d0;
  padding: 40px 80px;
}

.example h4 {
  text-align: center;
  position: relative;
}

.example h4::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #f4a62b;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
}

.example .before h5,
.example .after h5 {
  color: #FFF;
  font-size: 1.8em;
  font-family: "Noto Serif JP", serif;
  padding: 20px 0;
  text-align: center;
}

.example .before .pic,
.example .after .pic,
.example .before .pic2,
.example .after .pic2,
.example .atari {
  text-align: center;
}

.example .after .pic2 {
  margin-bottom: 20px;
}

.example .pic3 img {
  margin-bottom: 10px;
}

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

.example .pic3 {
  text-align: center;
  margin: 10px 0 0;
  display: block;
}

.example .pic3 .caption {
  min-height: 42px;
  display: block;
}

.example .describe {
  padding: 40px 15px 0;
  clear: both;
}

.example .v-h {
  padding: 15px 20%;
}

.example .v-h2 {
  padding: 15px 6%;
}

.example .wrap-process {
  border: 1px solid #222;
  padding: 20px;
  margin-top: 30px;
}

.example .wrap-process h5 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .example .before {
    background-color: #e1e1e1;
    padding: 30px;
  }
  .example .after {
    background-color: #dcd8d0;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .example .atari {
    display: none;
  }
}
.reform h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8em;
  margin-bottom: 1.6em;
  text-align: center;
  line-height: 1.6em;
}

.reform h3 span {
  display: block;
  font-size: 0.8em;
}

.reform .reform-data {
  padding-top: 20px;
}

.reform .reform-fig table img {
  text-align: center;
}

.reform .section-content {
  padding: 40px 0 30px;
}

.reform .reform-data .prov {
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .reform h3 {
    font-size: 1.4em;
  }
  .reform .reform-data {
    font-size: 0.9em;
  }
}
.twenty-row {
  margin-bottom: 50px !important;
}

.twenty-row h3 {
  margin-bottom: 0.5em;
  position: relative;
  font-size: 24px;
}

.twenty-row h4 {
  font-size: 16px;
  letter-spacing: 0;
  color: #0b548a;
}

.twenty-row h3::before {
  content: "";
  width: 6px;
  height: 26px;
  background-color: #007db1;
  position: absolute;
  top: 1px;
  left: -14px;
}

.twenty-row p.caption {
  line-height: 1.8em;
}

.environment {
  background-color: #E6F1F3;
  padding: 60px 0;
}

.environment .container {
  padding: 40px 40px;
  border: 4px solid #FFF;
}

.environment .section-heading {
  margin-bottom: 30px;
}

.environment .section-heading h2 {
  font-weight: 30;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
}

.environment .section-heading h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #41b8dd;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -10px;
}

.environment h3 {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 22px;
}

.environment h4 {
  margin-bottom: 0.6em;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .environment .container {
    border: none;
  }
}
.why-choose-us .section-heading h2.h2-header {
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  letter-spacing: 2px;
}

.section.dark .section-heading span,
.section.dark .section-heading h2 {
  color: #ffffff;
}

.section-heading {
  position: relative;
  text-align: center;
  color: #222;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.section-heading2 {
  position: relative;
  text-align: center;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading2 {
    margin-bottom: 20px;
  }
}
.section-heading span,
.section-heading2 span {
  margin-bottom: 15px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-size: 12px;
}

.dark-bg .section-heading {
  color: #fff;
}

.dark-bg .section-heading::after {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
/* Check list */
.check-list {
  padding: 0;
  list-style-type: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

/* Arrow Down Animation */
@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    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: 768px) {
  .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;
}

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

/* 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;
}

/**************CATCHLINE**************/
.catch-line {
  background: url(../images/backgrounds/bg_copyarea.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  margin: 0 50px 90px;
}

.catch-line .section-content {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.catch-line .section-content p {
  text-align: center;
  line-height: 2.1;
  margin: 0 0 1.8em;
  font-weight: 500;
  font-size: 1.6rem;
}
.catch-line .section-content p:last-child {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .catch-line {
    margin: 0 5vw 5vw;
    padding: 3.5em 0;
  }
}
/**************TOP SERVICE**************/
#about-us {
  width: 1100px;
  margin: 0 auto 90px;
}

#about-us .container {
  padding: 0;
}

#about-us .container .row {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about-us .container .row .col-sm-4 {
  background-color: #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  max-width: 340px;
  padding: 0;
  position: relative;
  flex: 0 1 33.3333333%;
}

#about-us .col-sm-4 .txt {
  padding: 30px 20px 120px;
  text-align: center;
  letter-spacing: 0.08em;
}

#about-us .col-sm-4 h3 {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 20px;
}

#about-us .col-sm-4:first-child h3 {
  color: #98c647;
}

#about-us .col-sm-4:nth-child(2) h3 {
  color: #edb31a;
}

#about-us .col-sm-4:last-child h3 {
  color: var(--color-main);
}

#about-us .col-sm-4 .summary {
  line-height: 1.7;
  text-align: center;
}

#about-us .col-sm-4 .btn_about {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: calc(100% - 40px);
}

#about-us .col-sm-4 .btn_about a {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  transition-duration: 0.3s;
}

#about-us .col-sm-4 .btn_about a:before {
  content: "";
  background: url(../images/common/icn_03.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  margin: 0 8px 0 0;
}

#about-us .col-sm-4:first-child a {
  background: linear-gradient(to bottom, #98c647, #72b300);
}

#about-us .col-sm-4:nth-child(2) a {
  background: linear-gradient(to bottom, #edb31a, #cd8700);
}

#about-us .col-sm-4:last-child a {
  background: linear-gradient(to bottom, var(--color-main), #1f7fba);
}

#about-us .col-sm-4 .btn_about a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  #about-us {
    width: 95%;
    margin: 0 auto 90px;
  }
  #about-us .container {
    width: 100%;
  }
  #about-us .container .row .col-sm-4 {
    flex: 0 1 30%;
  }
}
@media only screen and (max-width: 767px) {
  #about-us {
    width: auto;
    margin: 0 5.1020408163vw 5.1020408163vw;
  }
  #about-us .container .row .col-sm-4 {
    flex: 0 1 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  #about-us .col-sm-4 .txt {
    padding: 30px 20px 20px;
  }
  #about-us .col-sm-4 .summary {
    margin: 0 0 20px;
  }
  #about-us .col-sm-4 .btn_about {
    position: relative;
    width: 100%;
    bottom: auto;
  }
}
@media only screen and (max-width: 640px) {
  #about-us .container .row .col-sm-4 {
    margin: 0 0 6.1224489796vw;
  }
  #about-us .col-sm-4 .txt {
    padding: 9.1836734694vw 6.1224489796vw 6.1224489796vw;
  }
  #about-us .col-sm-4 h3 {
    margin: 0 0 5.1020408163vw;
  }
  #about-us .col-sm-4 .summary {
    margin: 0 0 5.1020408163vw;
  }
  #about-us .col-sm-4 .btn_about {
    height: 18.3673469388vw;
  }
  #about-us .col-sm-4 .btn_about a {
    height: 18.3673469388vw;
    line-height: 18.3673469388vw;
  }
  #about-us .col-sm-4 .btn_about a:before {
    margin: 0 2.0408163265vw 0 0;
  }
}
/**************CONTENT1**************/
.content1box1 {
  margin: 0 auto 80px;
  background: url(../images/backgrounds/bg_001.png) no-repeat center top;
  background-size: cover;
  padding: 130px 0 65px;
  text-align: center;
  width: 90%;
}
.content1box1 h2 {
  font-weight: 500;
  font-size: 3rem;
  margin: 0 0 1em;
  line-height: 1.4;
}
.content1box1 p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .content1box1 {
    background: url(../images/backgrounds/bg_001.png) no-repeat center top #6fdbff;
    background-size: 110% auto;
    padding: 6em 0 30px;
  }
  .content1box1 h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 540px) {
  .content1box1 h2 {
    font-size: 2.2rem;
  }
}

.content1activity > section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .content1activity > section {
    margin-bottom: 50px;
  }
}
.content1activity > section:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .content1schedule .flexarea.flex48_48 {
    display: flex;
  }
}
@media only screen and (max-width: 540px) {
  .content1schedule .flexarea.flex48_48 {
    display: block;
  }
  .content1schedule .flexarea.flex48_48 > div, .content1schedule .flexarea.flex48_48 > section {
    margin-bottom: 10px;
  }
}

/**************CONTENT2**************/
.content2overview {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .content2overview {
    margin-bottom: 50px;
  }
}

.content2cost .tbl_01 td {
  text-align: center;
}

.content2schedule .tbl_02 td {
  text-align: left;
}
.content2schedule .tbl_02 th {
  padding-left: 15px;
  padding-right: 15px;
}

.content2schedule1 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .content2schedule1 {
    margin-bottom: 50px;
  }
}

.content2sunny .title_03 {
  color: #edb31a;
}
.content2sunny .tbl_02 th {
  background-color: #edb31a;
}
.content2sunny .tbl_02 thead + tbody th {
  background-color: #f5e3b2;
}

/**************CONTENT3**************/
.content3overview .tbl_02 th {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .content3overview .tbl_02 th {
    width: auto;
  }
}
.content3overview .tbl_02 td {
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .content3btn .flex48_48 {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .content3btn .flex48_48 {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .content3btn .flex48_48 div {
    margin: 0 0 15px;
  }
}

.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: 767px) {
  .cta-2 .cta-text {
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .cta-2 .btn {
    margin-top: 15px;
  }
}
html, body {
  min-height: 100%;
  color: var(--color-font);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 {
  color: var(--color-font);
}

h1 {
  font-size: 52px;
  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: 300;
  font-family: "Noto Sans JP", sans-serif;
}

h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#business1 h3 {
  font-size: 1.8em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6em;
}

.discipline .box h3 {
  line-height: 1.4em;
}

.discipline h3 {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #369669;
  margin-top: -20px;
}

.discipline h4 {
  font-size: 15px;
  margin-bottom: 0.4em;
  font-weight: 500;
}

#discipline .lead,
#business1 .lead {
  font-size: 1.1em;
  line-height: 1.8em;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
    letter-spacing: 4px;
  }
}
h2 {
  font-size: 32px;
  font-weight: 50;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
  word-spacing: 8px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    letter-spacing: 1px;
    word-spacing: 2px;
  }
}
h3 {
  font-size: 26px;
  margin-bottom: 0px;
}

h4 {
  font-size: 18px;
  word-spacing: 3px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

h4 span {
  font-weight: normal;
}

@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: 14px;
  line-height: 1.6;
  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: #000;
}

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

.fs12 {
  font-size: 1.2rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fw_m {
  font-weight: 500 !important;
}

.fw_b {
  font-weight: 700 !important;
}

.txtline {
  background: linear-gradient(transparent 62%, #b6e0f9 0%);
  font-weight: 500;
}

.align_c {
  text-align: center;
}

/*-----------------*/
/* Global Styles   */
/*-----------------*/
.btn {
  border-radius: 2px;
  font-size: 14px;
  padding: 10px 35px;
  letter-spacing: 2px;
  line-height: 6px;
  text-transform: uppercase;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn:hover, .btn:focus, .btn:active {
  color: white;
  outline: none;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
  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;
}

.btn-blue {
  background-color: #004d87;
  color: #FFF;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  margin-top: 30px;
}

.btn-green {
  background-color: #239a93;
  color: #FFF;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  margin-top: 30px;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  color: #004d87;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: #239a93;
}

/*-----------------*/
/* Outline Buttons */
/*-----------------*/
.btn-default-o {
  background-color: transparent;
  border: 1px solid #222;
  color: #000;
}

.btn-default-o:hover, .btn-default-o:focus {
  color: #FFF;
}

.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: none;
  transition: all 0.4s ease;
}

.main-navigation .brand-logo {
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.3s;
  font-size: 1.4rem;
  line-height: 50px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.22em;
}

.main-navigation .brand-logo a {
  color: #17689b;
  height: 50px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}

.main-navigation .brand-logo a:hover {
  text-decoration: none;
}

.main-navigation .brand-logo a img {
  display: block;
  max-height: 40px;
}

@media (min-width: 768px) {
  .main-navigation .brand-logo {
    font-size: 1.6rem;
  }
  .main-navigation .brand-logo a {
    height: 70px;
    line-height: 70px;
  }
  .main-navigation.navbar-solid .brand-logo a {
    height: 53px;
  }
  .main-navigation .brand-logo a img {
    max-height: 50px;
  }
}
@media (min-width: 992px) {
  .main-navigation .brand-logo {
    font-size: 2rem;
  }
  .main-navigation .brand-logo a {
    height: 80px;
    line-height: 80px;
  }
}
.main-navigation .navbar-brand {
  font-family: "Raleway", sans-serif;
  height: auto;
  padding: 22px 15px 10px 15px;
  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 5px;
  color: #7f7f7f;
  border-radius: 2px;
  font-size: 28px;
  margin: 5px 0;
  z-index: 10;
}

.main-navigation .navbar-nav > .dropdown.open > a {
  background: transparent;
}

.main-navigation .navbar-nav > .dropdown.open > a span {
  background: white;
  color: black;
}

.main-navigation .navbar-nav li a {
  color: #444444;
  font-size: 14px;
  letter-spacing: 0px;
  margin-bottom: -1px;
  padding: 25px 20px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  position: relative;
  font-weight: 500;
  line-height: 30px;
}

.main-navigation .navbar-nav li a span {
  padding: 1px 4px;
  border-radius: 2px;
  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 {
  color: #5aa2d0;
}

.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 {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/common/icn_02.png) no-repeat;
  width: 1.8367346939vw;
  height: 3.0612244898vw;
  transform: rotate(90deg);
  background-size: cover;
  right: 0;
  top: 50%;
  margin-top: -0.9183673469vw;
  transition: all 0.4s ease;
}

.main-navigation .open .dropdown-toggle:after {
  transform: rotate(270deg);
}

@media only screen and (max-width: 767px) {
  .main-navigation .navbar-nav > .dropdown.open > a {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15);
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 15px 10px 15px 30px;
    background: url(../images/common/icn_02.png) no-repeat 15px center !important;
    background-size: 6px 10px !important;
  }
  .main-navigation .navbar-nav > .dropdown.open > a span {
    background: transparent;
    color: white;
  }
  .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 a:hover span, .main-navigation .navbar-nav li a:focus span {
    background: transparent;
    color: white;
  }
  .main-navigation .dropdown-toggle:after {
    right: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation .dropdown-toggle:after {
    background: url(../images/common/icn_01.png) no-repeat;
    width: 10px;
    height: 6px;
    transform: rotate(0);
    background-size: cover;
    margin-top: -3px;
  }
  .main-navigation .open .dropdown-toggle:after {
    transform: rotate(0);
  }
  .main-navigation .dropdown-menu li a:hover {
    background: url(../images/common/icn_02.png) no-repeat 15px center #83d5ed;
    background-size: 6px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation .dropdown-toggle:after {
    right: 10px;
  }
}
.main-navigation .dropdown-menu {
  background: rgba(91, 176, 201, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  min-width: 220px;
  right: auto;
  left: 50%;
  margin-left: -110px;
}

.main-navigation .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 0 0 30px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.5rem;
  line-height: 49px;
  font-weight: 500;
  background: url(../images/common/icn_02.png) no-repeat 15px center;
  background-size: 6px 10px;
  display: block;
}

.main-navigation .dropdown-menu li a:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.main-navigation .dropdown-menu li.open > a {
  color: #ffffff;
  background-color: #83d5ed;
}

.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: 767px) {
  .main-navigation .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  .main-navigation .dropdown-menu {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .main-navigation .dropdown-menu .dropdown-toggle:after {
    content: "\f105";
    top: 50%;
    right: 8px;
  }
}
.navbar {
  min-height: 50px;
  margin: 0;
}

.navbar .container {
  background-color: #FFF;
  width: 100%;
}

.navbar-fixed-top {
  border: none;
}

.navbar .container .navbar-header {
  margin: 0;
  height: 50px;
}

.navbar-nav {
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .navbar .container {
    border-radius: 0 0 10px 10px;
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    padding: 0 25px 0 45px;
  }
}
.greeting-navi {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
}

@media (max-width: 767px) {
  .header-adjust1 {
    min-height: 56px;
  }
}
.main-navigation.navbar-solid {
  border: none;
}

.navbar-solid {
  background: none;
}

.navbar-solid .navbar-brand {
  padding: 10px 15px 8px;
}

.navbar-solid .st20 {
  fill: #FFF;
}

.navbar-solid .navbar-nav > li > a {
  padding: 12px 20px;
}

.navbar-solid.main-navigation .brand-logo a {
  line-height: 54px;
}

.navbar-solid .dropdown-toggle:after {
  top: 51%;
}

@media only screen and (max-width: 992px) {
  .main-navigation .navbar-nav > li > a {
    padding: 20px 2px;
    letter-spacing: 1px;
  }
  .main-navigation.navbar-solid .navbar-nav > li > a {
    padding: 12px 2px;
  }
  .main-navigation .navbar-brand {
    padding: 8px 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    background-color: var(--color-main);
    max-height: initial;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .main-navigation .navbar-nav > li > a,
  .main-navigation.navbar-solid .navbar-nav > li > a {
    padding: 20px 10px;
  }
}
/**************TOP MV**************/
.header-wrapper {
  background: url(../images/backgrounds/bg-header.jpg) no-repeat center top, linear-gradient(to right, #f2f2f2, #f2f2f2 50%, #33ccf0 50%, #33ccf0);
  background-size: auto 100%;
  height: 750px;
  width: 100%;
  z-index: 1;
  margin: 0 0 50px;
}

.header-wrapper .header-wrapper-inner {
  position: relative;
  padding: 280px 0 0 0;
}

.home-fade .header-wrapper-inner .intro {
  max-width: 420px;
}

.header-wrapper .header-wrapper-inner h1,
.header-wrapper .header-wrapper-inner h2,
.header-wrapper .header-wrapper-inner p {
  color: #FFF;
}

.header-wrapper .header-wrapper-inner h1 {
  font-size: 3.8rem;
  line-height: 1.7;
  letter-spacing: 0.18em;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
  padding: 0 0 20px;
  font-weight: 700;
  margin: 0 0 25px;
}

.header-wrapper .header-wrapper-inner h2 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}
.header-wrapper .header-wrapper-inner h2 span {
  font-size: 0.78em;
}

.header-wrapper .header-wrapper-inner p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.24em;
  font-size: 2rem;
}
.header-wrapper .header-wrapper-inner p span {
  font-size: 0.78em;
}

.header-wrapper .header-wrapper-inner.flexslider .slides li {
  height: 100vh;
  min-height: 650px;
}

.header-wrapper .arrow-down {
  bottom: 10%;
  display: block;
  position: absolute;
  width: 20px;
  z-index: 3;
  left: 50%;
}

.header-wrapper .arrow-down {
  bottom: 20px;
  display: block;
  position: absolute;
  width: 20px;
  z-index: 3;
  left: 50%;
}

.header-wrapper.bg-01 .arrow-down {
  bottom: -30%;
}

@media (min-width: 1200px) {
  .home-fade .header-wrapper-inner {
    width: 1100px;
    margin: 0 auto;
  }
  .home-fade .header-wrapper-inner .intro {
    margin: 0 0 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-fade .header-wrapper-inner .intro {
    margin: 0 auto 0 5%;
  }
}
@media only screen and (max-width: 992px) {
  .header-wrapper {
    background: url(../images/backgrounds/bg-header-w980.jpg) no-repeat center top;
    background-size: cover;
    height: 163.2653061224vw;
    margin: 0 0 5.1020408163vw;
  }
  .header-wrapper .header-wrapper-inner h1 {
    font-size: 7.8vw;
    padding: 0 0 4.0816326531vw;
    margin: 0 0 4.0816326531vw;
    line-height: 1.7;
  }
  .header-wrapper .header-wrapper-inner h2 {
    font-size: 5.6vw;
    margin: 0 0 0.4em;
  }
  .header-wrapper .header-wrapper-inner p {
    font-size: 4vw;
  }
  .header-wrapper .header-wrapper-inner {
    padding: 0;
  }
  .header-wrapper .header-wrapper-inner .intro {
    padding: 96vw 0 0;
    width: 84vw;
    margin: 0 8vw;
    text-align: center;
    max-width: initial;
  }
}
@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: 8vw;
    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: 15px;
  }
  .bg-01 .header-wrapper-inner {
    vertical-align: middle;
    text-align: left;
    width: 86%;
  }
  .header-wrapper.bg-01 {
    background-position-x: 66%;
  }
  .bg-01 .arrow-down {
    bottom: 0;
  }
  .bg-01 .header-wrapper-inner .greeting-intro p {
    font-size: 14px;
  }
  .bg-01 header-wrapper-inner .greeting-intro p {
    text-align: left;
    font-size: 0.8em;
  }
  .header-wrapper .arrow-down {
    bottom: 0;
  }
  .header-wrapper.bg-01 .arrow-down {
    bottom: 0;
  }
  .header-wrapper .header-wrapper-inner .intro p {
    text-align: center;
  }
  .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: 51vw;
  }
  .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) {
  .bg-01 .header-wrapper-inner {
    top: 100px;
  }
  .bg-01 .header-wrapper-inner .greeting-intro h1 {
    margin-bottom: 8px;
  }
}
.header-wrapper .arrow-down a {
  display: inline-block;
}

.header-wrapper .arrow-down a:hover {
  text-decoration: none;
}

.header-wrapper .arrow-down a i {
  font-size: 2.5em;
  color: #FFF;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    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;
}

/**************PAGETITLE**************/
.pagettl {
  background: url(../images/backgrounds/bg-pagettl.jpg) no-repeat right center var(--color-main);
  padding: 190px 0 0;
  width: 100%;
  height: 350px;
  box-sizing: border-box;
  background-size: auto 100%;
}

.pagettl .container {
  width: 90%;
  padding: 0;
}

.pagettl .container h1 {
  text-align: center;
  color: #FFF;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .pagettl {
    padding: 155px 0 0;
    height: 300px;
  }
  .pagettl .container h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 640px) {
  .pagettl {
    padding: 30vw 0 0;
    height: 56vw;
  }
  .pagettl .container h1 {
    font-size: 2.8rem;
  }
}
/**************PANKUZU**************/
.breadcrumb {
  background-color: var(--color-bluebg);
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px #FFF solid;
  border-radius: 0;
}

.breadcrumb p {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1;
  color: #717171;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  color: #717171;
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

@media (max-width: 640px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.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;
}

@media only screen and (min-width: 769px) {
  .flexslider .slides > li .intro-wrapper > .intro.catch1 {
    right: 0;
    position: absolute;
    left: 32vw;
    top: 200px;
    padding: 0;
    margin: 0;
  }
  .flexslider .slides > li .intro-wrapper > .intro.catch3 {
    right: 0;
    position: absolute;
    left: 25vw;
    top: 200px;
    padding: 0;
    margin: 0;
  }
  .flexslider .slides > li .intro-wrapper > .intro.catch2 {
    position: absolute;
    left: 6vw;
    top: 44%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .flexslider .slides > li.intro1 {
    background-position-x: 20%;
    background-position-y: center;
  }
}
.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;
}

.catchphrase {
  z-index: 9999;
}

.ex1 {
  opacity: 0;
}
.ex1 span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
}

.ex2 {
  opacity: 0;
}
.ex2 span {
  position: relative;
  left: -10px;
  opacity: 0;
  backface-visibility: hidden;
}

.content1 {
  background-color: bg-base-color;
}

.content1 .lborder {
  border-left: 1px solid #dadada;
}

@media only screen and (max-width: 767px) {
  .content1 .lborder {
    border-left: none;
  }
}
.content1 .rborder {
  border-right: 1px solid #dadada;
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
  transition: all 0.3s;
}

.content1 .social-block li a:hover {
  color: #000000;
}

.expertise1 {
  background: url(../images/backgrounds/bg-waste1.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0;
  margin-bottom: 3px;
}

.expertise2 {
  background: url(../images/backgrounds/bg-waste2.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}

.expertise1 .section-heading,
.expertise2 .section-heading {
  margin-bottom: 30px;
}

.expertise1 .section-heading h2,
.expertise2 .section-heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.expertise1 .section-heading h2::after,
.expertise2 .section-heading h2::after {
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
}

.expertise1 .section-content p,
.expertise2 .section-content p {
  font-weight: bold;
  text-align: center;
}

.expertise1 .btn-wrap,
.expertise2 .btn-wrap {
  position: relative;
  margin-top: 22px;
}

.expertise1 .btn-ex1,
.expertise2 .btn-ex2 {
  background: linear-gradient(0deg, #1e61a6, #1e61a6);
  color: #FFF;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1em;
  padding-top: 19px;
  padding-bottom: 18px;
}

.expertise2 .btn-ex2 {
  background: linear-gradient(0deg, #279369, #279369);
}

.expertise1 .btn-ex1:hover, .btn:focus, .btn:active {
  color: #fff;
}

.expertise1 .btn-ex1:before {
  content: "";
  background: linear-gradient(0deg, #3373B4, #3373B4);
}

.expertise2 .btn-ex2:before {
  content: "";
  background: linear-gradient(0deg, #41AB82, #41AB82);
}

@media only screen and (max-width: 767px) {
  .expertise1 {
    background: url(../images/backgrounds/bg-waste1.jpg) no-repeat 65% 2px;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 3px;
  }
  .nav > li > a {
    padding: 10px 7px 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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .video-player .video-right {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  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;
  transition-property: left, right;
  transition-duration: 0.3s;
  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: 767px) {
  .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: 767px) {
  .testimonial .carosel-wrapper .client-face-holder {
    left: 50%;
    margin-left: -53px;
  }
}
.testimonial .carosel-wrapper .client-face-holder #clientFace {
  height: calc(100% - 6px);
  position: absolute;
  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;
  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: 767px) {
  .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: 767px) {
  .testimonial .quote.left {
    top: 36px;
    left: 0;
  }
}
.testimonial .quote.right {
  line-height: 0;
  bottom: 50px;
  right: 56px;
}

.testimonial .owl-controls {
  position: absolute;
  top: calc(50% - 52px);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .testimonial .owl-controls {
    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: 767px) {
  .testimonial .owl-controls a {
    padding: 10px;
  }
}
.testimonial .owl-controls a.prev {
  left: -90px;
}

@media only screen and (max-width: 767px) {
  .testimonial .owl-controls a.prev {
    left: 0;
  }
}
.testimonial .owl-controls a.next {
  right: -90px;
}

@media only screen and (max-width: 767px) {
  .testimonial .owl-controls a.next {
    right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .about-us .section-content .about-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  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;
}

@media only screen and (max-width: 767px) {
  .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 {
    width: 100%;
    text-align: center;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
}

.google-map {
  border: solid #FFF 4px;
}

.office-map {
  margin-bottom: 30px;
}

#access .caption {
  padding-top: 20px;
  text-align: center;
}

.wrap-column {
  border: 1px solid #EEE;
  padding: 20px;
  margin-bottom: 20px;
}

.office-map h5,
.wrap-column h5 {
  text-align: center;
  font-size: 15px;
}

.wrap-column p {
  text-align: center;
}

.wrap-column p.left {
  text-align: left;
}

.office-map address {
  text-align: center;
}

@media (min-width: 768px) {
  .contact .section-content .contact-form {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wrap-column p.sm-left {
    text-align: left;
  }
}
.contact-full-width {
  padding-top: 90px;
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .contact-full-width {
    padding-top: 70px;
  }
}
@media (max-width: 640px) {
  .contact-full-width {
    padding-top: 12.2448979592vw;
  }
}
.contact-full-width .contact-info-wrap {
  margin: 60px 0;
}

.contact-full-width #map {
  height: 400px;
}

section.privacy {
  padding: 0 0 100px;
}

section.privacy .row {
  padding: 0 30px;
}

.privacy h3 {
  text-align: center;
}

.privacy h4 {
  font-size: 1.8rem;
  margin-bottom: 0.08em;
  font-weight: 500;
  margin: 0 0 10px;
}

section.privacy ul {
  padding: 0;
}

section.privacy li {
  list-style: none;
  margin: 0 0 5px;
  text-indent: -10px;
  padding-left: 10px;
}

section.privacy li:before {
  content: "";
  background-color: var(--color-main);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

@media (max-width: 991px) {
  section.privacy {
    padding: 50px 0;
  }
}
@media (max-width: 640px) {
  section.privacy {
    padding: 0 0 8vw;
  }
  section.privacy .row {
    padding: 0 3.0612244898vw;
  }
  .privacy h4 {
    font-size: 1.6rem;
    margin: 0 0 3.0612244898vw;
  }
}
.privacy p {
  margin-bottom: 30px;
}

.qanda .wrap-list {
  border: 2px solid #EEE;
  padding: 26px;
  margin-bottom: 30px;
  box-sizing: border-box;
  min-height: 180px;
}

.section.qanda {
  padding: 60px 0 30px;
}

.qanda .nav-tabs {
  border-bottom: 2px solid #369669;
}

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

.qanda .nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
}

.qanda .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-size: 1.1em;
}

.qanda .panel-default > .panel-heading,
.faq .panel-default > .panel-heading {
  color: #222;
  background-color: #E4EEF0;
  border-color: #BFD3D7;
  padding: 8px 5px;
}

.qanda .panel-default,
.faq .panel-default {
  border-color: #EEE;
}

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

.qanda .panel,
.faq .panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid #EEE;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.qanda strong,
.faq strong {
  color: #369669;
}

.discipline .section-heading h1 {
  font-size: 2.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;
}

.section.discipline {
  padding: 60px 0 0;
}

.discipline .box h3 {
  line-height: 1.4em;
}

.discipline .box .no1,
.discipline .box .no2,
.discipline .box .no3,
.discipline .box .no4,
.discipline .box .no5 {
  position: relative;
  padding-left: 1.2em;
}

.discipline .box .no1::before,
.discipline .box .no2::before,
.discipline .box .no3::before,
.discipline .box .no4::before,
.discipline .box .no5::before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-weight: normal;
}

.discipline .box .no1::before {
  content: "1.";
}

.discipline .box .no2::before {
  content: "2.";
}

.discipline .box .no3::before {
  content: "3.";
}

.discipline .box .no4::before {
  content: "4.";
}

.discipline .box .no5::before {
  content: "5.";
}

.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: rgb(249, 171, 58);
}

.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: rgb(249, 171, 58);
}

.discipline .flow2 {
  font-weight: bold;
}

.discipline .worry p {
  text-align: center;
  line-height: 2em;
  font-size: 1.1em;
}

@media only screen and (max-width: 767px) {
  .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;
}

.section-content .tel,
.section-content .fax {
  color: #006ba5;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.section-content .tel span,
.section-content .fax span {
  font-size: 38px;
}

.company3 .section-content .tel {
  text-align: center;
}

#contact .inquiry table {
  margin: 20px 0 0;
  /*background-color:#f7f7f7;*/
  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: 20px 36px;
  border: none;
  border-bottom: 1px #5aa2d0 solid;
  text-align: left;
  font-weight: bold;
  width: 30%;
  line-height: 1.5em;
  box-sizing: border-box;
}

#contact .inquiry table td {
  padding: 12px 30px;
  border: none;
  border-bottom: 1px #dbdbdb solid;
  text-align: left;
  box-sizing: border-box;
}

#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 {
  margin: 0 20px 0 0;
  font-weight: 500;
}

#contact .inquiry table span {
  color: #ff0000;
  font-weight: 400;
}

#contact .inquiry table span.small {
  line-height: 1.2;
}

#contact .inquiry table input {
  margin: 2px 0 2px 0;
  height: 1.6em;
  border: 1px solid #DDD;
}

#contact .inquiry table input[type=text] {
  height: 50px;
}

#contact .inquiry table input[type=radio] {
  vertical-align: middle;
  margin: 0 10px 0 0;
  border: 1px #DDD solid;
}

#contact .inquiry table select {
  border: 1px #DDD solid;
  height: 50px;
  width: 80px;
  margin: 0;
  background-color: #FFF;
}

#contact .inquiry table textarea {
  border: 1px #DDD solid;
  height: 100px;
}

#contact .inquiry .formBtn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0 0;
}

#contact .inquiry .btnSend {
  background: linear-gradient(to bottom, var(--color-main), #1f7fba);
  display: inline-block;
  color: #FFF;
  margin: 0 5px;
  border: 0;
  width: 400px;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.8rem;
}

#contact .inquiry .btnSend:hover {
  opacity: 0.6;
}

#contact .inquiry .btnReset {
  background-color: #c2c2c2;
  margin: 0 5px;
  color: #FFF;
  border: 0;
  width: 300px;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.8rem;
}

#contact .inquiry .btnReset:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 991px) {
  #contact .inquiry table select {
    width: 50px;
  }
  #contact .inquiry .btnSend {
    width: 300px;
  }
  #contact .inquiry .btnReset {
    width: 250px;
  }
}
@media only screen and (max-width: 640px) {
  #contact .inquiry table select {
    width: 70px;
  }
}
#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;
    border-top: none;
  }
  #contact .inquiry table tr {
    display: block;
  }
  #contact .inquiry table th {
    display: list-item;
    padding: 15px;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 100%;
    line-height: 1em;
    box-sizing: border-box;
    background-color: #E8E8E8;
  }
  #contact .inquiry table td {
    display: list-item;
    width: 100%;
    border-bottom: 1px #FFF solid;
    font-weight: normal;
    padding: 10px;
  }
  #contact .inquiry .forml {
    width: 100%;
  }
  #contact .inquiry .formm {
    width: 100%;
  }
  #contact .inquiry .btnSend {
    width: 50%;
  }
  #contact .inquiry .btnReset {
    width: 40%;
  }
  #contact .inquiry .formBtn {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  #contact .inquiry .btnSend,
  #contact .inquiry .btnReset {
    height: 60px;
    line-height: 60px;
    border-radius: 0;
  }
}
#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;
  }
}
.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: 768px) {
  .clients .client-image {
    margin-bottom: 0;
  }
}
.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: 768px) {
  .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;
  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: 767px) {
  .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: 767px) {
  .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;
  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;
  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: 767px) {
  .subscribe .spam-text {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .subscribe .subscribe-text {
    margin-bottom: 0;
  }
}
.why-choose-us .why-explain {
  position: relative;
}

.why-choose-us .why-explain::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #2690db;
  border: 2px solid #93D6F2;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  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 {
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 24px;
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    color: #2690db;
    border: 2px solid #93D6F2;
  }
  .why-choose-us .why-explain::before {
    top: 0px;
    left: 0;
  }
  .why-choose-us .why-explain.top::before {
    top: -4.7em;
    left: 0;
  }
  .why-choose-us h4 {
    position: relative;
    left: 30px;
    padding-right: 20px;
  }
  .why-choose-us .last h4 {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .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: 768px) {
  .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: 19px;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4em;
    width: 90%;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #222;
  }
  .why-choose-us .why-explain::before {
    transition: 0.6s;
    transform-style: preserve-3d;
  }
  .why-choose-us .why-explain.top {
    border-top: 2px solid #93D6F2;
    border-right: 2px solid #93D6F2;
    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: 2px solid #93D6F2;
    border-left: 2px solid #93D6F2;
  }
  .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: 2px solid #93D6F2;
    border-right: 2px solid #93D6F2;
    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: 2px solid #93D6F2;
    border-left: 2px solid #93D6F2;
  }
  .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: #93D6F2;
    color: #71BCDC;
    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: 2px solid #93D6F2;
  }
  .why-choose-us .why-explain.bottom {
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
  }
  .why-choose-us .section-content p {
    padding-top: 20px;
  }
}
.section.material {
  background-size: contain;
}

#material1 .section-heading {
  margin-bottom: 80px;
}

.material .section-content {
  margin-bottom: 30px;
}

.material .material-content {
  position: relative;
}

.material h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid rgb(159, 201, 208);
}

.material h2 {
  margin-bottom: 40px !important;
  position: relative;
}

.material .material-content.right {
  padding: 30px;
  margin-left: -120px;
  margin-top: -20px;
}

.material-content p,
.material p {
  line-height: 1.8em;
}

.material-content figure {
  padding: 0 30px;
}

.material-content.right {
  padding: 20px 0;
}

.material .material-content ul {
  min-height: 200px;
}

.material .material-content ul li {
  line-height: 1.8em;
  margin-bottom: 10px;
}

.material .material-content .col {
  width: 30%;
  float: left;
}

.section.area {
  padding: 0 0 50px;
  border-top: 8px solid #44b27e;
}

.area .areamap {
  text-align: center;
}

.area h4 {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
}

.area p {
  text-align: center;
}

.area .area2 {
  height: 100%;
  width: 50%;
  position: relative;
}

.area .areatxt {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  /* text-align: center; */
  height: 280px;
  width: 280px;
  left: 50%;
  top: 80px;
  border: 6px solid #44b27e;
  border-radius: 50%;
}

.area .areatxt h3 {
  text-align: center;
  margin-bottom: 30px;
}

.area .areatxt p {
  text-align: center;
}

@media screen and (min-width: 993px) {
  #material1.section,
  #material2.section,
  #material3.section,
  #material4.section {
    padding: 100px 0 0;
  }
  #material5.section {
    padding: 60px 0 0;
  }
}
#material5.material h2,
#material6.material h2 {
  margin-bottom: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  letter-spacing: 2px;
  text-align: center;
}

#material6 h3,
#material6 p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .area .areatxt {
    left: 0;
    top: 20px;
    border: 6px solid #A6D4BE;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .area .area2 {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .material .material-content .col {
    width: 100%;
    float: none;
  }
  .material .material-content ul {
    min-height: auto;
  }
  .area .areatxt {
    height: 240px;
    width: 240px;
    left: 50%;
    margin-left: -120px;
    position: absolute;
    padding-top: 46px;
  }
}
@media only screen and (max-width: 459px) {
  .material-content figure {
    padding: 0 1vw;
  }
  .material h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .material h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .opposite-right {
    float: right;
  }
}
.material .opposite-right .material-content.right {
  padding: 30px;
  margin-right: -120px;
  margin-left: 0;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .material .material-content.right,
  .material .opposite-right .material-content.right {
    padding: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 459px) {
  .material .material-content.right,
  .material .opposite-right .material-content.right {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
.our-process {
  background-color: #ffffff;
  padding-bottom: 0;
  /* Devider */
}

.our-process .section-content {
  margin: 0 136px;
}

.our-process h4 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 992px) {
  .our-process .section-content {
    margin: 0;
  }
}
.our-process .our-process-image {
  height: 8em;
  width: 8em;
  border: 3px solid #0b548a;
  border-radius: 50%;
  text-align: center;
  display: table;
  margin-bottom: 10px;
  float: right;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .our-process .our-process-image {
    margin: 0;
    height: 6em;
    width: 6em;
  }
  .our-process h4 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.our-process .our-process-image span {
  font-size: 4em;
  color: #0b548a;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .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: calc(100% - 112px);
  position: relative;
  border-bottom: 2px dotted #dadada;
  margin: 0 auto;
}

.our-process .divider img {
  position: absolute;
  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;
  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: 767px) {
  .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: 767px) {
  .gallery .og-grid.og-grid-4col li {
    width: 100%;
  }
}
.gallery .og-grid.og-grid-5col li {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .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 {
  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;
  animation: loader 0.5s infinite ease-in-out both;
}
@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%;
  }
}
/* bg-color */
.bg-color1 {
  background-color: var(--color-gray);
}

.bg-panel1 {
  background-color: rgba(255, 255, 255, 0.85);
}

.bg-panel2 {
  background-color: rgba(232, 248, 249, 0.85);
}

/************FOOTER************/
.footer {
  background-color: var(--color-main-d);
  border-top: 1px #FFF solid;
  color: #FFF;
}

.footer .container {
  padding: 0;
  display: flex;
  align-items: center;
}

.footer .address {
  padding: 85px 0 80px;
}

.footer .address h4 {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0 0 0.3em;
}
.footer .address h4 span {
  font-size: 0.8em;
}
.footer .address h4 + p {
  margin: 0 0 2.5em;
}

.footer .address .txt1 {
  letter-spacing: 0.08em;
  margin: 0 0 15px;
}

.footer .address .txt1 a {
  color: #FFF;
}

.footer .address .txt1 a:hover {
  text-decoration: none;
}

.footer .address .txt2 {
  letter-spacing: 0.08em;
  color: #c9dfed;
  font-size: 1.3rem;
}

.footer .address .txt2 span {
  font-size: 1.2rem;
}

.footer .footerNav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer .footerNav li {
  list-style: none;
  display: inline-block;
  flex: 0 1 30%;
  margin: 0 0 25px;
}

.footer .footerNav li:nth-child(3n-1) {
  flex: 0 1 40%;
}

.footer .footerNav li:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #FFF;
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.footer .footerNav li a {
  color: #FFF;
  letter-spacing: 0.08em;
}

.footer .copyright {
  color: var(--color-main);
  margin: 0;
  width: 100%;
  line-height: 1;
  display: block;
  padding: 40px 0;
  background-color: #236c99;
  border-top: 1px #2279af solid;
  font-size: 1.1rem;
  box-shadow: 0 -1px 0 0 #236c99;
}

@media screen and (max-width: 991px) {
  .footer .container {
    display: block;
  }
  .footer .address {
    padding: 70px 50px 50px;
  }
  .footer .footerNav {
    padding: 0 50px 25px;
  }
}
@media screen and (max-width: 640px) {
  .footer .address {
    padding: 14.2857142857vw 5.1020408163vw 10.2040816327vw;
  }
  .footer .address h4 {
    font-size: 2rem;
  }
  .footer .address .txt1 {
    margin: 0 0 4.5918367347vw;
  }
  .footer .address .txt2 {
    font-size: 1.2rem;
  }
  .footer .address .txt2 span {
    font-size: 1.1rem;
  }
  .footer .footerNav {
    padding: 0 5.1020408163vw 6.1224489796vw;
  }
  .footer .footerNav li {
    flex: 0 1 50%;
    margin: 0 0 6.1224489796vw;
  }
  .footer .footerNav li:nth-child(3n-1) {
    flex: 0 1 50%;
  }
  .footer .copyright {
    padding: 10.2040816327vw 5%;
    font-size: 1rem;
    text-align: left;
  }
}
.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;
  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: 767px) {
  .footer-widgets .content-wrap {
    padding-left: 25px;
  }
}
.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: 767px) {
  .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;
}

/* color */
.red {
  color: #bc2d2d;
}

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

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

.arrow {
  position: relative;
  left: 20px;
}

.arrow::before {
  content: "\f0a9";
  font-family: FontAwesome !important;
  position: absolute;
  left: -18px;
  top: 0;
  color: rgb(249, 171, 58);
}

.select-line {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.select-line::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #41b8dd;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #999;
}

textarea::placeholder,
input::placeholder {
  color: #999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999;
}

.comingsoon {
  text-align: center;
}

.center-md {
  text-align: center;
}

sup {
  font-size: 0.6em;
}

br.sp {
  display: none;
}

@media screen and (max-width: 459px) {
  br.sp {
    display: block;
  }
}
.daihyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(0.03deg);
  font-size: 1.5em;
  color: #FFF;
  font-weight: bold;
}

.daihyo2 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  transform: rotate(0.03deg);
  color: #FFF;
  font-weight: bold;
}/*# sourceMappingURL=main.css.map */