a:link,
a:visited,
a:hover {
  color: #fff;
  text-decoration: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto;
  color: #000;
}

#body {
  font-size: 1.7rem;
}

.sp_menu {
  float: right;
  padding: 10px 0;
}

.sp_menu li {
  display: inline-block;
}

.newsbox {
  width: 100%;
  margin: 0 auto;
}

.news-box {
  flex: 1;
  width: calc(100% - 20px);
  padding: 0 3px;
}

.news {
  overflow: hidden;
  line-height: 1.6;
}

.news dt {
  float: left;
  color: #0071bd;
  border-right: #ccc solid 1px;
  width: 105px;
}

.news dd {
  padding-left: 7em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 5px;
  word-break: break-all;
}

#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 6px;
}

header {
  width: 100%;
  z-index: 999999;
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 5px 5px -3px #000;
  -webkit-box-shadow: 0px 5px 5px -3px #000;
  -moz-box-shadow: 0px 5px 5px -3px #000;
  border-bottom: 3px solid #01b0f1;
}

#headA {
  width: 100%;
}

#head {
  width: 100%;
  margin: 0 auto;
  height: 98px;
}

#head .logo {
  margin-top: 10px;
}

#head .logo img {
  width: 340px;
  height: auto;
}

#navi {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  position: relative;
}

#navi li {
  text-align: center;
  width: 110px;
}

#navi li a {
  height: 30px;
  display: block;
  text-align: center;
  border: none;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
}

#navi li a:link,
#navi li a:visited {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

#navi li a:hover {
  width: 100%;
  color: #006489;
}

#navi li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#navi li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #006489;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

#navi li a:hover::after {
  transform: scale(1, 1);
}

#navi ul li ul li {
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  padding: 0;
  margin-bottom: 5px;
  width: 180px;
}

#navi ul li ul li a {
  display: block;
  width: 180px;
  height: auto;
  margin: 0;
  padding: 15px 0;
  font-size: 12px !important;
  letter-spacing: 1px;
}

ol,
ul {
  box-sizing: border-box;
}

#navi ul li ul li a:hover {
  background: #fff;
  color: #000;
  width: 180px;
}

#navi ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  z-index: 10;
}

.menu ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  z-index: 10;
}

.newsbox {
  width: 100%;
  margin: 0 auto;
}

.news-title {
  width: 220px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 4px;
  color: #0071bd;
  padding-left: 35px;
}

.news-title:before {
  content: url(../img/hana.png);
  margin-right: 5px;
}

.news-title span {
  display: block;
  font-size: 1.8rem;
}

.news-box {
  flex: 1;
  width: calc(100% - 20px);
  padding: 0 10px;
}

.scrbr {
  width: 100%;
  padding: 1% 2%;
}

.scrbr::-webkit-scrollbar {
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}

.scrbr::-webkit-scrollbar:horizontal {
  height: 1px;
}

.scrbr::-webkit-scrollbar-button {
  display: none;
}

.scrbr::-webkit-scrollbar-piece {
  background: #eee;
}

.scrbr::-webkit-scrollbar-piece:start {
  background: #eee;
}

.scrbr::-webkit-scrollbar-thumb,
.scrbr::-webkit-scrollbar-corner {
  background: #333;
}

#title,
#title2 {
  padding: 100px 0;
}

#title h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: #111 2px 2px 2px;
  margin: auto;
  font-weight: normal;
}

#title h2 span {
  margin-left: 5px;
  font-size: 1.8rem;
  color: #eee;
}

#title2 h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  text-shadow: #111 2px 2px 2px;
  border: 2px solid #fff;
  width: 90%;
  margin: auto;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0 rgb(255 255 255);
}

#title2 h2 span {
  margin-left: 5px;
  font-size: 1.8rem;
  color: #eee;
  display: block;
}

#title_pic1 {
  background-image: url(../img/aboutimg01.png);
}

#title_pic2 {
  background-image: url(../img/businessimg01.png);
}

#title_pic3 {
  background-image: url(../img/privacyimg01.png);
}

#title_pic4 {
  background-image: url(../img/recruit_img01.png);
}

#title_pic7 {
  background-image: url(../img/workimg01.png);
}

#title_pic8 {
  background-image: url(../img/newsimg01.png);
}

#title_pic11 {
  background-image: url(../img/contactimg01.png);
}

#title_pic1,
#title_pic2,
#title_pic3,
#title_pic4,
#title_pic5,
#title_pic6,
#title_pic7,
#title_pic8,
#title_pic9,
#title_pic10,
#title_pic11 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  border-top: 10px solid #0071bd;
  padding-top: 88px;
  border-bottom: 3px solid #0071bd;
}

.telbtn {
  font-size: 3rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 2px;
  background: #fff;
}

.telbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f098";
  margin-right: 5px;
  color: #0071bd;
}

.telbtn a:link,
.telbtn a:visited {
  color: #0071bd;
  text-decoration: none;
}

.telbtn a:hover {
  color: #0071bd;
  text-decoration: none;
  opacity: 0.6;
}

.faxbtn {
  font-size: 3rem;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding: 20px 0;
  letter-spacing: 2px;
  background: #fff;
}

.faxbtn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
  margin-right: 5px;
  color: #0071bd;
}

.faxbtn a:link,
.faxbtn a:visited {
  color: #0071bd;
  text-decoration: none;
}

.faxbtn a:hover {
  color: #0071bd;
  text-decoration: none;
  opacity: 0.6;
}

#top_image {
  max-width: 1100px;
  width: 100%;
  z-index: -999999;
}

.textbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1100px;
  height: 600px;
}

#contentwrap {
  width: 100%;
  flex: 1 1 auto;
}

.main_box {
  width: 1100px;
  margin: 0 auto;
  padding: 55px 0;
}

.lmain_box {
  width: 49%;
  float: left;
}

.rmain_box {
  width: 49%;
  float: right;
}

footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
  margin-top: -9px;
}

#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-weight: bold;
  z-index: 9999;
}

#page-top a {
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  padding: 5px 15px;
  text-align: center;
  display: block;
  background: #0071bd;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}

#page-top a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#footer {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

#footerA {
  background: #006489;
}

#footer address {
  margin-top: 10px;
}

#fmenu_a {
  width: 100%;
  background: #0089bb;
  padding: 5px 0;
}

#fmenu {
  margin: 0 auto;
  font-size: 13px;
}

#f_navi {
  padding: 12px 0;
  margin: 0 auto;
}

#f_navi ul {
  text-align: center;
}

#f_navi li {
  margin-right: 30px;
  text-align: left;
  display: inline-block;
}

#f_navi li:last-child {
  border: none;
  margin: 0;
}

#f_navi a:link,
#f_navi a:visited,
#f_navi a:hover {
  color: #fff;
  text-decoration: none;
}

#f_navi li ul li {
  font-weight: normal;
  font-size: 11px;
}

#f_navi li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

#f_navi li ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "f0da";
  margin-right: 5px;
  color: #333;
}

#f_navi li a::before {
  top: 0;
}

#f_navi li a::after {
  bottom: 0;
}

#f_navi li a:hover::before,
#f_navi li a:hover::after {
  width: 100%;
}

table {
  margin: 15px 0;
}

.vhh_table {
  border: 3px #0071bd solid;
}

.vhh_table .title {
  text-align: center;
  background-color: #deeaf7;
  font-weight: bold;
}

.vhh_table .title2 {
  text-align: center;
  background-color: #deeaf7;
  font-weight: bold;
}

.vhh_table .ytitle {
  width: 87px;
}

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

.vhh_table .bkgreen {
  background-color: #e2f0d9;
}

.vhh_table .borderred {
  border-right: 3px #d50000 solid;
  border-left: 3px #d50000 solid;
}

.vhh_table .borderred_top {
  border-top: 3px #d50000 solid;
}

.vhh_table .borderred_bottom {
  border-bottom: 3px #d50000 solid;
}

.vhh_table .bottomless {
  border-bottom: unset;
}

table th {
  padding: 5px 10px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.form {
  margin: 10px 0 10px;
}

.form dt span {
  color: #fff;
  background: #ff4f4f;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl {
  margin: 10px 0;
  font-size: 16px;
}

.form dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: bold;
}

.form dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  font-weight: bold;
}

.form dd p {
  font-size: 14px;
  padding-top: 5px;
  color: #888;
}

.form dd:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.textarea,
textarea,
.dropdown {
  border-radius: 2px;
  border: 1px solid #888;
  width: 570px;
}

.textarea {
  border-radius: 2px;
  border: 1px solid #888;
  height: 30px;
  padding: 0 5px;
  width: 560px;
}

.form-button {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
}

.form-button .sub-btn {
  cursor: pointer;
  display: block;
  margin: 0 auto 5px;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  width: 250px;
  border-radius: 5px;
  background: #0071bd;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #0071bd;
  box-shadow: 2px 2px 4px #080808;
}

.form-button .sub-btn:hover {
  background: #fff;
  color: #0071bd;
}

.form-button .sub-btn * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-button * {
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}

label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #64bcff;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}

label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #fff;
}

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #64bcff;
  border-bottom: 3px solid #64bcff;
  transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}

.fm-text {
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .form dl {
    margin: 10px 0;
  }

  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }

  .form dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }

  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  .textarea,
  textarea {
    width: 93% !important;
    font-size: 16px;
  }

  .dropdown {
    font-size: 16px;
  }

  .fm-text {
    text-align: left;
  }
}

.midtitle-txt {
  color: #111;
  text-shadow: #aaa 2px 2px3px;
}

.midtitle-li {
  text-align: left;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 4px;
  color: #333;
  text-shadow: 2px 2px 2px #e0e0e0;
  z-index: 200;
}

.midtitle-line {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  padding-left: 5px;
}

.midtitle-li span {
  font-size: 1.5rem;
  display: block;
}

.midtitle-li span::after {
  content: "";
  display: block;
  background: #4fb477;
  margin-top: 15px;
  width: 38px;
  height: 2px;
}

.midtitle-li2 {
  text-align: left;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 4px;
  color: #333;
  text-shadow: 2px 2px 2px #e0e0e0;
  z-index: 200;
}

.midtitle-line2 {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  padding-left: 5px;
}

.midtitle-li3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 4px;
  color: #0071bd;
}

.midtitle-li3:before {
  content: url(../img/hana-w.png);
  margin-right: 5px;
}

.midtitle-li3:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
}

.midtitle-li3 span {
  font-size: 1.8rem;
  display: block;
}

.midtitle-li4 {
  text-align: left;
  font-weight: bold;
  font-size: 3.5rem;
  padding-left: 10px;
  margin-bottom: 15px;
  letter-spacing: 4px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  background-color: #0071bd;
}

.midtitle-li4 span {
  border-bottom: 2px solid #fff;
}

.blog_mttl {
  text-align: left;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.4;
  margin-bottom: 45px;
  position: relative;
  letter-spacing: 4px;
  color: #0071bd;
}

.list-check li {
  color: #111;
}

.list-check li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  margin-right: 5px;
  color: #0071bd;
}

.flex_service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.business_box {
  width: 100%;
  height: auto;
  background: #0693e3;
  z-index: 200;
  max-width: 550px;
}

.section_box_img img {
  width: 100%;
  height: auto;
}

.business_box_box {
  width: 100%;
}

.busi_text {
  margin: 12px;
}

.graline-bom {
  background: -moz-linear-gradient(bottom, #f3fe8c, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  height: 30px;
}

.business-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  text-align: center;
}

.section_box_img {
  flex: 1;
  width: 100%;
  position: relative;
}

.link_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  z-index: 1;
  width: 90%;
  padding-left: 1em;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.section_box_img img {
  object-fit: cover;
}

.section_box_img2 img {
  width: 560px;
  height: 300px;
  object-fit: cover;
}

.btn1 a {
  position: relative;
  z-index: 2;
  background: #0071bd;
  border: 2px solid #0071bd;
  font-size: 16px;
  display: block;
  width: 300px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1 a:link,
.btn1 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn1 a:hover {
  color: #0071bd;
  text-decoration: none;
  background-color: #fff;
  border-color: #0071bd;
}

.btn1 a:before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 10px;
  font-size: 2rem;
}

.btn1 a::before,
.btn1 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn1 a::before {
  right: 0;
}

.btn1 a::after {
  left: 0;
}

.btn1 a::before,
.btn1 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2 a {
  position: relative;
  z-index: 2;
  background: #0071bd;
  border: 2px solid #0071bd;
  font-size: 16px;
  display: block;
  width: 300px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2 a:link,
.btn2 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn2 a:hover {
  color: #0071bd;
  text-decoration: none;
  background-color: #fff;
  border-color: #0071bd;
}

.btn2 a:before {
  font-family: "FontAwesome";
  content: "\f1ac";
  margin-right: 10px;
  font-size: 2rem;
}

.btn2 a::before,
.btn2 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn2 a::before {
  right: 0;
}

.btn2 a::after {
  left: 0;
}

.btn2 a::before,
.btn2 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3 a {
  position: relative;
  z-index: 2;
  background: #0071bd;
  border: 2px solid #0071bd;
  font-size: 16px;
  display: block;
  width: 300px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  box-shadow: 2px 2px 4px #808080;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3 a:link,
.btn3 a:visited {
  color: #fff;
  text-decoration: none;
}

.btn3 a:hover {
  color: #0071bd;
  text-decoration: none;
  background-color: #fff;
  border-color: #0071bd;
}

.btn3 a:before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: 10px;
  font-size: 2rem;
}

.btn3 a::before,
.btn3 a::after {
  top: 0;
  width: 50%;
  height: 100%;
}

.btn3 a::before {
  right: 0;
}

.btn3 a::after {
  left: 0;
}

.btn3 a::before,
.btn3 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nbl {
  overflow: hidden;
}

.nbl i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  margin-right: 5px;
}

.nbl dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  color: #fff;
  background: #0071bd;
  text-align: center;
  margin: 0px 0;
}

.nbl dd {
  padding-left: 11em;
  padding-top: 0px;
  padding-bottom: 10px;
  line-height: 1.6;
  border-bottom: dotted 1px #aaa;
  margin: 0px 0 10px;
}

.ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  float: left;
  background: #cc0000;
  padding: 0 15px;
  margin-bottom: 5px;
}

.ttm {
  float: right;
  padding-top: 4px;
  font-size: 13px;
  font-weight: bold;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex li {
  width: 33.33%;
}

.bg-image0 {
  width: 100%;
}

.bg-image0::before {
  background-image: url(../img/topimg00.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 855px;
  padding: 3% 0;
  content: "";
  z-index: -10;
}

.bg-image1 {
  background-image: url(../img/topimg01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  margin: 50px 0px;
}

.bg-image2 {
  background-image: url(../img/topimg02.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.mtitle-bg {
  background: #bb9f93;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 15px 0;
}

#flash_a {
  width: 100%;
}

#juicysliderbox {
  position: relative;
}

#juicysliderbox .text {
  width: 100%;
  position: absolute;
  display: table;
  top: 44%;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 5000;
  color: #0071bd;
  font-weight: 900;
}

#juicysliderbox .text .min {
  font-size: 3rem;
}

#juicysliderbox p {
  font-size: 4rem;
  line-height: 1.2;
  text-shadow: #fff 2px 2px 2px;
}

.juicysliderimg {
  position: absolute;
  display: table;
  width: 100%;
  left: 0;
  bottom: 40%;
  margin: auto;
  text-align: center;
  z-index: 5000;
  box-sizing: border-box;
  vertical-align: bottom;
  font-size: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

.juicysliderimg img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 600;
}

.contact-left {
  width: 50%;
  text-align: center;
}

.contact-right {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-align-items: center;
  margin-top: 140px;
  display: inline-block;
  text-align: left;
}

.frex-container {
  display: flex;
  flex-direction: row;
}

.frex-container .item {
  margin: 10px;
}

.frex-container768 {
  display: flex;
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.list-style-no {
  list-style: none;
}

.flex-container .item {
  padding: 10px;
}

.concept-txt {
  color: #0071bd;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0,
    white 1px -1px 0, white 0px 1px 0, white 0-1px 0, white -1px 0 0,
    white 1px 0 0;
  font-size: 2rem;
  border-bottom: 2px solid #0071bd;
  width: 98%;
}

.concept-txt2 {
  color: #111;
  text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0,
    white 1px -1px 0, white 0px 1px 0, white 0-1px 0, white -1px 0 0,
    white 1px 0 0;
  font-size: 2rem;
  border-left: 5px solid #0071bd;
  padding-left: 5px;
  margin-top: 15px;
}

.concept_box {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 4px #111;
  padding: 100px 20px;
  position: relative;
}

.concept_box2 {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 4px #111;
  padding: 20px 20px 20px;
}

.concept_box3 {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 4px #111;
  padding: 20px 20px 100px;
}

.bold {
  font-weight: bold;
}

.concept_st {
  color: #0071bd;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

.sp_on480 {
  display: none;
}

.gmap {
  border-top: 1px solid #0071bd;
  width: 100%;
}

.flex-cont-wel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-cont-wel img {
  margin: 10px 0;
}

.flex-cont-fam {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed #0071bd;
  padding-bottom: 20px;
}

.flex-cont-fam img {
  margin: 10px 10px;
  max-width: 280px;
  max-height: 210px;
}

table.brwsr1 {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  width: 100%;
}

table.brwsr1 th {
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  border-bottom: #999 1px solid;
  color: #fff;
}

table.brwsr1 td {
  padding: 5px;
  vertical-align: middle;
  border-bottom: 1px dotted #0071bd;
  width: 50px;
}

table.brwsr1 th.r1 {
  width: 152px;
  border-right: #999 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 td.r2 {
  width: 128px;
  border-left: #fff 1px solid;
  border-right: #999 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4 {
  text-align: center;
}

table.brwsr1 th.r3,
table.brwsr1 td.r3 {
  width: 128px;
  border-left: #fff 1px solid;
  border-right: #999 1px solid;
}

table.brwsr1 th.r4,
table.brwsr1 td.r4 {
  width: 128px;
  border-left: #fff 1px solid;
}

table.brwsr1 caption {
  font-weight: bold;
  text-align: left;
  border-left: 3px solid rgba(208, 24, 122, 0.6);
  font-size: 2rem;
  padding-left: 5px;
  margin-bottom: -2px;
}

.brwsr1_title {
  color: #fff;
  background-color: #0071bd;
}

.goling a:link,
.goling a:visited,
.goling a:hover {
  color: #0071bd;
  text-decoration: underline;
}

.blog_under {
  border: 1px solid #0071bd;
  padding: 15px;
}

.left_flo,
.right_flo {
  width: 48.44%;
  float: left;
}

.left_flo img,
.right_flo img {
  width: 100%;
}

.right_flo {
  padding-left: 5px;
}

.middle_title {
  font-size: 1.8rem;
  border-bottom: 2px solid #0071bd;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.read_more {
  float: left;
  display: block;
  border: 1px solid #0071bd;
  padding: 3px;
  font-weight: bold;
  margin-top: 10px;
  background: #0071bd;
  color: #fff;
}

.read_more:before {
  font-family: "FontAwesome";
  content: "\f090";
  margin-right: 10px;
}

.read_link a:link,
.read_link a:visited {
  color: #fff;
  text-decoration: none;
}

.read_link a:hover {
  color: #0071bd;
  background: #fff;
}

.date {
  font-size: 1.2rem;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #fff;
  background: -moz-linear-gradient(center top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019548', endColorstr='#019548');
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(5%, #0071bd),
      color-stop(100%, #0071bd));
  background-color: #0071bd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #0071bd;
  padding: 9px 18px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 1px 1px 0px 0px #fff;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background: -moz-linear-gradient(center top, #bbb 5%, #bbb 100%);
  background: -ms-linear-gradient(top, #bbb 5%, #bbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#bbb');
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(5%, #bbb),
      color-stop(100%, #bbb));
  background-color: #bbb;
  border-color: #0071bd;
  font-weight: bold;
}

.blog_data_dat {
  background: #0071bd;
  color: #fff;
  width: 100px;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 0 5px;
  text-align: center;
}

#previous_next_post {
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 1.3rem;
  margin: 30px 0;
}

#previous_post,
#next_post {
  width: 500px;
  white-space: nowrap;
}

#previous_next_post a {
  color: #0071bd;
  font-weight: bold;
}

#previous_post a:before {
  font-family: "FontAwesome";
  content: "\f100";
  margin-right: 10px;
}

#next_post a:after {
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: 10px;
}

.business_under {
  padding-top: 20px;
  font-weight: bold;
}

.padding-top10 {
  padding-top: 10px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top50 {
  padding-top: 50px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-top5 {
  margin-top: 5px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-left10 {
  margin-left: 10px;
}

.margin-left45 {
  margin-left: 16px;
}

.margin-right-109 {
  margin-left: -2px;
}

.margin-right-110 {
  margin-right: 159px;
}

.pc_margin-left {
  margin-right: -25px;
}

.box {
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  padding: 150px 20px;
  text-align: center;
}

.box-txt {
  text-align: center;
  font-size: 1.6rem;
}

.photobx-l {
  display: flex;
}

.photobx-r {
  display: flex;
  justify-content: flex-end;
}

.flex-top {
  display: flex;
  flex-direction: row;
}

.flex-top .iteml {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top .itemr {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top .iteml2 {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top .itemr2 {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 {
  display: flex;
  flex-direction: row;
}

.flex-top2 .iteml1 {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 .itemr1 {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 .iteml2 {
  width: 42%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-top2 .itemr2 {
  width: 58%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.box2 {
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
  padding: 150px 20px;
  text-align: center;
}

.width-small {
  width: 30px;
  margin: 0 6px;
  height: 20px;
}

.access-text {
  display: inline-block;
  text-align: left;
}

.news-bl dt {
  float: left;
  width: 10em;
  background: #888;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
}

.news-bl dd {
  padding-left: 11em;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.6;
  margin: 5px 0;
}

.news-bl2 dt {
  float: left;
  width: 11em;
  background: #0071bd;
  padding: 5px 0px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin: 2px 0 0;
  font-weight: bold;
  box-shadow: 2px 2px 4px #808080;
}

.news-bl2 dd {
  padding-left: 12em;
  padding-top: 5px;
  padding-bottom: 25px;
  line-height: 1.6;
  border-bottom: solid 1px #0071bd;
  margin: 5px 0;
}

.link_menu {
  background-color: #0071bd;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #fff;
}

.link_menu p a {
  color: #fff;
  padding: 0 10px;
}

.link_menu p a:before {
  font-family: "FontAwesome";
  content: "\f0da";
  margin-right: 10px;
  font-size: 2rem;
}

.link_menu p a:hover {
  background-color: #304ffe;
}

.bg_resttitle {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/restaurantimg02.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_resttitle2 {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/restaurentaImg05.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_resttitle3 {
  width: 100%;
  padding: 100px 0;
  background-image: url(../img/restaurentaImg13.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.resttitle_txt {
  width: 800px;
  border-top: 1px solid #bebebe;
  margin: auto;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.resttitle_txt a {
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.flex-50 {
  display: flex;
  flex-direction: row;
}

.flex-50 .item {
  width: 50%;
  height: 600px;
}

.flex-50 .item p {
  text-align: center;
  position: relative;
  bottom: -90%;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.flex-50 .item img {
  width: 100%;
}

.flex-50_2 {
  display: flex;
  flex-direction: row;
}

.flex-50_2 .item {
  width: 50%;
}

.flex-50_2 .item img {
  width: 100%;
}

.flex-chef {
  display: flex;
  flex-direction: row;
}

.flex-chef .item {
  width: 50%;
}

.flex-chef .item .box2 {
  width: 90%;
  margin: auto;
}

.inline_txt {
  display: inline-block;
  text-align: left;
}

.hotel_name {
  background-color: #fff;
  color: #0071bd;
  padding: 3px;
  font-weight: bold;
  border-top: 2px solid #0071bd;
  border-bottom: 2px solid #0071bd;
}

.main_pic {
  margin: 15px auto;
}

.flex-3 {
  display: flex;
  flex-direction: row;
}

.flex-3 img {
  width: 100%;
  height: auto;
}

.red {
  color: #f36 !important;
}

.black {
  color: #000000;
}

.slide-logo {
  position: relative;
  top: 53%;
}

#sliderLogo {
  position: absolute;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  margin: auto;
  width: 50%;
  height: auto;
  text-align: center;
}

.copyright {
  margin-top: 5px;
}

.main-color {
  color: #0071bd;
}

.into-txt {
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #0071bd;
  color: #fff;
  padding: 5px 0px 5px 5px;
  margin-top: 30px;
}

.padding-lr {
  padding: 0 2px 0 5px;
}

.flex-box {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  flex-direction: row;
  align-items: flex-end;
}

.flex-box .item {
  margin: 15px 10px 25px 10px;
}

.reno-title {
  padding: 5px 0;
  background: #993f00;
  color: #fff;
  width: 1065px;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.sub-title {
  background-color: #662a00;
  color: #fff;
  padding-left: 5px;
  max-width: 495px;
}

.flex-box .item img {
  width: 100%;
  max-width: 500px;
}

.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}

.gallery li {
  width: calc((100% - 50px) / 5);
  box-sizing: content-box;
  margin: 0 10px 10px 0;
}

.gallery li a {
  background: #f2f2f2;
  display: block;
  text-align: center;
  padding: 0px;
  height: 200px;
  vertical-align: middle;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business_greeting {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #0071bd;
  margin-bottom: 10px;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.screen-reader-response {
  color: #d50000;
}

.wpcf7-mail-sent-ok {
  color: #304ffe;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 2px solid #ff0000 !important;
  background-color: #ff0000;
  color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000 !important;
  background-color: #ff0000;
  color: #fff;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
  background-color: #ff0000;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #0071bd !important;
  background-color: #0071bd;
  color: #fff;
}

.pc_top_30 {
  margin-top: -30px;
}

.pc_top_50 {
  margin-top: -50px;
}

.pc_on768 {
  display: block;
}

.sp_on768 {
  display: none;
}

.title_bar {
  background: #0071bd;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
}

.recruit-boxs {
  display: flex;
  justify-content: space-around;
}

.recruit-box>a {
  display: block;
  display: -webkit-flex;
  display: flex;
}

.recruit-box>a>.recruit-name-box {
  width: 50%;
  box-sizing: border-box;
  background: linear-gradient(to right, #328fbd, #0071bd);
  color: #fff;
  padding: 0 4.16666667%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.recruit-box>a>.recruit-image {
  width: 50%;
}

.recruit-image img {
  width: auto;
}

.map_posi {
  margin: auto;
  width: 99.8%;
}

.info-txt {
  display: inline-block;
  text-align: left;
  padding-top: 60px;
}

.menu-container {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
}

.disp-line-top {
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0071bd;
}

.disp-line-left {
  position: fixed;
  z-index: 95;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0071bd;
}

.disp-line-right {
  position: fixed;
  z-index: 95;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: #0071bd;
}

.disp-line-bottom {
  position: fixed;
  z-index: 95;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #0071bd;
}

.text-align-c {
  text-align: center;
  border-bottom: 2px solid #0071bd;
}

.flex-fmenu {
  display: flex;
  flex-direction: column;
}

.flex-fmenu :first-child {}

.flex-fmenu :first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 5px;
  color: #fff;
}

.flex-fmenu :before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "-";
  margin-right: 5px;
  color: #fff;
}

.text-align-l {
  text-align: left;
}

.text-align-c img {
  width: 100%;
  max-width: 1350px;
}

.cont-diy {
  padding: 71px 0;
  margin-bottom: 5rem;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.cont-diy__list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 432px;
}

.cont-diy__title {
  background-color: rgba(0, 0, 0, 0.3);
}

.cont-diy__item-00,
.cont-diy__title-00 {
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
}

.cont-diy__item,
.cont-diy__title {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  width: 216px;
  height: 216px;
  color: #fff;
  font-size: 1.8rem;
  background: 50% / cover no-repeat;
  transition: opacity 0.2s ease-in-out;
}

.cont-diy__title h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cont-diy__title h3>span {
  font-family: bebas;
  font-size: 5rem;
  letter-spacing: 0.05em;
}

.cont-diy__title h3>small {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}

.cont-diy__item-00,
.cont-diy__title-00 {
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  background-image: url(../img/top_cont01.png);
  box-shadow: 2px 2px 4px #111;
}

.cont-diy__item-01,
.cont-diy__title-01 {
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  background-image: url(../img/top_cont02.png);
  box-shadow: 2px 2px 4px #111;
}

.cont-diy__item-02,
.cont-diy__title-02 {
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  background-image: url(../img/top_cont03.png);
  box-shadow: 2px 2px 4px #111;
}

.cont-diy__item-03,
.cont-diy__title-03 {
  -moz-order: 4;
  -ms-order: 4;
  order: 4;
  background-image: url(../img/top_cont04.png);
  box-shadow: 2px 2px 4px #111;
}

.cont-diy__item>span,
.cont-diy__title>span {
  color: #fff;
  text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0,
    #000 1px -1px 0, #000 0px 1px 0, #000 0-1px 0, #000 -1px 0 0, #000 1px 0 0;
  border-bottom: 2px solid #fff;
}

.visible-xsmall {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.cont-diy__list a:hover {
  opacity: 0.8;
  border: 5px solid #0071bd;
  margin: -5px;
}

.margin-t-50 {
  margin-bottom: -50px;
}

.button-box {
  display: inline-block;
  width: 200px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  position: relative;
  border: 2px solid #0071bd;
  transition: 0.38s;
  text-align: center;
  margin-top: 40px;
  box-shadow: 2px 2px 4px #808080;
}

.button-box:hover {
  border: 2px solid #1a237e;
  color: #1a237e;
}

.button-box:before,
.button-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: 0.2s;
}

.button-box:before {
  border-bottom: 2px solid #1a237e;
  border-left: 2px solid #1a237e;
  transform-origin: 100% 0%;
}

.button-box:after {
  border-top: 2px solid #1a237e;
  border-right: 2px solid #1a237e;
  transform-origin: 0% 100%;
}

.button-box:hover:after,
.button-box:hover:before {
  transform: scale(1);
}

.button-box2 {
  display: inline-block;
  width: 200px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border: 2px solid #0071bd;
  transition: 0.38s;
  text-align: center;
  box-shadow: 2px 2px 4px #808080;
  font-size: 1.3rem;
}

.button-box2:hover {
  border: 2px solid #1a237e;
  color: #1a237e;
}

.button-box2:before,
.button-box2:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: 0.2s;
}

.button-box2:before {
  border-bottom: 2px solid #1a237e;
  border-left: 2px solid #1a237e;
  transform-origin: 100% 0%;
}

.button-box2:after {
  border-top: 2px solid #1a237e;
  border-right: 2px solid #1a237e;
  transform-origin: 0% 100%;
}

.button-box2:hover:after,
.button-box2:hover:before {
  transform: scale(1);
}

.button-box3 {
  width: 200px;
  height: 35px;
  padding-top: 7px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  border: 2px solid #0071bd;
  transition: 0.38s;
  text-align: center;
  margin: 5px;
  box-shadow: 2px 2px 4px #808080;
}

.button-box3:hover {
  border: 2px solid #1a237e;
  color: #1a237e;
}

.button-box3:before,
.button-box3:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: 0.2s;
}

.button-box3:before {
  border-bottom: 2px solid #1a237e;
  border-left: 2px solid #1a237e;
  transform-origin: 100% 0%;
}

.button-box3:after {
  border-top: 2px solid #1a237e;
  border-right: 2px solid #1a237e;
  transform-origin: 0% 100%;
}

.button-box3:hover:after,
.button-box3:hover:before {
  transform: scale(1);
}

.about-const {
  border-left: 2px solid #0071bd;
  border-bottom: 2px solid #0071bd;
  margin: 15px 0;
  font-weight: bold;
  padding-left: 5px;
}

.keiei-t1 {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 2px solid #0071bd;
  border-left: 2px solid #0071bd;
  margin: 15px 0;
  color: #0071bd;
  padding-left: 5px;
}

.keiei-t2 {
  font-size: 2rem;
  font-weight: bold;
  border-left: 2px solid #0071bd;
  margin: 15px 0;
  color: #0071bd;
  padding-left: 5px;
}

.listf li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listf dl {
  display: table;
  width: 100%;
}

.listf dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #0071bd;
  width: 100px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0071bd;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
  border-left: 10px solid #0071bd;
}

.listf dl dt .num {
  display: block;
  font-size: 2.1rem;
}

.listf dl dt .num2 {
  font-size: 2.9rem;
}

.listf dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #0071bd;
  border-right: 1px solid #0071bd;
  border-bottom: 1px solid #0071bd;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

.listf dl dd h4 {
  font-size: 18px;
  color: #0071bd;
  border-bottom: solid 1px #0071bd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.triangleDown {
  position: relative;
  left: -15px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #0071bd;
}

.listf2 li {
  margin-bottom: 9px;
  padding-bottom: 9px;
}

.listf2 dl {
  display: table;
  width: 100%;
}

.listf2 dl dt {
  display: table-cell;
  padding: 10px 0;
  border: 1px solid #35b2a0;
  width: 100px;
  background: #35b2a0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

.listf2 dl dt .num {
  display: block;
  font-size: 2.1rem;
}

.listf2 dl dt .num2 {
  font-size: 2.9rem;
}

.listf2 dl dd {
  display: table-cell;
  padding: 15px 20px;
  border-top: 1px solid #35b2a0;
  border-right: 1px solid #35b2a0;
  border-bottom: 1px solid #35b2a0;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

.listf2 dl dd h4 {
  font-size: 18px;
  color: #35b2a0;
  border-bottom: solid 1px #35b2a0;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.listf2 .option {
  color: #35b2a0;
  border-left: 5px solid #35b2a0;
  border-bottom: 5px solid #35b2a0;
  margin-bottom: 24px;
  padding-left: 10px;
  font-size: 2rem;
}

.float_lright10 {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.float_lleft10 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  padding-right: 5px;
}

.wrap3 img {
  margin-bottom: 20px;
}

.flow-txt {
  line-height: 2rem;
}

.sup {
  vertical-align: super;
  font-size: 1rem;
}

.flex_vhh {
  display: flex;
  flex-direction: row;
}

.flex_vhh img {
  width: 170px;
  height: auto;
  max-width: unset;
}

.pc_top-p15 {
  padding-top: 15px;
}

.margin-tb {
  margin: 50px 0;
}

.pc_froat-right {
  float: right;
}

.pc_froat-left {
  float: left;
}

.video_size {
  width: 100%;
  height: 400px;
  padding: 2px 0;
}

.flex-video {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_link a:link,
.page_link a:visited,
.page_link a:hover {
  color: #0071bd;
  text-decoration: none;
  border-bottom: solid 1px #0071bd;
  font-weight: bold;
}

.page_link::before {
  font-family: "FontAwesome";
  content: "\f152";
  font-size: 2rem;
  color: #0071bd;
  margin-right: 7px;
}

#select_lang {
  position: absolute;
  top: 0;
  left: 58%;
  text-align: right;
}

.design-select-box {
  border: 2px solid #000;
  padding: 6px;
  box-shadow: 2px 2px 4px #808080;
  border-radius: 10px;
  width: 150px;
}

#contact_buttun {
  margin-top: 10px;
}

a.cp_tel,
a.cp_btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 150px;
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  background: #fff;
  overflow: hidden;
  z-index: 1 !important;
  font-size: 1.3rem;
  box-shadow: 2px 2px 4px #808080;
  border-radius: 10px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 1) url(../img/line01.png) 50% 50% repeat-x;
  border: solid rgba(116, 221, 232, 1) 0px;
  color: #fff;
}

a.cp_tel::before {
  font-family: "FontAwesome";
  content: "\f098";
  font-size: 1.5rem;
  color: #fff;
  margin-right: 5px;
}

a.cp_btn::before {
  font-family: "FontAwesome";
  content: "\f0e0";
  font-size: 1.5rem;
  color: #fff;
  margin-right: 5px;
}

a.cp_tel:after,
a.cp_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #616161;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.3s;
  z-index: -1;
}

a.cp_tel:hover,
a.cp_btn:hover {
  color: #fff;
}

a.cp_tel:hover:after,
a.cp_btn:hover:after {
  height: 250%;
  opacity: 1;
}

a.cp_tel:active:after,
a.cp_btn:active:after {
  height: 350%;
  opacity: 1;
}

.phage-picsize img {
  width: 530px;
  height: 285px;
}

.contactRight a:link {
  color: #1a237e;
}

.bk_color {
  background: #333 !important;
}

.red_color {
  background-color: #ff4f4f;
  color: #fff;
  border-radius: 2px;
}

.const_txt {
  text-align: center;
  margin: 100px 0;
}

.mail_antibox {
  border: none;
  font-weight: bold;
  font-size: 1.6rem;
  width: 90%;
  max-width: 320px;
}

.leaf_down a {
  border-bottom: 1px solid #0071bd;
  color: #0071bd;
}

.leaf_down a::before {
  font-family: "FontAwesome";
  content: "\f152";
  font-size: 2rem;
  color: #0071bd;
  margin-right: 7px;
}

.leaf_down a:hover {
  color: #1a237e;
}

.head_catch {
  color: #fff;
  background-color: #11739d;
  font-size: 1.4rem;
  border-bottom: 3px solid #0071bd;
  letter-spacing: 0.1rem;
  padding-left: 15px;
}

.footer_logo img {
  width: 350px;
}

.m-55 {
  margin-top: -55px;
}

.footer_f_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer_f_link img {
  width: 200px;
  height: auto;
  padding: 0 10px;
  padding-bottom: 10px;
}

.banner img {
  height: 80px;
}

.bk_white {
  background-color: #fff;
  width: 100%;
}

.bk_white_c {
  background-image: url(../img/top_img07.jpg);
  width: 100%;
  background-position: top;
}

.bk_cont {
  background-image: url(../img/bk_contimg01.jpg);
  width: 100%;
  position: relative;
}

.text-indent {
  text-indent: 1em;
}

.text-indent1_5 {
  text-indent: 1.5em;
}

.text-indent2 {
  text-indent: 2em;
}

.img_center {
  text-align: center;
}

.shazse {
  text-indent: 1rem;
  margin-top: 20px;
}

.c-intxt {
  display: inline-block;
  text-align: left;
}

.orange {
  color: #f57c00;
}

.gallery-size {
  width: 640px;
}

.flex_gallery {
  display: flex;
  flex-direction: row;
}

.flex_gallery_txt {
  display: flex;
  flex-direction: column;
}

.gallery_txtbox {
  padding: 15px;
  margin-top: -12px;
  border: 2px solid #0071bd;
  border-top: 10px solid #0071bd;
  height: 268px;
}

.txtbox_tile {
  font-weight: bold;
  border-bottom: 1px solid #0071bd;
}

.border_line {
  border-bottom: 1px solid #0071bd;
}

.link a::before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 10px;
  font-size: 2rem;
}

.link_movie iframe {
  width: 560px;
  height: 315px;
}

.bottom_line {
  border-bottom: 2px solid #fff;
}

.flex_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex_cont img {
  box-shadow: 3px 5px 5px -3px #000;
  -webkit-box-shadow: 3px 5px 5px -3px #000;
}

.cont-txt {
  padding-top: 5px;
}

.cont-txt::before {
  content: "-";
  color: #0000cd;
  font-size: 2rem;
  margin-right: 1rem;
}

.iso_subtlt {
  color: #0071bd;
  font-weight: bold;
  font-size: 1.7rem;
  padding-top: 20px;
}

.pc_froat-right {
  float: right;
  padding-left: 7px;
}

.business_cat {
  text-align: center;
}

.business_cat .text {
  font-size: 2.2rem;
  border-bottom: 2px solid #0071bd;
}

.business_cat2 {
  text-align: left;
}

.business_cat2 .text2 {
  font-size: 2.2rem;
}

.ene-txt {
  margin: 0 auto;
  text-align: center;
}

.ene-txt2 {
  display: inline-block;
  text-align: left;
}

.ene-txt2 p::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-weight: 900;
  font-size: 2.5rem;
  color: #0071bd;
  padding-right: 5px;
}

.top_line {
  margin-top: -30px;
}

.zeb_plan {
  background-color: #0071bd;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px 2px;
}

.flex_button {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.text-left {
  margin-top: 10px;
  margin-left: 7px;
}

.flex_workbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.flex_workbox .flex_item {
  margin: 5px;
  text-align: center;
  border: 1px solid #0071bd;
  width: 348px;
  padding: 3px;
  box-shadow: 2px 2px 4px #111;
}

.flex_workbox .flex_item .text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  background-color: #0071bd;
  color: #fff;
}

.work_table {
  border: 3px #0071bd solid;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.work_table .title {
  text-align: center;
  background-color: #deeaf7;
}

.work_table td {
  padding: 0px 15px;
  vertical-align: middle;
  border: #0071bd 1px solid;
}

.work_table .subt {
  width: 120px;
}

.work_table2 {
  border: 3px #0071bd solid;
  margin: 10px 10px;
  width: 530px;
}

.work_table2 .title {
  text-align: center;
  background-color: #deeaf7;
}

.work_table2 td {
  padding: 0px 15px;
  padding-top: 7px;
  border: #0071bd 1px solid;
}

.work_table2 .subt {
  width: 180px;
}

.work_table2 .subt2 {
  height: 290px;
}

.link-t-a {
  position: relative;
  top: -100px;
  display: block;
}

.flex_esco {
  display: flex;
  flex-direction: row;
}

.recruit-pos {
  padding-top: 100px !important;
}

.flex_rec {
  display: flex;
  flex-direction: row;
}

.flex_rec .txt {
  width: 50%;
  text-align: left;
  padding: 0 10px;
}

.flex_rec .imgsize {
  width: 50%;
}

.work-txt {
  margin: 30px 0;
  padding-left: 22px;
  border-left: 2px solid #0071bd;
  border-bottom: 2px solid #0071bd;
  font-size: 2.2rem;
  font-weight: bold;
}

.boxType01 {
  margin-top: 2em;
  padding: 30px;
  border: 1px solid #0071bd;
  position: relative;
  min-height: 230px;
}

.boxType01 .boxTitle {
  position: relative;
  padding-left: 22px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0071bd;
  font-size: 2.2rem;
}

.boxType01 .boxTitle:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 25px);
  left: 0;
  top: 0;
  background-color: #0071bd;
}

.posi-tr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.staff-name {
  font-size: 2.8rem;
  border-left: 5px solid #0071bd;
  border-bottom: 5px solid #0071bd;
  padding-left: 5px;
}

.staff-name p {
  width: 610px;
}

.staff-name .fsize {
  font-size: 1.8rem;
  border-top: 2px solid #0071bd;
  padding: 10px 0;
}

.staff-name .small {
  font-size: 1.8rem;
  padding-left: 10px;
}

.float_staff-right {
  float: right;
  padding: 5px;
}

.float_staff-right img {
  box-shadow: 2px 2px 4px #111;
}

.ques {
  font-weight: bold;
  margin: 10px 0;
}

.font-sblue {
  color: #024198;
}

.main_box2 {
  width: 98%;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 2.5rem;
  text-align: left;
}

.main_box3 {
  padding: 40px 0;
}

.corona-txt {
  padding: 20px;
  border: 2px solid #000;
  position: relative;
}

.corona-txt::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 3rem solid transparent;
  border-left: 7rem solid #000;
  position: absolute;
  z-index: 100;
}

.corona-txt::after {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 3rem solid transparent;
  border-right: 7rem solid #000;
  position: absolute;
  z-index: 100;
}

.corona-txt2 {
  width: 1100px;
  margin: auto;
}

.recruit_img a img {}

.patent td {
  border: 2px solid #000;
  padding: 5px;
}

.patent .title {
  background-color: #333;
  color: #fff;
}

.recruit_table {
  width: 100%;
}

.recruit_table td {
  border: 2px solid#616161;
  padding: 5px;
}

.recruit_table .tl {
  width: 20%;
}

.recruit_table .tm {
  width: 80%;
}

.recruit_table caption {
  background-color: #0071bd;
  color: #fff;
  text-align: left;
  padding: 5px;
}

.shakai_title {
  font-weight: bold;
  margin: 10px 0;
  border-bottom: 1px solid #0071bd;
  width: 50%;
}

.step_flex {
  display: flex;
  flex-direction: row;
}

.step_flex:not(:first-child) {
  margin-top: 50px;
}

.step_flex .step_no {
  position: relative;
  font-size: 1.9rem;
  background: #0071bd;
  color: #fff;
  width: 90px;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
  padding-top: 25px;
}

.step_flex .step_no .txt,
.step_flex .step_no_last .txt {
  font-size: 1.3rem;
  color: #fff;
}

.step_flex .step_no_last {
  position: relative;
  font-size: 1.9rem;
  background: #0071bd;
  color: #fff;
  width: 90px;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 5px;
}

.step_flex .step_no:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: rotate(180deg);
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 34px solid #fff;
}

.step_flex .step_no:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -33px;
  transform: rotate(180deg);
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 34px solid#0071BD;
}

.step_box {
  border: 6px solid #0071bd;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  min-height: 60px;
}

.step_box .step_title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #0071bd;
}

.link-t-a {
  position: relative;
  top: -100px;
  display: block;
}

img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.navi-2row {
  width: 660px;
}

.excel_down {
  margin-left: 75px;
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.bk_line45 {
  background-image: linear-gradient(-45deg, #fff 50%, rgba(0, 104, 183, 1) 50%);
  background-image: -webkit-linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 104, 183, 1) 50%);
  background-image: -moz-linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 104, 183, 1) 50%);
  background-image: -ms-linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 104, 183, 1) 50%);
}

.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}

a.btn--contact {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn-tag {
  color: #fff;
  border-bottom: 5px solid #006489;
  background: #01b0f1;
  padding: 1rem 2rem;
  width: 165px;
  margin-top: 10px;
}

a.btn-tag:before {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}

a.btn-tag:hover {
  margin-top: 3px;
  border-bottom: 2px solid #006489;
  background: #006489;
  color: #fff;
}

.fa,
.fas {
  font-size: 2rem;
  margin-right: 4px;
}

a.btn-flat {
  overflow: hidden;
  color: #fff;
  border-radius: 0;
  background: #000;
  width: 100%;
  height: 35px;
}

a.btn-flat span {
  position: relative;
  top: 7px;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/* *********** */
.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  margin-top: 15px;
  display: block;
  padding: 2.2rem 0 2.2rem 2.2rem;
  color: #fff;
  width: 70%;
  background: #4fb477;
  -webkit-box-shadow: 0 5px 0 #2d6b45;
  box-shadow: 0 5px 0 #2d6b45;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #eb6100;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--contact:hover {
  color: #fff;
}

a.btn--tel {
  display: block;
  padding: 1rem 0 1rem 2.2rem;
  color: #fff;
  width: 70%;
  background: #01b0f1;
  -webkit-box-shadow: 0 5px 0 #0286be;
  box-shadow: 0 5px 0 #0286be;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #03a9f4;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.adber100 {
  width: 100%;
  background-color: #0089bb;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 0;
}

.adbermap {
  width: 1100px;
  margin: auto;
}

.pankz_bar {
  width: 100%;
  background-color: #0089bb;
}

.pankz {
  width: 1100px;
  margin: 0 auto;
  background-color: #0089bb;
  color: #fff;
  font-size: 1.4rem;
  word-wrap: break-word;
}

.pankz a {
  text-decoration: underline;
}

.timeline {
  margin: 28px auto;
  border: 1px solid #e0e0e0;
}

.timeline-list {
  padding: 40px 0;
}

.timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 1.6rem;
}

.timeline-list-item .date {
  width: 10%;
  padding: 0 0 0 20px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
}

.timeline-list-item .content {
  position: relative;
  width: 90%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 10px;
}

.busi_flex_1,
.busi_flex_2 {
  display: flex;
  flex-direction: row;
}

.busi_flex_1 .busi_item_l {
  width: 35%;
}

.busi_flex_1 .busi_item_r {
  width: 65%;
  padding-left: 10px;
}

.busi_flex_2 .busi_item_l {
  width: 65%;
}

.busi_flex_2 .busi_item_r {
  width: 35%;
  padding-right: 10px;
}

.topic_link a:link,
.topic_link a:visited,
.topic_link a:hover {
  color: #333;
}

/*ContactForm7カスタマイズ*/

.wpcf7 {
  margin: 50px 0;
}

table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}

table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
  font-size: 1.6rem;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
  display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
  color: #797979;
}

/*「必須」文字*/
.CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #ef5350;
  /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd;
  /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  background-color: #1976d2;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  margin: 0 auto;
  width: 130px;
  height: 35px;
  border-bottom: 5px solid #2979ff;
  border-radius: 5px;
}

.CF7_btn {
  text-align: center;
  margin-top: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232 !important;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
  font-family: sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_qa {
  margin: 40px 40px 2px 10px;
  padding: 1em 1em 0.5em 1em;
  text-align: left;
}

.cp_qa h1 {
  font-size: 1.2em;
  position: relative;
  margin-right: 1em;
  margin-left: -26px;
  padding: 0.3em;
  color: #ffffff;
  background-color: #d0187a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.cp_qa h1::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #d0187a transparent transparent;
}

.cp_qa dl {
  margin: 0;
}

.cp_qa dt {
  margin-bottom: 0.5em;
  margin-top: 2em;
  padding: 0.2em 0.5em 0.5em 2em;
  border-radius: 0.2em;
  background: #ffb74d;
  width: 95%;
}

.cp_qa dd {
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0.5em 1em 1.5em 3em;
  width: 95%;
}

.anser_txt {
  margin-top: -2em;
}

.margin_auto {
  margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffff00;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  background-color: #00a0d2;
  color: #fff;
}

.note_txt {
  padding: 0.5em 1em;
  margin: 2em auto;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: rgb(0 0 0 / 30%) 1px 1px 3px 2px;
  max-width: 600px;
}

.bk_line45 {
  background-image: linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 181, 237, 0.1) 50%);
  background-image: -webkit-linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 181, 237, 0.1) 50%);
  background-image: -moz-linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 181, 237, 0.1) 50%);
  background-image: -ms-linear-gradient(-45deg,
      #fff 50%,
      rgba(0, 181, 237, 0.1) 50%);
}

.grecaptcha-badge {
  margin-bottom: 80px;
  z-index: 30;
}

.recruit_text {
  text-align: center;
  margin-top: 15px;
}

table.recruit_tbl {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  width: 100%;
}

table.recruit_tbl th {
  padding: 10px 10px 10px 0px;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  color: #333;
  width: 20%;
  white-space: nowrap;
  text-indent: 1rem;
}

table.recruit_tbl td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  width: 80%;
}

.blog_cont {
  border: 3px double #cdcdcd;
  padding: 10px;
  margin: 30px auto;
  box-sizing: border-box;
}

.img_cat {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 37%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.img_cat img {
  left: calc(50% + 348px);
}

.greeting_text {}

.pc_on1200 {
  display: block;
}

.sp_on1200 {
  display: none;
}

.c-bnr.bg {
  position: relative;
  overflow: hidden;
}

.c-bnr.bg::before,
.c-bnr.bg::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
}

.c-bnr.bg::before {
  background: rgba(190, 91, 70, 0.6);
  width: 100%;
  height: 100%;
}

.c-bnr.bg::after {
  color: #fff;
  content: "Read More";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}

.c-bnr.bg:hover::before,
.c-bnr.bg:hover::after {
  opacity: 1;
}

.service_menu {
  margin: 20px 0;
  border-top: #0071bd solid 3px;
  border-bottom: #0071bd solid 2px;
}

.service_menu .menu_title {
  background-color: #0071bd;
  width: 180px;
  color: #fff;
  text-align: center;
}

.service_menu .menu_text {
  padding-left: 10px;
}

.bk_busicolor1 {
  background-color: rgba(0, 137, 187, 0.05);
  padding: 10px;
  border-radius: 5px;
}

.link_posi {
  padding-top: 90px;
  margin-top: -90px;
}

.menu_text a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.menu_text a:hover {
  color: #0071bd;
  text-decoration: none;
}

.busi_img_flex {
  display: flex;
  flex-direction: row;
}

table.ta1 {
  width: 100%;
}

table.ta1,
table.ta1 td,
table.ta1 th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

table.ta1,
table.ta1 tr {
  height: 72px;
}

table.ta1 caption {
  border-bottom: solid;
}

table.ta1 td,
table.ta1 th {
  padding: 5px;
  vertical-align: middle;
}

table.ta1 th {
  background: #f0e6cc;
}

table.ta2 {
  width: 100%;
  margin: 20px auto;
}

table.ta2,
table.ta2 td,
table.ta2 th {
  border: 1px solid #333;
  border-collapse: collapse;
}

table.ta2 caption {
  background-color: #333;
  color: #fff;
}

table.ta2 td,
table.ta2 th {
  padding: 5px;
  vertical-align: middle;
}

table.ta2 th {
  background: #444;
}

.flex_tlabe {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.flex_tlabe .flex_table_itm {
  width: 50%;
  max-width: 482px;
}

.center {
  text-align: center;
}

.width30 {
  width: 30px;
}

.table_color {
  color: #fff;
  background-color: #757575;
  vertical-align: middle;
}

.bk_price_color {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}

.small_bisitxt {
  font-size: 1.3rem;
}

.table_width {
  width: 90%;
  margin: auto;
}

.link_cont a:link,
a:visited,
a:hover {
  color: #000;
  text-decoration: underline;
}

.table_title_nm {
  color: #fff;
  background-color: #757575;
  text-align: center;
  margin-top: 20px;
}

.flex_horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex_horizontal .item {
  background-color: #757575;
  background-image: url(../img/slash_glay.png);
  margin: 20px 0;
}

.width_200 {
  width: 200px;
  height: 200px;
}

.width_150 {
  width: 150px;
  height: 200px;
}

.width_104 {
  width: 104px;
  height: 200px;
}

.small_text_p {
  font-size: 1.3rem;
}

.flex_horizontal .item .no {
  text-align: center;
  color: #666;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
  font-weight: bold;
}

.flex_horizontal .item .text {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.triangle {
  background: #bcbcbc;
  height: calc(tan(55deg) * 40px / 2);
  width: 25px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto 5px;
}


/* 言語切り替えトグルボタン */
.toggle_input {
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer; */
  display: none;
}

.toggle_label {
  width: 63px;
  height: 23px;
  /* background: #fff; */
  border: 3px solid #01b0f1;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
  margin-top: -2px;
}

.toggle_label:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: 2px;
  top: 1px;
  z-index: 2;
  background: #01b0f1;
  transition: 0.4s;
}

.toggle_input:checked+.toggle_label {
  border: 3px solid #4BD865;
}

.toggle_input:checked+.toggle_label:after {
  left: 42px;
  background: #4BD865;
}

.toggle_button {
  /* position: relative;
  width: 85px;
  height: 42px; */
  margin: 0 10px;
}

.menu_flex {
  display: flex;
  flex-direction: column;
}

.toggle_position {
  position: absolute;
  top: -5px;
  right: 340px;
  width: 150px;
  /* margin-top: -7px; */
  display: flex;
  flex-direction: row;
  font-size: 1.4rem;
}

.toggle_position img {
  width: 30px;
  height: 19px;
  margin-right: 5px;
}