﻿body {
  color: #333;
  font-family: "YakuHanJP", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
a {
  color: #082648;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #0d3e76;
}
img {
  max-width: 100%;
  height: auto;
}
#header .inner {
  position: relative;
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#header .inner #logo {
  width: 350px;
}
#header .inner .head_tel {
  width: 450px;
}
#navi {
  margin-bottom: 20px;
  text-align: center;
}
#navi ul {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#navi ul li {
  position: relative;
  width: 16%;
  border-left: 1px dashed #ccc;
}
#navi ul li:last-child {
  border-right: 1px dashed #ccc;
}
#navi ul li a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
}
#navi ul li a:hover {
  color: #de0017;
}
#navi ul li a span {
  display: block;
  color: #de0017;
  font-family: "YakuHanJP", "Quicksand", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#page-top a {
  display: block;
  background: #de0017;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#page-top a:hover {
  background: #ff122b;
}
#page-top a:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  -webkit-animation: pagetop 1.5s infinite;
  animation: pagetop 1.5s infinite;
}
@keyframes pagetop {
  0% {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
    opacity: 0;
  }
}
.foot_navi {
  position: relative;
  padding: 70px 0;
  background-color: #082648;
  color: #fff;
}
.foot_navi > ul {
  position: relative;
  z-index: 2;
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.foot_navi > ul > li {
  width: 20%;
}
.foot_navi > ul > li > a {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.foot_navi > ul > li > a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}
.foot_navi > ul > li > a:before {
  content: "";
  background-color: #de0017;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.foot_sub_navi {
  margin-top: 10px;
  font-size: 1.2rem;
}
.foot_sub_navi li {
  margin-bottom: 5px;
}
.foot_sub_navi li:last-child {
  margin-bottom: 0;
}
.foot_sub_navi li a {
  color: #fff;
}
.foot_sub_navi li a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}
.foot_sub_navi li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 10px;
  color: #de0017;
}
#footer {
  position: relative;
  border-bottom: 2px solid #de0017;
}
#footer .inner {
  width: 1150px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
#footer .inner .foot_left {
  width: 50%;
}
#footer .inner .copyright {
  margin-top: 20px;
}
.contact_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}
.contact_btn li {
  width: 31%;
  margin: 0 1%;
}
.contact_btn li a,
.contact_btn li span {
  display: block;
  padding: 0.7em 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
}
.contact_btn li a:before,
.contact_btn li span:before {
  margin-right: 10px;
}
.contact_btn li a.tel_btn,
.contact_btn li span.tel_btn {
  background: #fff;
  color: #de0017;
}
.contact_btn li a.tel_btn:before,
.contact_btn li span.tel_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
}
.contact_btn li a.fax_btn,
.contact_btn li span.fax_btn {
  background: #de0017;
  color: #fff;
}
.contact_btn li a.fax_btn:before,
.contact_btn li span.fax_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_btn li a.mail_btn,
.contact_btn li span.mail_btn {
  background: #de0017;
  color: #fff;
}
.contact_btn li a.mail_btn:before,
.contact_btn li span.mail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
.contact_btn li a.mail_btn:hover,
.contact_btn li span.mail_btn:hover {
  background-position: left center;
}
.contact_box {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  border-radius: 6px;
}
.contact_box .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact_box .inner .contact_left,
.contact_box .inner .contact_right {
  width: 50%;
}
.contact_box .inner .contact_left {
  padding-right: 40px;
}
.contact_box .inner .contact_right {
  padding-left: 40px;
  border-left: 0.5px solid #ccc;
}
.contact_box .inner .contact_txt {
  color: #de0017;
  font-size: 0.8em;
}
.contact_tel {
  font-size: 4rem;
  text-align: center;
}
.contact_tel a {
  color: #de0017;
  font-size: 600;
}
.contact_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  color: #de0017;
}
.contact_read {
  font-size: 1.4rem;
}
.flogo {
  width: 300px;
  margin-bottom: 30px;
}
#slideshow {
  position: relative;
  overflow: hidden;
}
#slideshow #catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 860px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: fadeIn 6s ease 0s 1 normal;
  -webkit-animation: fadeIn 6s ease 0s 1 normal;
}
.swiper-slide {
  overflow: hidden;
}
.slide-img {
  overflow: hidden;
  height: 60vh;
}
.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#nav-toggle,
#gloval-nav {
  display: none;
}
.single {
  margin: 0 auto;
  width: 1150px;
  padding-bottom: 70px;
}
.single_01 {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 70px;
}
.single_02 {
  margin: 0 auto;
  width: 1024px;
  padding-bottom: 70px;
}
.single_03 {
  margin: 0 auto;
  width: 768px;
  padding-bottom: 70px;
}
.main_contents {
  padding-top: 50px;
}
.bg_common {
  padding-top: 70px;
}
.bg_b {
  margin-bottom: 70px;
}
.bg_02 {
  background-color: #f9f9f9;
}
.half {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.half .child {
  width: 50%;
}
.triple {
  display: flex;
  justify-content: space-between;
}
.triple .child {
  width: 33.3%;
}
.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column2 .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}
.column2 .child:nth-child(2n) {
  margin: 0 0 3% 0;
}
.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column3 .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0;
}
.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -3%;
}
.column4 .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}
.column4 .child:nth-child(4n) {
  margin: 0 0 3% 0;
}
.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -1%;
}
.column5 .child {
  width: 19.2%;
  margin: 0 1% 1% 0;
}
.column5 .child:nth-child(5n) {
  margin: 0 0 1% 0;
}
.flex_type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.flex_type:last-child {
  margin-bottom: 0;
}
.flex_type_01 .flex_image {
  width: 32%;
}
.flex_type_01 .flex_detail {
  width: 65%;
}
.mtitle_big {
  position: relative;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.mtitle_big span {
  display: block;
  color: #de0017;
  font-family: "YakuHanJP", "Quicksand", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.mtitle_middle {
  position: relative;
  background-image: url(../img/bg_mtitle_line.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #de0017;
  font-family: "YakuHanJP", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}
.mtitle_middle span {
  margin-left: 1em;
  font-size: 0.8em;
}
.mtitle_small {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
.mtitle_small:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #de0017;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.mtitle {
  position: relative;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 2.2rem;
  font-weight: 600;
}
.mtitle:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #de0017;
}
.mtitle_border {
  overflow: hidden;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.mtitle_border span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}
.mtitle_border span::before,
.mtitle_border span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 25px;
  height: 1px;
  background-color: #ccc;
}
.mtitle_border span::before {
  right: 100%;
}
.mtitle_border span::after {
  left: 100%;
}
.mtitle_top {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.mtitle_top:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #de0017;
  margin: 0.2em auto 0;
}
.mtitle_sub {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}
.mtitle_sub:before {
  content: "";
  background-color: #de0017;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.mtitle_news {
  padding-top: 20px;
  font-size: 2.4rem;
  font-weight: 600;
}
.mtitle_news span {
  display: block;
  color: #de0017;
  font-family: "YakuHanJP", "Quicksand", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.mtitle_flow {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  font-size: 2rem;
  font-weight: 600;
}
.mtitle_contact {
  position: relative;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
}
.mtitle_contact span {
  display: block;
  color: #de0017;
  font-family: "YakuHanJP", "Quicksand", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.a_btn {
  margin-top: 30px;
}
.a_btn a,
.a_btn button {
  display: table;
  background: #fff;
  border: 1px solid #de0017;
  color: #de0017;
  padding: 0.5em 3em;
  border-radius: 100px;
  margin: 0 auto;
}
.a_btn a:after,
.a_btn button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 10px;
}
.a_btn a:hover,
.a_btn button:hover {
  background: #de0017;
  color: #fff;
}
.b_btn {
  display: block;
  margin-top: 30px;
  width: 300px;
  padding: 1em;
  text-align: center;
  color: #de0017;
  border: 1px solid #de0017;
  background-color: transparent;
  position: relative;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}
.b_btn:hover {
  background-color: #de0017;
  color: #fff;
}
.b_btn:hover .b_btn_icon {
  background-color: #fff;
  right: 26px;
  width: 30px;
}
.b_btn:hover .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.b_btn .b_btn_icon {
  position: absolute;
  top: calc(50% - 1px);
  right: -30px;
  width: 60px;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #de0017;
}
.b_btn .b_btn_icon:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #de0017;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #de0017;
  -webkit-transition: inherit;
  transition: inherit;
}
.b_btn.b_btn_01 {
  margin: 30px auto 0;
}
.b_btn.b_btn_white {
  color: #fff;
  border: 1px solid #fff;
}
.b_btn.b_btn_white:hover {
  background-color: #fff;
  color: #de0017;
}
.b_btn.b_btn_white:hover .b_btn_icon {
  background-color: #de0017;
}
.b_btn.b_btn_white:hover .b_btn_icon:before {
  border-left: 4px solid #de0017;
  border-bottom: 4px solid #de0017;
}
.b_btn.b_btn_white .b_btn_icon {
  background-color: #fff;
}
.b_btn.b_btn_white .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.c_btn {
  margin-top: 30px;
}
.c_btn a,
.c_btn button {
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  background: #082648;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.c_btn a:after,
.c_btn button:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  transition: 0.2s;
}
.c_btn a:hover:after,
.c_btn button:hover:after {
  right: 10px;
}
.c_btn.c_btn_01 {
  position: absolute;
  bottom: -8%;
}
.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
  margin: 0 auto;
}
.freedial {
  margin-bottom: 20px;
  width: 450px;
}
.news_box {
  position: relative;
  display: flex;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
}
.news_box .news_ttile {
  background: #de0017;
  color: #fff;
  width: 230px;
  padding: 20px 0;
  border-radius: 3px 0 0 3px;
}
.news_box .news_bx {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #de0017;
  border-radius: 0 3px 3px 0;
}
.ticker {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.ticker ul {
  position: relative;
  width: 100%;
}
.ticker ul li {
  position: relative;
  width: 100%;
}
.news-date {
  margin-right: 1em;
}
.news-top dt {
  float: left;
  width: 7em;
  color: #de0017;
}
.news-top dd {
  padding: 0 0 10px 8em;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 10px;
}
.news-top dd:last-child {
  margin: 0;
  border-bottom: none;
}
.news-bl dt {
  float: left;
  width: 7em;
  margin: 5px 0;
  padding: 3px 5px;
  border: 1px solid #082648;
  border-radius: 50px;
  background-color: #fff;
  color: #082648;
  text-align: center;
}
.news-bl dd {
  padding: 10px 0 10px 9em;
  line-height: 1.6;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 3px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
.tbl {
  width: 100%;
  background-color: #fff;
}
.tbl th,
.tbl td {
  vertical-align: middle;
  border: 1px solid #cccccc;
  padding: 10px;
}
.tbl th {
  background: #f8f8f8;
  font-weight: 500;
}
.tbl_new {
  width: 100%;
  background-color: #fff;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: top;
  padding: 10px;
}
.tbl_new tr th {
  width: 20%;
  font-weight: 500;
}
.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
  background: #f3f3f3;
}
.tbl_form tr th {
  text-align: left;
  width: 25%;
}
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 20%;
  position: relative;
  background: #de0017;
  color: #fff;
  font-weight: 500;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fbfbfb;
  border-width: 10px;
  border-left-color: #de0017;
  margin-top: -10px;
}
.company td {
  background: #fbfbfb;
  padding-left: 20px;
}
.tbl_company {
  width: 100%;
}
.tbl_company th,
.tbl_company td {
  vertical-align: middle;
}
.tbl_company th {
  width: 15%;
  border-bottom: 1px solid #de0017;
  padding: 12px;
  font-weight: 500;
}
.tbl_company td {
  padding: 22px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.8em;
}
.tbl_01 th {
  width: 20%;
}
.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.list_common li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -1rem;
  color: #de0017;
  padding: 1px;
}
.list_check li:before {
  content: "\f058";
  color: #de0017;
}
.list_note li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_note li:last-child {
  margin-bottom: 0;
}
.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #ff0000;
}
.list_disc li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_disc li:last-child {
  margin-bottom: 0;
}
.list_disc li:before {
  content: "・";
  margin: 0 5px 0 -1.5em;
  color: #de0017;
}
.list_line li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.list_line li:after {
  position: absolute;
  right: 0;
  content: "/";
}
.list_line li:last-child:after {
  display: none;
}
.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
}
.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0;
}
.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0;
}
.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none;
}
.rounded-list li {
  position: relative;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #fafafa;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #de0017;
  color: #fff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}
.works-area {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
.works-area .before-img,
.works-area p,
.works-area .after-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.works-area .before-img,
.works-area .after-img {
  background-color: #f8f8f8;
  width: 45%;
}
.works-area p {
  padding: 0 2%;
}
.works-area div img {
  width: auto;
  max-width: 4100px;
  height: 100%;
  max-height: 330px;
}
.works-area:last-child {
  margin-bottom: 0;
}
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sns_list li {
  width: 31.3%;
  margin-right: 3%;
}
.sns_list li:last-child {
  margin: 0;
}
.sns_btn {
  overflow: hidden;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}
.sns_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns_btn i {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.sns_btn span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.sns_btn:hover {
  color: #fff;
}
.sns_btn:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.facebook_btn {
  background: #4267b2;
}
.insta_btn {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.insta_btn:before {
  background: -webkit-linear-gradient(
      15deg,
      #ffdb2c,
      #f9764c 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      #f9764c 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}
.line_btn {
  background: #00b82b;
}
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}
.article .article_image {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article .article_detail {
  position: relative;
  width: 40%;
  box-sizing: border-box;
  padding: 100px 0;
}
.article .article_detail .article_title {
  overflow: hidden;
  position: absolute;
  top: -80px;
  right: 80px;
}
.article .article_detail .inner {
  margin: 0 auto;
  width: 80%;
}
.article.article_small .article_detail {
  padding: 130px 0 50px;
}
.article.article_b {
  margin-bottom: 100px;
}
.article.article_01 .article_image {
  background-image: url(../img/article_01.jpg);
  background-position: center 70%;
}
.article.article_02 .article_image {
  background-image: url(../img/article_02.jpg);
}
.article.article_03 .article_image {
  background-image: url(../img/top_link_01.jpg);
}
.article.article_04 .article_image {
  background-image: url(../img/article_04.jpg);
}
.article.article_05 .article_image {
  background-image: url(../img/article_05.jpg);
}
.article.article_06 .article_image {
  background-image: url(../img/article_06.jpg);
}
.new_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_news .mtitle_news {
  width: 15%;
}
.new_news .news_list {
  width: 85%;
}
.news_list li {
  padding: 20px;
  border-bottom: 1px dotted #333;
}
.news_list li a {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  color: #333;
}
.news_list li a .news_date {
  margin-right: 20px;
}
.news_list li a .news_category {
  background: #de0017;
  color: #fff;
  padding: 5px;
  margin-right: 30px;
  min-width: 140px;
  text-align: center;
}
.blog {
  display: block;
  overflow: hidden;
  color: #333;
}
.blog:hover {
  color: #333;
}
.thumb_image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  height: 208px;
}
.thumb_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}
.date {
  display: inline-block;
  margin-bottom: 15px;
  font-family: "YakuHanJP", "Quicksand", sans-serif;
}
.date:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
  color: #082648;
}
.date_top {
  display: inline-block;
  font-family: "YakuHanJP", "Quicksand", sans-serif;
  color: #082648;
}
.category_name {
  background-color: #082648;
  color: #ffffff;
  border-radius: 50px;
  margin-left: 2em;
  padding: 2px 10px;
  font-size: 1.3rem;
}
.blog_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_contents .blog_main {
  width: 65%;
  box-sizing: border-box;
}
.blog_contents .blog_side {
  width: 30%;
  padding: 20px;
  background-color: #fbfbfb;
}
.category_nav li {
  border-bottom: 1px dotted #de0017;
}
.category_nav li:last-child {
  border-bottom: none;
}
.category_nav li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-right: 5px;
  color: #de0017;
  margin-right: 5px;
}
.category_nav li:last-child a {
  border-bottom: none;
}
.blog_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
.blog_title:before {
  margin-right: 5px;
  color: #de0017;
}
.blog_title.archive:before {
  font-family: "Font Awesome 5 Free";
  content: "\f187";
  font-weight: 900;
}
.blog_title.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}
.blog_article {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  padding: 30px;
  margin-bottom: 70px;
}
.blog_article:last-child {
  margin-bottom: 0;
}
.pages {
  overflow: hidden;
  margin-top: 50px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
}
.pages .page_next a,
.pages .page_prev a {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #de0017;
}
.pages .page_next {
  float: left;
}
.pages .page_prev {
  float: right;
}
.faq dt:before,
.faq dd:before {
  margin-right: 10px;
  font-size: 2rem;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
}
.faq dt,
.faq dd {
  text-indent: -40px;
}
.faq dt:before,
.faq dd:before {
  text-indent: 0;
}
.faq dt {
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 1em 0 40px;
  border-bottom: 1px solid #cccccc;
}
.faq dt:before {
  content: "Q";
  background: #ea384e;
}
.faq dd {
  margin-bottom: 20px;
  padding: 0 1em 1em 40px;
}
.faq dd:before {
  content: "A";
  background: #437cdb;
}
.thumb_list {
  display: block;
  color: #333;
  font-size: 1.4rem;
}
.thumb_list .thumb_image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background: #eef6f3;
}
.thumb_list .thumb_image img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.thumb_list .thumb_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.thumb_list .thumb_image:after {
  display: block;
  content: "";
  padding-top: 67%;
}
.thumb_list .thumb_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
.thumb_list:hover {
  color: #333;
}
.thumb_list:hover .thumb_image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.detail_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
}
.detail_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #de0017;
  margin-right: 5px;
}
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.gallery_ul li {
  width: 48.5%;
  margin: 0 3% 3% 0;
  text-align: center;
}
.gallery_ul li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.gallery_ul li a {
  display: none;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.gallery_ul li a img {
  display: block;
  object-fit: contain;
  font-family: "object-fit: contain;";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.gallery_ul li a:before {
  display: block;
  content: "";
  padding-top: 66%;
}
.gallery_ul li a:hover img {
  opacity: 0.6;
}
.gallery_ul li a:first-child {
  display: block;
}
.gallery_ul li span {
  display: block;
  margin-top: 5px;
}
.bnr_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -1%;
}
.bnr_link li {
  width: 19.2%;
  margin: 0 1% 1% 0;
}
.bnr_link li:nth-child(5n) {
  margin: 0 0 1% 0;
}
.sub_navi {
  text-align: center;
}
.sub_navi ul {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #f1f1ef 100%);
  background: -webkit-linear-gradient(top, #fefefe 0%, #f1f1ef 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #f1f1ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1ef',GradientType=0 );
  border: 1px solid #eee;
  border-radius: 6px;
  padding-bottom: 6px;
}
.sub_navi ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #de0017;
}
.sub_navi ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -0.5em;
}
.concept-wrap {
  position: relative;
  padding: 50px 0;
}
.concept-wrap.concept-wrap_top {
  margin-bottom: 60px;
}
.concept-wrap .bg-back {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
  width: 50%;
  height: 100%;
}
.concept-wrap .concept-inner {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}
.concept-wrap .figure {
  position: absolute;
  top: 0;
  right: 0;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 74%;
  height: 100%;
}
.concept-wrap .fig_01 {
  background-image: url("../img/fig_01.jpg");
}
.concept-wrap .in-wrap {
  position: relative;
  float: left;
  width: 530px;
  padding: 50px 0;
}
.concept-wrap .in-wrap .concept-box {
  background-color: rgba(255, 255, 255, 0.9);
  width: 500px;
  padding: 30px;
}
.concept-wrap .in-wrap .concept-box .conts-ttl {
  margin-bottom: 20px;
  text-align: center;
}
.mbox {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.09804) 0px 8px 2px -5px;
}
.mbox .inner {
  padding: 30px 20px 40px;
}
.relative {
  position: relative;
  z-index: 1;
}
.macker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #fbff00 50%);
  background-image: linear-gradient(left, transparent 50%, #fbff00 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.3em;
  background-position: 0 1em;
  transition: all 3.5s ease;
  font-style: normal;
  font-weight: 500;
  padding: 0 5px;
}
.macker.active {
  background-position: -100% 0.8em;
}
.policy {
  background-color: #fbfbfb;
  padding: 30px;
}
.cut {
  overflow: hidden;
  zoom: 1;
}
@-webkit-keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@keyframes loadingAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}
@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #de0017;
  }
  50% {
    color: #333;
  }
  100% {
    opacity: 0.5;
    color: #eee;
  }
}
@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #de0017;
  }
  50% {
    color: #333;
  }
  100% {
    opacity: 0.5;
    color: #eee;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 101%;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@-webkit-keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation.move .animation-bar:before {
  -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
  animation: animation-bar 1s ease 0s 1 normal forwards;
}
.animation.move .animation-txt {
  -webkit-animation: animation-txt 0s ease 0.5s 1 normal forwards;
  animation: animation-txt 0s ease 0.5s 1 normal forwards;
}
.animation .animation-box {
  display: block;
  text-align: center;
}
.animation .animation-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animation .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #de0017;
}
.animation .animation-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}
.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.page_title_box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 50px;
}
.page_title_box:after {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_title_box.page_title_box_01 {
  background-image: url(../img/index_01.jpg);
}
.page_title_box.page_title_box_02 {
  background-image: url(../img/index_02.jpg);
}
.page_title_box.page_title_box_03 {
  background-image: url(../img/index_03.jpg);
}
.page_title_box.page_title_box_04 {
  background-image: url(../img/index_04.jpg);
}
.page_title_box.page_title_box_05 {
  background-image: url(../img/index_05.jpg);
}
.breadcrumb_box {
  padding-top: 10px;
}
.breadcrumb_box .breadcrumb {
  margin: 0 auto;
  width: 1150px;
  padding-left: 0;
}
.breadcrumb_box .breadcrumb li {
  display: inline;
}
.breadcrumb_box .breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
.breadcrumb_box .breadcrumb .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.form .required {
  background: #ff4f4f;
  color: #fff;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 1.1rem;
  border-radius: 2px;
  position: relative;
  top: -2px;
}
.form .textarea,
.form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.form .textarea {
  height: 30px;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}
.form button {
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", "Kosugi Maru", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #de0017;
  z-index: 1;
}
.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #082648;
}
.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}
.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #de0017;
  border-bottom: 3px solid #de0017;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}
.form-contents :not(.pattern-exclusion) button {
  background: #de0017 !important;
  border: 1px solid #de0017 !important;
  border-image: initial;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  border-radius: 25px;
}
.form-pattern-1 :not(.pattern-exclusion) button:hover {
  background: #fff !important;
  color: #de0017 !important;
}
.form-pattern-1 .submit-btn::before {
  background-color: #fff !important;
}
.form-pattern-1 .submit-btn:hover::before {
  background-color: #de0017 !important;
}
.form-contents dd:not(.pattern-exclusion) .textarea.textarea02 {
  width: 40%;
  margin-right: 10px;
}
@media screen and (max-width: 667px) {
  .form-contents dd:not(.pattern-exclusion) .textarea.textarea02 {
    width: 100%;
    margin-right: 10px;
  }
}
.form-contents dl dd label {
  display: inline-block;
}
.bm-15 {
  margin-bottom: -15px;
}
/*# sourceMappingURL=basis.css.map */
