@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 468px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 468px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 768px) {
  .br_tab {
    display: block;
  }
}

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: rgba(230, 94, 1, 0.25);
  border-radius: 10px;
  box-shadow: none;
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-last-child(2), .pankuzu ol li:nth-last-child(3), .pankuzu ol li:nth-last-child(4) {
  margin-right: 30px;
}
.pankuzu ol li:nth-last-child(2):after, .pankuzu ol li:nth-last-child(3):after, .pankuzu ol li:nth-last-child(4):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #E65E01 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #E65E01;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #E65E01;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 1em;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  display: flex;
  align-items: flex-start;
  padding: 0 !important;
  padding-bottom: 10px !important;
  word-break: break-all;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #1f5192;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 1em;
}

.number1:before {
  content: "Q１" !important;
}

.number2:before {
  content: "Q２" !important;
}

.number3:before {
  content: "Q３" !important;
}

.number4:before {
  content: "Q４" !important;
}

.number5:before {
  content: "Q５" !important;
}

.number6:before {
  content: "Q６" !important;
}

.number7:before {
  content: "Q７" !important;
}

.number8:before {
  content: "Q８" !important;
}

.number9:before {
  content: "Q９" !important;
}

.number10:before {
  content: "Q10" !important;
}

.number11:before {
  content: "Q11" !important;
}

.number12:before {
  content: "Q12" !important;
}

.number13:before {
  content: "Q13" !important;
}

.number14:before {
  content: "Q14" !important;
}

.number15:before {
  content: "Q15" !important;
}

.number16:before {
  content: "Q16" !important;
}

.number17:before {
  content: "Q17" !important;
}

.number18:before {
  content: "Q18" !important;
}

.number19:before {
  content: "Q19" !important;
}

.number20:before {
  content: "Q20" !important;
}

.number21:before {
  content: "Q21" !important;
}

.number22:before {
  content: "Q22" !important;
}

.number23:before {
  content: "Q23" !important;
}

.number24:before {
  content: "Q24" !important;
}

.number25:before {
  content: "Q25" !important;
}

.number26:before {
  content: "Q26" !important;
}

.number27:before {
  content: "Q27" !important;
}

.number28:before {
  content: "Q28" !important;
}

.number29:before {
  content: "Q29" !important;
}

.number30:before {
  content: "Q30" !important;
}

.number31:before {
  content: "Q31" !important;
}

.number32:before {
  content: "Q32" !important;
}

.number33:before {
  content: "Q33" !important;
}

.number34:before {
  content: "Q34" !important;
}

.number35:before {
  content: "Q35" !important;
}

.number36:before {
  content: "Q36" !important;
}

.number37:before {
  content: "Q37" !important;
}

.number38:before {
  content: "Q38" !important;
}

.number39:before {
  content: "Q39" !important;
}

.number40:before {
  content: "Q40" !important;
}

.number41:before {
  content: "Q41" !important;
}

.number42:before {
  content: "Q42" !important;
}

.number43:before {
  content: "Q43" !important;
}

.number44:before {
  content: "Q44" !important;
}

.number45:before {
  content: "Q45" !important;
}

.number46:before {
  content: "Q46" !important;
}

.number47:before {
  content: "Q47" !important;
}

.number48:before {
  content: "Q48" !important;
}

.number49:before {
  content: "Q49" !important;
}

.number50:before {
  content: "Q50" !important;
}

.Anumber1:before {
  content: "A１" !important;
}

.Anumber2:before {
  content: "A２" !important;
}

.Anumber3:before {
  content: "A３" !important;
}

.Anumber4:before {
  content: "A４" !important;
}

.Anumber5:before {
  content: "A５" !important;
}

.Anumber6:before {
  content: "A６" !important;
}

.Anumber7:before {
  content: "A７" !important;
}

.Anumber8:before {
  content: "A８" !important;
}

.Anumber9:before {
  content: "A９" !important;
}

.Anumber10:before {
  content: "A10" !important;
}

.Anumber11:before {
  content: "A11" !important;
}

.Anumber12:before {
  content: "A12" !important;
}

.Anumber13:before {
  content: "A13" !important;
}

.Anumber14:before {
  content: "A14" !important;
}

.Anumber15:before {
  content: "A15" !important;
}

.Anumber16:before {
  content: "A16" !important;
}

.Anumber17:before {
  content: "A17" !important;
}

.Anumber18:before {
  content: "A18" !important;
}

.Anumber19:before {
  content: "A19" !important;
}

.Anumber20:before {
  content: "A20" !important;
}

.Anumber21:before {
  content: "A21" !important;
}

.Anumber22:before {
  content: "A22" !important;
}

.Anumber23:before {
  content: "A23" !important;
}

.Anumber24:before {
  content: "A24" !important;
}

.Anumber25:before {
  content: "A25" !important;
}

.Anumber26:before {
  content: "A26" !important;
}

.Anumber27:before {
  content: "A27" !important;
}

.Anumber28:before {
  content: "A28" !important;
}

.Anumber29:before {
  content: "A29" !important;
}

.Anumber30:before {
  content: "A30" !important;
}

.Anumber31:before {
  content: "A31" !important;
}

.Anumber32:before {
  content: "A32" !important;
}

.Anumber33:before {
  content: "A33" !important;
}

.Anumber34:before {
  content: "A34" !important;
}

.Anumber35:before {
  content: "A35" !important;
}

.Anumber36:before {
  content: "A36" !important;
}

.Anumber37:before {
  content: "A37" !important;
}

.Anumber38:before {
  content: "A38" !important;
}

.Anumber39:before {
  content: "A39" !important;
}

.Anumber40:before {
  content: "A40" !important;
}

.Anumber41:before {
  content: "A41" !important;
}

.Anumber42:before {
  content: "A42" !important;
}

.Anumber43:before {
  content: "A43" !important;
}

.Anumber44:before {
  content: "A44" !important;
}

.Anumber45:before {
  content: "A45" !important;
}

.Anumber46:before {
  content: "A46" !important;
}

.Anumber47:before {
  content: "A47" !important;
}

.Anumber48:before {
  content: "A48" !important;
}

.Anumber49:before {
  content: "A49" !important;
}

.Anumber50:before {
  content: "A50" !important;
}

.dnone {
  display: none;
}

@media screen and (max-width: 768px) {
  .dnone_sp {
    display: none;
  }
}

.dnone_pc {
  display: none;
}
@media screen and (max-width: 468px) {
  .dnone_pc {
    display: block;
  }
}

.container_f {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_f {
    flex-flow: column;
  }
}
.container_f .box {
  width: 49%;
}
.container_f .box img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 468px) {
  .container_f .box {
    width: 100%;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

.txtimg01 table td {
  border: none !important;
}
@media screen and (max-width: 468px) {
  .txtimg01 table td {
    display: block;
  }
}
.txtimg01 table td:nth-child(odd) {
  width: 60%;
}
@media screen and (max-width: 468px) {
  .txtimg01 table td:nth-child(odd) {
    width: 100%;
  }
}

.txtimg02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 468px) {
  .txtimg02 .inner {
    flex-flow: column;
  }
}
.txtimg02 .txt {
  width: 49%;
}
@media screen and (max-width: 468px) {
  .txtimg02 .txt {
    width: 100%;
  }
}
.txtimg02 .img {
  width: 49%;
}
@media screen and (max-width: 468px) {
  .txtimg02 .img {
    width: 100%;
  }
}

.txtimg03 .txt {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 30px !important;
}
.txtimg03 tbody {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.txtimg03 tr:nth-child(2) {
  display: block;
  width: 80%;
  transform: translateY(-25%);
}

.txtimg04 tr {
  display: flex;
}
@media screen and (max-width: 468px) {
  .txtimg04 tr {
    flex-flow: column;
  }
}
.txtimg04 td {
  width: 60%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.txtimg04 .txt {
  background: #fff;
  margin-left: -10%;
  transform: translateY(20%);
  padding: 40px !important;
}
@media screen and (max-width: 468px) {
  .txtimg04 .txt {
    transform: none;
    margin: 0;
  }
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

.center p, .center a, .center h1, .center h2, .center h3, .center h4, .center h5, .center div, .center span {
  text-align: center;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 468px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}
.policy p {
  margin-bottom: 60;
}

/********* 2カラム *********/
.works_cont01 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}
.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}
.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-flow: row;
  border: none;
}
@media screen and (max-width: 468px) {
  .event_Instagram01 .sns_list {
    flex-flow: column;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}
@media screen and (max-width: 468px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}
.event_Instagram02 .sns_date {
  background: #E65E01;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}
.event_Instagram02 .clearfix a {
  color: #E65E01 !important;
}
.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}
.event_Instagram02 div.sns_list > div {
  padding: 40px;
}
@media screen and (max-width: 468px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/********* 404 *********/
.error_txt {
  text-align: center;
}
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 468px) {
  .home_contact {
    padding: 40px 0;
  }
}
.home_contact br {
  display: none;
}
.home_contact .inner {
  background: rgba(0, 0, 0, 0.85);
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  margin: 100px auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home_contact .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .home_contact .inner {
    padding: 30px 10px;
    margin: 40px 0;
  }
}
.home_contact .inner h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 468px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}
.home_contact .inner .box {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 468px) {
  .home_contact .inner .box {
    flex-flow: column;
  }
}
.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: 'Times New Roman';
  color: #fff !important;
  background: url(../images/home/icon_tel02.png) left center no-repeat;
  padding-left: 1.5em;
}
.home_contact .inner .tel a {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: 'Times New Roman';
  color: #fff !important;
}
.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #06beb6 0%, #48b1bf 100%);
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff !important;
}
@media screen and (max-width: 468px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

/********* 新着情報 *********/
.news_area {
  max-height: 250px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 468px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(230, 94, 1, 0.1);
    display: block;
  }
}
@media screen and (max-width: 468px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 468px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(230, 94, 1, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

.home_news .blog_list {
  border: none;
}
.home_news .blog_list > div:first-child h3:after {
  content: "\f0da New!!";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: bold;
  color: #E65E01;
}
.home_news .blog_photo {
  width: 0%;
  display: none;
}
.home_news .blog_text {
  width: 100% !important;
}
.home_news .blog_text h3 {
  font-size: 1.14286rem;
  margin-bottom: 0;
  border-bottom: 1px dashed #E65E01;
  display: inline-block;
}
.home_news .blog_text h3 a {
  color: #333 !important;
  font-weight: bold;
}
.home_news .detail {
  display: none;
}
.home_news .blog_date {
  font-size: 1.14286rem;
  color: #E65E01 !important;
  font-weight: bold;
}

/********* 会社概要 *********/
.company_area table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}
.company_area table td:nth-child(odd) {
  border-bottom: 1px solid #E65E01 !important;
}
@media screen and (max-width: 468px) {
  .company_area table td:nth-child(odd) {
    background: rgba(230, 94, 1, 0.1);
    width: 100% !important;
  }
}

.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
}
.company_area dt {
  border-bottom: 1px solid #E65E01 !important;
}
.company_area dd {
  border-bottom: 1px solid rgba(230, 94, 1, 0.5) !important;
}
.company_area .tel_link {
  color: #333 !important;
}
@media screen and (max-width: 468px) {
  .company_area dl {
    display: flex;
    flex-flow: column;
  }
  .company_area dt {
    background: rgba(230, 94, 1, 0.1) !important;
  }
  .company_area dt, .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dt:nth-child(even), .company_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* Other *********/
.b_none td {
  border: none !important;
}

.p_none, .c_none {
  pointer-events: none !important;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

header#global_header {
  max-width: 100%;
  min-width: auto !important;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 768px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
  }
}

.header_container {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .header_container {
    justify-content: center;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 468px) {
  .header_container {
    padding: 80px 10px 30px;
  }
}
.header_container:before {
  content: "";
  display: block;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .header_container:before {
    display: none;
  }
}
.header_container .col_01 {
  width: 50%;
  marhin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header_container .col_01 {
    width: 70%;
  }
}
@media screen and (max-width: 468px) {
  .header_container .col_01 {
    width: 100%;
  }
}
.header_container .col_02 {
  text-align: right;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 {
    text-align: center;
    width: 100%;
  }
}
.header_container .col_02 a {
  color: #1f5192 !important;
  font-size: 2.57143rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 1110px) {
  .header_container .col_02 a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header_container .col_02 a {
    line-height: 1;
    margin: 20px 0 0;
    font-size: 2.57143rem;
  }
}
.header_container .col_02 a span {
  font-size: 0.75em;
}

nav#nav_global {
  background: -webkit-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -moz-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -o-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -ms-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: linear-gradient(90deg, #f9d423 0%, #e65c00 100%);
}
@media screen and (max-width: 768px) {
  nav#nav_global {
    display: none;
  }
}
nav#nav_global ul {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
}
nav#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
nav#nav_global ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333 !important;
  font-weight: bold;
}
nav#nav_global ul li a:hover {
  transition: 0.5s;
}
nav#nav_global ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: flex;
  flex-flow: column;
  background-color: #E65E01;
}
nav#nav_global ul li ul li a {
  display: block;
  padding: 10px 0;
}
nav#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

#mainArea .swiper-container img {
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
#global_footer {
  background-color: #eeeeee !important;
  position: relative;
  min-width: auto !important;
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  padding: 50px 0;
}
#footer .footer_container {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  #footer .footer_container {
    flex-flow: column;
  }
}
#footer .footer_container .col_01 {
  text-align: center;
  color: #666666 !important;
}
@media screen and (max-width: 468px) {
  #footer .footer_container .col_01 {
    margin-bottom: 2em;
    text-align: center;
  }
}
#footer .footer_container .col_01 .h_logo {
  width: 60%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 468px) {
  #footer .footer_container .col_01 .h_logo {
    width: 95%;
  }
}

.nav_footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 468px) {
  .nav_footer {
    width: 100%;
    height: auto;
    flex-flow: column;
  }
}
@media screen and (max-width: 468px) {
  .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.nav_footer li a {
  color: #666666 !important;
}
@media screen and (max-width: 468px) {
  .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
    color: #333 !important;
    background: fff;
    padding: 0.5em 0;
    border-radius: 2px;
    border: 1px solid #E65E01;
  }
}

#copyright {
  color: #fff;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

.h1_txt01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/bg_home03.jpg) no-repeat top center;
  background-size: cover;
  height: 120px;
  line-height: 120px;
  padding: 0 20px;
}
@media screen and (max-width: 468px) {
  .h1_txt01 {
    background-position: top left;
  }
}
.h1_txt01 h1 {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 2.57143rem;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .h1_txt01 h1 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 468px) {
  .h1_txt01 h1 {
    font-size: 1.42857rem;
    text-align: center;
    text-shadow: none;
    color: #333;
  }
}

.h2_txt01 h2 {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 468px) {
  .h2_txt01 h2 {
    font-size: 24px;
  }
}
.h2_txt01 h2:before {
  content: "";
  height: 1px;
  background: #de9b27;
  display: block;
  flex-grow: 1;
  margin-right: 1em;
}
.h2_txt01 h2:after {
  content: "";
  height: 1px;
  background: #de9b27;
  display: block;
  flex-grow: 1;
  margin-left: 1em;
}

.h2_txt02 {
  background: -webkit-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -moz-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -o-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -ms-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: linear-gradient(90deg, #f9d423 0%, #e65c00 100%);
  font-size: 1.28571rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  padding: 0.3em 0.5em;
  border-left: 2px solid #E65E01;
}

.h2_txt03 h2 {
  font-size: 40px;
  font-weight: bold;
}
.h2_txt03 h2 span {
  color: #faa613;
}

/*-------------------- HOME --------------------*/
.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: -webkit-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -moz-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -o-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: -ms-linear-gradient(0deg, #f9d423 0%, #e65c00 100%);
  background: linear-gradient(90deg, #f9d423 0%, #e65c00 100%);
}
.home_01 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.75em 0;
}
@media screen and (max-width: 768px) {
  .home_01 h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 510px) {
  .home_01 h2 {
    font-size: 1.14286rem;
  }
}
.home_01 h2 span {
  font-size: 0.75em;
}

@media screen and (max-width: 468px) {
  .home_img01 img {
    max-width: 100%;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: -webkit-linear-gradient(0deg, #26437f 0%, #1c1f32 100%);
  background: -moz-linear-gradient(0deg, #26437f 0%, #1c1f32 100%);
  background: -o-linear-gradient(0deg, #26437f 0%, #1c1f32 100%);
  background: -ms-linear-gradient(0deg, #26437f 0%, #1c1f32 100%);
  background: linear-gradient(90deg, #26437f 0%, #1c1f32 100%);
  padding: 60px 0;
}
@media screen and (max-width: 468px) {
  .home_02 {
    padding: 20px 0;
  }
}

.home_03 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 100px 20px;
  background: #fff4e6;
}
@media screen and (max-width: 468px) {
  .home_03 {
    padding: 40px 10px;
  }
}
.home_03 .box {
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  padding: 40px 60px;
  font-size: 18px;
}
@media screen and (max-width: 468px) {
  .home_03 .box {
    padding: 20px;
  }
}
.home_03 ul {
  margin-bottom: 1em;
}
.home_03 li span {
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.3vw;
  display: inline-block;
  background: linear-gradient(transparent 60%, #fdd55a 60%);
}
@media screen and (max-width: 468px) {
  .home_03 li span {
    font-size: 20px;
  }
}

.home_04 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 100px 0;
  background: #eeeeee;
}
@media screen and (max-width: 468px) {
  .home_04 {
    padding: 80px 0 40px;
  }
}
.home_04 h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .home_04 h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 468px) {
  .home_04 h2 {
    font-size: 24px;
  }
}
.home_04 h2 span {
  color: #faa613;
}
.home_04 tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_04 td {
  border: none;
  position: relative;
  padding-top: 40px !important;
  width: 33%;
  display: block;
}
@media screen and (max-width: 768px) {
  .home_04 td {
    width: 70%;
    text-align: center !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 468px) {
  .home_04 td {
    width: 100%;
    text-align: left !important;
    padding-bottom: 70px !important;
  }
  .home_04 td img {
    width: 100% !important;
  }
}
.home_04 h3 {
  color: #1f5192;
  font-size: 1.42857rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .home_04 h3 {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    justify-content: center;
  }
}
.home_04 h3 p {
  font-weight: bold;
}
.home_04 h3 > span {
  background: #1f5192;
  color: #fff;
  font-size: 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin-right: 0.25em;
  line-height: 1;
}
.home_04 h3 > span span {
  font-size: 2em;
}

.home_05 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 100px 20px;
  background: url(../images/home/bg_home03.jpg) no-repeat bottom center;
  background-size: cover;
}
.home_05 dl {
  margin-bottom: 2em;
  height: auto;
  line-height: 1.6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 468px) {
  .home_05 dl {
    height: auto;
    line-height: 1.6;
  }
}
.home_05 dt {
  background: #faa613 !important;
  text-align: center;
  align-items: center;
  padding: 0 !important;
  border: none !important;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.28571rem;
  display: flex;
  align-items: center !important;
  flex-flow: row !important;
}
.home_05 dd {
  display: flex !important;
  padding: 0.5em 0 !important;
  padding-left: 1em !important;
  border: none !important;
  font-size: 1.28571rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  align-items: center !important;
  flex-flow: row !important;
}
@media screen and (max-width: 468px) {
  .home_05 dd {
    font-size: 1rem;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.home_06 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/home/bg_home04.jpg) no-repeat 65% 0;
  background-size: cover;
  padding: 150px 20px;
}
@media screen and (max-width: 768px) {
  .home_06 {
    padding: 100px 20px;
    background-position: 65% 0;
  }
}
@media screen and (max-width: 468px) {
  .home_06 {
    background: #fff;
    padding: 60px 20px;
  }
}
.home_06 > div {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .home_06 > div {
    width: 100%;
    max-width: 100%;
  }
}
.home_06 h2 {
  font-size: 2.57143rem;
  width: 55%;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #666;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 965px) {
  .home_06 h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .home_06 h2 {
    width: 100%;
    font-size: 1.71429rem;
  }
}
@media screen and (max-width: 468px) {
  .home_06 h2 {
    font-size: 22px;
  }
}
.home_06 h2 span {
  display: block;
  font-size: 0.4em;
}
.home_06 p {
  margin-top: 1em;
}
.home_06 .sptel {
  color: #333 !important;
  font-size: 1.28571rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.access_02 {
  font-size: 1.14286rem;
}

.strong_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.strong_01 > img {
  width: 40% !important;
  float: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 468px) {
  .strong_01 > img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.strong_01 > div {
  width: 58% !important;
}
@media screen and (max-width: 468px) {
  .strong_01 > div {
    width: 100% !important;
  }
}
.strong_01:after {
  display: none;
}
.strong_01 h3 {
  font-size: 1.71429rem;
  font-weight: bold;
  color: #1f5192;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #1f5192;
  color: #1f5192;
}
.strong_01 h3 > span {
  font-size: 2.57143rem;
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  color: #faa613;
  margin-right: 0.5em;
}
@media screen and (max-width: 468px) {
  .strong_01 h3 > span {
    display: block;
  }
}
.strong_01 h3 > span span {
  font-size: 2em;
}

.service_01:after {
  display: none;
}
.service_01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  .service_01 ul {
    flex-flow: column;
  }
}
.service_01 li {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 17%;
  margin-bottom: 30px;
  padding: 20px 10px;
  font-weight: bold;
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 600px) {
  .service_01 li {
    width: 100%;
    text-align: center !important;
  }
}
.service_01 li:last-child {
  margin-bottom: 30px !important;
}
.service_01 li:last-child:after {
  display: none;
}
.service_01 li:nth-child(n + 6):after {
  right: -30%;
}
.service_01 li:after {
  content: url(../images/contents/arrow_01.png);
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13%;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .service_01 li:after {
    display: none;
  }
}
.service_01 h3 {
  background: rgba(230, 94, 1, 0.1);
  text-align: center;
  padding: 0.25em 0;
  color: #333;
  font-size: 1.28571rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.service_02 dt {
  font-size: 1.71429rem;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .service_02 dt {
    font-size: 1rem;
    width: 50% !important;
  }
}
.service_02 dd {
  font-size: 36px;
  font-weight: bold;
  font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: tomato;
}
@media screen and (max-width: 468px) {
  .service_02 dd {
    font-size: 1.71429rem;
  }
}

.voice_01 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 60px;
  margin-bottom: 60px;
  background: #f3f3f3;
}
@media screen and (max-width: 468px) {
  .voice_01 {
    padding: 20px;
  }
}
.voice_01 td {
  border: 0;
  padding: 5px !important;
}
.voice_01 tr:last-child td {
  text-align: right !important;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  /*!------------------------------------*\
      Base
  \*!------------------------------------*/
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background-color: #E65E01 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .drawer-menu {
    width: 75% !important;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: left;
  }
  .drawer-menu li {
    text-align: left !important;
    display: block;
    width: 100%;
  }
  .drawer-menu li a {
    font-size: 1.28571rem;
    font-weight: 400;
    font-family: "Times New Roman", "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff !important;
    line-height: 2;
  }
  .drawer-menu li ul li a {
    display: inline-block;
    background: #9a3f01;
    padding: 0.2em 0.5em !important;
  }
  .drawer-menu li ul li:nth-child(even) a {
    background: #a94501;
  }

  .drawer-hamburger {
    position: relative;
  }
  .drawer-hamburger:after {
    content: "menu";
    position: absolute;
    bottom: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  /*!------------------------------------*\
      Top
  \*!------------------------------------*/
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  /*!------------------------------------*\
      Left
  \*!------------------------------------*/
  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }

  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 18px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 10px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: ' ';
  }

  .drawer-hamburger-icon:after {
    top: 10px;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }

  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) and (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }

  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}
@media screen and (max-width: 768px) {
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }

  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }

  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }

  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }

  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  /*! open */
  .drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) and (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/*# sourceMappingURL=assets.css.map */
