@charset "UTF-8";
body {
  line-height: 1.7;
  font-size: 16px;
  font-family: "游ゴシック", "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 500;
}

.flex {
  display: flex;
}

.flex-dec-col {
  flex-direction: column;
}

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

.flex-ac {
  align-items: center;
}

.flex-jc {
  justify-content: center;
}

.flex-btw {
  justify-content: space-between;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.mv-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.cmn-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cmn-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: bottom;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumbs {
  position: absolute;
  top: 10px;
  font-weight: 500;
  display: flex;
}

.breadcrumbs a {
  color: #222222;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs_list {
  margin-right: 10px;
  position: relative;
}

.breadcrumbs .breadcrumbs_list span {
  color: #222;
}

.breadcrumbs .breadcrumbs_list::before {
  content: "|";
  position: absolute;
  right: -8px;
}

.breadcrumbs .breadcrumbs_list:last-child {
  position: relative;
}

.breadcrumbs .breadcrumbs_list:last-child::before {
  display: none;
}

.btn {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

#pageTop {
  color: #fff;
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 1;
}

#copyright {
  text-align: center;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

.pc_none {
  display: none;
}

#wrap {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
}

.privacy_list {
  background: #fff;
  height: 270px;
  padding: 20px;
  box-sizing: border-box;
}

.privacy_list dl {
  margin-bottom: 25px;
}

.privacy_list dt {
  font-size: 18px;
  background: #f5f5f5;
  color: #313131;
  font-weight: bold;
  padding: 5px;
}

.privacy_list dd {
  font-size: 14px;
}

#privacy iframe {
  width: 100%;
  height: 270px;
  background: #fff;
  display: block;
  border: none;
}

.privacy-frame {
  background: #fff;
  height: 270px;
  padding: 15px;
  box-sizing: border-box;
}

#privacy {
  margin-top: 15px;
}

/*---------main_visual------------*/
#main_visual {
  background: url(../img/mv_bg.jpg) no-repeat;
  width: 100%;
  height: 780px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}

.mv-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  box-sizing: border-box;
}

/* bxslider
  ---------------------------------------------------- */
.bx-pager {
  display: none;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 405px;
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#contact {
  background: url(../img/sec09_bg.jpg) no-repeat;
  background-size: cover;
  padding: 90px 0 70px 0;
}

#contact .ttl02 {
  text-align: center;
}

#contact input {
  border: none;
  outline: none;
}

#contact textarea {
  border: none;
  outline: none;
}

#contact .contact_wrap {
  width: 1040px;
  margin: 0 auto;
  border-radius: 10px;
}

#contact .contact_wrap .ttl02 {
  text-align: center;
}

#contact .contact_wrap .ttl02 span {
  position: relative;
}

#contact .contact_wrap .ttl02 span::before {
  background: url(../img/contact_obg.png) no-repeat;
  content: "";
  position: absolute;
  width: 140px;
  height: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: -40px;
}

#contact .contact_list {
  background: #fff;
  width: 100%;
  margin-top: 75px;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px;
}

#contact .contact_list dl {
  padding: 15px 0;
  border-bottom: solid 1px #cccccc;
  width: 100%;
}

#contact .contact_list dl:last-child {
  border-bottom: none;
}

#contact .contact_list dt {
  width: 30%;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

#contact .contact_list dt::before {
  content: "";
  border-left: double 3px #cccccc;
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  display: none;
}

#contact .contact_list dd {
  width: 70%;
}

#contact .contact_list dd .radio {
  margin-right: 10px;
}

#contact .contact_list dd .radio input {
  padding: 0;
  width: auto;
  margin: 0;
  margin-right: 5px;
}

#contact .contact_list dd input {
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  background: #f5f5f5;
}

#contact .contact_list dd textarea {
  display: block;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  background: #f5f5f5;
}

#contact .contact_list .required span {
  position: relative;
}

#contact .contact_list .required span::before {
  content: "※必須";
  position: absolute;
  top: -3px;
  right: -50px;
  color: #e40009;
  font-size: 12px;
  padding: 2px;
  border-radius: 5px;
}

#contact #privacy_wrap {
  margin-top: 60px;
}

#contact #privacy_wrap .ttl03 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
  position: relative;
}

#contact #privacy_wrap .ttl03::before {
  background: url(../img/contact_border.png) no-repeat;
  content: "";
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1076px;
  height: 45px;
}

.privacy_check {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.privacy_check a {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
}

.g-recaptcha div {
  margin: 0 auto;
}

.contact-submits-wrap {
  position: relative;
}

.contact-submits-wrap::before {
  background: url(../img/arrow_send.png) no-repeat;
  content: "";
  position: absolute;
  top: 21px;
  left: 450px;
  width: 19px;
  height: 14px;
}

.contact_list_check {
  margin-top: 30px;
  background: url(../img/box.png) no-repeat;
  background-size: cover;
  padding: 20px;
}

.contact_list_check dl {
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
  width: 100%;
  box-sizing: border-box;
}

.contact_list_check dl:first-child {
  padding-top: 0;
}

.contact_list_check dt {
  width: 20%;
}

.contact_list_check dd {
  width: 80%;
}

.contact-submits-wrap {
  position: relative;
  text-align: center;
  z-index: 1;
}

.contact-submits-wrap .btn {
  z-index: -1;
  display: block;
  font-size: 18px;
  width: 250px;
  box-sizing: border-box;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 0.3em;
  background: #e40009;
  border: none;
  margin-top: 60px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
}

.contact-submits-wrap .btn:hover {
  opacity: 0.7;
}

.contact-submits-wrap .send {
  margin-left: 30px;
}

.conf .btn {
  width: 250px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 30px;
}

.contact_check_ttl {
  text-align: center;
  font-size: 48px;
}

#header {
  padding-bottom: 25px;
  position: relative;
}
/* #header ::before {
  background: url(../img/logo2.png) no-repeat;
  width: 155px;
  height: 97px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
} */

#header h1 {
  font-size: 12px;
  font-family: "游明朝", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 10px;
  color: #5e5e5e;
}

#header .header_inner {
  padding: 0 30px;
}

#header .header_inner .right_area {
  width: 710px;
}

#header .header_inner .right_area .top_area {
  margin: 0 0 0 auto;
  width: 630px;
}

#header .header_inner .right_area .top_area .tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #e40009;
  letter-spacing: 0.1em;
}

#header .header_inner .right_area .top_area .tel span {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}

#header .header_inner .right_area .top_area .tel span em {
  font-size: 20px;
}

#header .header_inner .right_area .top_area .btn {
  width: 200px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 11px 0px 11px 50px;
  background: #ffb546;
  position: relative;
}

#header .header_inner .right_area .top_area .btn::before {
  background: url(../img/mail_icon.png) no-repeat;
  content: "";
  position: absolute;
  width: 19px;
  height: 14px;
  top: 17px;
  left: 15px;
}

#header .header_inner .right_area #pc_nav {
  width: 100%;
  margin-top: 20px;
}

#header .header_inner .right_area #pc_nav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3f3f;
  font-weight: 900;
  letter-spacing: 0.05em;
}

h2 {
  position: relative;
}

#section01 {
  padding: 70px 0 105px 0;
  background: url(../img/sec01_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

#section01::before {
  background: url(../img/sec01_img01.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 100px;
  right: calc(50% - 570px);
  width: 500px;
  height: 310px;
  border-radius: 10px;
  z-index: 1;
}

#section01::after {
  background: url(../img/sec01_img02.png) no-repeat;
  content: "";
  position: absolute;
  top: 85px;
  right: calc(50% - 610px);
  width: 340px;
  height: 240px;
  border-radius: 10px;
}

#section01 h2 {
  margin-bottom: 85px;
}

#section01 h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  border-bottom: solid 3px #e2090e;
  left: 0;
  bottom: -45px;
}

#section01 .text_area {
  font-weight: 600;
}

#section01 .text_area p {
  margin-top: 30px;
}

#section01 .text_area p:first-child {
  margin-top: 0;
}

#section02 {
  padding: 60px 0 70px 0;
  background: url(../img/sec02_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#section02 h2 {
  text-align: center;
  margin-bottom: 65px;
}

#section02 .sec02_inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  width: 720px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  position: relative;
}

#section02 .sec02_inner p {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

#section02 .sec02_inner .ul_wrap {
  width: 535px;
  margin: 0 auto;
}

#section02 .sec02_inner .ul_wrap ul li {
  padding-left: 25px;
}

#section02 .sec02_inner .ul_wrap li {
  font-size: 18px;
  color: #fa6a00;
  font-weight: bold;
  margin-bottom: 27px;
  position: relative;
}

#section02 .sec02_inner .ul_wrap li::before {
  background: url(../img/sec02_chec_21_16.png) no-repeat;
  left: -2px;
  top: 6px;
  width: 21px;
  height: 16px;
  content: "";
  position: absolute;
}

#section02 .sec02_inner .ul_wrap li:last-child {
  margin-bottom: 0;
}

#section02 .sec02_inner::before {
  background: url(../img/sec01_ilst.png) no-repeat;
  width: 107px;
  height: 266px;
  content: "";
  position: absolute;
  bottom: -31px;
  left: -40px;
}

#section03 {
  padding: 65px 0 75px 0;
  background: url(../img/sec03_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#section03 h2 {
  text-align: center;
  width: 820px;
  background: #f43d3d;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 45px 0 40px 0;
  margin: 0 auto;
  margin-bottom: 65px;
  position: relative;
}

#section03 h2::before {
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -40px;
}

#section03 h2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #f43d3d;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}

#section03 ul {
  width: 960px;
  margin: 0 auto;
}

#section03 ul li {
  position: relative;
  width: 440px;
  height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  padding: 55px 0 0 0;
  text-align: center;
}

#section03 ul li::after {
  background: url(../img/sec03_icon01_100_30.png) no-repeat;
  width: 100px;
  height: 30px;
  content: "";
  position: absolute;
  top: 10px;
  left: -15px;
}

#section03 ul li:first-child {
  margin-right: 60px;
}

#section03 ul li:first-child::before {
  background: url(../img/sec03_ilst01_116_107.png) no-repeat;
  width: 116px;
  height: 107px;
  content: "";
  position: absolute;
  bottom: -40px;
  left: -58px;
}

#section03 ul li:nth-child(2)::before {
  background: url(../img/sec03_ilst02_76_86.png) no-repeat;
  width: 76px;
  height: 86px;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -30px;
}

#section03 ul li:nth-child(2)::after {
  background: url(../img/sec03_icon02.png) no-repeat;
}

#section03 ul li:nth-child(3) {
  margin-top: 45px;
}

#section03 ul li:nth-child(3)::before {
  background: url(../img/sec03_ilst03_106_82.png) no-repeat;
  width: 106px;
  height: 82px;
  content: "";
  position: absolute;
  bottom: -22px;
  left: -52px;
}

#section03 ul li:nth-child(3)::after {
  background: url(../img/sec03_icon03.png) no-repeat;
}

#section03 ul li h3 {
  font-weight: bold;
  font-size: 24px;
  color: #3f3f3f;
  margin-bottom: 15px;
}

#section03 ul li p {
  line-height: 1.7;
  font-size: 15;
}

#section04 {
  background: url(../img/sec04_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 95px 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#section04 h2 {
  text-align: center;
  margin-bottom: 70px;
}

#section04 .top_area {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

#section04 .top_area::before {
  background: url(../img/sec04_img01.png) no-repeat;
  width: 260px;
  height: 260px;
  content: "";
  position: absolute;
  top: -152px;
  left: calc(50% - 530px);
}

#section04 .top_area::after {
  background: url(../img/sec04_img03.png) no-repeat;
  width: 224px;
  height: 223px;
  content: "";
  position: absolute;
  top: -95px;
  right: calc(50% - 503px);
}

#section04 .top_area p {
  margin-top: 25px;
}

#section04 .top_area p:first-child {
  margin-top: 0;
}

#section04 .ul_wrap {
  margin: 0 auto;
  width: 335px;
}

#section04 .ul_wrap li {
  line-height: 2;
}

#section04 .bottom_area {
  margin-top: 30px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1799px) {
  #section04 .bottom_area::before {
    background: url(../img/sec04_img02.png) no-repeat;
    content: "";
    position: absolute;
    width: 219px;
    height: 220px;
    top: -142px;
    left: calc(50% - 596px);
  }
  #section04 .bottom_area::after {
    background: url(../img/sec04_img04.png) no-repeat;
    background-size: contain;
    content: "";
    width: 20%;
    height: 242px;
    position: absolute;
    top: -142px;
    right: calc(50% - 596px);
  }
}

@media screen and (min-width: 1800px) {
  #section04 .bottom_area::before {
    background: url(../img/sec04_img02.png) no-repeat;
    content: "";
    position: absolute;
    width: 219px;
    height: 220px;
    top: -142px;
    left: calc(50% - 670px);
  }
  #section04 .bottom_area::after {
    background: url(../img/sec04_img04.png) no-repeat;
    content: "";
    width: 260px;
    height: 260px;
    position: absolute;
    top: -142px;
    right: calc(50% - 700px);
  }
}

#section05 {
  padding: 45px 0 70px 0;
}

#section05 h2 {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: solid 3px #e2090e;
  border-bottom: solid 3px #e2090e;
  margin-bottom: 65px;
}

#section05 .recruit dl {
  padding: 15px 0;
  border-top: solid 1px #e5e5e5;
  color: #3f3f3f;
  font-weight: 500;
}

#section05 .recruit dl:first-child {
  border-top: none;
}

#section05 .recruit dl dt {
  border-left: solid 4px #e40009;
  width: 100px;
  box-sizing: border-box;
  padding-left: 15px;
  height: 1.5em;
  line-height: 1.5;
}

#section05 .recruit dl dd {
  line-height: 1.5;
  margin-left: 50px;
  width: 425px;
}

#section05 .recruit dl dd a {
  color: #3f3f3f;
}

#section06 {
  padding: 65px 0 75px 0;
  background: url(../img/sec06_bg.png) no-repeat;
  background-size: cover;
  position: relative;
}

#section06::before {
  background: url(../img/sec06_img.png) no-repeat;
  content: "";
  position: absolute;
  width: 910px;
  height: 610px;
  top: 0;
  right: calc(50% - 1000px);
}

#section06 h2 {
  margin-bottom: 25px;
}

#section06 h2 span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

#section06 p {
  color: #fff;
  font-size: 15px;
}

#section06 ul {
  margin-top: 18px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}

#section06 ul li {
  padding-left: 15px;
  position: relative;
}

#section06 ul li::before {
  background: url(../img/sec06_chack.png) no-repeat;
  width: 13px;
  height: 11px;
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
}

#section06 .btn {
  margin-right: 25px;
  background: #d80719;
  width: 210px;
  color: #fff;
  border: solid 1px #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 13px 0;
  border-radius: 5px;
}

#section06 .btn::after {
  background: url(../img/sec06_mail_icon_21_14.png) no-repeat;
  width: 21px;
  height: 14px;
  content: "";
  position: absolute;
  top: 18px;
  left: 15px;
}

#section06 .btn::before {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  content: "";
  top: 23px;
  right: 5px;
}

#section06 .tel {
  display: block;
  color: #fff;
  font-family: "メイリオ", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
}

#section06 .tel span {
  font-size: 16px;
  line-height: 1;
}

#section06 .tel span em {
  line-height: 1;
  font-size: 20px;
}

#section06 .bottom_txt {
  margin-top: 32px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

#section07 {
  padding-top: 80px;
  font-weight: 600;
}

#section07 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

#section07 h2::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 70px;
  border-bottom: solid 3px #e2090e;
  bottom: -35px;
}

#section07 .company_list {
  margin-bottom: 80px;
}

#section07 .company_list dl {
  padding: 20px 0;
  color: #3f3f3f;
  line-height: 1;
  border-top: solid 1px #e5e5e5;
}

#section07 .company_list dl dt {
  border-left: solid 3px #e40009;
  width: 100px;
  box-sizing: border-box;
  padding-left: 15px;
}

#section07 .company_list dl dd {
  width: 345px;
  margin-left: 50px;
}

#section07 .company_list dl:first-child {
  border-top: none;
}

#section07 .map_cover h4 {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  text-align: center;
  position: relative;
}

#section07 .map_cover h4::before {
  background: url(../img/map_mark_13_18.png) no-repeat;
  width: 13px;
  height: 18px;
  content: "";
  position: absolute;
  top: 5px;
  left: -7px;
}

#section08 {
  padding: 65px 0 75px 0;
}

#section08 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}

#section08 h2::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 70px;
  border-bottom: solid 3px #e2090e;
  bottom: -35px;
}

#section08 .news-lists {
  width: 970px;
  margin: 0 auto;
}

#section08 .news-lists li {
  display: block;
  padding: 13px 15px;
  border-top: solid 1px #e5e5e5;
}

#section08 .news-lists li:first-child {
  border-top: none;
}

#section08 .news-lists li a {
  display: block;
  font-weight: bold;
}

#section08 .news-lists li a time {
  color: #fff;
  width: 130px;
  background: #ffb546;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 6px 15px 6px 25px;
  position: relative;
}

#section08 .news-lists li a time::before {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 13px;
  left: 7px;
  content: "";
  position: absolute;
}

#section08 .news-lists li a span {
  color: #6c6c6c;
  margin-left: 20px;
}

#section08 .more_btn {
  margin: 0 auto;
  margin-top: 35px;
  width: 820px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  background: #dc000c;
  padding: 15px 0;
  position: relative;
}

#section08 .more_btn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}

#section08 .more_btn::before {
  top: 20px;
  left: 337px;
}

#section08 .icon_list {
  width: 580px;
  margin: 0 auto;
  margin-top: 60px;
}

#section08 .icon_list a {
  width: 250px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border: solid 1px #bfbfbf;
  padding: 23px 0;
  border-radius: 10px;
  color: #000;
}

#footer {
  padding-top: 35px;
}

#footer .footer_inner {
  text-align: center;
  padding-bottom: 20px;
}

#footer .footer_inner address {
  margin-top: 25px;
  font-size: 15px;
  font-weight: bold;
  color: #656464;
}

#footer .footer_inner .tel {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #e40009;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
}

#footer .footer_inner .tel span {
  font-size: 16px;
}

#footer .footer_inner .tel span em {
  font-size: 20px;
}

#footer .footer_inner #footer_nav ul {
  border-top: solid 1px #e5e5e5;
  padding-top: 20px;
}

#footer .footer_inner #footer_nav ul li a {
  font-size: 12px;
  color: #000000;
  padding: 0 50px;
  border-right: solid 1px #e5e5e5;
}

#footer .footer_inner #footer_nav ul li:first-child a {
  border-left: solid 1px #e5e5e5;
}

#footer #copyright {
  background: #f43d3d;
  padding: 15px 0;
  color: #fff;
  font-family: "メイリオ", "Noto Sans JP", sans-serif;
}

#footer #copyright a {
  color: #fff;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 100;
  width: 50%;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px solid #5a3200;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 8px #ccc;
  text-align: left;
  left: 0 !important;
  right: 0;
}

.modal-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.modal-content p {
  margin: 0;
  padding: 0;
}

.modal-content .modal-ttl {
  font-size: 24px;
  font-weight: bold;
  color: #e40009;
  margin-bottom: 15px;
}

.modal-content .modal-time {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
  background: none;
  color: #e40009;
}

.modal-content .modal-open,
.modal-content .modal-close {
  color: #e40009;
}

.modal-content .modal-open:hover,
.modal-content .modal-close:hover {
  cursor: pointer;
  box-shadow: none;
}

.modal-content .modal-open a,
.modal-content .modal-close a {
  box-shadow: none;
}

.modal-content .modal-close {
  background: url(../img/close.png) left center no-repeat;
  padding-left: 25px;
}
