/* @charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700|Roboto:400,400i,500,500i,700,700i&display=swap&subset=japanese"); */

/*	レイアウト
---------------------------------*/
body {
  width: 100%;
  line-height: 1.6;
  color: #2e3532;
  font-family: NotoSerifCJKjpM, PlayfairDisplayR, "NotoSerif", "NotoSerifJP Medium", "NotoSerifJP Regular", "HiraKaKuPro W3", "MNewsMJUpr Light";
}
#wrapper {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*	ヘッダー - top - logo & header menu
---------------------------------*/
header {
  position: relative;
  width: 100%;
  z-index: 100;
}
.hd-otr {
  position: relative;
  padding: 1rem 0;
  margin: 0 auto;
  /* max-width: 1400px; */
  background: #fff;
  transition: all 1s;
}
@media screen and (max-width: 1040px) {
  .hd-otr.tablet_on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  }
}
.hd-inr {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  overflow: visible;
  z-index: 9999;
  align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  .hd-otr {
    padding: 1rem 8rem 1rem 1rem;
  }
  .hd-inr {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .hd-otr {
    padding: 1rem 6rem 1rem 1rem;
  }
  .hd-inr {
  }
}
/* ---------------- */
.hd-inr .hd-logo {
  width: 30%;
  padding: 0;
  z-index: 9999;
}
/* ----------------------------- */
.hd-inr .header-description {
  font-size: 1.2rem;
  line-height: 1.3em;
  max-width: 450px;
}
.hd-inr .header-contact {
  /* width: 80%; */
}
.hd-inr .header-contact .tel_time {
  display: block;
  margin-top: 0.5rem;
  margin-right: 2rem;
}
.hd-inr .header-contact .tel_time p {
  font-family: NotoSerifCJKjpM;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.hd-inr .header-contact .tel_time p.i_payment {
  font-family: NotoSerifCJKjpM;
  font-size: 1.5rem;
  letter-spacing: 0rem;
  font-weight: 900;
  color: #ea3b3b;
}
.hd-inr .header-contact .contact_link {
  padding: 0 2rem;
  font-family: NotoSerifCJKjpM;
  font-size: 1.6rem;
  color: #fff;
  line-height: 4.6rem;
  letter-spacing: 1px;
}
.hd-inr .header-contact .contact_link img {
  vertical-align: middle;
}
@media screen and (max-width: 1040px) {
  .hd-inr .hd-logo {
    order: 1;
  }
  .hd-inr .header-contact,
  .hd-inr .header-description,
  .hd-inr .header-menu {
    display: none;
  }
  .hd-inr .header-sp-contact {
    display: block !important;
    order: 2;
  }
  .hd-inr .header-sp-contact .contact_ico {
    display: inline-block;
    margin: 0 1rem;
    vertical-align: middle;
  }

  .hd-inr .header-sp-contact .contact_ico em {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 0 7px;
  }

  .hd-inr .header-sp-contact .mail_link {
    margin: 3px 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .hd-inr .header-sp-contact .contact_ico img {
    vertical-align: middle;
  }

  .hd-inr .header-sp-contact .contact_ico em {
    display: none;
  }

  .hd-inr .header-sp-contact .mail_link {
    margin: 3px 0 0 5px;
  }

  .hd-inr .hd-logo {
    order: 1;
    width: 100%;
    padding: 0;
    max-width: 170px;
  }
}

/* ----------------------------- */
ul.header-menu {
  /* width: 100%; */
  padding: 2rem 0 1rem;
}
ul.header-menu li.lg-menu {
  margin: 0 1.45rem;
  padding: 0.5rem;
  font-family: NotoSerifCJKjpM;
  font-size: 1.6rem;
  line-height: 2.5;
}
ul.header-menu li.lg-menu:nth-of-type(6) {
  margin-right: 0;
}
ul.header-menu li.lg-menu.current {
  border-bottom: solid #13273e 1px;
}
ul.header-menu li.lg-menu p.circle_mark {
  display: inline-block;
  width: 5.5rem;
  height: 5.5rem;
  padding: 2px;
  border-radius: 10rem;
  background: #e5e5e5;
}
ul.header-menu li.lg-menu p.circle_mark span.inr {
  display: inline-block;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
}
/* ------------------------------------- */
.sp_tel_link {
  width: 2rem;
}
.sp_tel_link img {
  width: 100%;
}

/*	フッター menu
---------------------------------*/
/* footer infor */
footer {
  padding: 6rem 0 6.5rem;
  position: relative;
}
footer .contents-inr {
  align-items: flex-start;
  align-content: flex-start;
}

.sns_List {
 display: flex;
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100%;
 z-index: 100;
}

.sns_List li {
 text-align: center;
 width: 50%;
}

.sns_List li a {
 display: block;
 padding: 10px 0;
}

.sns_List li img {
 width: auto;
 height: 46px;
}

.insta_link a {
 background: url(../images/common/insta-bg.jpg) left top repeat-x;
 background-size: auto 100%;
}

.line_link a {
 background: #38c961;
}


@media screen and (max-width: 767px) {
  footer .contents-inr {
    padding: 0;
  }
}
footer .ft-logo {
  display: inline-block;
  width: 25%;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  footer .ft-logo {
    width: 100%;
    text-align: center;
  }
}
footer .company_addr {
  width: 35%;
}
footer .company_addr p {
  font-family: NotoSerifCJKjpM;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  footer .company_addr {
    width: 100%;
  }
  footer .company_addr p {
    text-align: center;
    margin: 4rem 0;
  }
}

footer .ft-menu-block {
  width: 38%;
  align-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  footer .ft-menu-block {
    width: 100%;
    margin: 2rem auto 3rem;
  }
}
@media screen and (max-width: 767px) {
  footer .ft-menu-block {
    width: 90%;
    margin: 0 auto 3rem;
    text-align: center;
  }
}
footer .ft-menu-block .ft-menu {
  width: 30%;
}
@media screen and (max-width: 1040px) {
}
ul.ft-menu .ft-menu-li {
  width: 100%;
  font-family: NotoSerifCJKjpM;
  font-size: 1.4rem;
  padding: 0 0 1rem;
}
@media screen and (max-width: 1100px) {
  ul.ft-menu {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  ul.ft-menu {
    padding: 0 0px;
  }

  footer .ft-menu-block .ft-menu:nth-of-type(1) {
    order: 1;
    width: 50%;
  }
  footer .ft-menu-block .ft-menu:nth-of-type(2) {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  footer .ft-menu-block .ft-menu:nth-of-type(2) li {
    width: calc(50% - 2px);
  }
  footer .ft-menu-block .ft-menu:nth-of-type(3) {
    order: 2;
    width: 50%;
  }
  ul.ft-menu .ft-menu-li {
    padding: 0;
    line-height: 2.5;
    text-align: center;
    width: calc(100% - 2px);
    margin-top: 2px;
    margin-left: 2px;
    background: #13273e;
    color: #fff;
  }
}
.ft-copyright {
  width: 100%;
  font-family: NotoSerifCJKjpM;
  font-size: 1.2rem;
  line-height: 4;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .ft-menu ul li {
    margin: 0 auto 10px;
  }
  .ft-menu a {
    font-size: 14px;
    line-height: 30px;
  }
  ul.ft-menu ul.s-ft-menu {
    /* display: none; */
  }
  .ft-copyright {
    padding: 10px 0;
    text-align: center !important;
    background: #f2f2f2;
    font-size: 1rem;
  }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 1040px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(32, 97, 162, 0.9);
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  header nav.sp-nav a {
    display: block;
    color: #fff;
  }
  header nav.sp-nav a * {
    transition: 0s;
  }
  header nav.sp-nav .logo {
    width: 100%;
    padding: 6rem;
  }
  header nav.sp-nav .logo img {
    /* height: 40px; */
    margin: 0;
    text-align: left;
  }
  header nav.sp-nav .logo + ul {
    display: block;
  }
  header nav.sp-nav .logo + ul li a {
    /* border-top: 1px solid #eee; */
    padding: 10px 15px;
    position: relative;
    font-family: NotoSerifCJKjpM;
    font-size: 1.6rem;
  }
  header nav.sp-nav .logo + ul li a img {
    display: none;
  }
  header nav.sp-nav .logo + ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #e383a5;
    border-right: 2px solid #e383a5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header nav.sp-nav .logo + ul li:first-child a {
    border-top: none;
  }
  header nav.sp-nav .logo + ul li:first-child a .material-icons {
    display: none;
  }
  header nav.sp-nav .logo + ul li br {
    display: none;
  }
  header nav.sp-nav .logo + ul li small {
    display: none;
  }
  header nav.sp-nav .sp-nav-sub {
    background: rgba(0, 0, 0, 0.05);
    margin-top: 1em;
  }
  header nav.sp-nav .sp-nav-sub li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
  }
  header nav.sp-nav .sp-nav-sub li:first-child {
    border-top: none;
  }
  header nav.sp-nav .sp-nav-sub li a {
    padding: 15px;
  }
  #wrapper header nav.sp-nav .header-contact {
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header nav.sp-nav .header-contact a {
    width: 100%;
    padding: 15px 0;
    letter-spacing: 0;
  }
  header nav.sp-nav .header-contact a span {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.6rem;
  }
  header nav.sp-nav .header-contact .blc-tel {
    border: 2px solid #313131;
    font-weight: bold;
    color: #fff;
  }
  header nav.sp-nav .header-contact .blc-contact {
    background: #313131;
    color: #fff;
  }
  /* ナビゲーション スライドアニメーション */
  header.open nav.sp-nav {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }

  header nav.sp-nav .sub-menu {
    display: none;
    background: #f9f4e0;
  }
  header nav.sp-nav .sub-menu.sub-tab {
  }

  /*ハンバーガーボタン*/
  header .navToggle {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 1.1rem 1rem;
    width: 7rem;
    height: 100%;
    cursor: pointer;
    z-index: 10010;
    background: #13273e;
    padding: 10px;
  }
  header .navToggle div {
    position: relative;
  }
  header .navToggle span {
    display: block;
    margin: 1.2rem 0;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 7px;
  }
  header .navToggle span:nth-child(3) {
    top: 14px;
  }
  /* ハンバーガーボタン 切り替えアニメーション */
  header.open .navToggle span:nth-child(1) {
    /* top: 7px; */
    -webkit-transform: translateY(1.5rem) rotateZ(315deg);
    -moz-transform: translateY(1.5rem) rotateZ(315deg);
    transform: translateY(1.5rem) rotateZ(315deg);
  }
  header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open .navToggle span:nth-child(3) {
    /* top: 7px; */
    -webkit-transform: translateY(-1.5rem) rotateZ(-315deg);
    -moz-transform: translateY(-1.5rem) rotateZ(-315deg);
    transform: translateY(-1.5rem) rotateZ(-315deg);
  }
  .sp-nav li.contact-link {
    background: #121212;
  }
  .sp-nav li.contact-link a {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  header .navToggle {
    width: 4.5rem;
  }
  header .navToggle span {
    margin: 0.7rem 0;
  }
  /* ハンバーガーボタン 切り替えアニメーション */
  header.open .navToggle span:nth-child(1) {
    /* top: 7px; */
    -webkit-transform: translateY(12px) rotateZ(315deg);
    -moz-transform: translateY(12px) rotateZ(315deg);
    transform: translateY(12px) rotateZ(315deg);
  }
  header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open .navToggle span:nth-child(3) {
    /* top: 7px; */
    -webkit-transform: translateY(-6px) rotateZ(-315deg);
    -moz-transform: translateY(-6px) rotateZ(-315deg);
    transform: translateY(-6px) rotateZ(-315deg);
  }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
  position: relative;
  margin: 0 auto;
  max-width: 1040px;
}
@media screen and (max-width: 1040px) {
  .contents-inr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .exterior .contents-inr {
    padding-left: 0;
    padding-right: 0;
  }
}
.nrl {
  font-family: NotoSerifCJKjpM;
  font-size: 1.6rem;
}
.nrlB {
  font-family: NotoSerifCJKjpB;
  font-size: 3rem;
  font-weight: bold;
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
  position: relative;
}
.slider01 {
  width: 100%;
}
.main-img {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: 80% top;
  background-repeat: no-repeat;
}
.main-img.img01 {
  background-image: url(../images/top/mainvisual_bg01.jpg);
}
.main-img.img02 {
  background-image: url(../images/top/mainvisual_bg02.jpg);
}
.main-img.img03 {
  background-image: url(../images/top/mainvisual_bg03.jpg);
}
.main-img-otr h2 a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .main-img {
    height: 100vw;
  }
}
.main-img-otr h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  max-width: 1040px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 1040px) {
  .main-img-otr h2 {
    width: 90%;
  }
}
/*  ページャー */
.bx-controls {
  display: none;
  position: absolute;
  bottom: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 90;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  outline: 0;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  opacity: 0.3;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #20b2aa;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .bx-controls {
    bottom: 5px;
  }
}

/*	トップページ
---------------------------------*/
.section-title {
  position: relative;
  text-align: center;
}
.section-title span {
  display: block;
}
.section-title h3 {
  position: relative;
}
.section-title h3 .l-title {
  font-family: NotoSerifCJKjpB;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4px;
}
.section-title h3 .m-title {
  font-family: NotoSerifCJKjpB;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  .section-title h3 .m-title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section-title h3 .l-title {
    line-height: 1.3;
    font-size: 2.5rem !important;
  }
  .section-title h3 .m-title {
    font-size: 2.4rem;
  }
}
section {
  position: relative;
  padding: 10rem 0;
}
.more-link {
  display: inline-block;
  width: 24rem;
  line-height: 5rem;
  font-family: NotoSerifCJKjpM;
  font-size: 1.6rem;
  text-align: center;
}

/* about
---------------------------- */
.about {
  padding-bottom: 0;
}
@media screen and (max-width: 1040px) {
  .about {
    padding: 15rem 0 7rem;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0 0;
  }
}
.media-block {
  position: relative;
}
.media-image-block {
  position: relative;
  width: 100%;
}
.media-image-block .empty-block {
  width: 50%;
}
.media-image-block .image-block {
  width: calc(50% - 4rem);
}
.media-image-block .image-block img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .media-block {
    position: relative;
    padding: 0 15px;
  }
  .media-image-block {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
  }
  .media-image-block .empty-block {
    width: 100%;
  }
  .media-image-block .image-block {
    width: 100%;
  }
  .media-image-block .image-block img {
    width: 100%;
  }
}

.media-content-block {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 99;
}
.media-content-block .content-block {
  width: calc(50% - 4rem);
  letter-spacing: 1px;
}
.media-content-block .empty-block {
  width: 50%;
}

.media-content-block .nrl {
  padding: 4rem 0 5rem;
  line-height: 2;
}
.media-content-block .more-link {
  background: url(../images/common/arw01.png) 90% center no-repeat, #13273e;
  color: #fff;
  border: solid #13273e 1px;
}
.media-content-block a.more-link:hover {
  background: url(../images/common/arw02.png) 90% center no-repeat, #fff;
  color: #13273e;
  border: solid #13273e 1px;
}
@media screen and (max-width: 1040px) {
  .media-content-block .nrl {
    padding: 3rem 0;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .media-content-block {
    position: relative;
    width: 100%;
    transform: initial;
    left: 0;
    top: 0;
    padding: 0;
    margin-bottom: 5rem;
  }
  .media-content-block .content-block {
    width: 100%;
    letter-spacing: 1px;
  }
  .media-content-block .empty-block {
    width: 100%;
  }

  .media-content-block .nrl {
    padding: 4rem 0 5rem;
  }
  .media-content-block .more-link {
    background: url(../images/common/arw01.png) 90% center no-repeat, #13273e;
    color: #fff;
    border: solid #13273e 1px;
    display: block;
    margin: 0 auto;
  }
  .media-content-block a.more-link:hover {
    background: url(../images/common/arw02.png) 90% center no-repeat, #fff;
    color: #13273e;
    border: solid #13273e 1px;
  }
}

/* exterior
---------------------------- */
.exterior {
  padding-bottom: 0;
}
.exterior .nrl {
  padding: 4rem 0;
  line-height: 3.4rem;
  letter-spacing: 2px;
}
.exam_grid {
  position: relative;
  width: 100%;
}
.exam_grid .exam_block {
  position: relative;
  width: 31%;
  margin: 0 3.5% 4rem 0;
}

.exam_grid .exam_block:nth-child(3n) {
  margin: 0 0 4rem 0;
}

.exam_grid .exam_block:nth-of-type(4),
.exam_grid .exam_block:nth-of-type(5),
.exam_grid .exam_block:nth-of-type(6) {
  /* margin-bottom: 0rem; */
}
@media screen and (max-width: 767px) {
  .exterior {
    padding: 0;
    padding-bottom: 0;
    width: 100% !important;
  }

  .exam_grid .exam_block {
    margin: 0 2.75% 1rem 0;
    width: 31.5%;
  }

  .exam_grid .exam_block:nth-child(3n) {
    margin: 0 0 1rem 0;
  }

  .exam_grid .exam_block:nth-of-type(4),
  .exam_grid .exam_block:nth-of-type(5),
  .exam_grid .exam_block:nth-of-type(6) {
    /* margin-bottom: 4rem; */
  }
}
.exam_grid .exam_block .over_lyr {
  position: absolute;
  z-index: 99;
  background: #00000078;
  width: 100%;
  height: 100%;
  padding: 2rem;
  align-items: flex-end;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .exam_grid .exam_block .over_lyr {
    display: grid;
    padding: 2rem 6px;
  }
}
.exam_grid .exam_block .over_lyr:hover {
  background: #00000000;
  transition: all 0.4s;
}
.exam_grid .exam_block .over_lyr p.exam_label {
  font-family: NotoSerifCJKjpB;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .exam_grid .exam_block .over_lyr p.exam_label {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .exam_grid .exam_block .over_lyr p.exam_label {
    font-size: 1.4rem !important;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 6px;
    transform: translateY(-50%);
  }

  .exam_grid .exam_block .over_lyr p.detail_link {
    display: none;
  }
}

/* --------------------- */
.exam_grid .exam_4_block {
  position: relative;
  /* width: 22%; */
  margin-bottom: 2rem;
}
.exam_grid .exam_4_block .over_lyr {
  position: absolute;
  z-index: 99;
  background: #13273e00;
  width: 100%;
  height: 100%;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  align-items: center;
  transition: all 0s;
  opacity: 0;
}
.exam_grid .exam_4_block .over_lyr:hover {
  opacity: 1;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background: #13273e99;
  transition: all 0s;
}
.exam_grid .exam_4_block .over_lyr p.exam_date {
  width: 100%;
  font-family: NotoSerifCJKjpM;
  font-size: 1.6rem;
  line-height: 1.75;
}

.exam_grid.flex-st div {
  margin-left: 1%;
}
@media screen and (max-width: 767px) {
  .exam_grid .exam_4_block .over_lyr p.exam_date {
    font-size: 1.2rem !important;
  }

  .exam_grid .exam_4_block {
    width: 48%;
    margin: 1% auto;
  }
  .exam_grid.flex-st div {
    margin-left: 0%;
  }
  .exam_grid .exam_4_block .over_lyr {
    opacity: 1;
    width: calc(100% - 2rem);
    height: calc(90% - 4rem);
    background: #13273e99;
  }
}
@media screen and (max-width: 1080px) {
  .exam_grid .exam_4_block .over_lyr:hover {
    opacity: 1;
  }
}

/* other
---------------------------- */
.other {
  padding: 6rem 0 6.5rem;
}
.other .nrl {
  padding: 4rem 0;
  line-height: 3.4rem;
  letter-spacing: 2px;
}

/* voice
---------------------------- */
.voice {
  /* padding-bottom: 0 !important; */
}
.voice .nrl {
  padding: 4rem 0 4.5rem;
  line-height: 3.4rem;
}
.voice .exam_grid {
  padding: 0 0 4rem;
}
.voice .more-link {
  background: url(../images/common/arw02.png) 90% center no-repeat, #fff;
  color: #13273e;
  border: solid #fff 1px;
}
.voice a.more-link:hover {
  background: url(../images/common/arw01.png) 90% center no-repeat, #13273e;
  color: #fff;
  border: solid #fff 1px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 50px 0;
  }
}

/* news
---------------------------- */
.news {
  padding-bottom: 9rem;
}
.news_grid {
  width: 100%;
  padding: 4rem 0;
}
.news_grid .news_block {
  width: 100%;
  font-family: NotoSerifCJKjpM;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 1rem 0;
}
.news_grid .news_block .news_date {
  width: 8rem;
}
.news_grid .news_block .category {
  width: 13rem;
  font-family: NotoSerifCJKjpB;
}
.news_grid .news_block .category.cat_2 {
  background: #f27214;
}
.news_grid .news_block .category.cat_3 {
  background: #f4a600;
}
.news_grid .news_block .news_title {
  width: calc(100% - 26rem);
}
.news .more-link {
  background: url(../images/common/arw01.png) 90% center no-repeat, #13273e;
  color: #fff;
  border: solid #13273e 1px;
}
.news a.more-link:hover {
  background: url(../images/common/arw02.png) 90% center no-repeat, #fff;
  color: #13273e;
  border: solid #13273e 1px;
}
@media screen and (max-width: 767px) {
  .news_grid {
    padding: 4rem 15px;
  }
  .news {
    padding: 50px 0;
  }
  .news_grid .news_block {
    margin-bottom: 2rem;
  }
  .news_grid .news_block .news_date {
    width: 50%;
  }
  .news_grid .news_block .news_title {
    padding-top: 1rem;
    width: 100%;
  }
}

/* recruit
---------------------------- */
.recruit {
  padding-bottom: 6rem;
}
.recruit .media-block.map {
  padding: 6rem 0 0;
}
@media screen and (max-width: 1040px) {
  .recruit {
    padding: 15rem 0 10rem;
  }
  .recruit .media-block.map {
    padding: 15rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 50px 0 0;
  }
  .recruit .media-block.map {
    padding: 0 15px 0;
  }
}
.recruit .media-block.map .media-image-block .image-block img {
  width: auto;
}
.recruit .more-link {
  background: url(../images/common/link_icon1.png) 90% center no-repeat, #13273e;
  color: #fff;
  border: solid #13273e 1px;
}
.recruit a.more-link:hover {
  background: url(../images/common/link_icon2.png) 90% center no-repeat, #fff;
  color: #13273e;
  border: solid #13273e 1px;
}

/* contact
---------------------------- */
.contact {
  padding: 8rem 0;
}
.contact .contents-inr {
  background: #fff;
  padding: 6rem 0;
}
@media screen and (max-width: 1040px) {
  .contact .contents-inr {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact .contents-inr {
    padding: 20px 15px 25px 15px;
  }
  #wrapper .centerOn {
    padding: 10px 0;
  }

  footer {
    padding: 4rem 0 6rem !important;
  }
}
.contact .nrl {
  padding: 4rem 0 3rem;
  letter-spacing: 1px;
}
.contact_grid {
  width: 100%;
}
.contact_grid .tel_time {
  display: block;
  margin-right: 4rem;
}
.contact_grid .tel_time p {
  font-family: NotoSerifCJKjpM;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.contact_grid .tel_time p.f_payment {
  font-family: NotoSerifCJKjpM;
  font-size: 1.8rem;
  letter-spacing: 0rem;
  font-weight: 900;
  color: #ea3b3b;

}
.contact_grid .contact_link {
  padding: 0 4rem;
  font-family: NotoSerifCJKjpR;
  font-size: 1.8rem;
  color: #fff;
  line-height: 6rem;
  letter-spacing: 1px;
  margin-left: 4rem;
}
.contact .contact_grid .contact_link img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_grid .tel_time {
    display: block;
    margin: 10px 0 0 0;
  }
  .contact_grid .contact_link {
    margin: 1rem 0 0;
    font-size: 14px;
  }

  .contact_grid .tel_time p {
    font-family: NotoSerifCJKjpM;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 5px 0 0 0;
  }
}
.ft-top {
  position: absolute;
  right: calc((100% - 1040px) / 2 - 3rem);
  bottom: 0;
  z-index: 999;
}
.ft-top a {
  display: inline-block;
  position: relative;
  padding-top: 1.7rem;
  font-size: 0.8rem;
}
#totop {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 70px;
}
#totop a {
  display: block;
}
#totop a img {
  filter: brightness(0.5);
}

/*=============================
	common(Lower)Page setting
===============================*/

/* table */
table {
  font-size: 1rem !important;
  margin-top: 2rem;
}

table td input,
select,
textarea {
  border: none;
  background: #f5f5f6;
  font-size: 16px;
  padding: 14px 20px;
  font-family: inherit;
  width: 100%;
}
table td textarea {
  width: 100%;
}

.btn-center p {
  margin-top: 2rem;
}

.btn-small {
  padding: 8px 0;
  max-width: 235px;
}

table .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  background: #f5f5f6;
  line-height: 1.7;
}

.subcon table {
  width: 100%;
  border-collapse: collapse;
}
.subcon table p {
  margin-top: 0;
}
.subcon table ul {
  margin-top: 0;
  font-weight: 700;
}
.subcon table ul li:first-child {
  margin-top: 0;
}
.subcon table th,
.subcon table td {
  padding: 20px;
  border-top: 1px dotted #d2d2d2;
  border-bottom: 1px dotted #d2d2d2;
  text-align: left;
}
.subcon table th {
  width: 26%;
  background-color: #13273e;
  color: #fff;
}
.contact_btn {
  text-align: center;
}
.contact_btn input {
  width: 42%;
  max-width: 230px;
  height: 50px;
  line-height: 50%;
  background: #e3b6ff;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
}
.contact_btn input:hover {
  background-color: #000;
  color: #fff;
}

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

/* Bread_crumb_List */
.bread_crumb_list {
  text-align: left;
  margin: 20px 0 20px 0;
}
.bread_crumb {
  max-width: 1040px;
  margin: 0 auto 0;
  width: 94%;
}
.bread_crumb li {
  display: inline;
  font-size: 13px;
}
.bread_crumb li:after {
  content: "\003e";
  padding-left: 0.35rem;
  margin-right: 0.075rem;
  color: #000;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  color: #13273e;
}
.bread_crumb li a:hover {
  text-decoration: underline;
}
.bread_crumb li.current:after {
  content: "";
}

/* flex */
.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexno {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-end {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flexno-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-cen-cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-around-cen {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-around {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-direction01 {
  flex-direction: row-reverse;
}
.flex-direction02-column {
  flex-direction: column;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*=============================
	Sub(Lower)Page setting
===============================*/
.alignL {
  text-align: left !important;
}
.alignC {
  text-align: center !important;
}
.m0a {
  margin: 0 auto;
}
.w_20 {
  width: 20%;
}
.w_25 {
  width: 25%;
}
.w_25 img {
  padding: 10px;
}
.w_30 {
  width: 30%;
}
.w_40 {
  width: 40%;
}
.w_50 {
  width: 48%;
}
.w_58 {
  width: 58%;
}
.w_60 {
  width: 60%;
}
.w_70 {
  width: 65%;
}
.w_75 {
  width: 70%;
}
.w_80 {
  width: 75%;
}
.w_90 {
  width: 90%;
}
.w_100 {
  width: 100% !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1rem {
  margin-top: 1rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}
.mt25rem {
  margin-top: 2.5rem !important;
}
.mt3rem {
  margin-top: 3rem !important;
}
.mt5rem {
  margin-top: 5rem !important;
}
.mt7rem {
  margin-top: 7rem !important;
}
.mt10rem {
  margin-top: 10rem !important;
}

#pagebody section {
  width: 1040px;
  margin: 0 auto;
  padding-top: 0;
}
#pagebody section p,
#pagebody section a,
#pagebody section div,
#pagebody section span,
#pagebody section time,
#pagebody section th,
#pagebody section td,
#pagebody section label,
#pagebody section li {
  font-size: 16px;
}
/* h2 */
.submainbox-wrap {
  /* margin-top: 100px; */
}
.submainbox {
  background: url(../images/top/mv_img.png) no-repeat center bottom / cover;

  background-size: cover;
}
.submain-txt {
  padding: 50px 0;
}
.submainbox-wrap .submainbox .submain-txt h2 {
  text-align: center;
  /* color: #fff; */
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-family: "Oswald", serif;
}
.submainbox-wrap .submainbox .submain-txt h2 span {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  font-size: 100px;
}
.submainbox .wc_h3_01 span {
  font-size: 64px;
  line-height: 64px;
}
.submainbox .wc_h3_01 {
  font-size: 20px;
}

/* h3 */
#wrap-content.subcon h3 {
  background: none;
  margin-top: 5rem;
  text-align: center;
  font-family: "Oswald", serif;
  font-weight: bold;
  font-size: 1.8rem;
}
#wrap-content.subcon h3 span {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
}

/* h4 */
#wrap-content.subcon h4 {
  font-size: 2rem;
}

/* information */
.article-list {
  border-top: 1px dashed #dcdcdc;
}
.article-list-item {
  padding: 22px 20px;
  border-bottom: 1px dashed #dcdcdc;
  text-align: left;
}
.article-list-item time {
  width: 6em;
  display: block;
}
.article-list-item a {
  flex: 1;
  overflow: hidden;
}
.article-list-item .category {
  width: 13rem;
  font-family: NotoSerifCJKjpB;
  font-size:14px !important;
  text-align: center;
  margin: 0 15px 0 5px;
}
.article-list-item .category a {
  font-size:14px !important;
}
.article-list-item .category.cat_2 {
  background: #f27214;
}
.article-list-item .category.cat_3 {
  background: #f4a600;
}


.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 80px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #444;
  padding: 5px 12px;
  margin: 0 1px;
  font-size: 1em;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #fff;
  border-color: #13273e;
  background-color: #13273e;
}
.wp-pagenavi a:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.article-detail-heading {
  font-size: 16px;
  line-height: 1.4;
}
.article-detail-title {
  margin-top: 8px;
  padding-bottom: 10px;
  /* border-bottom: 1px dashed #dcdcdc; */
}

.article-detail-title h3 {
  text-align: left !important;
}
.article-detail-title h3 span {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: none;
  /* padding-top: 0; */
  margin-top: 0;
}
.article-detail-content {
  margin-top: 40px;
}
.article-detail-content h1 {
  font-size: 2.6rem !important;
  margin-bottom: 0.625em;
  position: relative;
  padding-left: 0.625em;
  line-height: 1.15;
  text-align: left;
  display: block !important;
  overflow-wrap: break-word;
}
.article-detail-content h1:before {
  content: "";
  position: absolute;
  background: #13273e;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}
.article-detail-content p {
  margin-bottom: 2.5em;
  text-align: left;
}
.article-detail-content h2 {
  font-size: 2.5rem !important;
  margin-bottom: 0.625em;
  line-height: 1.2;
  color: #13273e;
  text-align: left;
  font-weight: 400;
  overflow-wrap: break-word;
}
.article-detail-content h3 {
  font-size: 2.4rem !important;
  color: #444;
  font-weight: bold;
  padding: 0 0 0.15em;
  margin-bottom: 0.625em;
  line-height: 1.2;
  border-bottom: none;
  background: none !important;
  text-align: left !important;
  overflow-wrap: break-word;
}
.article-detail-title h3 {
  text-align: left;
}

.article-detail-content h4,
.article-detail-content h5 {
  font-size: 2rem;
  overflow-wrap: break-word;
  padding: 0 0 0.15em;
  margin-bottom: 0.625em;
  line-height: 1.2;
}

.article-detail-content h4 {
  color: #13273e;
}

.article-detail img {
  width: auto;
}
.pagelink {
  margin: 70px auto 30px;
  max-width: 196px;
  width: 100%;
  position: relative;
}
.pagelink li.oldpage {
  width: 33px;
  position: absolute;
  left: 0;
  top: 0;
}
.pagelink li a {
  color: #444;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 2px 12px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagelink li a:hover {
  opacity: 1;
  background: #13273e;
  border-color: #13273e;
  color: #fff;
  text-decoration: none;
}
.pagelink li.listlink {
  width: 120px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
}

.pagelink li.newpage {
  margin-right: 0px;
  width: 33px;
  position: absolute;
  right: 0;
  top: 0;
}
.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
/* pager */
ul.pagenation {
  margin: 60px 0 0 0;
  text-align: center;
  letter-spacing: 0;
  width: auto;
  min-width: 0;
  border: none;
  padding: 0;
  background: none;
}
ul.pagenation li {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 4px;
  line-height: 34px;
  border-bottom: none;
  padding: 0px;
  background: none;
}
ul.pagenation li.current span {
  width: 36px;
  height: 36px;
  display: block;
  color: #fff;
  background: #13273e;
  border: #000 solid 1px;
  text-decoration: none;
  float: none;
}
ul.pagenation--information li.current span {
  background: #13273e;
  border-color: #13273e;
}
ul.pagenation li a {
  width: 36px;
  height: 36px;
  display: block;
  color: #000;
  background: none;
  background: #fff;
  border: #000 solid 1px;
  text-decoration: none;
  float: none;
}
ul.pagenation--information li a {
  color: #13273e;
  border-color: #13273e;
}
ul.pagenation li a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
ul.pagenation--information li a:hover {
  background: #13273e;
}
.back-btn {
  max-width: 200px;
  margin: 60px auto 0;
}
.back-btn a {
  display: block;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 10px;
  line-height: 1.4;
  border: #000 solid 1px;
}
.back-btn--information a {
  color: #13273e;
  border-color: #13273e;
}
.back-btn a:hover {
  background: #000;
  color: #fff;
}
.back-btn--information a:hover {
  background: #13273e;
}
.detail-info__time {
  font-size: 18px;
}
.detail-info__title {
  font-size: 24px;
  border-bottom: solid 3px #dadada;
  margin: 0 0 32px;
}
.bx-wrapper img {
  margin: 0 auto;
}
.custom-thumb {
  margin: 0 auto;
  margin-top: 1rem;
  width: 100%;
  max-width: 800px;
}
.custom-thumb a {
  margin: 5px;
}
.case-detail-wrap {
  margin-top: 2rem;
}
.subcon .bx-controls {
  display: none;
}

/* contact */
#sub-contact {
  background: url(../images/top/tc03_bg02.jpg) no-repeat center top;
  background-size: cover;
  padding: 0 0 45px;
}
#sub-contact section {
  padding: 50px 3%;
  background: rgba(221, 221, 221, 0.8);
  width: 60%;
}
#sub-contact h3 {
  padding: 0;
  margin: 0;
  line-height: 2.5rem;
}
#sub-contact h3 span {
  font-size: 2rem;
}
#sub-contact h3::before {
  width: 0;
}
#sub-contact ul {
  max-width: 880px;
  margin: 30px auto 0;
}
#sub-contact .tel {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  max-width: 100%;
  margin-top: 2rem;
}
#sub-contact .tel a {
  color: #080807 !important;
}
#sub-contact .tel span.tel_link {
  background: url(../images/common/hd_icon_tel_b.png) no-repeat left bottom 20px;
  padding-left: 2.5rem;
  font-size: 48px;
  color: #080807 !important;
}
#sub-contact .tel span.hour {
  padding-left: 0px;
  display: block;
  color: #080807;
}
#sub-contact .btn_mail {
  font-size: 16px;
  width: 48%;
  max-width: 400px;
  line-height: 80px;
  height: 80px;
  max-width: 400px;
  background: #ade25d;
  transition: 0.4s;
}
#sub-contact .btn_mail span {
  background: url(../images/common/contact_icon_mail.png) no-repeat left center;
  padding-left: 48px;
}
#sub-contact .btn_mail a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#sub-contact .btn_mail:hover,
#sub-contact .btn_mail:active {
  background: #252729;
}
/* contact */

.subcon .contact_btn_wrap .btn01 {
  max-width: 260px;
}

.subcon .contact_btn_wrap input[type="submit"],
.subcon .contact_btn_wrap input[type="reset"] {
  cursor: pointer;
  margin: 1em 0 0;
  display: block;
  padding: 20px 50px;
  text-decoration: none;
  color: #13273e;
  background: none;
  border-radius: 0px;
  border: 1px solid #13273e;
  transition: 0.4s;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  width: 320px;
  max-width: 360px;
  transition: 0.4s;
}
.subcon input[type="submit"]:hover,
.subcon input[type="reset"]:hover {
  background-color: #f27214;
  color: #fff;
}
/* .subcon .btn01:hover input[type="submit"] {
  color: #000 !important;
  font-weight: normal !important;
} */
/* .subcon .btn01 input[type="submit"]:hover {
	color: #fff;
	border: 1px solid #131313;
	background-color: #131313;
  } */
table input[type="radio"],
table input[type="checkbox"] {
  width: 2%;
  margin-left: 15px;
  margin-bottom: 10px;
}
.required {
  color: lightcoral;
  margin-left: 8px;
}
.form-inner {
  margin-right: 1rem;
  width: 37%;
}
table td label input {
  width: 10px;
}
.zip_in {
  margin-top: 8px;
}

.subcon .contact_tel {
  padding: 40px;
  background-color: #eef8ed;
}
.subcon .contact_tel h3 {
  text-align: center;
}
.subcon .contact_tel p {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center;
  margin-top: 0;
}
.subcon .contact_tel p .tel_link {
  font-family: Arial, Helvetica, "sans-serif";
  background: url(../images/common/hd_icon_tel.png) no-repeat left center;
  background-size: 30px;
  padding-left: 34px;
  font-size: 52px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.01em;
  padding-bottom: 0px;
  text-align: left;
}

.subcon .contact_tel .hour {
  font-size: 1rem;
}

.subcon .contact_mail h3,
.subcon .contact_mail p {
  text-align: center;
}

.contact_btn_wrap {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

p.security {
  text-align: center;
}

/* .about */
#pagebody section p.catch {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#pagebody section p .underline {
  font-size: 26px;
  border-bottom: 5px solid #13273e;
}
#pagebody section p .strong {
  font-size: 30px;
}

#pagebody section h4 {
  position: relative;
}
#pagebody section h4::before {
  content: "■";
  color: #13273e;
}
.w_50 img {
  width: 100%;
}
.blue_box {
  padding: 30px 0;
  background-color: #13273e;
}
.blue_box p {
  color: #fff !important;
}

#tc02-strength ul li {
  width: 30%;
  background: #eee;
  padding: 30px 40px;
  margin-top: 5rem;
}
#tc02-strength p.number {
  font-size: 16px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
#tc02-strength p.number span {
  font-size: 30px;
  display: block;
  margin-top: 5px;
}
#tc02-strength h4 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}
#tc02-strength h4::before {
  content: none !important;
}
#tc02-strength img {
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
}

#tc02-strength p {
  font-size: 18px;
  text-align: left;
  line-height: 1.5em;
  margin-top: 2rem;
}

.subcon .voice .more-link {
  background: url(../images/common/arw01.png) 90% center no-repeat, #13273e;
  color: #fff;
  border: solid #13273e 1px;
}
.subcon .voice a.more-link:hover {
  background: url(../images/common/arw02.png) 90% center no-repeat, #fff;
  color: #13273e;
  border: solid #13273e 1px;
}

.caution_list {
  padding: 0 20px;
}
.caution_list li {
  background-color: #fff;
  padding: 10px;
  padding-left: 50px;
  position: relative;
  width: 49%;
  margin-top: 20px;
}
.caution_list li:nth-child(1),
.caution_list li:nth-child(2) {
  margin-top: 0;
}
.caution_list li::before {
  content: "";
  background: url(../images/common/caution.png);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 5px;
}

.point_box {
  background: #eee;
  padding: 10px;
}
.point_box p.title {
  background: #13273e;
  color: #fff;
  font-size: 26px !important;
  padding-left: 1rem;

}

/* voice */
.voice-list h3 {
  margin-top: 0 !important;
  text-align: left !important;
  font-size: 24px !important;
}
.voice-list p {
  text-align: left;
}
.voice-list p.p-small {
  font-size: 12px;
  text-align: center;
  margin-top: 0;
}

.voice-list li {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #edf4fd;
}
.voice-list li img {
  display: block;
  margin: 0 auto;
}

/* works */

.sc01-works .sub_works_list {
  margin-top: 4rem;
}
.sc01-works .sub_works_list li {
  position: relative;
  max-width: 345px;
  background: #fff;
  padding: 20px;
  width: calc(100% / 3);
}
.sc01-works .sub_works_list .category {
  position: absolute;
  left: 0;
  top: 0;
  background: #ddd169;
  font-size: 12px !important;
  line-height: 30px;
  height: 30px;
  padding: 0 15px;
  display: inline-block;
  z-index: 100;
}

@media screen and (max-width: 1080px) {
  .sc01-works .sub_works_list .category {
    font-size: 12px !important;
    line-height: inherit;
    height: auto;
    padding: 3px 10px;
    box-sizing: border-box;
    width: 94%;
  }
}

.sc01-works .sub_works_list dl {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  line-height: 2em;
}
.sc01-works .sub_works_list dt {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.sc01-works .sub_works_list dd {
  font-size: 15px;
  letter-spacing: 0.1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sc01-works .sub_works_list a {
  display: block;
  text-decoration: none;
}
.sc01-works .btn01 {
  margin-top: 40px;
}

/* works detail */
.case-detail-wrap {
  max-width: 850px;
  width: 100%;
  margin: 2rem auto 0rem;
}

.case-detail {
  width: auto;
  position: relative;
}

.case-detail img {
  margin: 0 auto;
  max-width: 500px;
  display: block;
}

.case-detail li {
  width: 24%;
  margin-left: 1%;
  margin-top: 1rem;
}

.case-detail li a div {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.case-detail li a div img {
/*  width: auto; */
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.case-detail li img {
  width: 100%;
}
.product_box li:first-child {
  width: 58%;
}
.product_box li {
  width: 38%;
}

.custom-thumb a {
  display: block;
  width: 19% !important;
  height: 90px;
  overflow: hidden;
  position: relative;
  margin-right: 0.8%;
  margin-top: 1rem;
}

.custom-thumb a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100px;
}

.gImg img {
  width: 100%;
}

.btn01 {
  width: 96%;
  max-width: 190px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: #f27214;
  position: relative;
  transition: 0.4s;
}
.btn01:before {
  width: 100px;
  height: 8px;
  content: "";
  position: absolute;
  top: 45%;
  right: -50px;
  background: url(../images/top/arow01.png) no-repeat right center;
}
.btn01 a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.btn01 a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 12px !important;
}

.btn01:hover,
.btn01:active,
.btn01.current {
  border: 1px solid #202020;
  background: #fff;
}

.btn01 a:hover,
.btn01 a:active,
.btn01.current a {
  color: #202020;
}

.con-figure {
  position: relative;
  margin-top: 2rem !important;
}
/*.con-figure:before {*/
.con-figure.both-pics:before {
  content: "";
  position: absolute;
  top: 48%;
  left: calc(50% - 23px);
  width: 32px;
  height: 32px;
  border-top: 5px solid #ff9933;
  border-right: 5px solid #ff9933;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.con-figure-item {
  padding-bottom: 46px;
  position: relative;
  width: 42.4%;
}
.con-figure-item.single-pic {
  margin: 0 auto;
}

.con-figure-item img {
  width: 100%;
}
.con-figure-item--before:before {
  content: "before";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.25em;
  font-weight: 500;
  color: #444;
  text-align: center;
}
.con-figure-item--after:before {
  content: "after";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.25em;
  font-weight: 500;
  color: #ff9933;
  text-align: center;
}
.con-figure-item.single-pic.con-figure-item--after:before {
  content: none;
}
.con-figure-item img {
  max-width: 100%;
  height: auto;
}

.con-figure02 {
  margin: 50px -20px;
}
.con-figure02-item {
  width: 33%;
  padding: 20px;
}
.con-figure02-item__figure img {
  width: 100%;
}

.faq-box {
  margin-top: 32px;
}
.faq-box-title {
  font-size: 1rem;
  font-weight: 500;
  padding: 24px;
  background: #f27214;
}
.faq-box-title p {
  position: relative;
  padding-left: 34px;
  color: #fff;
  line-height: 1.7rem;
  text-align: left;
  margin: 0 !important;
}
.faq-box-title p:before {
  content: "Q";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.faq-box-answer {
  margin-top: 1rem;
  /* background: rgba(48, 0, 41, 1); */
  padding: 24px;
}
.faq-box-answer p {
  line-height: 1.6;
  position: relative;
  padding-left: 22px;
  /* color: #fff; */
  margin: 0 !important;
  text-align: left;
  font-size: 14px;
}
.faq-box-answer p a {
  color: #000;
}
.faq-box-answer p:before {
  content: "A";
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 20px;
  font-weight: 500;
  color: #d72500;
}

/* 12/10追記 */
.questionnaire {
  text-align: center;
}

.name p {
  text-align: center;
  margin: 20px 0;
}

/*
Wordpress
__________________________*/

/* single-page*/
.single p {
  display: block; /*margin-bottom: 1em;*/
}
.single strong {
  font-size: 1.08em;
  font-weight: bold;
}
.single cite,
.single em,
.single i {
  font-style: italic;
}
.single big {
  font-size: 131.25%;
}
.single ins {
  background: #ffc;
  text-decoration: none;
}
.single blockquote {
  font-style: italic;
  padding: 0.3em;
}
.single blockquotecite,
.single blockquoteem,
.single blockquotei {
  font-style: normal;
}
.single pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  overflow: auto;
  padding: 1.5em;
}
.single abbr,
.single acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.single sup,
.single sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.single sup {
  bottom: 1ex;
}
.single sub {
  top: 0.5ex;
}
.single img,
.single img.alignnone {
  display: inline-block;
  margin-bottom: 10px;
  font-size: inherit;
}
.single img.size-auto,
.single img.size-full,
.single img.size-large,
.single img.size-medium,
.single .attachment img {
  max-width: 100%;
  height: auto;
}
.single .alignleft,
.single img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.single .alignright,
.single img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.single .aligncenter,
.single img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single img.alignleft,
.single img.alignright,
.single img.aligncenter {
  margin-bottom: 12px;
}
.single table,
.single th,
.single td {
  border: 1px solid #000;
}
.single table {
  border-collapse: separate;
  border-spacing: 0;
  /* border-width: 1px 0 0 1px; */
  margin: 0 0 28px;
  width: 100%;
}
.single table th,
.single table caption {
  border-width: 0 1px 1px 0;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
.single table td {
  border-width: 0 1px 1px 0;
  padding: 7px;
  vertical-align: baseline;
}
.single ol {
  list-style: decimal outside;
}
.single ul {
  list-style: disc outside;
}
.single li {
  margin-left: 2em;
}
/*clearfix*/
.single,
.single p {
  overflow: hidden;
  zoom: 1;
}
.single:after,
.single p:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .single .alignleft,
  .single img.alignleft,
  .single .alignright,
  .single img.alignright,
  .single .aligncenter,
  .single img.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .single img.alignleft,
  .single img.alignright,
  .single img.aligncenter {
    margin-bottom: 12px;
  }
}

/*Contact Form 7*/
.wpcf7-mail-sent-0k {
  display: none !important;
}
.wpcf7-list-item {
  display: inline !important;
  margin-left: 0em !important;
  margin-right: 0em !important;
}
.wpcf7-form input[type="checkbox"] {
  width: 1em !important;
  margin: 0 0.3em !important;
}
.wpcf7-form input[type="radio"] {
  width: 1em !important;
  margin: 0 0.3em !important;
}
.ajax-loader {
  display: none !important;
}
.cen .wpcf7-form-control {
  margin-bottom: 10px !important;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}

/*others*/
.thankspage,
.page404 {
  text-align: center !important;
}
.txt-uppercase {
  text-transform: uppercase;
}
.post_none2 {
  text-align: center;
  margin: 2em auto;
}
img {
  height: auto;
}
.tel_link a {
  vertical-align: middle;
}
.tel_link a em {
  font-style: normal;
  font-size: 28px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .tel_link a em {
    display: none;
  }
}
.category-btn .btn01 {
  margin: 5px;
}

.category-btn .btn01 a {
  font-size: 12px !important;
}

.bg_lyr img {
  width: 100%;
}
