@charset "UTF-8";
/*親16px px→em*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  background: #fff !important;
  counter-reset: number 0;
  animation: fadeIn 3s ease 0s 1 normal;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.7rem;
  }
}
body > div {
  font-weight: 300;
  line-height: 2.4;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-moz-selection {
  background-color: #db421d;
  color: #fff;
}
::selection {
  background-color: #db421d;
  color: #fff;
}

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

.inner2 {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

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

.bg100_2, .inner_out2 {
  margin-left: calc((1200px - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 1200px) {
  .bg100_2, .inner_out2 {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

.bg100_3, .inner_out3 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((1200px - 100%) / 2 * -1) !important;
}
@media screen and (max-width: 1200px) {
  .bg100_3, .inner_out3 {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}

h2, h3 {
  line-height: 1.8;
  font-weight: 300;
}

a {
  text-decoration: none;
}

#contents_wrap, #global_header, #global_footer, .blog {
  position: relative;
}

#contents_wrap {
  padding: 100px 40px 0;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 100px 20px 0;
  }
}

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

#main {
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#col_main {
  width: 100% !important;
  float: none !important;
}

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

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

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

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

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

table {
  table-layout: fixed;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

@media screen and (max-width: 1024px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.tubebox_1 .box {
  width: 49%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 640px) {
  .tubebox_1 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tubebox_1 .box:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .tubebox_1 .box:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.tubebox_1 .box {
  position: relative;
  padding-top: 27.55%;
}
@media only screen and (max-width: 640px) {
  .tubebox_1 .box {
    padding-top: 56.25%;
  }
}
.tubebox_1 .box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

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

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.box {
  overflow: inherit !important;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

.none {
  display: none;
}

.block {
  display: block !important;
}

@media only screen and (max-width: 640px) {
  .spblk {
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .pcblk {
    display: block;
  }
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

.flex {
  flex-wrap: wrap;
}

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

.nolink {
  pointer-events: none;
}

.link_1 a {
  color: #db421d !important;
  text-decoration: underline !important;
}

@media only screen and (max-width: 640px) {
  .sptxt {
    text-align: left !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptxt div {
    text-align: left !important;
  }
}

.link_1 a {
  color: #db421d !important;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.fa, .fas {
  font-family: "Font Awesome 5 Pro";
}

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

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
.clearfix:after {
  visibility: inherit !important;
}

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

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

#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    justify-content: center !important;
  }
}

.h_blog .blog_list {
  display: flex;
  flex-direction: row !important;
  border: none !important;
  flex-wrap: wrap;
}
.h_blog div.blog_list > div {
  border-bottom: none !important;
  background: #fff;
  flex-direction: row !important;
  align-items: center;
  position: relative;
  width: 32%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .h_blog div.blog_list > div {
    width: 100%;
  }
}
.h_blog div.blog_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .h_blog div.blog_list > div:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.h_blog .blog_photo {
  width: 100% !important;
  padding: 0 !important;
  position: relative;
  display: block;
}
.h_blog div.blog_list div.blog_text {
  font-size: 1em;
  width: 100%;
}
.h_blog div.blog_list div.blog_text:not(:last-child) {
  border-right: 1px solid #eee;
}
.h_blog .blog_detail {
  font-size: 1em !important;
}
.h_blog div.blog_list div.blog_date {
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #db421d !important;
}
.h_blog h3 a {
  color: #333333 !important;
  text-decoration: underline;
}
.h_blog .detail {
  margin-top: 10px !important;
}

@media only screen and (max-width: 1024px) {
  section div.wrap {
    flex-wrap: wrap-reverse;
  }
}

.blog2 {
  background: #fff !important;
}
.blog2 a {
  text-decoration: none !important;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
@media only screen and (max-width: 640px) {
  .blog {
    padding: 0 20px 120px;
  }
}
.blog a {
  display: block;
  text-decoration: none !important;
  font-weight: inherit !important;
}
@media only screen and (max-width: 640px) {
  .blog #contents article img, .blog #contents article video {
    margin: 0 auto 20px !important;
  }
}
.blog aside nav > div {
  background: #db421d;
  color: #fff;
  font-size: 18px !important;
  line-height: 45px;
}
.blog aside ul li:first-child {
  border-top: none !important;
}
@media only screen and (max-width: 834px) {
  .blog div#contents article img, .blog div#contents article video {
    margin: 0 auto 15px !important;
  }
}
.blog .category {
  font-weight: bold;
}
.blog .category li {
  padding: 0 !important;
  border-top: none !important;
}
.blog .category a, .blog .category span {
  display: block;
  color: #333333 !important;
}
.blog .category a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.blog .category span {
  padding: 10px 0;
}
.blog .flex_images {
  position: relative;
  align-items: center;
  justify-content: flex-start !important;
}
@media only screen and (max-width: 834px) {
  .blog .flex_images {
    justify-content: center !important;
  }
}
.blog .blog {
  padding: 0 !important;
}
.blog .pages {
  text-align: left !important;
}
.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media only screen and (max-width: 1024px) {
  .blog aside {
    min-width: 80% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .blog aside {
    min-width: 100% !important;
  }
}
.blog aside li {
  line-height: 30px;
  text-align: left;
}
.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #db421d;
}
.blog #contents article {
  padding: 0 !important;
  margin-bottom: 50px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media only screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  margin: 0;
  margin-bottom: 30px;
}
.blog .translate {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog #contents dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 !important;
  flex-wrap: wrap;
}
.blog .date {
  color: #fff !important;
  padding: 0 10px;
  background: #333333;
  margin-bottom: 20px !important;
  display: inline-block !important;
  letter-spacing: 0;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: inherit !important;
}
.blog dt span {
  color: #333 !important;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog .translate:hover {
  color: #db421d !important;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !important;
  }
}
.blog article div {
  width: 100% !important;
  line-height: 2;
  margin-top: 0 !important;
}
.blog h1, .blog h2 {
  font-size: 1.4em !important;
  border-bottom: 4px solid #eee;
  margin-bottom: 30px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 640px) {
  .blog h1, .blog h2 {
    font-size: 1.2em !important;
  }
}
.blog a {
  color: #db421d !important;
}
@media only screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media only screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog #search button {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  right: 10px !important;
}
.blog td.close {
  background: rgba(219, 66, 29, 0.3) !important;
}
.blog dl.close label {
  background: rgba(219, 66, 29, 0.3) !important;
  width: 35px !important;
  height: 35px !important;
}
.blog dl.close dd {
  font-size: 16px;
}
.blog #form_calendar table tbody tr td label {
  width: 100%;
  height: 100% !important;
  line-height: inherit !important;
  left: 0;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #form_calendar table tbody tr td.blog label {
  width: 80% !important;
  height: 80% !important;
  line-height: inherit !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.blog .blog_flex {
  display: flex !important;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.blog .blog_flex .imgL {
  margin-right: 30px !important;
}
@media only screen and (max-width: 640px) {
  .blog .blog_flex .imgL {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
.blog .blog_flex .imgL img {
  margin: 0 !important;
}
.blog .blog_flex .name_01 {
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2em;
}
.blog .blog_imgtxt .imgL {
  float: none;
  margin: 0 auto 20px !important;
}

copy {
  display: inline !important;
  padding: 0 !important;
}

.submit {
  max-width: 100%;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .name, .form_wrap .kana, .form_wrap .text, .form_wrap .tel, .form_wrap .radio {
  text-align: left !important;
}

.c_contactArea {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.c_contactArea .contact_form dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.c_contactArea .contact_form dl:not(:last-child) {
  border-bottom: 1px solid rgba(219, 66, 29, 0.1);
}
.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}
.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
  background: none !important;
}
.c_contactArea .submit {
  width: 100%;
}
.c_contactArea .submit_c, .c_contactArea .submit_l, .c_contactArea .submit_r {
  background: none;
  color: #fff !important;
  text-indent: 0;
  width: 300px;
  max-width: 100%;
  border-radius: 0;
  height: 60px;
  background: #db421d;
  border: none;
  font-size: 16px;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.c_contactArea .submit_l, .c_contactArea .submit_r {
  width: 250px;
  margin: 0 10px;
  height: 60px;
  margin-top: 80px;
}

.submit_l, .submit_r {
  float: none !important;
}

.mail.title {
  display: none;
}

#entry .back, .shipment .back {
  margin: 20px 0 -30px 0 !important;
  width: 180px !important;
  max-width: 100% !important;
  height: 42px !important;
  line-height: 37px;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  text-indent: 0 !important;
  background: none !important;
  background-color: #f5f5f5 !important;
  text-align: center;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
.pan1 i {
  margin-right: 10px;
}

.pankuzu {
  text-align: right;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  position: relative;
  color: #999 !important;
}
@media only screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}

#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

.style_form {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}
.style_form input {
  width: 100% !important;
}

.nf_txt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 18px;
  }
}
.nf_txt p {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #333333 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 0.8em 5em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.nf_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.2s;
  z-index: -1;
}
.nf_btn a:hover {
  color: #fff !important;
}
.nf_btn a:hover:before {
  transition: 0.2s;
  background: #333333;
  transform: translateX(0);
}
.nf_btn a::before {
  z-index: -1;
}
.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.policy_h2 h2 {
  font-size: 1.4em;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .policy_h2 h2 {
    font-size: 1.2em;
  }
}

.policy_h3 h3 {
  font-size: 1.2em;
  color: #0f6476;
  margin-bottom: 10px;
}

.policy_txt {
  margin-bottom: 60px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

a:hover {
  opacity: 0.9 !important;
}

a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

img {
  transition: 0.5s;
}
img:hover {
  transition: 0.5s;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animation01, .animation02, .animation03, .animation04 {
  opacity: 0;
}

/*フェードで出現*/
.fadein {
  opacity: 0;
  transform: translate(0) !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*画像アニメーション*/
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px) {
  .sample-one.sample-animation img {
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sample-one img {
  opacity: 0;
}

.sample-one.sample-animation {
  animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-one.sample-animation:before {
  animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-one:before {
  width: 100%;
}

@keyframes sample-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
/* 2 つ目のサンプル */
.sample-second.sample-animation {
  animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}
@keyframes sample-second-before {
  100% {
    transform: translateX(100%);
  }
}
/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}
.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

@keyframes fwfw {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.fwfw {
  animation: fwfw 1s infinite;
}

.inview01 {
  position: relative;
  overflow: hidden;
}

.inview01::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #db421d;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.8s;
  display: inline-block;
}

.inview01 img {
  opacity: 0;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview01.show::after {
  left: 100%;
}

.inview01.show img {
  opacity: 1;
}

/*スクロールダウン*/
.scroll a {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 10;
  padding: 10px 10px 120px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333 !important;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .scroll a {
    font-size: 16px;
  }
}
.scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #333333;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 100%;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}
#loading svg {
  height: 100% !important;
  width: 100% !important;
}

#loading span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sub_menu {
  flex-wrap: wrap;
  position: absolute;
  z-index: 999999;
  top: 40px;
  left: 50%;
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .sub_menu {
    position: static;
    left: 0;
    transform: inherit;
    background: no-repeat;
    width: auto !important;
  }
}
.sub_menu li {
  width: 100% !important;
  position: relative;
  z-index: 99;
  line-height: 1.8;
  display: inline-block;
}
.sub_menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sub_menu a {
  display: block;
  background: rgba(219, 66, 29, 0.85);
  color: #fff !important;
  padding: 10px 0;
  font-size: 0.9em !important;
}
@media only screen and (max-width: 1024px) {
  .sub_menu a {
    padding: 0;
  }
}
.sub_menu a:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #db421d !important;
}
.sub_menu a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.map_1 iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .map_1 iframe {
    height: 300px;
  }
}

.googlemaps iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .googlemaps iframe {
    height: 300px;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

#fancybox-title-float-main {
  line-height: 9px !important;
}

.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: space-between;
}
@media screen and (max-width: 1024px) {
  .insta div.sns_list {
    flex-wrap: wrap !important;
  }
}
.insta div.sns_list > div {
  flex-direction: row !important;
  flex-wrap: wrap;
  border-bottom: none !important;
  width: 24% !important;
}
@media only screen and (max-width: 834px) {
  .insta div.sns_list > div {
    width: 32% !important;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .insta div.sns_list > div {
    width: 49% !important;
  }
}
.insta div.sns_list > div:not(:last-child) {
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  .insta div.sns_list > div:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .insta div.sns_list > div:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}
.insta .sns_text {
  display: none;
  width: 100% !important;
  padding: 0 !important;
}
.insta .sns_date {
  display: none;
  font-size: 16px !important;
  letter-spacing: 0;
  margin: 10px 0;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*下層インスタ*/
.c_insta > div {
  border-top: 2px solid #bab2ab !important;
  border-bottom: 2px solid #bab2ab !important;
  padding: 20px 0;
}
.c_insta div.sns_list div.sns_text {
  font-size: 1em !important;
}
.c_insta div.sns_list > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .c_insta div.sns_list > div {
    flex-wrap: wrap;
  }
}
.c_insta .sns_list {
  height: 350px;
  overflow: auto;
  flex-wrap: wrap;
  flex-direction: row !important;
  border: none !important;
}
.c_insta div.sns_list > div {
  flex-direction: row !important;
  border-bottom: 1px solid #bab2ab !important;
}
.c_insta .sns_date {
  padding: 3px 10px 0;
  margin-bottom: 15px !important;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1em !important;
  color: #333333 !important;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .c_insta .sns_photo {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .c_insta .sns_photo {
    width: 100% !important;
  }
}
.c_insta div.sns_list {
  flex-direction: row !important;
  flex-wrap: wrap;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.center {
  display: block;
  text-align: center !important;
}

.left {
  display: block;
  text-align: left !important;
}

.right {
  display: block;
  text-align: right !important;
}

.acc-color {
  color: #db421d !important;
}
.acc-color a {
  color: #db421d !important;
}

.main-color {
  color: #db421d !important;
}
.main-color a {
  color: #db421d !important;
}

.base-color {
  color: #fff !important;
}
.base-color a {
  color: #fff !important;
}

@media only screen and (max-width: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: -20px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.voice_box .q_01, .voice_box .a_01 {
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .voice_box .q_01, .voice_box .a_01 {
    left: 0;
    font-size: 1.4em;
  }
}
.voice_box .box {
  width: 100%;
  padding: 20px;
  position: relative;
}
.voice_box .box > div {
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_box .box > div {
    padding-left: 40px;
  }
}
.voice_box .box:nth-child(1) {
  background: #db421d;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.voice_box .box:nth-child(1):after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .voice_box .box:nth-child(1):after {
    display: none;
  }
}
.voice_box .box:nth-child(1):hover {
  cursor: pointer;
}
.voice_box .box:nth-child(2) {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .voice_box .box:nth-child(2) {
    display: block;
  }
}
.voice_box .box:nth-child(2) .a_01 {
  color: #db421d;
}

.acc_title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー03*/
.open #nav-toggle:before {
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  font-size: 0.8em;
  color: #db421d;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 32px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1200px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle:after {
  transition: 2s;
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  font-size: 0.8em;
  color: #db421d;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #db421d;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 3px;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #db421d;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 9999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  padding: 0 120px;
  overflow: auto;
  background: white;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  overflow: hidden scroll;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: none;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #gloval-nav {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  #gloval-nav {
    padding: 0 80px;
  }
}
#gloval-nav .h_logo {
  margin-bottom: 10px;
}
#gloval-nav .h_contact {
  margin-bottom: 20px;
}

#gloval-nav nav {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
#gloval-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  margin: auto;
  list-style: none;
  background-size: contain;
  background-position: center;
}
#gloval-nav ul li {
  width: 100%;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li a {
  display: block;
  color: #333333 !important;
  background: none;
  text-decoration: none;
  padding: 15px 0;
  transition: color 0.6s ease;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
#gloval-nav ul li a .en_1 {
  display: block;
  font-size: 0.8em;
  color: #ccc;
}

.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0);
}

#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background: url(../images/home/case_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 70px 0;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 60px 0;
  }
}

#local-keyvisual-title {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#local-keyvisual h1, .blog_ttl {
  z-index: 1;
  line-height: 1.4;
  position: relative;
  text-align: center;
  text-shadow: 0px 0 12px rgba(255, 255, 255, 0.85);
  font-size: 2.4em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 1.8em;
  }
}
#local-keyvisual h1 br, .blog_ttl br {
  display: none;
}
@media only screen and (max-width: 834px) {
  #local-keyvisual h1 br, .blog_ttl br {
    display: block;
  }
}

#local-keyvisual h1 .en_1, .blog_ttl .en_1 {
  display: block;
  font-size: 0.5em;
  margin-top: 10px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newswrap {
  background: #f5f5f5;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 60px 40px 50px;
}
@media only screen and (max-width: 640px) {
  .newswrap {
    padding: 60px 20px;
  }
}
.newswrap > div {
  height: 160px;
  overflow-y: auto;
}
@media only screen and (max-width: 834px) {
  .newswrap > div {
    height: 340px;
  }
}
.newswrap dl {
  align-items: center !important;
  margin: auto;
  padding: 0 40px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff !important;
  justify-content: space-between !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}
.newswrap dl:last-child {
  border-bottom: none !important;
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 84% !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}
.newswrap dt {
  font-family: "Open Sans", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: none !important;
  background: none !important;
  width: 14% !important;
  text-align: center !important;
  padding: 0 !important;
  border-right: none !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

/*会社概要等*/
.info_1 label {
  position: static;
}
.info_1 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dl {
    display: block !important;
  }
}
.info_1 dt, .info_1 dd {
  padding: 10px !important;
}
@media only screen and (max-width: 640px) {
  .info_1 dt, .info_1 dd {
    width: 100% !important;
  }
}
.info_1 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  color: #333333 !important;
}
@media screen and (max-width: 640px) {
  .info_1 dt {
    align-items: flex-start !important;
  }
}
.info_1 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
}
@media screen and (max-width: 640px) {
  .info_1 dd {
    text-align: left;
  }
}
.info_1 a {
  color: #db421d !important;
  text-decoration: underline;
}
.info_1 a:hover {
  color: #db421d !important;
}

/*メニュー表等*/
.info_2 {
  padding: 40px;
  border: 1px solid #db421d;
}
@media screen and (max-width: 1024px) {
  .info_2 {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .info_2 {
    padding: 20px;
  }
}
.info_2 label {
  position: static;
}
.info_2 dl {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #db421d !important;
}
.info_2 dl:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .info_2 dl {
    flex-wrap: wrap;
  }
}
.info_2 dt, .info_2 dd {
  padding: 10px !important;
}
.info_2 dt {
  text-align: left !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  justify-content: flex-start !important;
  flex-direction: row !important;
  position: relative;
  padding-left: 2.4em !important;
}
.info_2 dt::before {
  content: "";
  background: url(../images/home/ico.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .info_2 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
}
.info_2 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .info_2 dd {
    width: 100% !important;
    text-align: right;
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}
.info_2 a {
  color: #db421d !important;
  text-decoration: underline;
}
.info_2 a:hover {
  color: #db421d !important;
}

.info_3 {
  border: 1px solid #db421d;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .info_3 {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .info_3 {
    padding: 20px;
  }
}
.info_3 label {
  position: static;
}
.info_3 dl:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee !important;
}
@media only screen and (max-width: 640px) {
  .info_3 dl {
    flex-wrap: wrap;
  }
}
.info_3 dt, .info_3 dd {
  padding: 0 !important;
  line-height: 2;
}
.info_3 dt {
  color: #db421d;
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
@media screen and (max-width: 640px) {
  .info_3 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}
.info_3 dt span {
  border-bottom: 1px solid #db421d;
  padding-bottom: 5px;
  text-align: left;
}
.info_3 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .info_3 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 0 !important;
    border-bottom: none !important;
    padding-top: 0 !important;
  }
}
.info_3 a {
  color: #db421d !important;
  text-decoration: underline;
}
.info_3 a:hover {
  color: #db421d !important;
}
.info_3 img {
  margin-bottom: 10px;
}

.info_4 {
  background: #f5f5f5;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  padding: 80px 40px;
  margin-bottom: 80px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .info_4 {
    padding: 80px 20px;
  }
}
.info_4 > div {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .info_4 > div {
    padding: 30px;
  }
}
@media screen and (max-width: 640px) {
  .info_4 > div {
    padding: 20px;
  }
}
.info_4 label {
  position: static;
}
.info_4 dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.info_4 dl:not(:last-child) {
  border-bottom: 1px solid #eee !important;
}
@media only screen and (max-width: 640px) {
  .info_4 dl {
    flex-wrap: wrap;
  }
}
.info_4 dt, .info_4 dd {
  padding: 0 !important;
  line-height: 2;
}
.info_4 dt {
  color: #db421d;
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  position: relative;
  justify-content: flex-start !important;
  flex-direction: row !important;
}
@media screen and (max-width: 640px) {
  .info_4 dt {
    width: 100% !important;
    align-items: flex-start !important;
    text-align: left !important;
    border-bottom: 1px solid !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
}
.info_4 dd {
  border: none !important;
  padding-left: 40px !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .info_4 dd {
    width: 100% !important;
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
}
.info_4 a {
  color: #db421d !important;
  text-decoration: underline;
}
.info_4 a:hover {
  color: #db421d !important;
}
.info_4 img {
  margin-bottom: 10px;
  max-width: 80%;
}

.c_tbl_1 td {
  border: 1px solid #ccc !important;
  padding: 20px !important;
}
.c_tbl_1 td:nth-child(odd) {
  width: 20%;
  text-align: center !important;
  background: #db421d;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .c_tbl_1 td:nth-child(odd) {
    text-align: left !important;
  }
}
.c_tbl_1 td:nth-child(even) {
  width: 80%;
}
.c_tbl_1 a {
  color: #db421d !important;
  text-decoration: underline;
}

.c_tbl_2 {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}
.c_tbl_2 tr {
  display: flex;
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 tr {
    flex-wrap: wrap;
  }
}
.c_tbl_2 tr:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(219, 66, 29, 0.1);
}
.c_tbl_2 td {
  border: none !important;
  padding: 0 !important;
}
.c_tbl_2 td:nth-child(odd) {
  width: 70%;
  background: none !important;
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(odd) {
    width: 100%;
  }
}
.c_tbl_2 td:nth-child(even) {
  width: 30%;
  text-align: right !important;
}
@media only screen and (max-width: 834px) {
  .c_tbl_2 td:nth-child(even) {
    width: 100%;
  }
}
.c_tbl_2 a {
  color: #db421d !important;
  text-decoration: underline;
}

.imgtxt article, .imgtxt02 article {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .imgtxt article, .imgtxt02 article {
    flex-wrap: wrap;
  }
}
.imgtxt .img100, .imgtxt02 .img100 {
  width: 28% !important;
  position: relative;
}
@media screen and (max-width: 834px) {
  .imgtxt .img100, .imgtxt02 .img100 {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgtxt .img100, .imgtxt02 .img100 {
    width: 100% !important;
  }
}
.imgtxt .img100::after, .imgtxt02 .img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 75%;
}
.imgtxt .img100 img, .imgtxt02 .img100 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.imgtxt .inbox, .imgtxt02 .inbox {
  width: 68%;
  background: #fff;
  margin-right: 4%;
}
@media screen and (max-width: 834px) {
  .imgtxt .inbox, .imgtxt02 .inbox {
    width: 100%;
    margin-right: 0;
  }
}
.imgtxt h2, .imgtxt02 h2 {
  font-size: 1.4em;
  line-height: 1.8;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .imgtxt h2, .imgtxt02 h2 {
    font-size: 1.2em;
  }
}
.imgtxt h2 .s_txt, .imgtxt02 h2 .s_txt {
  background: #333333;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 0.6em;
  color: #fff;
  line-height: 1.6;
}
.imgtxt h2 .en, .imgtxt02 h2 .en {
  display: inline-block;
  margin-left: 20px;
  font-size: 0.65em;
}

.imgtxt02 article {
  flex-direction: row;
}
.imgtxt02 .inbox {
  margin-right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .imgtxt02 .inbox {
    margin-left: 0;
  }
}

.imgtxt03, .imgtxt04 {
  display: flex !important;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .imgtxt03, .imgtxt04 {
    flex-wrap: wrap;
  }
}
.imgtxt03 > div, .imgtxt04 > div {
  width: 60%;
  margin-right: 2% !important;
}
@media screen and (max-width: 834px) {
  .imgtxt03 > div, .imgtxt04 > div {
    width: 100%;
    margin-right: 0 !important;
  }
}
.imgtxt03 .scl_img_1, .imgtxt04 .scl_img_1, .imgtxt03 img, .imgtxt04 img {
  float: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 38% !important;
  margin: 0 !important;
}
@media screen and (max-width: 834px) {
  .imgtxt03 .scl_img_1, .imgtxt04 .scl_img_1, .imgtxt03 img, .imgtxt04 img {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgtxt03 .scl_img_1, .imgtxt04 .scl_img_1, .imgtxt03 img, .imgtxt04 img {
    width: 100% !important;
  }
}
.imgtxt03 .scl_img_1 img, .imgtxt04 .scl_img_1 img {
  width: 100% !important;
  margin: 0 !important;
}

.imgtxt04 {
  flex-direction: row;
}
.imgtxt04 > div {
  margin-left: 2% !important;
}
@media screen and (max-width: 834px) {
  .imgtxt04 > div {
    margin-left: 0 !important;
  }
}
.imgtxt04 .scl_img_1, .imgtxt04 img {
  margin: 0 !important;
}
@media screen and (max-width: 834px) {
  .imgtxt04 .scl_img_1, .imgtxt04 img {
    margin: 0 auto 4% !important;
  }
}
.imgtxt04 .scl_img_1 img {
  width: 100% !important;
  margin: 0 !important;
}

.slick-slide {
  outline: none;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/*サムネ付きスライダー*/
.slidebox li {
  position: relative;
  width: 100%;
}
.slidebox li::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65%;
}
.slidebox li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.slidebox li article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: center;
}
.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}
.slidebox .slick-dots li img {
  width: 100% !important;
}

/**/
.slider02 li {
  float: left !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider02 .slick-dots {
  display: flex !important;
  justify-content: center;
  bottom: -50px !important;
}
.slider02 .slick-track {
  display: flex;
  align-items: center;
}
.slider02 a {
  color: #333333 !important;
}

.flow01 {
  position: relative;
}

.flow01 {
  margin-bottom: 30px;
}

.flow01::before {
  content: "";
  height: 70px;
  display: block;
  border-left: 5px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow01 dl {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #db421d;
  position: relative;
  flex-direction: row !important;
}

.flow01 dl::before,
.flow01 dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}

.flow01 dl::before {
  border-width: 22px;
  border-top-color: #db421d;
}

.flow01 dl::after {
  border-width: 21px;
  border-top-color: #fff;
}

.flow01 dl dt {
  text-align: center !important;
  background: #db421d !important;
  border: none !important;
  color: #fff !important;
  width: 100% !important;
  align-items: center !important;
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  .flow01 dl dt {
    font-size: 1.2em;
  }
}

.flow01 dl dd {
  text-align: center;
  border: none !important;
  width: 100% !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .flow01 dl dd {
    text-align: left !important;
  }
}

.last dl::after, .last dl::before {
  border: none !important;
}

.first::before {
  border: none !important;
}

.flow02 {
  border: 1px solid #db421d;
  border-bottom: 1px;
  height: 100%;
}
.flow02 .flow_flex {
  padding: 40px !important;
  border-bottom: 1px solid #db421d;
  position: relative;
  align-items: flex-start;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .flow02 .flow_flex {
    flex-direction: wrap;
  }
}
@media screen and (max-width: 640px) {
  .flow02 .flow_flex {
    padding: 40px 20px !important;
  }
}
.flow02 .flow_flex::before, .flow02 .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .flow02 .flow_flex::before, .flow02 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}
.flow02 .flow_flex::before {
  border-width: 21px;
  border-top-color: #db421d;
}
.flow02 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
  top: calc(100% - 1px);
}
.flow02 .flow_flex:last-child::before, .flow02 .flow_flex:last-child::after {
  display: none;
}
.flow02 .box {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow02 .box {
    width: 100% !important;
  }
}
.flow02 .box:nth-child(1) {
  text-align: left;
  width: 100%;
  font-size: 1.4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flow02 .box:nth-child(1) {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flow02 .box:nth-child(1) > div {
  font-weight: 500;
}
.flow02 .box:nth-child(1) .num {
  background: #db421d;
  color: #fff;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.25em 0.8em 0.1em;
  display: inline-block;
  margin-right: 20px;
}
.flow02 .box:nth-child(1) h3 {
  font-weight: 500;
}
.flow02 .box:nth-child(2) {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .flow02 .box:nth-child(2) {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(2) {
    width: 100%;
    text-align: center;
  }
}
.flow02 .box:nth-child(3) {
  width: 35%;
  text-align: center;
}

.c_list li {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.c_list li:before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.list_1 {
  border: 1px solid #333333;
  padding: 30px 40px;
}
@media only screen and (max-width: 640px) {
  .list_1 {
    padding: 25px;
  }
}
.list_1 li {
  display: block;
  float: none !important;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 7px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 10px;
}
.list_1 li::before {
  content: "・";
  position: absolute;
  top: 5px;
  left: 0;
}

.list_2 {
  padding: 30px 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(204, 204, 204, 0.25);
}
@media only screen and (max-width: 640px) {
  .list_2 {
    padding: 25px;
  }
}
.list_2 li {
  display: block;
  float: none !important;
  position: relative;
  padding-left: 4em;
  font-size: 18px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
.list_2 li:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list_2 li .num_1 {
  font-size: 2em;
  color: #db421d;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1em;
  font-style: italic;
}

.bb01 {
  border-bottom: 1px solid #eee;
}

.bb02 {
  border-bottom: 2px solid #db421d;
  margin-bottom: 15px;
  display: inline-block;
}

.objc_01 .box {
  display: block;
  position: relative;
}
.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .objc_01 .box:before {
    display: none;
  }
}
.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;
}
@media only screen and (max-width: 1024px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}
.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;
}
@media only screen and (max-width: 1024px) {
  .objc_02 .box > a:before {
    display: none;
  }
}
.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;
}
@media only screen and (max-width: 1024px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_02 div {
  text-align: center;
}

.img100 {
  position: relative;
}
.img100::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 60%;
}
.img100 img {
  float: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.gallery_1 .box {
  position: relative;
  width: 32%;
  margin-bottom: 120px;
  overflow: inherit !important;
}
@media screen and (max-width: 834px) {
  .gallery_1 .box {
    width: 49%;
  }
}
.gallery_1 .box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.gallery_1 .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery_1 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .gallery_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.gallery_1 .box article > div {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  line-height: 1.8;
}

.btnbox_01 .box {
  width: 19%;
  border: 1px solid #ccc !important;
  height: 70px;
  line-height: 70px;
  margin-bottom: 1%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .btnbox_01 .box {
    width: 24%;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_01 .box {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .btnbox_01 .box {
    width: 49%;
  }
}
.btnbox_01 .box a {
  display: block;
  color: #333333 !important;
}
.btnbox_01 .box a:after {
  content: "";
  background: url(../images/home/arrow.png) no-repeat;
  width: 31px;
  height: 4px;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.5s;
  transform: translateX(0);
}
.btnbox_01 .box a:hover:after {
  transition: 0.5s;
  transform: translateX(-20px);
}
.btnbox_01 .box:not(:nth-child(5n)) {
  margin-right: 1%;
}
@media only screen and (max-width: 834px) {
  .btnbox_01 .box:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .btnbox_01 .box:not(:nth-child(4n)) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_01 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_01 .box:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 640px) {
  .btnbox_01 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.btnbox_01 .box:not(:nth-child(2n)) {
  margin-right: 1%;
}

.c_box1 {
  flex-wrap: nowrap;
  margin-left: 1% !important;
}
@media only screen and (max-width: 640px) {
  .c_box1 {
    margin-left: 0 !important;
  }
}
.c_box1 .box {
  width: 24%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .c_box1 .box {
    width: 49%;
  }
}
.c_box1 .box:not(:last-child) {
  margin-right: 1%;
}
@media only screen and (max-width: 640px) {
  .c_box1 .box:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c_box1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.scl_img_1, .zoom01, .zoom02 {
  overflow: hidden;
}

.scl_img_1, .zoom01 img, .zoom02 img {
  width: 100% !important;
  transform: scale(var(--scale));
  will-change: transform;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

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

.header {
  background: #fff !important;
  padding: 0 20px;
  position: fixed;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
  border-top: 8px solid #ccc;
}

.header.hide {
  transform: translateY(-100%);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
@media only screen and (max-width: 640px) {
  .header-container {
    padding: 15px 0;
  }
}
.header-container .col1 a {
  margin-right: 20px;
}
.header-container .col1-logo {
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header-container .col1-logo {
    width: 20vw;
  }
}
@media screen and (max-width: 1200px) {
  .header-container .col1-logo {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .header-container .col2-system {
    width: 70px;
    height: 70px;
  }
  .header-container .col2-system a {
    padding-right: 0;
  }
  .header-container .col2-system i {
    padding-right: 0;
  }
}

.col2 {
  display: flex;
  align-items: center;
}
.col2-contact, .col2-system {
  width: 250px;
  background: #333333;
  height: 80px;
  line-height: 80px;
}
.col2-contact a, .col2-system a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  position: relative;
}
.col2-contact i, .col2-system i {
  font-size: 2.4em;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .col2-contact i, .col2-system i {
    font-size: 2em;
  }
}
.col2-contact-txt, .col2-system-txt {
  line-height: 1.4;
  text-align: left;
}
.col2-contact {
  margin-right: 15px;
}
@media only screen and (max-width: 834px) {
  .col2-contact {
    width: 80px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .col2-contact {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 834px) {
  .col2-contact a {
    padding-right: 0;
  }
  .col2-contact i {
    padding-right: 0;
  }
}
.col2-contact .en_1 {
  font-size: 0.8em;
}

header .nav .nav-list {
  width: 480px;
  max-width: 100%;
  margin: 0 20px 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  header .nav .nav-list {
    width: 30vw;
  }
}
header .nav .nav-list .nav-item {
  flex-grow: 1;
  position: relative; /*ドロップダウン基準点*/
}
header .nav .nav-list .nav-item:not(:last-child) {
  border-right: 1px solid #eee;
}
header .nav .nav-list .nav-item > a {
  color: #333333;
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
}
header .nav .nav-list .nav-item > a .en_1 {
  font-size: 0.8em;
  color: #ccc;
  display: block;
}

.main {
  position: relative;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .main {
    padding: 0 20px;
  }
}
.main-h1 {
  font-size: 60px;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.3em 0.8em 0.55em;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
  width: 840px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main-h1 {
    width: 80%;
    font-size: 5.6640625vw;
  }
}
@media only screen and (max-width: 640px) {
  .main-h1 {
    font-size: 8.4375vw;
    text-align: left;
  }
}
.main-h1 p {
  font-size: 0.3em;
}
@media only screen and (max-width: 640px) {
  .main-h1 p {
    line-height: 2;
  }
}
.main picture img {
  width: 100%;
  height: 680px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1400px) {
  .main picture img {
    height: 580px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .main picture img {
    height: 500px !important;
  }
}
@media only screen and (max-width: 640px) {
  .main picture img {
    height: 450px !important;
  }
}

/**/
@media screen and (max-width: 1200px) {
  .nav {
    display: none;
  }
}

#global_footer {
  background: none !important;
}

.footer {
  background: #fff;
  padding: 20px 40px;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer-container {
    flex-wrap: wrap;
  }
}
.footer-container .col3 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col3 {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}
.footer-container .col3-menu {
  margin-left: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col3-menu {
    width: 100%;
    margin: 15px auto;
  }
}
.footer-container .col3-menu ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col3-menu ul {
    justify-content: center;
  }
}
.footer-container .col3-menu ul li:not(:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 20px;
}
.footer-container .col3-menu ul li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-container .col3-menu ul a {
  color: #333333 !important;
}
.footer-container .col4 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer-container .col4 {
    justify-content: center;
    width: 100%;
  }
}
.footer-container .col4 a {
  margin: 0 10px;
}
.footer-container .col4 i {
  font-size: 50px;
  color: #3b5998;
}

footer .nav {
  display: block !important;
}
footer .nav .nav-list {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .nav .nav-item {
  flex-grow: 1;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-item {
    flex-grow: inherit;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border-bottom: 4px solid #eee;
  }
}
@media only screen and (max-width: 640px) {
  footer .nav .nav-item {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .nav .nav-item:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}
footer .nav a {
  display: block;
  color: #333333;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .nav a {
    padding: 15px 0;
  }
}
footer .nav a:hover {
  color: #0f6c42;
}

.copyright {
  background: #f5f5f5;
  color: #bababa;
  font-size: 12px;
  padding: 0.85em 0;
}

.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #0f6c42;
  line-height: 50px;
}

.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.btn_1 {
  display: block;
  width: 330px;
  margin: 0 auto;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  background: #333333;
  color: #fff !important;
  position: relative;
  text-align: center;
  font-size: 15px;
}
.btn_1:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.box_1 {
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 834px) {
  .box_1 {
    flex-wrap: wrap;
  }
}
.box_1 .box {
  width: 50%;
  text-align: center;
  color: #7a220c;
  height: 400px;
}
@media only screen and (max-width: 834px) {
  .box_1 .box {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .box_1 .box:nth-child(1) {
    height: auto;
  }
}
.box_1 .box:nth-child(2) {
  padding-top: 40px;
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .box_1 .box:nth-child(2) {
    height: 62vw;
  }
}
.box_1 .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.box_1 .box > div {
  text-align: left;
  display: inline-block;
  line-height: 1.8;
}
.box_1 .box .pickup {
  display: block;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.box_1 .box .btn_1 {
  margin-top: 20px;
  background: #7a220c;
}

.cont_1 .slider ul {
  padding: 0 60px;
}
@media only screen and (max-width: 640px) {
  .cont_1 .slider ul {
    padding: 0 45px;
  }
}
.cont_1 .slider li {
  position: relative;
}
.cont_1 .slider li .case_img1 {
  position: absolute;
  bottom: -80px;
  left: 55%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .cont_1 .slider li .case_img1 {
    left: 50%;
  }
}
.cont_1 .slick-list {
  padding-bottom: 80px;
}
.cont_1 .slick-next,
.cont_1 .slick-prev {
  top: 40%;
  width: auto;
  height: auto;
  z-index: 1;
}
.cont_1 .slick-next:before,
.cont_1 .slick-prev:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #333333 !important;
  font-size: 60px;
}
@media only screen and (max-width: 640px) {
  .cont_1 .slick-next:before,
  .cont_1 .slick-prev:before {
    font-size: 48px;
  }
}
.cont_1 .slick-prev:before {
  content: "\f053";
}

.slider02 .slick-dots li button:before {
  color: #0f6476;
  font-size: 14px;
}
.slider02 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.slider02 .slick-dots {
  bottom: -80px !important;
}
.slider02 li.slick-slide {
  margin: 0 15px;
}
@media only screen and (max-width: 640px) {
  .slider02 li.slick-slide {
    margin: 0;
  }
}
.slider02 li.slick-slide img {
  margin-bottom: 10px;
  width: 100% !important;
}

.banner_link {
  display: block;
}

.banner_1 {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 100px 40px;
  background-size: cover;
  justify-content: space-between;
  background-position: right bottom;
}
@media only screen and (max-width: 1024px) {
  .banner_1 {
    padding: 50px 40px 110px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
  .banner_1 {
    padding: 50px 20px 110px;
  }
}
.banner_1 > div:nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .banner_1 > div:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .banner_1 > div:nth-child(1) {
    width: 100%;
    margin-bottom: 80px;
  }
}
.banner_1 > div:nth-child(2) {
  width: 50%;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .banner_1 > div:nth-child(2) {
    width: 80%;
  }
}
@media only screen and (max-width: 834px) {
  .banner_1 > div:nth-child(2) {
    width: 100%;
  }
}

.box_2 {
  position: relative;
}
.box_2 .box {
  width: 40%;
}
.box_2 .box:nth-child(1) {
  position: relative;
  z-index: 1;
  left: -30px;
}
.box_2 .box:nth-child(2) {
  position: relative;
  top: 50px;
  left: -80px;
  z-index: 0;
}
.box_2 .box:nth-child(3) {
  position: absolute;
  top: -50px;
  right: 20px;
}

.box_3 a {
  width: 32%;
  position: relative;
  margin-bottom: 2%;
}
@media only screen and (max-width: 1024px) {
  .box_3 a {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .box_3 a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box_3 a:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 1024px) {
  .box_3 a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .box_3 a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  .box_3 a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.box_3 a .box,
.box_3 a article {
  width: 100%;
  height: 100%;
}
.box_3 a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.box_3 a article > div {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2em;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
}
.box_3 a article > div:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.box_3._common a {
  position: relative;
  overflow: hidden;
}
.box_3._common a::before {
  content: "";
  padding-top: 70%;
  display: block;
}
.box_3._common a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.contact {
  color: #fff;
  background: url(../images/home/contact_bg.jpg) no-repeat;
  padding: 100px 40px;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .contact {
    padding: 100px 20px;
  }
}
.contact .en_1 {
  color: #fff !important;
}
.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
}
.contact-box .box:not(:last-child) {
  margin-right: 40px;
  font-size: 1.33em;
  font-family: "Open Sans", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 834px) {
  .contact-box .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 834px) {
  .contact-box .box {
    width: 100%;
    text-align: center;
  }
}
.contact-box a {
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.contact-box a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 18px;
}
.contact-box p {
  font-size: 12px;
  text-align: center;
  margin-top: 3px;
}
.contact-box i {
  font-size: 18px;
  margin-right: 5px;
}

.btn_2 {
  width: 330px;
  max-width: 100%;
  height: 65px;
  line-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  color: #fff !important;
}

.mgn0 .btn_1 {
  margin: 0;
}

.box_3.bb01 .box {
  font-size: 16px;
  width: 32%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .box_3.bb01 .box {
    width: 49%;
    margin-bottom: 4%;
  }
}
.box_3.bb01 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .box_3.bb01 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .box_3.bb01 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.box_3.bb01 .box img {
  margin-bottom: 10px;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #db421d;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media only screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media only screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner 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;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner 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;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner 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;
}

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

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_1._index h2 {
  font-size: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.title_1._common h2 {
  margin-bottom: 30px;
  font-size: 1.8em;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 1024px) {
  .title_1._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_1._common h2 {
    font-size: 1.4em;
  }
}
.title_1._common h3 {
  font-size: 1.4em;
  margin-bottom: 20px;
  background: #0f6476;
  color: #fff;
  padding: 0.4em;
  padding-left: 0.8em;
}
@media only screen and (max-width: 640px) {
  .title_1._common h3 {
    font-size: 1.2em;
  }
}
.title_2._index h2 {
  font-size: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.title_2._index h2 .en_1 {
  color: #db421d;
  display: block;
  font-size: 0.6em;
}
.title_2._common h2 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px;
  font-size: 1.6em;
  background: #f5f5f5;
  padding: 0.6em 1em 0.6em 1.8em;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 834px) {
  .title_2._common h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 640px) {
  .title_2._common h2 {
    font-size: 1.2em;
  }
}
.title_2._common h2:before {
  content: "";
  background: #0f6c42;
  width: 4px;
  height: 25px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.title_2._common h2:after {
  content: "";
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title_3._index h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.title_3._common h2 {
  margin-bottom: 60px;
  font-size: 1.8em;
  position: relative;
}
.title_3._common h2::first-letter {
  color: #db421d;
}
@media only screen and (max-width: 834px) {
  .title_3._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_3._common h2 {
    font-size: 1.4em;
  }
}
.title_3._common h2:before {
  content: "";
  background: #db421d;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.title_4._index h2 {
  font-size: 36px;
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 60px;
  position: relative;
  top: 25px;
  z-index: 1;
}
.title_4._common .btn_1 {
  width: 200px;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  margin-bottom: 40px;
  margin: -15px 0 40px auto;
}
.title_4._common h2 {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 1.8em;
  border-bottom: 2px solid #eee;
  position: relative;
}
.title_4._common h2:before {
  content: "";
  background: #db421d;
  height: 4px;
  width: 12%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .title_4._common h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 640px) {
  .title_4._common h2 {
    font-size: 1.4em;
  }
}

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

.red {
  color: #db421d;
}

.blue {
  color: #0f6476;
}

.green {
  color: #0f6c42;
}

.cont_tel {
  font-size: 18px;
}
.cont_tel .btn_2 {
  background: #333;
  font-size: 1.33em;
  font-family: "Open Sans", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
.cont_tel .btn_2:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 18px;
}
.cont_tel i {
  font-size: 18px;
  margin-right: 5px;
}
.cont_tel p {
  font-size: 12px;
  margin-top: 3px;
}

.scroll_area {
  height: 400px;
  overflow: auto;
  background: #f5f5f5;
  padding: 20px;
}
.scroll_area h4 {
  text-decoration: underline;
  font-size: 1.2em;
  margin-bottom: -30px;
  color: #db421d;
}
@media only screen and (max-width: 640px) {
  .scroll_area h4 {
    font-size: 1.1em;
  }
}
.scroll_area a {
  color: #333333 !important;
  text-decoration: underline !important;
}

.cont_btn a {
  width: 500px;
}

.mar0 .btn_1 {
  margin: 0;
}

.btnbox_1 .btn_1 {
  width: 100%;
}
.btnbox_1 .box {
  width: 24%;
  margin-bottom: 1%;
}
@media only screen and (max-width: 1024px) {
  .btnbox_1 .box {
    width: 32.5%;
  }
}
@media only screen and (max-width: 834px) {
  .btnbox_1 .box {
    width: 49%;
    margin-bottom: 2%;
  }
}
.btnbox_1 .box:not(:nth-child(4n)) {
  margin-right: 1%;
}
@media only screen and (max-width: 1024px) {
  .btnbox_1 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .btnbox_1 .box:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 834px) {
  .btnbox_1 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 834px) {
  .btnbox_1 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.flex_1 {
  display: flex;
  flex-wrap: wrap;
}
.flex_1 .l_box {
  width: 59%;
  margin-right: 2%;
}
@media only screen and (max-width: 834px) {
  .flex_1 .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex_1 .r_box {
  width: 39%;
}
@media only screen and (max-width: 834px) {
  .flex_1 .r_box {
    width: 80%;
    margin: 0 auto;
  }
}

input[type=text][name=username], input[type=password][name=password] {
  display: block;
  height: 40px;
  margin-bottom: 20px;
}

input[type=password][name=password] {
  margin-bottom: 60px !important;
}

input[type=submit][name=login] {
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
  border: none;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  display: block;
  outline: none;
  height: 65px;
  line-height: 65px;
  color: #fff;
  background: #333333;
  font-size: 15px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type=submit][name=login]::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.memoApp {
  max-width: 375px;
  margin: 0 auto 20px;
}

.memoApp input, .memoApp textarea, .memoApp button {
  margin-bottom: 10px;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-600 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-600 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-600 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-600 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-600 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-700 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-700 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-700 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-700 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-700 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-800 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-800 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-800 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-800 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-800 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-900 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-900 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-900 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-900 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-900 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1000 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1000 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1000 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1000 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1000 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1100 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1100 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1100 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1100 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1100 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1200 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1200 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1200 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1200 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1200 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1300 {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1300 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1300 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1300 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1300 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1400 {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1400 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1400 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1400 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1400 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1500 {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1500 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1500 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1500 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1500 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1600 {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1600 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1600 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1600 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1600 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.inner-1920 {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  .inner-1920 {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-1920 {
    max-width: 880px;
  }
}
@media only screen and (max-width: 834px) {
  .inner-1920 {
    max-width: 774px;
  }
}
@media only screen and (max-width: 640px) {
  .inner-1920 {
    max-width: 500px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.fix-dm-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .fix-dm-bg {
    background-position: 80% 70%;
  }
}
@media only screen and (max-width: 640px) {
  .fix-dm-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.fix-dm-bg * {
  color: white;
}
.fix-dm-bg__title > article > h2 {
  font-size: 66px;
  font-weight: bold;
  text-shadow: 1px 1px 6px #006776;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .fix-dm-bg__title > article > h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 834px) {
  .fix-dm-bg__title > article > h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .fix-dm-bg__title > article > h2 {
    font-size: 24px;
  }
}
.fix-dm-bg__text > div {
  text-shadow: 1px 1px 1px #474747;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .fix-dm-bg__text > div {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .fix-dm-bg__text > div br {
    display: none;
  }
}

.fix-marker-title {
  display: inline;
  padding: 3px 10px;
  color: white;
  background-color: #d1291a;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .fix-marker-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .fix-marker-title {
    font-size: 16px;
  }
}

.fix-qr-content {
  position: relative;
  z-index: 1;
}
.fix-qr-content .box {
  width: 100%;
}
.fix-qr-content .box > article {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .fix-qr-content .box > article {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}
.fix-qr-content .box > article > h3 {
  display: none;
}
.fix-qr-content .box > article > div {
  flex: 1 0 0;
}
.fix-qr-content .box > article > img {
  width: 30% !important;
}
@media only screen and (max-width: 640px) {
  .fix-qr-content .box > article > img {
    display: block;
    width: auto !important;
    max-width: 200px;
    margin-left: auto;
  }
}
.fix-qr-content .fix-marker-title {
  flex: 0 0 auto;
}

.fix-column-content .box {
  margin-bottom: 40px;
  padding: 30px 20px 20px;
  background-color: #fef7f4;
  border: 2px solid #d1291a;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .fix-column-content .box:last-child {
    margin-bottom: 0;
  }
}

.fix-label {
  padding: 3px 10px;
  color: white;
  background-color: #d1291a;
  font-weight: bold;
  border-radius: 0 100vh 100vh 0;
  position: absolute;
  top: 0;
  left: -2px;
  transform: translate(0, -50%);
}

.fix-grid-content {
  display: grid !important;
  grid-template: 1fr 1fr/1fr 1fr;
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 640px) {
  .fix-grid-content {
    display: block !important;
  }
}
.fix-grid-content .box {
  padding: 30px 20px 20px;
  background-color: #fef7f4;
  border: 2px solid #d1291a;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .fix-grid-content .box {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .fix-grid-content .box:last-child {
    margin-bottom: 0;
  }
}
.fix-grid-content .box:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.fix-grid-content .box:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.fix-grid-content .box:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2/3;
}

.fix-column-content .box {
  width: 100%;
}

.fix-illusts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: -10px;
}
.fix-illusts__list {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.fix-illusts__list:last-child {
  margin-right: 0;
}
.fix-illusts__list > img {
  display: inline-block;
  width: auto !important;
  height: 50px !important;
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fix-dm-point .box {
  width: 100%;
}
.fix-dm-point .box > article {
  display: flex;
  align-items: flex-start;
}
.fix-dm-point .box > article > h3 {
  display: none;
}
.fix-dm-point .box > article > img {
  margin-right: 20px;
}
.fix-dm-point .box > article > div {
  font-weight: bold;
}/*# sourceMappingURL=assets.css.map */