@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

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

#main #col_main {
  width: 100%;
}

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

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

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

@media screen and (max-width: 640px) {
  .tbl_block td {
    width: 100% !important;
  }
}

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

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

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !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;
}

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

span {
  font-weight: inherit;
}

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

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

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

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

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

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

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 20px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

.pankuzu {
  font-size: 1.4rem;
  background: #333;
  padding: 5px 0;
}

@media screen and (max-width: 1200px) {
  .pankuzu {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu {
    font-size: 1.1rem;
  }
}

.pankuzu ol {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}

.pankuzu ol li a {
  color: #fff;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.objc_02 div {
  text-align: center;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  padding: 25px 40px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1366px) {
  #header_inner_wrap {
    padding: 25px 20px;
  }
}

#header_inner_wrap #siteID a {
  display: block;
}

@media screen and (max-width: 1200px) {
  #header_inner_wrap #siteID {
    width: 36%;
  }
}

@media screen and (max-width: 900px) {
  #header_inner_wrap #siteID {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #siteID {
    width: 85%;
  }
}

#header_right {
  font-size: 1.4rem;
}

#header_right .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  #header_right .h_contact {
    display: none;
  }
}

#header_right .h_contact .call {
  font-size: 2.6rem;
  font-weight: 500;
  color: #262626;
  line-height: 1;
  letter-spacing: 0;
}

#header_right .h_contact .call i {
  font-size: 2rem;
  margin-right: 6px;
  position: relative;
  top: -3px;
}

#header_right .h_contact .call a {
  font-weight: 500;
  color: #262626;
  letter-spacing: 0;
}

#header_right .h_contact .h_btn01 {
  margin-left: 10px;
}

#header_right .h_contact .h_btn01 a {
  display: block;
  background: #c7000a;
  color: #fff;
  padding: 1px 15px;
  border-radius: 15px;
  max-height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header_right .h_contact .h_btn01 a:hover {
  background: #f7000c;
}

#header_right .h_contact .h_btn01 a span {
  margin-left: 5px;
}

@media screen and (max-width: 1200px) {
  #header_right .h_contact .h_btn01 a span {
    display: none;
  }
}

#nav_global {
  width: 100%;
}

@media screen and (max-width: 900px) {
  #nav_global {
    width: auto;
  }
}

#nav_global .nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #c7000a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  #nav_global .nav-bar {
    display: none;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 900px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#nav_global > ul li:not(:last-child) {
  border-right: 1px solid #ddd;
}

#nav_global > ul li a {
  display: block;
  color: #333;
  line-height: 1;
  padding: 6px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul li a:hover {
  color: #c7000a;
}

@media screen and (max-width: 1200px) {
  #nav_global > ul li a {
    padding: 6px 10px;
  }
}

#mainArea {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainArea ul {
  width: 78.125%;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #mainArea ul {
    width: 85%;
  }
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

#mainArea .maintext {
  width: 100%;
  background: #c7000a;
  margin-right: -78.125%;
  padding: 3% 0 3% 3%;
}

#mainArea .maintext h1 {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: left;
  font-size: calc(6rem + ((1vw - 3.75px) * 4.6602));
  line-height: 0.95;
  z-index: 2;
  position: relative;
  letter-spacing: 0.075em;
}

#sp {
  display: none;
}

@media screen and (max-width: 900px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.nav_wrap .h_contact {
  padding: 0 20px;
}

@media screen and (max-width: 900px) {
  .nav_wrap .h_contact {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 30px;
  }
  .nav_wrap .h_contact .h_btn01 a span {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .nav_wrap .h_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .nav_wrap .h_contact .call {
    width: 100%;
  }
  .nav_wrap .h_contact .h_btn01 {
    width: 48.5%;
    margin-left: 0 !important;
    margin-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap .h_contact .h_btn01 {
    width: 100%;
    margin-top: 10px;
  }
  .nav_wrap .h_contact .h_btn01 a {
    display: block;
    padding: 8px 0 !important;
    max-height: 100% !important;
    border-radius: 20px !important;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

@media screen and (max-width: 375px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #000;
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 900px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: #c7000a;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
}

#footer #footer_inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 45px;
}

@media screen and (max-width: 1200px) {
  #footer #footer_inner {
    padding: 60px 20px 45px;
  }
}

@media screen and (max-width: 1000px) {
  #footer #footer_inner {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 45px 20px 30px;
  }
}

.flogo {
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .flogo {
    text-align: center;
  }
}

.flogo p {
  margin-top: 20px;
}

.flogo p a {
  color: #fff;
}

.f_copy {
  padding-bottom: 15px;
}

.f_copy a {
  color: #fff;
}

.subnav {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .subnav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .subnav ul {
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
  }
}

.subnav ul.pc {
  margin-left: 50px;
}

@media screen and (max-width: 640px) {
  .subnav ul.pc {
    display: none;
  }
}

.subnav ul li.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .subnav ul li.sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.subnav ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

.subnav ul li a:hover {
  opacity: 0.7;
}

.subnav ul li a::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .subnav ul li a::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #262626;
    text-align: center;
    padding: 8px 0;
  }
}

@media screen and (max-width: 480px) {
  .subnav ul li a {
    font-size: 1.2rem;
  }
}

#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 500;
  overflow: hidden;
}

.loader {
  width: 150px;
  height: 150px;
  border: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
}

.loader .loading {
  font-size: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 14px;
  font-family: "Century Gothic", sans-serif;
  font-style: italic;
  left: 0;
  top: 50%;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.loader-circle-1 {
  width: 138px;
  height: 138px;
  left: 5px;
  top: 5px;
  border: 1px #fff solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: transparent;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader-circle-2 {
  width: 126px;
  height: 126px;
  left: 5px;
  top: 5px;
  border: 1px transparent solid;
  border-radius: 50%;
  position: absolute;
  border-right-color: #e81512;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.loader .line {
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
}

.loader .line:nth-child(1) {
  left: 16px;
  top: 50%;
  margin-top: -1px;
}

.loader .line:nth-child(2) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 33px;
  top: 33px;
}

.loader .line:nth-child(3) {
  top: 16px;
  left: 50%;
  width: 2px;
  height: 10px;
}

.loader .line:nth-child(4) {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  right: 33px;
  top: 33px;
}

.loader .line:nth-child(5) {
  right: 16px;
  top: 50%;
  margin-top: -1px;
}

.loader .line:nth-child(6) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  right: 33px;
  bottom: 33px;
  background: #e81512;
}

.loader .subline {
  position: absolute;
  width: 3px;
  height: 2px;
  background: #fff;
}

.loader .subline:nth-child(7) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  left: 21px;
  top: 50px;
}

.loader .subline:nth-child(8) {
  transform: rotate(67.5deg);
  -moz-transform: rotate(67.5deg);
  -webkit-transform: rotate(67.5deg);
  -ms-transform: rotate(67.5deg);
  left: 50px;
  top: 21px;
}

.loader .subline:nth-child(9) {
  transform: rotate(112.5deg);
  -moz-transform: rotate(112.5deg);
  -webkit-transform: rotate(112.5deg);
  -ms-transform: rotate(112.5deg);
  right: 50px;
  top: 21px;
}

.loader .subline:nth-child(10) {
  transform: rotate(157.5deg);
  -moz-transform: rotate(157.5deg);
  -webkit-transform: rotate(157.5deg);
  -ms-transform: rotate(157.5deg);
  right: 21px;
  top: 50px;
}

.loader .subline:nth-child(11) {
  transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -webkit-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  right: 20px;
  bottom: 49px;
  background: #e81512;
}

.loader .needle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  z-index: 1;
  -webkit-animation: pegIt 3s infinite ease-in-out;
  animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 50px 3.5px 0;
  border-color: transparent #e81512 transparent transparent;
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -3.5px 0 0 0;
  border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  25% {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  36% {
    -webkit-transform: rotate(170deg);
            transform: rotate(170deg);
  }
  42% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(227deg);
            transform: rotate(227deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes pegIt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  16% {
    -webkit-transform: rotate(75deg);
  }
  25% {
    -webkit-transform: rotate(55deg);
  }
  30% {
    -webkit-transform: rotate(90deg);
  }
  36% {
    -webkit-transform: rotate(170deg);
  }
  42% {
    -webkit-transform: rotate(150deg);
  }
  50% {
    -webkit-transform: rotate(227deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#contents_wrap {
  padding: 120px 0 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 120px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 80px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}

.subpage #contents_wrap {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .subpage #contents_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .subpage #contents_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .subpage #contents_wrap {
    padding: 0 20px;
  }
}

.inner_01 {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .inner_01 {
    padding: 0 20px;
  }
}

.title_01 h2 {
  font-size: calc(7rem + ((1vw - 3.75px) * 3.2362));
  color: #262626;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  line-height: 0.8;
  letter-spacing: 0;
}

.title_01 h3 {
  color: #fff;
  font-size: calc(1.6rem + ((1vw - 3.75px) * 0.2589));
  line-height: 1.4;
}

.title_01 h3 span {
  background: #c7000a;
  display: inline-block;
  margin-bottom: 9px;
  padding: 9px 15px;
}

@media screen and (max-width: 480px) {
  .title_01 h3 span {
    padding: 6px 12px;
  }
}

.title_02 h2 {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-size: 8rem;
  color: #262626;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(6rem + ((1vw - 3.75px) * 2.4242));
  }
}

.title_02 h2 span {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 1200px) {
  .title_02 h2 span {
    font-size: calc(1.6rem + ((1vw - 3.75px) * 0.4848));
  }
}

.title_02 h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #c7000a;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.title_02 h3 {
  background: #c7000a;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 8px 10px;
}

.title_03 h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #262626;
  line-height: 1.2;
  letter-spacing: 0;
  border-left: 5px solid #c7000a;
  padding-left: 15px;
}

@media screen and (max-width: 1200px) {
  .title_03 h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * 1.2121));
  }
}

.cont_03 {
  background: url(../images/home/bg01.jpg) center top no-repeat;
  background-size: cover;
}

.flex3cl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex3cl .box {
  width: 32%;
}

@media screen and (max-width: 834px) {
  .flex3cl .box {
    width: 100%;
  }
  .flex3cl .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .flex3cl.contact_btn .box {
    width: 48.5%;
  }
}

@media screen and (max-width: 480px) {
  .flex3cl.contact_btn .box {
    width: 100%;
  }
  .flex3cl.contact_btn .box:not(:first-child) {
    margin-top: 10px;
  }
}

.flex3cl.contact_btn .box:first-child {
  background: #333;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .flex3cl.contact_btn .box:last-child {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .flex3cl.contact_btn .box:last-child {
    margin-top: 10px;
  }
}

.flex3cl.contact_btn .box .call {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .flex3cl.contact_btn .box .call {
    font-size: calc(2.2rem + ((1vw - 3.75px) * 0.64));
  }
}

@media screen and (max-width: 480px) {
  .flex3cl.contact_btn .box .call {
    padding: 12px 0;
  }
}

.flex3cl.contact_btn .box .call i {
  margin-right: 6px;
  font-size: 2rem;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 1000px) {
  .flex3cl.contact_btn .box .call i {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.32));
  }
}

.flex3cl.contact_btn .box .call a {
  color: #fff;
  font-weight: 500;
}

.flex3cl.contact_btn .box .c_btn01 a {
  background: #c7000a;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding: 17px 0;
  border-radius: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flex3cl.contact_btn .box .c_btn01 a:hover {
  background: #f7000c;
}

@media screen and (max-width: 1000px) {
  .flex3cl.contact_btn .box .c_btn01 a {
    font-size: calc(1.6rem + ((1vw - 3.75px) * 0.32));
  }
}

.flex3cl.contact_btn .box .c_btn01 a i {
  margin-right: 6px;
}

.flex3cl.service .box {
  overflow: visible !important;
}

@media screen and (max-width: 834px) {
  .flex3cl.service .box {
    width: 100%;
  }
  .flex3cl.service .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl.service .box:not(:last-child) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 834px) {
  .flex3cl.service .box article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex3cl.service .box article img {
    width: 60% !important;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl.service .box article {
    display: block;
  }
  .flex3cl.service .box article img {
    width: 100% !important;
  }
}

.flex3cl.service .box h3 {
  color: #c7000a;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .flex3cl.service .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * 0.2424));
  }
}

.flex3cl.service .box div {
  width: 90%;
  margin: -10% auto 0;
  background: #fff;
  -webkit-box-shadow: 5px 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 5px 0 15px rgba(0, 0, 0, 0.07);
  z-index: 2;
  position: relative;
  padding: 20px;
  line-height: 1.7;
}

.flex3cl.service .box div .btn_02 {
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .flex3cl.service .box div .btn_02 {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .flex3cl.service .box div {
    width: 50%;
    margin: 0 0 15px -10%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl.service .box div {
    width: 90%;
    margin: -10% auto 0;
  }
}

.flex3cl.csr h3 {
  background: #c7000a;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  padding: 5px 10px;
}

.news {
  max-width: 1000px;
  max-height: 230px;
  overflow-y: auto;
  margin: auto;
}

.news dl {
  background: #f3f3f3;
  padding: 19px 40px;
  border-radius: 3px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .news dl {
    padding: 19px 30px;
  }
}

@media screen and (max-width: 640px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}

.news dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 110px !important;
}

@media screen and (max-width: 640px) {
  .news dl dt {
    width: 100% !important;
  }
}

.news dl dd {
  background: none !important;
  padding: 0 0 0 20px !important;
  border: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  .news dl dd {
    width: 100% !important;
    padding: 0 !important;
  }
}

.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cont_01.reverse .leftArea {
  width: 48.4375%;
  padding-right: calc(20px + ((1vw - 12px) * 47.2222));
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  .cont_01.reverse .leftArea {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_01.reverse .leftArea {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_01.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1000px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01 .leftArea {
  width: 48.4375%;
  padding-left: calc(20px + ((1vw - 12px) * 47.2222));
}

@media screen and (max-width: 1200px) {
  .cont_01 .leftArea {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_01 .leftArea {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}

.cont_01 .rightArea {
  width: 47.91667%;
}

@media screen and (max-width: 1000px) {
  .cont_01 .rightArea {
    width: 100%;
  }
  .cont_01 .rightArea img {
    width: 100% !important;
  }
}

.btn_01 a {
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1.4;
  padding: 9px 50px;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_01 a:hover {
  background: #c7000a;
}

@media screen and (max-width: 480px) {
  .btn_01 a {
    display: block;
    padding: 15px 0;
    border-radius: 26px;
  }
}

.btn_01.contact_btn a {
  background: #c7000a;
}

.btn_01.contact_btn a:hover {
  background: #f7000c;
}

.btn_02 {
  display: inline-block;
  background: #333;
  color: #fff !important;
  line-height: 1.4;
  padding: 2px 35px;
  border-radius: 20px;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_02:hover {
  background: #c7000a;
}

@media screen and (max-width: 480px) {
  .btn_02 {
    padding: 8px 35px;
  }
}

.subArea {
  height: 300px;
  position: relative;
  background: url(../images/contents/sub.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .subArea {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .subArea {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .subArea {
    height: 160px;
  }
}

.subArea h1 {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .subArea h1 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * 2.4242));
  }
}

.form dl {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ccc;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  display: block !important;
}

.form dl dt label {
  background: #c7000a;
  color: #fff !important;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  margin-left: 5px;
  font-size: 1.2rem !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #fafafa;
  border: 1px solid #ddd;
  height: 40px;
}

.form dl dd textarea {
  background: #fafafa;
  border: 1px solid #ddd;
}

.dl_01 dl {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
}

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

@media screen and (max-width: 480px) {
  .dl_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dl_01 dl dt {
  padding: 0 !important;
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 130px !important;
}

@media screen and (max-width: 480px) {
  .dl_01 dl dt {
    width: 100% !important;
  }
}

.dl_01 dl dd {
  background: none !important;
  padding: 0 0 0 15px !important;
  border: none !important;
}

@media screen and (max-width: 480px) {
  .dl_01 dl dd {
    width: 100% !important;
  }
}

.flex2cl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex2cl .box {
  width: 48.5%;
  margin-bottom: 3%;
}

@media screen and (max-width: 640px) {
  .flex2cl .box {
    width: 100%;
    margin-bottom: 6%;
  }
}

.flex2cl.gmap iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .flex2cl.gmap iframe {
    height: 250px;
  }
}

.flex2cl.gmap .box h3 {
  background: #c7000a;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .cont_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_02 .leftArea {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .cont_02 .leftArea {
    width: 100%;
    margin-top: 10px;
  }
}

.cont_02 .rightArea {
  width: 36%;
}

@media screen and (max-width: 640px) {
  .cont_02 .rightArea {
    width: 100%;
  }
}
/*# sourceMappingURL=assets.css.map */