@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(http://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");
}
* {
  -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: 1.14286rem;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #f5f1ef;
}
@media screen and (max-width: 468px) {
  body {
    font-size: 14px;
  }
}

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

.inner {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 97%;
    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;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
    max-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.75%;
  }
}

@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: "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;
  }
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-child(1) {
  margin-right: 30px;
}
.pankuzu ol li:nth-child(1):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 #ff784d dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #ff784d;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #ff784d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #ff784d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.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;
  -o-object-fit: cover;
     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%;
  }
}

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

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

@media screen and (max-width: 768px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}
.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* 会社概要 *********/
.company_cont01 table td {
  border-bottom: 1px solid #ccc !important;
}
.company_cont01 table td:nth-child(odd) {
  border-bottom: 1px solid #ff784d !important;
}
@media screen and (max-width: 468px) {
  .company_cont01 table td:nth-child(odd) {
    background: rgba(255, 120, 77, 0.1);
  }
}

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

/********* 会社概要系 *********/
@media screen and (max-width: 468px) {
  table td {
    width: 100% !important;
  }
}

.company_cont01 table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
.company_cont01 table td:nth-child(odd) {
  border-bottom: 1px solid #ff784d !important;
}
@media screen and (max-width: 468px) {
  .company_cont01 table td:nth-child(odd) {
    background: rgba(255, 120, 77, 0.1);
    width: 100% !important;
  }
}

/********* 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;
  flex-flow: column;
  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: #ff784d;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}
.event_Instagram02 .clearfix a {
  color: #ff784d !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: url(../images/home/bg_home02.jpg) no-repeat;
  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(255, 255, 255, 0.75);
  width: 960px;
  margin: 0 auto;
  padding: 45px;
}
@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;
  }
}
.home_contact .inner h2 {
  border-bottom: 1px solid #333;
  margin-bottom: 0.5em;
  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;
}
@media screen and (max-width: 468px) {
  .home_contact .inner .box {
    flex-flow: column;
  }
}
.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: block;
  text-align: center;
  width: 50%;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .home_contact .inner .tel {
    width: 100%;
    font-size: 2.14286rem;
  }
}
.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, .news_area02 {
  height: 400px;
  overflow-y: auto;
}
/********* 会社概要 *********/
.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
}
.company_area dt {
  border-bottom: 1px solid #ff784d !important;
}
.company_area dd {
  border-bottom: 1px solid rgba(255, 120, 77, 0.5) !important;
}
@media screen and (max-width: 468px) {
  .company_area dl {
    display: flex;
    flex-flow: column;
  }
  .company_area dt {
    background: rgba(255, 120, 77, 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;
}

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

header#global_header {
  max-width: 100%;
  border-top: 4px solid #ff784d;
  background: #f5f1ef;
}

.main_txt {
  background: #f5f1ef;
}

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

.header_container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_container {
    justify-content: center;
    flex-flow: column-reverse;
  }
}
.header_container .col_01 {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .header_container .col_01 {
    margin: 20px 0 40px;
  }
}
.header_container .col_02 {
  text-align: right;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header_container .col_02 {
    text-align: center;
  }
}
.header_container .col_02 a {
  color: #333 !important;
}

button {
  display: none !important;
}
@media screen and (max-width: 768px) {
  button {
    display: block !important;
  }
}

#nav_global {
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #nav_global {
    width: 16.25rem;
    position: fixed;
  }
}
#nav_global ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 54px;
  line-height: 54px;
}
@media screen and (max-width: 768px) {
  #nav_global ul {
    height: auto;
  }
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
}
#nav_global ul li a {
  display: inline-block;
  color: #333 !important;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  #nav_global ul li a {
    font-size: 14px;
  }
}
#nav_global ul li a:hover {
  transition: 0.5s;
}
#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: #ff784d;
}
#nav_global ul li ul li a {
  display: block;
  padding: 10px 0;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
}

.sub_nav {
  position: relative !important;
}
@media screen and (max-width: 768px) {
  .sub_nav {
    position: fixed !important;
  }
}

#mainArea {
  width: 960px;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainArea {
    width: 100%;
    max-width: 100%;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important !important;
  max-height: 75vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.main_txt {
  padding: 20px 0;
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #222;
    background: linear-gradient(-45deg, #eea849 0%, #f46b45 100%);
    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: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .drawer-menu li ul li a {
    display: inline-block;
    background: #ff3e01;
    padding: 0.2em 0.5em !important;
  }
  .drawer-menu li ul li:nth-child(even) a {
    background: #ff4a10;
  }
}
#global_footer {
  background-color: #fff !important;
  position: relative;
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  background: url(../images/common/bg_footer.png) left no-repeat;
}
@media screen and (max-width: 468px) {
  #footer {
    background: none;
    padding: 40px;
  }
}
#footer .inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 468px) {
  #footer .inner {
    flex-flow: column;
  }
}
#footer .inner .footer_container {
  height: 160px;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container {
    height: auto;
    flex-flow: column;
  }
}
#footer .inner .footer_container .col_01 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .inner .footer_container .col_01 {
    margin-bottom: 2em;
  }
}
#footer .inner .footer_container .col_02 {
  display: flex;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_02 {
    flex-flow: column;
  }
}
#footer .inner .footer_container .col_02 .address {
  text-align: left;
  margin-right: 40px;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_02 .address {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#footer .inner .footer_container .col_02 .nav_footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  text-align: left;
  flex-flow: column;
  margin-left: 20px;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_02 .nav_footer {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_02 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_02 .nav_footer li a {
  color: #333 !important;
}
@media screen and (max-width: 468px) {
  #footer .inner .footer_container .col_02 .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
  }
}

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

.pagetop a {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9999999999999;
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #888 !important;
}
@media screen and (max-width: 468px) {
  .pagetop {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}

.h1_txt01 h1 {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 468px) {
  .h1_txt01 h1 {
    font-size: 1.71429rem;
  }
}
.h1_txt01 h1:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 500px;
  display: block;
  background: #d96d73;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -10px;
}

.h2_txt01 h2 {
  font-size: 1.71429rem;
  color: #ff784d;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.h2_txt01 h2 span {
  display: block;
  font-size: 0.75em;
  margin-top: -0.5em;
}

.txt td {
  line-height: 2;
}

.h2_txt02 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  border-bottom: 1px solid #d96d73;
  margin-bottom: 0.5em;
}

.h2_txt03 h2 {
  background: linear-gradient(to right, #d96d73, #f2aeb7);
  font-size: 1.71429rem;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0.5em 0;
}

/*-------------------- HOME --------------------*/
.home_bg01 {
  background: url(../images/home/bg_home.jpg);
}
.home_bg01 .inner {
  padding: 60px 0;
}

.home_01 h3 {
  font-size: 16px;
  color: #ff784d;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: -1em;
}

.home_02 {
  display: flex;
  margin-top: 60px;
  flex-flow: wrap;
  justify-content: space-between;
}
.home_02 div {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .home_02 div {
    width: 50% !important;
    text-align: center !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 468px) {
  .home_02 div {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .home_02 div img {
    width: 80% !important;
  }
}
.home_02 div:nth-child(n+4) {
  width: 24%;
  margin-top: 30px;
}

.home_03 {
  margin: 100px 0 60px;
  border-right: 1px solid #ff784d;
  border-left: 1px solid #ff784d;
}

.home_04 {
  background: #fff;
  padding: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 468px) {
  .home_04 {
    padding: 20px 10px;
  }
}
.home_04 h2 {
  color: #268dca !important;
}

.biyou_01 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media screen and (max-width: 468px) {
  .biyou_01 {
    padding: 30px 10px;
  }
}
.biyou_01 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: linear-gradient(-45deg, #eea849 0%, #f46b45 100%);
  padding: 0.25em 0.5em;
  color: #fff;
}
@media screen and (max-width: 468px) {
  .biyou_01 h2 {
    font-size: 1.28571rem;
    text-align: center;
  }
}
.biyou_01 ul {
  font-size: 1.42857rem;
  margin-top: 20px;
  padding-left: 1em;
}
@media screen and (max-width: 468px) {
  .biyou_01 ul {
    padding-left: 0;
  }
}
.biyou_01 ul li {
  width: 100%;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .biyou_01 ul li {
    text-align: center;
    font-size: 12px;
  }
}
.biyou_01 ul li span {
  background: linear-gradient(transparent 70%, rgba(217, 109, 115, 0.3) 70%);
}

.biyou_02 {
  border-right: 1px solid #d96d73;
  border-left: 1px solid #d96d73;
  display: block;
  width: 70%;
  padding: 1em 0;
  margin: 40px auto 20px !important;
}
@media screen and (max-width: 468px) {
  .biyou_02 {
    width: 95%;
  }
}
.biyou_02 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  border-bottom: 1px solid #d96d73;
  margin-bottom: 0.5em;
}

.biyou_03 {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media screen and (max-width: 468px) {
  .biyou_03 {
    padding: 20px 10px;
  }
}
.biyou_03 h3 {
  font-size: 1.28571rem;
  background: linear-gradient(-45deg, #eea849 0%, #f46b45 100%);
  padding: 0.25em 0.5em;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

.biyou_04 {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  .biyou_04 {
    padding: 20px 10px;
  }
}
.biyou_04 .text_01 b {
  display: block;
  background: linear-gradient(-45deg, #eea849 0%, #f46b45 100%);
  padding: 0.25em 1.5em;
  font-size: 1.42857rem;
  margin-bottom: 0.5em;
  color: #fff;
}
@media screen and (max-width: 468px) {
  .biyou_04 .text_01 b {
    text-align: center;
  }
}
.biyou_04 .text_01 span {
  border-bottom: 2px solid #ff784d;
  font-weight: bold;
  font-size: 1.3em;
}
.biyou_04 h3 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #ffefde;
  padding: 0.3em 0.5em;
  margin-bottom: -0.75em;
}
@media screen and (max-width: 468px) {
  .biyou_04 h3 {
    font-size: 16px;
  }
}

.biyou_05 {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  .biyou_05 {
    padding: 20px 10px;
  }
}
.biyou_05 h3 {
  font-size: 1.28571rem;
  border-bottom: 2px solid #268dca;
  font-weight: bold;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: -0.5em;
}
.biyou_05 ul {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 468px) {
  .biyou_05 ul {
    flex-flow: column;
    text-align: center;
  }
}
.biyou_05 ul li {
  background: linear-gradient(to right, #36d1dc, #5b86e5);
  padding: 1em 2.5em;
  border-radius: 5600px;
  font-size: 1.42857rem;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .biyou_05 ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 468px) {
  .biyou_05 ul li {
    margin-bottom: 20px;
  }
}

.biyou_07 {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  .biyou_07 {
    padding: 20px 10px;
  }
}
.biyou_07 h3 {
  font-size: 1.42857rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border-bottom: 2px solid #d96d73;
}

.biyou_08 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .biyou_08 {
    flex-flow: column;
  }
}
.biyou_08 .box {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 48%;
}
@media screen and (max-width: 468px) {
  .biyou_08 .box {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .biyou_08 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.biyou_08 h3 {
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  padding: 0.25em 0.5em;
  background: linear-gradient(to right, #d96d73, #f2aeb7);
}
@media screen and (max-width: 468px) {
  .biyou_08 h3 {
    font-size: 15px;
    text-align: center;
  }
}
.biyou_08 b {
  border-bottom: 2px dashed #d96d73;
  font-size: 1.28571rem;
  line-height: 1.8;
}
@media screen and (max-width: 468px) {
  .biyou_08 b {
    text-align: center;
  }
}
.biyou_09 {
  background: url(../images/home/img_main01.jpg);
  background-size: cover;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 80px 0;
}
.biyou_09 .inner {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media screen and (max-width: 468px) {
  .biyou_09 .inner {
    flex-flow: column;
  }
}
.biyou_09 .box {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 468px) {
  .biyou_09 .box {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 468px) {
  .biyou_09 .box {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.biyou_09 h3 {
  font-size: 1.42857rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border-bottom: 2px solid #d96d73;
}
@media screen and (max-width: 468px) {
  .biyou_09 h3 {
    font-size: 1.14286rem;
  }
}

.biyou_10 {
  background: linear-gradient(to right, #f2aeb7, #d96d73);
  color: #fff;
  padding: 60px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 468px) {
  .biyou_10 {
    padding: 30px 10px;
  }
}
.biyou_10 h2 {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 2px solid #ce454c;
}
@media screen and (max-width: 468px) {
  .biyou_10 h2 {
    font-size: 2.14286rem;
  }
}

.kanpou_01 {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  .kanpou_01 {
    padding: 20px 10px;
  }
}
.kanpou_01 h2, .kanpou_01 h3 {
  font-size: 1.42857rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 2px solid #d96d73;
}

.kanpou_02 {
  background: url(../images/home/img_main01.jpg) no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 80px 0;
}
.kanpou_02 .inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  .kanpou_02 .inner {
    padding: 20px 10px;
  }
}
.kanpou_02 h2, .kanpou_02 h3 {
  background: linear-gradient(to right, #36d1dc, #5b86e5);
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 468px) {
  .kanpou_02 h2, .kanpou_02 h3 {
    font-size: 1.14286rem;
  }
}

.kenkou_01 {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .kenkou_01 {
    flex-flow: wrap;
  }
}
.kenkou_01 h3 {
  font-size: 1.28571rem;
  border-bottom: 3px dashed #d96d73;
  font-weight: bold;
}

.voice_01 {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 468px) {
  .voice_01 {
    padding: 20px 10px;
  }
}
.voice_01 h2 {
  background: linear-gradient(to right, #5b86e5, #36d1dc);
  padding: 0.5em 1em;
  color: #fff;
  margin-bottom: -1em;
}
.voice_01:nth-last-child(2) {
  margin-bottom: 80px !important;
}

.kanpo_anchor {
  margin-bottom: 40px;
}
.kanpo_anchor ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 468px) {
  .kanpo_anchor ul {
    justify-content: center;
  }
}
.kanpo_anchor ul:after {
  content: "";
  display: block;
  width: 30%;
}
.kanpo_anchor li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .kanpo_anchor li {
    width: 48%;
  }
}
@media screen and (max-width: 468px) {
  .kanpo_anchor li {
    width: 80%;
  }
}
.kanpo_anchor a {
  display: block;
  text-align: center;
  color: #333 !important;
  border-bottom: 1px solid #d96d73;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 468px) {
  .kanpo_anchor a {
    font-size: 12px;
  }
}

.news_area td, .news_area02 td {
  border-bottom: 1px dashed #ccc !important;
}
@media screen and (max-width: 768px) {
  .news_area td:nth-child(odd), .news_area02 td:nth-child(odd) {
    border: none !important;
  }
}

.news_area02 {
  height: auto !important;
  margin-bottom: 80px;
}

.anchor_btn {
  display: flex;
  justify-content: center;
}
.anchor_btn a {
  display: inline-block;
  background: #ff784d;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 200px;
  margin: 0 20px 80px;
  border-radius: 500px;
  color: #fff !important;
  position: relative;
}
.anchor_btn a:before {
  content: "▼";
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.flex img {
  height: 400px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.flex a {
  float: left;
  width: 50%;
}

.biyo_06 {
  position: relative;
  display: block;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center !important;
  background: rgba(217, 109, 115, 0.2);
  border-radius: 15px;
}

.biyo_06:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-bottom: 30px solid rgba(217, 109, 115, 0.2);
}

.biyo_06 p {
  margin: 0;
  padding: 0;
  text-align: center;
}

p.greeting {
  background: rgba(247, 15, 104, 0.1);
  padding: 20px;
  font-size: 13px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #666;
}
p.greeting span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  border-bottom: rgba(247, 15, 104, 0.5) 1px dashed;
}

.news_menu {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.news_menu td {
  display: block;
  padding: 0px !important;
  border: 0 !important;
  font-weight: bold;
  color: crimson;
}
.news_menu td:first-child {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_menu td:first-child span {
  font-size: 12px;
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.5em;
  background: crimson;
  padding: 0.25em 1em;
  line-height: 1;
  border-radius: 500px;
}
.news_menu .box {
  width: 33%;
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .news_menu .box {
    width: 49%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 468px) {
  .news_menu .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news_menu .box:last-child {
    width: 100%;
  }
}
.news_menu h2 {
  background: linear-gradient(to right, #d96d73, #f2aeb7);
  font-size: 1.14286rem;
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0.25em 0.5em;
}
.news_menu a {
  color: #333 !important;
  font-weight: bold;
}
.news_menu a .more {
  font-size: 1.28571rem;
  color: crimson !important;
  font-weight: bold;
  text-decoration: underline;
}

.home_05 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home_05 .box {
  width: 50%;
}
@media screen and (max-width: 468px) {
  .home_05 .box {
    width: 100%;
  }
}
.home_05 a {
  display: block;
  background-color: #ff784d;
  background-image: url(../images/contents/arrow.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  margin: 5%;
  text-align: center;
  padding: 1em 1em;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 468px) {
  .home_05 a {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
  }
}

/* title */
.fix-biyou {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fix-heading-border-bottom {
  font-weight: bold;
  font-size: 1.4em;
  border-bottom: 1px solid #ff3e43;
}

.fix-text-media-float img {
  width: 50% !important;
  height: auto !important;
  margin-bottom: 20px;
  margin-left: 30px !important;
}/*# sourceMappingURL=common.css.map */