@charset "utf-8";
/*==================================================
cmn
==================================================*/
html {}
body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}
.font-serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.font-en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (min-width: 801px) {
  a:hover, input[type="submit"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap-p {
  padding: 0 4rem;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 100rem;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 80rem;
  width: 100%;
}
.sp {
  display: none !important;
}
/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
  z-index: 999;
}
.site-header {
  width: 100%;
  z-index: 300;
  padding: 0 1.875vw 0 3.125vw;
  transition: .4s;
  position: relative;
  z-index: 999;
  background: #fff;
}
.site-header .site-title, .site-header .navi-box, .button-toggle {
  display: table;
}
.site-header .site-title a, .site-header .navi-box .inner, .button-toggle .menu {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
}
.site-header .site-title {
  float: left;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.site-header .site-title {
  font-size: min(3rem, 30px);
}
.site-header .site-title img {
  max-width: 100px;
  width: 15rem;
}
.site-header .navi-box {
  float: right;
}
.site-header .sns-list {
  float: left;
}
.site-header .sns-list ul li {
  float: left;
  margin-left: 2rem;
  line-height: 1em;
}
.site-header .sns-list img {
  width: 5rem;
}
.site-header .sub-navi {
  float: left;
  margin-left: 5rem;
}
.site-header .sub-navi li {
  float: left;
  height: 5rem;
  display: table;
}
.site-header .sub-navi li a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #001746;
  padding: 0 1rem;
  line-height: 1em;
  border-radius: 100px;
  width: 18rem;
  text-align: center;
  font-size: 93.75%;
  color: #001746;
}
.clone-nav {
  z-index: 2;
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  padding: 0 5rem;
  background: #fff;
}
.clone-nav .site-title img {
  width: 15rem;
}
.is-show {
  position: fixed;
  top: 0;
  left: 0;
}
.sb-slidebar {
  width: 80%;
  background: #001746;
  color: #fff;
  text-align: center;
  padding: 10rem;
}
.sb-slidebar .gnavi {
  margin-bottom: 10rem;
}
.sb-slidebar .gnavi li {
  margin-bottom: 5rem;
}
.sb-slidebar .gnavi li span {
  display: block;
}
.sb-slidebar .gnavi li .en {
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.5rem;
}
.sb-slidebar .gnavi li .jp {
  letter-spacing: 0.1em;
}
.sb-slidebar .gnavi li a {
  display: block;
  line-height: 1.6em;
}
.button-toggle {
  z-index: 999;
  line-height: 0;
  float: right;
  cursor: pointer;
  margin-left: 5rem;
}
.menu_btn {
  width: 8rem;
  height: 8rem;
  max-width: 80px;
  max-height: 80px;
  background: #001746;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
}
.menu_btn .hamburger {
  width: 37.5%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 900;
  display: block;
  margin-left: auto;
}
.menu_btn .hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
.menu_btn .hamburger_bar:nth-child(1) {
  top: 0;
}
.menu_btn .hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_btn .hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.menu_btn .hamburger.open .hamburger_bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.menu_btn .hamburger.open .hamburger_bar:nth-child(2) {
  transform: translate(50%, -50%);
  opacity: 0;
}
.menu_btn .hamburger.open .hamburger_bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
/*==================================================
foot
==================================================*/
.site-footer {
  background: #001746;
  color: #fff;
  text-align: center;
}
.site-footer h2 {
  color: rgba(255, 255, 255, 0.2);
  line-height: 0.6em;
}
.site-footer .content-list {
  margin: 10rem 0;
}
.site-footer .fnavi {
  font-size: 87.5%;
  margin-bottom: 10rem;
  letter-spacing: -.4em;
}
.site-footer .fnavi li {
  display: inline-block;
  letter-spacing: 0.1em;
	margin: 0 1em;
}
.content-list li {
  width: 47.5%;
}
.site-footer .content-list li.mail {
  width: 60%;
  margin: 0 auto;
}
.content-list li a {
  display: table;
  width: 100%;
  padding: 0 1rem;
  border-radius: 100px;
  letter-spacing: 0.1em;
  height: 11rem;
}
.content-list li a .mid {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}
.content-list li.mail a {
  background: #C8A64C;
  font-size: 2.4rem;
}
.content-list li.mail .icon {
  background: url("../img/cmn/icon_mail_white.svg") no-repeat left center;
  background-size: 4rem;
  padding-left: 5.5rem;
}
.content-list li.tel a {
  border: 1px solid #fff;
}
.content-list li.tel .icon {
  display: inline-block;
  text-align: left;
  line-height: 1em;
}
.content-list li.tel .num {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 3rem;
}
.content-list li.tel .txt {
  font-size: 81.25%;
  display: block;
  line-height: 1em;
}
.content-list li.tel .icon {
  background: url("../img/cmn/icon_tel_white.svg") no-repeat left center;
  background-size: 3.2rem;
  padding-left: 5rem;
}
.site-footer address {
  font-style: normal;
  font-size: 87.5%;
  padding: 5rem 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sns-box {
  text-align: center;
  letter-spacing: -.4em;
  margin-bottom: 5rem;
}
.sns-box li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 1rem;
  line-height: 1em;
  background: #fff;
  border-radius: 100%;
}
.sns-box li img {
  width: 5rem;
}
.sb-slidebar .sns-box {
  margin-bottom: 10rem;
}
/*==================================================
content
==================================================*/
span.pin {
  position: relative;
  top: -80px;
  display: block;
}
section {
  padding: 10rem 0;
  position: relative;
}
.tit01 {
  font-size: 13rem;
  line-height: 1;
  color: rgba(0, 23, 70, 0.08);
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.tit02 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 7rem;
}
.tit03 {
  font-size: 4rem;
  color: #001746;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
}
.tit04 {
  font-size: 4rem;
  color: #001746;
  letter-spacing: 0.1em;
  margin-bottom: 7rem;
  line-height: 1.8em;
}
.bg-light {
  background: #f5f5f5;
}
.pad-t00 {
  padding-top: 0 !important;
}
.pad-b-last {
  padding-bottom: 20rem !important;
}
.mar-t00 {
  margin-top: 0 !important;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*ボタン*/
.detail-link {
  text-align: center;
  max-width: 20rem;
  width: 100%;
  margin: 5rem auto 0;
}
.detail-link.r {
  margin-right: 0;
}
.detail-link a {
  display: block;
  border: 1px solid #001746;
  padding: 1.5rem 1rem;
  line-height: 1.5em;
  border-radius: 100px;
  color: #001746;
  line-height: 1em;
  font-size: 81.25%;
  font-weight: 600;
  position: relative;
}
.detail-link a:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.1rem;
  border-top: 1px solid #001746;
  border-right: 1px solid #001746;
  transform: rotate(45deg) translate(-50%, 0);
  position: absolute;
  top: 50%;
  right: 1.3rem;
}
.detail-link.b {
  max-width: 30rem;
}
.detail-link.b a {
  padding: 2.5rem 1rem;
  font-size: 112.5%;
}
/*youtube*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*==================================================
index
==================================================*/
.main-sec {
  padding: 0;
  padding-left: 6.25vw;
}
.main-sec .img-box {
  background: url("../img/top/main.jpg") no-repeat right top;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
}
.main-sec .txt-box {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 12.5vw;
  transform: translateY(-50%);
}
.main-sec .txt-box h2 {
  font-size: 7rem;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  margin-bottom: 5rem;
}
.main-sec .txt-box p {
  font-size: 2.4rem;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  margin-left: 0.5em;
}
.about-sec {
  padding-left: 6.25vw;
}
.about-sec .txt-box {
  width: 63.3333333%;
}
.about-sec .img-box {
  width: 26.666667%;
}
.about-sec .txt-box .inner {
  padding-left: 6.25vw;
}
.service-sec {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.service-navi .col-box {
  width: 30.5%;
  text-align: center;
}
.service-navi .col-box a {
  display: table;
  width: 100%;
  height: 34.1vw;
  color: #fff;
}
.service-navi .col-box .txt-box {
  display: table-cell;
  vertical-align: middle;
}
.service-navi .col-box .txt-box h2 {
  margin-bottom: 5rem;
}
.service-navi .col-box .txt-box h2 .en {
  font-size: 3.6rem;
  line-height: 1.4em;
  display: block;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}
.service-navi .col-box .txt-box h2 .jp {
  font-size: 1.8rem;
  line-height: 1.4em;
  display: block;
  letter-spacing: 0.15em;
}
.service-navi .col-box .txt-box .arrow {
  width: 6rem;
  height: 6rem;
  position: relative;
  background: #C8A64C;
  border-radius: 100%;
  margin: 0 auto;
}
.service-navi .col-box .txt-box .arrow .icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -1rem;
  margin-top: 0.3rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.service-navi .col-box.service01 a {
  background: url("../img/top/service_img01.jpg") no-repeat center;
  background-size: cover;
}
.service-navi .col-box.service02 a {
  background: url("../img/top/service_img02.jpg") no-repeat center;
  background-size: cover;
}
.service-navi .col-box.service03 a {
  background: url("../img/top/service_img03.jpg") no-repeat center;
  background-size: cover;
}
.blog-sec {
  position: relative;
}
.blog-sec .tit-box {
  position: absolute;
  top: 10rem;
  left: -0.8rem;
  ;
}
.blog-sec .tit-box h2 {
  writing-mode: vertical-rl;
}
.blog-sec .content-box {
  margin-left: 18.75%;
  overflow: hidden;
}
.post-slider.flex-box {
  justify-content: flex-start;
}
.post-slider.flex-box .slide {
  width: 28.15%;
  margin: 0 3.84% 0 0;
}
.slick-list {
  padding-right: 36% !important;
  padding-left: 0 !important;
}
.post-slider .slide {
  margin-right: 5rem;
}
.post-img img {
  width: 100%;
}
.post-img {
  margin-bottom: 1.5rem;
}
.post-cat {
  margin-bottom: 1.5rem;
  line-height: 1em;
}
.post-cat .cat {
  background: #001746;
  font-size: 68.75%;
  color: #fff;
  padding: 0.7rem 1.5rem;
  line-height: 1em;
  border-radius: 100px;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.post-cat .cat:before {
  content: "#";
  margin-right: 0.1em;
}
.post-tit {
  font-size: 2rem;
  line-height: 1.8em;
  margin-bottom: 1.5rem;
}
.post-ex {
  font-size: 81.25%;
  line-height: 2em;
}
.cat-list {
  letter-spacing: -.4em;
}
.cat-list li {
  display: inline-block;
  letter-spacing: 0.05em;
  font-size: 81.25%;
}
.cat-list li a {
  color: #001746;
  font-weight: bold;
  border: 1px solid #001746;
  border-radius: 100px;
  padding: 0.7rem 2rem;
  line-height: 1em;
  margin-right: 1rem;
}
.cat-list li a:before {
  content: "#";
  margin-right: 0.1em;
}
.blog-sec .navi-box {
  margin-bottom: 8rem;
  padding-right: 6.25vw;
}
.blog-sec .navi-box .cat-list {
  flex: 1;
}
.slick-arrows {
  width: 11.2rem;
}
.slick-arrows .nav {
  display: inline-block;
}
.slick-prev, .slick-next {
  position: inherit;
  transform: translate(0, 0);
  border: 1px solid #001746;
  border-radius: 100%;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev {
  width: 5rem;
  height: 5rem;
  display: block;
  margin-right: 1rem;
}
.slick-next {
  width: 5rem;
  height: 5rem;
  display: block;
}
.slick-prev .arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  border-top: 2px solid #001746;
  border-left: 2px solid #001746;
  transform: rotate(-45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
}
.slick-next .arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: -0.6rem;
  margin-top: 0.2rem;
  border-top: 2px solid #001746;
  border-right: 2px solid #001746;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.blog-sec .detail-link {
  margin-right: 6.25vw;
}
.news-sec {
  padding: 6.25vw 0 0 6.25vw;
  position: relative;
  margin-bottom: 10rem;
}
.news-sec:after {
  content: "";
  width: 100%;
  height: calc(100% - 6.25vw);
  background: #001746;
  position: absolute;
  top: 0;
  left: 0;
}
.news-sec .news-box {
  position: relative;
  z-index: 2;
  padding: 6.25vw;
}
.news-sec .news-box .tit-box {
  width: 15.38%;
}
.news-sec .news-box .tit-box .tit03 {
  margin-bottom: 10rem;
}
.news-sec .news-box .content-box {
  width: 76.9%;
}
.news-list.mar-b {
  margin-bottom: 5rem;
}
.news-list li:first-child {
  border-top: 1px solid #e6e6e6;
}
.news-list li {
  border-bottom: 1px solid #e6e6e6;
}
.news-list li a {
  overflow: hidden;
  padding: 3rem 0;
  display: block;
}
.news-list li a .data {
  width: 9em;
  display: block;
  float: left;
}
.news-list li a .txt {
  overflow: hidden;
  display: block;
}
/*==================================================
sub
==================================================*/
.page-tit {
  padding: 0;
  padding-left: 6.25vw;
}
.page-tit .txt-box {
  padding: 8rem 0 0 3.125vw;
  position: relative;
}
.page-tit .txt-box:after {
  content: "";
  width: 100%;
  height: 78%;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
}
.page-tit .tit {
  position: relative;
  z-index: 2;
}
.page-tit .tit .jp {
  font-size: 3rem;
  color: #001746;
  display: block;
  letter-spacing: 0.15em;
  margin-left: 3.125vw;
  line-height: 1em;
  margin-bottom: 1rem;
}
.page-tit .tit .en {
  font-size: 13rem;
  line-height: 1em;
  display: block;
  color: rgba(0, 23, 70, 0.08);
  font-weight: 400 !important;
}
/*==================================================
office
==================================================*/
.sec-type01 {
  padding-left: 12.5vw;
}
.office-box .txt-box {
  width: 50%;
}
.office-box .map-box {
  width: 42.857143%;
}
.table01 {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.table01 th {
  border-bottom: 1px solid #e6e6e6;
  padding: 3rem 6rem 3rem 0;
  white-space: nowrap;
  width: 30%;
}
.table01 td {
  border-bottom: 1px solid #e6e6e6;
  padding: 3rem 0;
}
/*==================================================
profile
==================================================*/
.profile-box .txt-box {
  width: 50%;
}
.profile-box .txt-box h2 {
  margin-bottom: 8rem;
}
.profile-box .txt-box h2 .jp {
  line-height: 1em;
  font-size: 4rem;
  display: block;
  margin-bottom: 4rem;
  letter-spacing: 0.1em;
}
.profile-box .txt-box h2 .en {
  line-height: 1em;
  font-size: 2rem;
  color: #001746;
  display: block;
}
.profile-box .img-box {
  width: 32.857143%;
}
.sec-type02 {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}
.sec-type02 .inner {
  position: relative;
  padding: 9.375vw 0 0 9.375vw;
}
.sec-type02 .inner:before {
  content: "";
  display: block;
  height: 1px;
  width: 12.5vw;
  height: 1px;
  background: rgba(0, 23, 70, 0.2);
  position: absolute;
  top: 3.125vw;
  left: 0;
}
.sec-type02 .inner:after {
  content: "";
  display: block;
  height: 25vw;
  width: 1px;
  background: rgba(0, 23, 70, 0.2);
  position: absolute;
  top: 0;
  left: 3.125vw;
}
.profile-list dl {
  margin-bottom: 1.5rem;
}
.profile-list dt {
  width: 10em;
}
.profile-list dd {
  flex: 1;
}
/*==================================================
service
==================================================*/
.service-box {
  padding: 0;
  margin-top: 15rem;
}
.service-box .img-box {
  width: 50%;
}
.service-box .txt-box {
  width: 50%;
  margin-top: 15rem;
}
.service-box .txt-box .inner {
  margin-left: -15rem;
  margin-right: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 6.25vw 12.5vw 9.375vw 6.25vw;
}
.service-box .col-re .txt-box .inner {
  margin-left: 0;
  margin-right: -15rem;
  padding: 6.25vw 6.25vw 9.375vw 12.5vw;
}
/*==================================================
privacy
==================================================*/
.privacy-sec h2 {
  font-size: 2.4rem;
  color: #001746;
  line-height: 1.8em;
  margin: 10rem 0 4rem;
}
.privacy-sec ol li {
  list-style: decimal;
  margin-left: 1.5em;
}
/*==================================================
アーカイブ
==================================================*/
.archive-box .post-box {
  width: 30.5%;
  margin-bottom: 8rem;
}
.archive-box:after {
  content: "";
  display: block;
  width: 30.5%;
}
.wp-pagenavi {
  clear: both;
  margin: 0 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #001746;
  padding: 1rem 1.4rem;
  margin: 2px;
  color: #001746;
}
.wp-pagenavi a {
  background: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #001746;
  color: #fff;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
/*==================================================
single
==================================================*/
.page-sub {
  padding-top: 160px;
}
.entry-title {
  font-size: 3.4rem;
  margin-bottom: 1em;
  margin-top: 1rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.single-box .cat {
  font-size: 80%;
}
.single-box .data {
  margin-top: 2em;
  text-align: right;
  font-size: 80%;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.entry-content h2 {
  font-size: 3rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content h3 {
  font-size: 2.8rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content h4 {
  font-size: 2.6rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content ul, .entry-content ol {
  margin: 1em 0;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 1.8em;
}
.entry-content ol li {
  list-style: decimal;
  margin-left: 1.8em;
}
.entry-content a {
  text-decoration: underline;
}
/*==================================================
お問い合わせ
==================================================*/
.form-box table {
  margin-top: 5rem;
}
.form-box th {
  width: 30%;
}
.mw_wp_form .error {
  color: #db171d !important;
  font-size: 100%;
  font-weight: bold;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
  display: none;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  font-size: 100%;
}
.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.form-box select {
  width: 100%;
  padding: 0 2rem;
  height: 60px;
  overflow: hidden;
  background: url(https://www.hakko-group.co.jp/../img/common/ico_arrow02.png) 97% center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 100%;
}
.must {
  color: #ba0000;
  font-size: 1.2rem;
  font-weight: bold;
}
.form-box .checkbox {
  display: none;
  padding: 10px;
}
.form-box .check-list-box {
  display: inline-block;
  text-align: left;
  margin-bottom: 2em;
}
.form-box .check-list label {
  padding-left: 4rem;
}
.form-box label {
  position: relative;
  padding: 12px 10px 10px 0px;
}
.form-box .mwform-checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 0;
  margin-top: -1rem;
  border: 1px solid #ccc;
}
.form-box .mwform-checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 0.5rem;
  width: 1.6rem;
  height: 0.8rem;
  margin-top: -0.5rem;
  border: none;
  border-left: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-box .btn-submit {
  text-align: center;
  max-width: 50rem;
  width: 100%;
  margin: 5rem auto 0;
}
.form-box .btn-submit li {
  display: block;
  margin-bottom: 2rem;
}
.form-box input[type="submit"], .form-box button {
  display: block;
  background: #001746;
  color: #fff;
  padding: 3rem 1rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 112.5%;
  width: 100%;
  border-radius: 100px;
}
.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .wrap-m, .wrap-s {
    padding: 0 8vw;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .wrap {
    padding: 0 8vw;
  }
  .site-header {
    padding: 0 5vw 0 8vw;
  }
  .site-header .site-title a, .site-header .navi-box .inner, .button-toggle .menu, .site-header .contact-btn .inner {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
  }
  .site-header .site-title {
    font-size: min(2.6rem, 20px);
  }
  .button-toggle {
    margin-left: 2rem;
  }
  .sb-slidebar {
    padding: 5rem 8vw;
  }
  .sb-slidebar li {
    font-size: 2.4rem;
  }
  .menu_btn {
    width: 8rem;
    height: 8rem;
    max-width: 50px;
    max-height: 50px;
  }
  .sb-slidebar .gnavi {
    margin-bottom: 6rem;
  }
  .sb-slidebar .gnavi li .en {
    font-size: 2.8rem;
    margin-bottom: 0.3rem;
  }
  .sb-slidebar .gnavi li .jp {
    font-size: 75%;
  }
  .sb-slidebar li.mail a {
    font-size: 2rem;
  }
  .sb-slidebar .content-list li.tel .num {
    font-size: 2.4rem;
  }
  .sb-slidebar .content-list li.tel .txt {
    font-size: 10px;
  }
  .sb-slidebar .sns-box {
    margin-bottom: 5rem;
  }
  .site-header .contact-btn {
    float: right;
    display: table !important;
  }
  .site-header .contact-btn a {
    background: #C8A64C;
    width: 8rem;
    height: 8rem;
    max-width: 50px;
    max-height: 50px;
    position: relative;
    border-radius: 100%;
    display: block;
  }
  .site-header .contact-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
  }
  .tit01 {
    font-size: 10rem;
  }
  .main-sec .img-box {
    height: inherit;
  }
  .main-sec .txt-box {
    color: #fff;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .main-sec {
    padding: 0;
    position: relative;
  }
  .main-sec:after {
    content: "";
    width: 100%;
    height: 80%;
    background: #f5f5f5;
    position: absolute;
    top: 8vw;
    left: 0;
  }
  .main-sec .img-box {
    margin-left: 8vw;
    width: 92vw;
    z-index: 2;
  }
  .main-sec .txt-box {
    background: #f5f5f5;
    padding: 5rem 8vw 8rem;
    color: #000;
    z-index: 2;
    position: relative;
  }
  .main-sec .txt-box h2 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
  .main-sec .txt-box p {
    font-size: 1.6rem;
  }
  .about-sec .txt-box {
    width: 100%;
  }
  .about-sec {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .about-sec .img-box {
    width: 60%;
    margin: 0 auto 5rem;
  }
  .service-sec {
    padding-left: 16vw;
    padding-right: 16vw;
  }
  .about-sec .txt-box .inner {
    padding-left: 0;
  }
  .service-navi .col-box {
    width: 100%;
  }
  .service-navi .col-box a {
    height: 90vw;
  }
  .blog-sec .tit-box h2 {
    writing-mode: horizontal-tb;
  }
  .blog-sec .tit-box {
    position: inherit;
    top: inherit;
    left: inherit;
    padding: 0 8vw;
  }
  .blog-sec .content-box {
    margin-left: 0;
    padding: 1px 0 0;
  }
  .blog-sec .navi-box {
    padding: 0 8vw;
  }
  .post-slider.flex-box {
    padding: 0 8vw;
  }
  .post-slider.flex-box .slide {
    width: 100%;
    margin: 0;
    margin-bottom: 5rem;
  }
  .post-slider.flex-box .slide:last-child {
    margin-bottom: 0;
  }
  .blog-sec .navi-box .cat-list {
    width: 100%;
    flex: none;
    ;
  }
  .post-tit {
    font-size: 2.2rem;
  }
  .slick-list {
    padding-right: 12vw !important;
    padding-left: 12vw !important;
  }
  .post-slider .slide {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .slick-arrows {
    display: none;
  }
  .blog-sec .navi-box {
    margin-bottom: 5rem;
  }
  .blog-sec .detail-link.r {
    margin-right: auto;
  }
  .news-sec .news-box .tit-box {
    width: 100%;
  }
  .news-sec .news-box .tit-box .tit03 {
    margin-bottom: 8vw;
    text-align: left;
  }
  .news-sec .news-box .content-box {
    width: 100%;
  }
  .news-sec {
    padding: 8vw 0 0 8vw
  }
  .news-sec .news-box {
    padding: 8vw;
  }
  .news-list li a .data {
    width: 100%;
  }
  .news-list li a .txt {
    display: inline-block;
  }
  .news-list li a {
    padding: 2rem 0;
  }
  .news-sec .detail-link {
    margin-top: 8vw;
  }
  .site-footer .tit01 {
    font-size: 8rem;
  }
  .content-list li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .content-list li:last-child {
    margin-bottom: 0;
  }
  .site-footer .content-list, .site-footer .fnavi {
    margin-bottom: 5rem;
  }
  /*==================================================
sub
==================================================*/
  .page-tit .tit .jp {
    font-size: 2.4rem;
    margin-left: 4vw;
  }
  .page-tit .tit .en {
    font-size: 9rem;
  }
  .page-tit {
    padding-left: 8vw;
  }
  .page-tit .txt-box {
    padding-left: 4vw;
  }
  .office-box .txt-box {
    width: 100%;
  }
  .sec-type01 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .office-box .map-box {
    width: 100%;
    margin-top: 8vw;
  }
  .profile-box .txt-box {
    width: 100%;
  }
  .profile-box .img-box {
    width: 100%;
    margin-bottom: 8rem;
  }
  .sec-type02 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .profile-list dt {
    width: 100%;
  }
  .tit04 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
  .service-box {
    margin-top: 10rem;
  }
  .service-box .col-re .txt-box .inner {
    margin-right: -85%;
  }
  .service-box .txt-box .inner {
    margin-left: -85%;
  }
  .service-box .col-re .txt-box .inner, .service-box .txt-box .inner {
    padding: 8vw;
  }
  .privacy-sec h2 {
    margin: 5rem 0 2rem;
  }
  .table01 th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    border: none;
  }
  .table01 td {
    display: block;
    width: 100%;
    padding-top: 1rem;
  }
  /*==================================================
アーカイブ
==================================================*/
  .archive-box .post-box {
    width: 100%;
  }
  /*==================================================
single
==================================================*/
  .entry-title {
    font-size: 3rem;
  }
  .archive-list .col-box {
    width: 47.3%;
    margin-bottom: 5rem;
  }
}