@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&display=swap");
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

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

.mb-3 {
  margin-bottom: 15px !important;
}

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

.mb-5 {
  margin-bottom: 25px !important;
}

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

.mb-7 {
  margin-bottom: 35px !important;
}

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

.mb-9 {
  margin-bottom: 45px !important;
}

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

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

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

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

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

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

.container-lg {
  width: 100%;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 114rem;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  background-color: #ffffff;
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
span {
  margin: 0;
  padding: 0;
}

a {
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}

a:focus-visible,
a:focus {
  outline: none;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

a:active {
  color: #222222;
  text-decoration: none;
}

.nav-link:focus-visible {
  outline: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

.new-line {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.tel {
  color: #222222;
}

.g-map {
  margin-left: 0.5rem;
}
.g-map i {
  color: #ea0000;
}

.annotation {
  font-size: 1.2rem;
}

*::selection {
  background-color: #ccc;
}

.paging-box {
  text-align: center;
}

div.paging {
  display: inline-block;
  padding: 4rem 0 5rem;
  margin: 0 auto;
}

div.paging span.current,
div.paging span.paging-text {
  font-size: 1.4rem;
  margin: 0px 2px;
  color: #333;
  border: 1px solid #ccc;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}

div.paging span.paging-text a {
  padding: 3px 8px;
  display: block;
}

div.paging span.current {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

div.paging span.paging-text a:hover {
  background: #CCC;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 576px) {
  div.paging span.current,
  div.paging span.paging-text {
    font-size: 1.6rem;
  }
}
.photo-ofi {
  height: 0;
  display: block;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-bottom: 67%;
  /* 高さを指定（ボックスの横幅を基準） */
}

.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.catalog_gallery_box div {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1s;
  }
  .fadein.fadein-left {
    transform: translate(-30px, 0);
  }
  .fadein.fadein-right {
    transform: translate(100px, 0);
  }
  .fadein.fadein-up {
    transform: translate(0, -30px);
  }
  .fadein.fadein-bottom {
    transform: translate(0, 30px);
  }
  .fadein.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

@media print {
  .fadein,
  .load-fade {
    opacity: 1 !important;
    transform: none !important;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* SPの背景設定 スクロール切り替え無し */
.g-nav {
  width: 100%;
  background-color: rgb(255, 255, 255);
  transition: 0.2s;
  z-index: 1000;
}

/* PCの背景設定 スクロール切り替えあり */
@media (min-width: 768px) {
  .g-nav {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s;
    justify-content: space-between;
  }
  /* スクロールでヘッダー背景色表示 */
  .hide {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.g-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 7rem;
  padding: 0 1.5rem;
}

.h-logo-box {
  width: 18rem;
  margin-bottom: 0;
}
.h-logo-box img {
  width: 100%;
  height: auto;
}

.nav-button-box {
  padding: 0;
}

.nav-button {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1000;
}

@media (min-width: 768px) {
  .g-nav {
    height: auto;
    padding: 0;
  }
  .h-logo-box {
    width: clamp(18rem, 10vw, 23.7rem);
    margin-left: 3rem;
  }
}
.ham_right_left {
  position: fixed;
  z-index: 999;
  padding: 7rem 0;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
.panelactive {
  right: 0;
}

.h-navbar-list {
  padding: 0;
}
.h-navbar-list > li {
  border-bottom: 1px solid #ddd;
}
.h-navbar-list > li > a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 2rem 1.5rem;
}
.h-navbar-list > li > a span {
  margin-left: 1.5rem;
}
.h-navbar-list > li > a span i {
  margin-left: 1rem;
}

.h-subnav-list {
  padding: 2rem 0 0;
  margin: 0;
  text-align: center;
}
.h-subnav-list li {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0.05rem;
  padding-bottom: 0.5rem;
}
.h-subnav-list li a {
  color: #222222;
}

.h-subnav-list .h-sns {
  font-size: 2rem;
}
.h-subnav-list .h-sns .h-facebook {
  margin-left: 1.5rem;
}

.h-subnav-list .tel {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  color: #fff;
  padding: 1rem 1.5rem;
  background-color: #ea0000;
  display: inline-block;
}
.h-subnav-list .tel i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}

.h-navbar-list li a.h-active {
  background-color: #ea0000;
  color: #ffffff;
}

.h-nav-fade {
  display: block;
}

@media (min-width: 768px) {
  .nav-button-box {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .h-navbar-wrap {
    width: auto;
    height: 10rem;
    padding: 0 3rem 0 0;
    background-color: transparent;
    position: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .h-navbar-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .h-navbar-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .h-navbar-list li {
    border-bottom: none;
  }
  .h-navbar-list > li > a {
    color: #222;
    padding: 0 1rem;
    text-align: center;
    position: relative;
  }
  .h-navbar-list > li > a span {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .h-navbar-list > li > a span i {
    margin-left: 0.5rem;
  }
  .h-navbar-list > li > a:after {
    content: "";
    display: block;
    width: calc(100% - 3rem);
    height: 0.3rem;
    background-color: #ea0000;
    transition: 0.3s;
    position: absolute;
    bottom: -0.5rem;
    left: 1.5rem;
    transition: 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  .h-navbar-list li a.h-active {
    background-color: transparent;
    color: #222;
  }
  .h-navbar-list li a.h-active:before {
    content: "";
    display: block;
    width: calc(100% - 3rem);
    height: 0.3rem;
    background-color: #ea0000;
    position: absolute;
    bottom: -0.5rem;
    left: 1.5rem;
  }
  .h-navbar-list li a.h-active:after {
    display: none;
  }
  .h-subnav-list {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    text-align: left;
  }
  .h-subnav-list li {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.05rem;
    padding-bottom: 0;
  }
  .h-subnav-list li span {
    color: #222;
  }
  .h-subnav-list li a {
    color: #222;
  }
  .h-subnav-list .h-sns {
    font-size: 2rem;
  }
  .h-subnav-list .h-sns .h-facebook {
    margin-left: 1.5rem;
  }
  .h-subnav-list .tel {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
  .h-subnav-list .tel i {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .h-navbar-list > li > a {
    padding: 0 1.5rem;
  }
  .h-navbar-list > li > a span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .h-navbar-box {
    flex-direction: row;
  }
  .h-navbar-list {
    margin-right: 2.5rem;
  }
  .h-subnav-list .tel {
    font-family: "Montserrat", sans-serif;
    font-size: 2.1rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem 1.5rem;
    background-color: #ea0000;
    display: inline-block;
  }
  .h-subnav-list .tel i {
    font-size: 1.6rem;
    margin-right: 0.5rem;
  }
}
@media (hover: hover) {
  .h-navbar-list li a:hover:after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
  }
}
.h-subnav-list .h-contact-btn {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #222222;
}
.h-subnav-list .h-contact-btn a {
  font-size: 1.6rem;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .h-subnav-list .h-contact-btn {
    width: auto;
    margin: 0 auto;
    border: none;
  }
  .h-subnav-list .h-contact-btn a {
    height: 10rem;
    font-size: 1.6rem;
    color: #fff;
    padding: 4rem 2rem 3rem;
    background-color: #222222;
  }
}
@media (hover: hover) {
  .h-subnav-list .h-contact-btn a:hover {
    opacity: 0.7;
  }
}
.h_dropdown_menu {
  position: relative;
}

.h_dropdown_menu_item:first-of-type {
  border-top: 1px solid #cecece;
}
.h_dropdown_menu_item:last-of-type a {
  border-bottom: none;
}

.h_dropdown_menu_item a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  display: block;
  background-color: #fff;
  padding: 2rem 0 2rem 2rem;
  border-bottom: 1px solid #cecece;
  transition: 0.3s;
}

@media (hover: hover) {
  .h_dropdown_menu_item a:hover {
    background-color: #ddd;
  }
}
@media (min-width: 768px) {
  .h_dropdown_menu_box {
    position: absolute;
    top: 5.5rem;
    right: 50%;
    transform: translateX(50%);
  }
  .h_dropdown_menu_box .h_dropdown_menu_item {
    position: relative;
    z-index: 10;
  }
  .h_dropdown_menu_box::after {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
  }
  .h_dropdown_menu_item a {
    text-align: center;
    padding: 1.5rem 2rem;
  }
}
/*下の階層を持っているulの指定*/
.h-navbar-list li.has-child ul {
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
.h-navbar-list li.has-child:hover > ul,
.h-navbar-list li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .h-navbar-list li.has-child ul {
    display: block;
  }
  .h-navbar-list li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
}
.footer {
  width: 100%;
}

.footer-container {
  width: 100%;
  padding: 4rem 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.footer-wrap {
  position: relative;
  z-index: 10;
}

.footer-logo {
  text-align: center;
  margin-bottom: 3rem;
}
.footer-logo span {
  display: inline-block;
  margin-right: 1rem;
}

.foote-address {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 2rem;
}
.foote-address ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-address ul li a {
  margin-left: 0;
}

.footer-sub-menu-box {
  width: 100%;
}

.f-tel-item {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
}
.f-tel-item span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #222222;
  display: block;
}

.f-contact-item {
  width: 80%;
  margin: 0 auto 3rem;
}

.footer-sub-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0 1.5rem 1.5rem;
}
.footer-sub-menu li {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.footer-sub-menu li:last-child {
  margin-bottom: 0;
}
.footer-sub-menu li a {
  color: #ffffff;
  padding: 0.5rem;
}
.footer-sub-menu li a:hover {
  color: #222222;
  text-decoration: none;
}

.copyright {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05rem;
  text-align: center;
  background-color: #ea0000;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .footer-container {
    padding: 6rem 1.5rem;
  }
  .foote-address {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.05rem;
    margin-bottom: 0rem;
  }
  .foote-address ul {
    margin-bottom: 0;
  }
  .foote-address .new-line {
    display: none;
  }
  .footer-sub-menu-box {
    max-width: 56rem;
  }
  .f-tel-item {
    text-align: left;
  }
  .f-tel-item p {
    margin: 0;
  }
  .f-tel-item span {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #222222;
    display: inline-block;
    margin-left: 1rem;
  }
  .f-contact-item {
    max-width: 54rem;
    margin: 2.5rem 0;
  }
  .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
  }
  .footer-sub-menu {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
  }
  .footer-sub-menu li {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #222222;
    letter-spacing: 0.05rem;
    margin: 0 1.5rem 0.5rem 0;
  }
}
@media (hover: hover) {
  .footer .g-map {
    opacity: 0.8;
  }
  .footer-sub-menu li a:hover {
    color: #ffffff;
    opacity: 0.8;
  }
}
/* --------------------------------------------
ハンバーガーナビゲーション
-------------------------------------------- */
/* SPハンバーガーナビゲーションのアニメーション バリデーター対策済み */
.nav-button-box {
  padding: 0 0 0 0;
}

.openbtn {
  display: block;
  position: relative;
  cursor: pointer;
}

.nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 55px;
  height: 55px;
  padding: 0.5rem;
  background-color: #222;
}

.openbtn .h-bar-box span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 3px;
  background-color: #fff;
  width: 62%;
}

.openbtn .h-bar-box span:nth-of-type(1) {
  top: 11px;
}

.openbtn .h-bar-box span:nth-of-type(2) {
  top: 20px;
}

.openbtn .h-bar-box span:nth-of-type(3) {
  top: 29px;
}

.openbtn.active .h-bar-box span:nth-of-type(1) {
  top: 15px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openbtn.active .h-bar-box span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active .h-bar-box span:nth-of-type(3) {
  top: 27px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}

.nav-button .h-bar-text {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}

.pagetop {
  width: 4rem;
  height: 4rem;
  background-color: #222222;
  position: fixed;
  right: 1.5rem;
  bottom: 4rem;
  opacity: 0.7;
  z-index: 100;
  cursor: pointer;
}
.pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagetop span i {
  color: #ffffff;
  font-size: 2.1rem;
}

@media (min-width: 768px) {
  .pagetop {
    right: 2rem;
    bottom: 5rem;
  }
}
.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

@media (min-width: 768px) {
  .content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.content-container {
  position: relative;
  z-index: 50;
}

.content-title-container {
  position: relative;
  z-index: 50;
}

.content-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.05rem;
  margin-bottom: 3rem;
}
.content-title span {
  display: block;
}

.content-title .content-title-up {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #222222;
  padding-bottom: 1.5rem;
}
.content-title .content-title-up span {
  display: inline-block;
  color: #ea0000;
}

.content-title.c_t_above {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-title.c_t_above .content-title-up {
  position: relative;
}
.content-title.c_t_above .content-title-up:before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 3rem;
  background-color: #222222;
  position: absolute;
  top: -3rem;
  left: calc(50% - 1px);
}

.content-title.c_t_right .content-title-up > span {
  margin-top: -2.5rem;
}

.content-title.c_t_right .content-title-up {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content-title.c_t_right .content-title-up::after {
  content: "";
  display: block;
  width: 25%;
  height: 0.2rem;
  background-color: #222222;
  margin-left: auto;
}

.content-title.c_t_left {
  color: #fff;
}
.content-title.c_t_left .content-title-up {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
}
.content-title.c_t_left .content-title-up::before {
  content: "";
  display: block;
  width: calc(100% - 17rem);
  height: 0.2rem;
  background-color: #fff;
  margin-right: auto;
}

.u_kakou .content-title.c_t_right .content-title-up::after {
  width: calc(100% - 16rem);
}

.u_kakou .content-title.c_t_right .content-title-up > span {
  margin-top: 0rem;
}

@media (min-width: 576px) {
  .content-title.c_t_right .content-title-up > span {
    margin-top: 0rem;
  }
  .content-title.c_t_right .content-title-up .new-line {
    display: none;
  }
  .content-title.c_t_right .content-title-up::after {
    width: calc(100% - 40rem);
  }
  .content-title.c_t_left .content-title-up .new-line {
    display: none;
  }
  .content-title.c_t_left .content-title-up::before {
    width: calc(100% - 17rem);
  }
}
@media (min-width: 768px) {
  .content-title {
    font-size: 3.5rem;
  }
  .content-title .content-title-up {
    font-size: 3rem;
  }
  .content-title.c_t_right .content-title-up {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .content-title.c_t_right .content-title-up::after {
    content: "";
    display: block;
    width: calc(100% - 57rem);
    height: 0.2rem;
    background-color: #222222;
    margin-left: 1rem;
  }
  .content-title.c_t_left .content-title-up::before {
    width: calc(100% - 25rem);
  }
  .u_kakou .content-title.c_t_right .content-title-up::after {
    content: "";
    display: block;
    width: calc(100% - 24rem);
  }
}
.content-text-item {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
}

.t_about .content-text-lead {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .content-text-lead {
    font-size: 2.4rem;
  }
}
.content-btn a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05rem;
  display: inline-block;
  padding: 2rem 2rem;
  background-color: #ea0000;
  border: 1px solid #ea0000;
  border-radius: 0;
  position: relative;
  z-index: 0;
}
.content-btn a i {
  color: #ffffff;
  margin-left: 5rem;
}

.content-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #ffffff;
  transition: 0.3s;
  left: 0;
}

.content-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
}

@media (hover: hover) {
  .content-btn a:hover {
    color: #ea0000;
  }
  .content-btn a:hover i {
    color: #ea0000;
  }
  .content-btn a:hover:before {
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .content-btn a i {
    margin-left: clamp(10rem, 10vw, 15rem);
  }
}
.f-contact-item .content-btn {
  width: 100%;
  text-align: center;
}
.f-contact-item .content-btn a {
  color: #ffffff;
  padding: 1rem;
  background-color: #222222;
  transition: 0.8s;
}
.f-contact-item .content-btn a::before {
  background-color: #ffffff;
}
.f-contact-item .content-btn a span::before,
.f-contact-item .content-btn a span::after {
  content: "";
  display: none;
}

@media (hover: hover) {
  .f-contact-item .content-btn a:hover {
    color: #222222;
  }
}
.contact-row-3 .contact-row3-b-btn {
  width: 90%;
}

.contact-row-3 .btn-box {
  display: block;
}

.contact-row-3 .contact-row3-b-btn a {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05rem;
  display: block;
  width: 100%;
  padding: 1rem 0;
  border: 1px solid #ffffff;
}

.content-img-item {
  width: 100%;
  margin-bottom: 2rem;
}
.content-img-item:last-of-type {
  margin-bottom: 0;
}

.main-copy-wrap {
  padding: 9rem 1.5rem 0;
}

.main-copy-text {
  font-family: "Montserrat", sans-serif;
  font-size: 9vw;
  font-weight: 900;
  color: #222222;
  letter-spacing: 0;
  line-height: 1;
}

.initials-y {
  color: #ea0000;
}

@media (min-width: 768px) {
  .main-copy-wrap {
    padding: 15rem 0 2rem 3rem;
  }
  .main-copy-text {
    font-size: 7.4rem;
  }
  .main-copy-text .new-line {
    display: none;
  }
}
.cover {
  width: 100%;
  height: 40rem;
  padding: 0;
  position: relative;
}

.cover-container {
  width: 100%;
}

.cover-wrap {
  width: 100%;
  height: 40rem;
  position: relative;
}

.cover-slideshow {
  position: relative;
  z-index: 0;
}

.slide-items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slick-list {
  width: 100%;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
  height: 40rem;
}

.slider-pro ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .cover {
    padding: 0;
    height: 95rem;
  }
  .slide-items img {
    height: 95rem;
  }
  .cover-wrap {
    height: 95rem;
  }
}
.cover-title-wrap {
  width: clamp(30rem, 90vw, 55.1rem);
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
  z-index: 10;
}

@media (min-width: 576px) {
  .cover-title-wrap {
    width: clamp(32rem, 70vw, 84.5rem);
    position: absolute;
    bottom: 6rem;
    left: 1.5rem;
    z-index: 10;
  }
}
@media (min-width: 768px) {
  .cover-title-wrap {
    bottom: 15rem;
    left: 3rem;
    z-index: 10;
  }
}
.cover-btn {
  font-size: 1.4rem;
  padding: 1rem 3rem;
  border: 1px solid #222222;
}
.cover-btn:focus {
  outline: 0;
  box-shadow: none;
}

.bread-list {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.breadcrumb-001 {
  display: flex;
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}

.breadcrumb-001 li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.breadcrumb-001 a {
  color: #222222;
  text-decoration: none;
}

.breadcrumb-001 li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  margin-left: 10px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  content: "";
}

.breadcrumb-001 li:nth-child(n+2) {
  margin-left: 1rem;
}

.sub-cover-container {
  width: 100%;
  height: 40rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-cover-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 40rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.kakou-scc {
  background-image: url(../images/mv/u_kakou_mv.jpg);
}

.setsubi-scc {
  background-image: url(../images/mv/u_setsubi_mv.jpg);
}

.company-scc {
  background-image: url(../images/mv/u_company_mv.jpg);
}

.contact-scc {
  background-image: url(../images/mv/u_content_mv.jpg);
}

.sub-cover .main-copy-text {
  font-size: 4rem;
}

@media (min-width: 768px) {
  .sub-cover .main-copy-text {
    font-size: 7.4rem;
  }
  .sub-cover-container {
    height: 40rem;
  }
}
.sub-cover_title_box {
  width: 100%;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 15;
  padding-top: 5rem;
}

.sub-cover_title {
  font-size: 3rem;
  font-weight: 700;
  color: #222222;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}

@media print {
  body {
    page-break-after: always;
    position: relative;
    counter-increment: print_page_count;
    /* ページ番号のインクリメント */
  }
  .header {
    position: absolute;
  }
  .g-nav {
    position: absolute;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .footer-sub-menu li {
    width: 8rem;
    margin: 0 1rem 0 0;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
}
.t_about .content-text-lead {
  font-size: 1.8rem;
  font-weight: 500;
}

.t_about .emphasis {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #ea0000;
  padding: 1rem 3rem;
  max-width: 40rem;
  margin: 0 auto;
}

.t_about .content-img-box {
  width: clamp(30rem, 5vw, 40rem);
  margin: 0 auto;
}

.t_about .content-bg-box {
  display: flex;
  flex-direction: column;
}

.t_about .content-bg-box .content-bg-item {
  width: 80%;
}
.t_about .content-bg-box .content-bg-item:last-child {
  margin-top: 3rem;
  margin-left: auto;
}
.t_about .content-bg-box .content-bg-item img {
  object-fit: cover;
  height: 25rem;
}

@media (min-width: 768px) {
  .t_about .new-line {
    display: none;
  }
  .t_about .content-text-lead {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .t_about .content-bg-box {
    flex-direction: row;
    justify-content: space-between;
  }
  .t_about .content-bg-box .content-bg-item {
    width: 48%;
  }
  .t_about .content-bg-box .content-bg-item img {
    object-fit: cover;
    height: 30rem;
  }
}
@media (min-width: 1200px) {
  .t_about .content-bg-box .content-bg-item {
    width: calc((100% - 90rem) / 2);
    height: 60rem;
    position: absolute;
    z-index: 0;
  }
  .t_about .content-bg-box .content-bg-item:first-child {
    bottom: 10rem;
    left: 0;
  }
  .t_about .content-bg-box .content-bg-item:last-child {
    margin: 0;
    bottom: 18rem;
    right: 0;
  }
  .t_about .content-bg-box .content-bg-item img {
    height: 60rem;
  }
}
.t_processing {
  background-color: #f2f2f2;
}

.t_processing .content-item-box:first-child {
  margin-bottom: 2.5rem;
}

.t_processing .content-img-box {
  position: relative;
  z-index: 50;
}
.t_processing .content-img-box img {
  object-fit: cover;
  height: 30rem;
}

.t_processing .content-img-box h4 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
}
.t_processing .content-img-box h4 span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  opacity: 0.5;
  margin-left: 0.5rem;
}

.t_processing .content-text-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}
.t_processing .content-text-list li {
  font-size: 1.2rem;
  width: 50%;
}
.t_processing .content-text-list li:last-of-type {
  width: 100%;
}

@media (min-width: 768px) {
  .t_processing .content-text-list li {
    padding: 0.2rem 0;
    font-size: 1.4rem;
    width: 50%;
  }
  .t_processing .content-text-list li:last-of-type {
    width: 100%;
  }
  .t_processing .content-img-box img {
    object-fit: cover;
    height: 38rem;
  }
}
.u_leave {
  background-image: url(../images/top/t_leave_bg_b.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.u_leave .content-text-list {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.u_leave .content-text-list li {
  margin-bottom: 1rem;
}
.u_leave .content-text-list li span {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #ea0000;
  padding: 1rem;
}

@media (min-width: 576px) {
  .u_leave .content-text-list li {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .u_leave {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .u_leave .content-title-box,
  .u_leave .content-box {
    max-width: 78.5rem;
    margin-left: auto;
  }
  .u_leave .content-title-box {
    text-align: center;
  }
  .u_leave .content-title-box .content-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
  }
  .u_leave .content-text-wrap {
    margin: 0 -1.5rem;
  }
  .u_leave .content-text-list li span {
    font-size: 1.8rem;
  }
}
.u_leave .content-bg-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.u_leave .content-bg-item img {
  object-fit: cover;
  height: 50rem;
}

.u_product .content-box {
  width: 100%;
  padding: 0 1.5rem;
}

@media (min-width: 1487px) {
  .u_product .content-box {
    width: 148.7rem;
    margin: 0 auto;
  }
}
.u_product {
  overflow: hidden;
}

.u_product .content-bg-box .content-bg-item {
  width: 75%;
  height: 80%;
  background-color: #ea0000;
  position: absolute;
  top: 21rem;
  right: 0;
  z-index: 0;
}

.t_contact .content-text-lead {
  text-align: center;
  margin-bottom: 5rem;
}

.t_contact .content-contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.t_contact .content-contact-item {
  margin-bottom: 3rem;
}
.t_contact .content-contact-item .content-contact-tel {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #222222;
}
.t_contact .content-contact-item .content-contact-tel span {
  font-size: 3.5rem;
}

@media (min-width: 768px) {
  .t_contact .content-contact-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 1rem;
  }
  .t_contact .content-contact-item {
    margin-bottom: 0rem;
  }
  .t_contact .content-contact-item .content-contact-tel span {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .t_contact .content-contact-box {
    max-width: 90rem;
    margin: 0 auto;
  }
}
.u_kakou .content-img-box {
  position: relative;
}
.u_kakou .content-img-box .content-img-item {
  width: 100%;
}

@media (min-width: 576px) {
  .u_kakou .content-img-box .content-img-item {
    width: 80%;
    margin-left: auto;
    position: relative;
    z-index: 0;
  }
  .u_kakou .content-img-box .content-img-item:last-of-type {
    width: 55%;
    margin-top: -20rem;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .u_kakou .content-img-box .content-img-item {
    width: 80%;
    margin-left: auto;
    position: relative;
    z-index: 0;
  }
  .u_kakou .content-img-box .content-img-item:last-of-type {
    width: 55%;
    margin-top: -20rem;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .u_kakou .content-img-box .content-img-item:last-of-type {
    width: 55%;
    margin-top: -13rem;
  }
}
.u_choice {
  background-color: #f2f2f2;
}

.u_choice .content-img-box {
  width: 80%;
  margin: 0 auto 2rem;
}
.u_choice .content-img-box img {
  object-fit: cover;
  height: 28rem;
}

.u_choice .content-fa-title {
  margin-bottom: 2rem;
}
.u_choice .content-fa-title h4 {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ea0000;
}
.u_choice .content-fa-title h4 span {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #ea0000;
  margin-right: 0.5rem;
  opacity: 0.5;
}

.u_choice .content-text-item {
  margin-bottom: 1rem;
}

.u_choice .content-item-box {
  margin-bottom: 3rem;
}
.u_choice .content-item-box:last-of-type {
  margin-bottom: 0;
}

.u_choice .content-text-wrap {
  margin-bottom: 2rem;
}
.u_choice .content-text-wrap .content-se-text-list {
  width: 100%;
}
.u_choice .content-text-wrap .content-se-text-list li {
  font-size: 1.4rem;
}
.u_choice .content-text-wrap .content-se-text-list li::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #222222;
  margin-right: 0.5rem;
}

.u_choice .content-se-item-title-box h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ea0000;
}

.u_choice .content-se-img-box .content-se-img-item img {
  object-fit: cover;
  height: 28rem;
}

.u_choice .content-se-img-box .content-se-text-list li:last-of-type {
  width: 100%;
}

@media (min-width: 576px) {
  .u_choice .content-se-img-box {
    display: flex;
    justify-content: space-between;
  }
  .u_choice .content-se-img-item {
    width: 80%;
    margin: 0 auto;
  }
  .u_choice .content-se-img-box .content-se-text-list {
    width: calc((100% - 1.5rem) / 2);
    display: block;
  }
}
@media (min-width: 768px) {
  .u_choice .content-item-box .content-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .u_choice .content-item-box:last-of-type .content-item {
    flex-direction: row-reverse;
  }
  .u_choice .content-text-wrap {
    width: calc((100% - 3rem) / 2);
  }
  .u_choice .content-se-img-box {
    width: calc((100% - 3rem) / 2);
  }
  .u_choice .content-fa-title h4 {
    font-size: clamp(2.4rem, 3vw, 3rem);
  }
  .u_choice .content-fa-title h4 span {
    font-size: 5rem;
  }
  .u_choice .content-se-img-box {
    flex-direction: column;
    justify-content: space-between;
  }
  .u_choice .content-se-img-item {
    width: 100%;
  }
  .u_choice .content-se-img-box .content-se-text-list {
    display: flex;
    width: 100%;
  }
  .u_choice .content-se-img-box .content-se-img-item img {
    height: 35rem;
  }
}
.u_req_01 {
  position: relative;
  background-color: #f2f2f2;
}

.u_req_01 .content-title-para {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 3rem;
}

.u_req_01 .content-wrap:first-of-type .content-box {
  padding-top: 0;
}

.u_req_01 .content-box {
  display: flex;
  flex-direction: column-reverse;
  padding: 5rem 0 2rem;
  border-bottom: 1px solid #b6b5b5;
  position: relative;
}
.u_req_01 .content-box::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: block;
  border-bottom: 0.5rem solid #ea0000;
  border-right: 0.5rem solid #ea0000;
  opacity: 0.5;
  position: absolute;
  bottom: -3.3rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.u_req_01 .content-wrap:last-of-type .content-box {
  border-bottom: none;
  padding-bottom: 0;
}
.u_req_01 .content-wrap:last-of-type .content-box::before {
  display: none;
}

.u_req_01 .content-text-wrap .content-text-item {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.u_req_01 .content-text-box h4 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u_req_01 .content-text-box h4 span {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #ea0000;
  margin-right: 0.5rem;
}

.u_req_01 .content-text-btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1rem 0;
}

.u_req_01 .content-text-tell {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #222222;
  color: #ea0000;
}
.u_req_01 .content-text-tell span {
  font-size: 3.5rem;
}
.u_req_01 .content-text-tell .tel {
  color: #ea0000;
}

.u_req_01 .contact-btn a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  background-color: #112470;
  margin-right: 1rem;
  padding: 0.7rem 2rem;
}
.u_req_01 .contact-btn a i {
  margin-right: 0.5rem;
}

.u_req_01 .content-img-item {
  width: 30rem;
  margin: 0 auto;
  overflow: hidden;
}
.u_req_01 .content-img-item img {
  object-fit: cover;
  height: 25rem;
}

.u_req_01 .content-btn-box {
  padding-bottom: 0;
}

.u_req_01 .content-btn {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .u_req_01 .content-text-btn-box {
    flex-direction: row;
    justify-content: center;
  }
  .u_req_01 .content-text-tell {
    margin-right: 2rem;
    font-size: 2rem;
  }
  .u_req_01 .content-text-tell span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .u_req_01 .content-box {
    flex-direction: row;
    padding: 6rem 0 2rem;
  }
  .u_req_01 .content-text-box h4 {
    font-size: 3rem;
    justify-content: flex-start;
  }
  .u_req_01 .content-text-box h4 span {
    font-size: 5rem;
  }
  .u_req_01 .content-text-wrap .content-text-item {
    justify-content: flex-start;
  }
  .u_req_01 .content-text-btn-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .u_req_01 .content-img-box {
    width: 25rem;
    height: 17rem;
    margin-right: 3rem;
  }
  .u_req_01 .content-img-box .content-img-item {
    width: 25rem;
  }
  .u_req_01 .content-img-box .content-img-item img {
    object-fit: cover;
    height: 17rem;
  }
  .u_req_01 .content-text-wrap {
    width: calc(100% - 28rem);
  }
  .u_req_01 .content-btn {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .u_req_01 .content-text-btn-box {
    flex-direction: row;
  }
}
.u_kakou_contact .content-text-lead {
  margin-bottom: 2rem;
}

.u_kakou_contact .content-text-item_add {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.u_facility .content-box {
  margin-bottom: 5rem;
}

.u_facility .content-sta-img-item {
  width: 100%;
  margin: 0 auto;
}

.u_facility .content-img-box {
  margin-bottom: 2rem;
}
.u_facility .content-img-box .content-img-list {
  position: relative;
  width: 100%;
}
.u_facility .content-img-box .content-img-list .content-text-item {
  font-size: 1.4rem;
  padding: 1rem;
  text-align: center;
  background-color: rgba(234, 0, 0, 0.5);
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.u_facility .content-box .content-fa-title {
  display: flex;
  justify-content: center;
}

.u_facility .content-fa-para {
  text-align: center;
}

.u_facility .content-fa-title h4 {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 700;
  color: #ea0000;
  margin-bottom: 2rem;
}
.u_facility .content-fa-title h4 span {
  font-size: 1.8rem;
}
.u_facility .content-fa-title h4 span.fa-title-num {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #ea0000;
  margin-right: 0.5rem;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .u_facility .content-box {
    align-items: center;
  }
  .u_facility .content-img-box {
    margin-bottom: 0rem;
  }
  .u_facility .content-title.c_t_above .content-title-up {
    font-size: 3.5rem;
  }
  .u_facility .content-box:first-of-type .content-fa-title {
    justify-content: flex-start;
  }
  .u_facility .content-box:first-of-type .content-fa-title h4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .u_facility .content-box:first-of-type .content-fa-title h4 span {
    font-size: 2.4rem;
  }
  .u_facility .content-box:first-of-type .content-fa-title h4 span.fa-title-num {
    font-size: 5rem;
  }
  .u_facility .content-fa-title h4 {
    font-size: clamp(2.4rem, 10vw, 3rem);
  }
  .u_facility .content-fa-title h4 span.fa-title-num {
    font-size: 5rem;
  }
  .u_facility .content-fa-para {
    text-align: left;
  }
  .u_facility .content-sta-img-item {
    width: 100%;
  }
}
.content-grid-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.content-grid-box {
  margin-bottom: 2rem;
}
.content-grid-box:last-of-type {
  margin-bottom: 0;
}

.u_facility .content-grid {
  display: grid;
  grid-template-columns: 10fr 2fr;
  grid-template-rows: auto;
  font-size: 1.2rem;
}

.u_facility .content-grid li {
  background-color: #fff;
  border: 1px solid #b6b5b5;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
  border-top: none;
}
.u_facility .content-grid li:first-of-type {
  border-left: 1px solid #b6b5b5;
}

.u_facility .content-grid-title li {
  background-color: #ea0000;
  color: #ffffff;
  border-top: 1px solid #b6b5b5;
}

.item01 {
  grid-row: 1/6;
  grid-column: 1;
}

.item0101 {
  grid-row: 1/4;
  grid-column: 2;
}

.item02 {
  grid-row: 1/3;
  grid-column: 1;
}

.item0201 {
  grid-row: 1/3;
  grid-column: 2;
}

@media (min-width: 576px) {
  .content-grid-wrap {
    flex-direction: row;
  }
  .content-grid-box {
    width: calc((100% - 3rem) / 2);
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .content-grid-wrap {
    max-width: 90rem;
    margin: 0 auto;
  }
}
.u_facility .content-bg-box {
  width: 40%;
  height: 80%;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 0;
}

.u_profile .content-text-wrap {
  margin-bottom: 3rem;
}

.u_profile .content-text-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.u_profile .content-text-box dl {
  border-bottom: 2px solid #f2f2f2;
  padding: 1rem 0;
}
.u_profile .content-text-box dl:last-of-type dd a {
  color: #ea0000;
}

.u_profile .content-text-box dl dt {
  font-size: 1.6rem;
  padding: 0.5rem 0;
}

.u_profile .content-text-box dl dd {
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 1rem;
}

.u_profile .content-text-box dl dd a {
  color: #222222;
}

.u_profile .content-img-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.u_profile .content-img-box .content-img-item {
  width: 50%;
  margin-bottom: 0;
}
.u_profile .content-img-box .content-img-item:first-of-type {
  width: 100%;
}

@media (hover: hover) {
  .u_profile .content-text-box dl:last-of-type dd a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 576px) {
  .u_profile .content-img-box {
    width: 50rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .u_profile .content-wrap {
    width: 100%;
  }
  .u_profile .content-text-box {
    width: 100%;
    margin: 0 auto;
  }
  .u_profile .content-text-box dl {
    border-bottom: none;
    padding: 0;
  }
  .u_profile .content-text-box dl dt {
    padding: 3rem;
    border-bottom: 2px solid #ea0000;
  }
  .u_profile .content-text-box dl dd {
    padding: 3rem;
    border-bottom: 2px solid rgba(119, 119, 119, 0.5);
  }
  .u_profile .content-img-box {
    width: 70rem;
  }
}
.u_access {
  background-color: #f2f2f2;
}

.u_access .content-title {
  text-align: center;
}

.u_access .g-map {
  display: block;
  width: 100%;
  height: 40rem;
  margin: 0 auto;
}

.u_access .content-text-item {
  padding: 1rem 0;
}
.u_access .content-text-item li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.u_access .content-text-item li::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ea0000;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .u_access .g-map {
    width: 100%;
    height: 50rem;
  }
}
.b-inPage {
  padding-top: 5rem;
}

.b-inPage .b-inPage-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.b-inPage .b-inPage-box li {
  width: 80%;
  margin: 0 auto 1rem;
}
.b-inPage .b-inPage-box li a {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 1rem;
  border: 1px solid #222222;
}
.b-inPage .b-inPage-box li a i {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

@media (min-width: 576px) {
  .b-inPage .b-inPage-box li {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 850px) {
  .b-inPage .b-inPage-box li {
    width: calc((100% - 15px) / 4);
  }
  .b-inPage .b-inPage-box li a {
    padding: 2rem 0 1.5rem;
    position: relative;
    z-index: 0;
  }
  .b-inPage .b-inPage-box li a i {
    font-size: 1.4rem;
  }
}
.fromTheSide a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #ddd;
  transition: 0.3s;
  left: 0;
}

@media (hover: hover) {
  .b-inPage .b-inPage-box li a:hover {
    opacity: 0.7;
  }
  .fromTheSide a:hover:before {
    width: 100%;
    z-index: -1;
  }
}
.u_faq {
  padding: 5rem 0;
  position: relative;
}

.u_faq .content-title-container {
  position: relative;
  z-index: 10;
}

.u_faq .content-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

.u_faq .content-title {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  text-align: center;
}
.u_faq .content-title .content-title-down {
  padding-top: 1rem;
}

.u_faq .content-container {
  position: relative;
  z-index: 20;
}

.u_faq .content-box {
  max-width: 99.1rem;
  margin: 0 auto;
}

.u_faq .content-item {
  position: relative;
  word-wrap: break-word;
  background-color: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.075);
  margin-bottom: 4rem;
}
.u_faq .content-item:last-of-type {
  margin-bottom: 0;
}

.u_faq .content-item dt span {
  background-color: #f2f2f2;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.5rem 6rem;
  color: #FFF;
  opacity: 1;
}

.u_faq .content-item dt span::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  font-size: 7rem;
  font-weight: 400;
  line-height: 0.33;
  color: #FFF;
  font-family: "noto serif", serif;
}

.u_faq .content-text-item {
  padding: 3.5rem;
}

.u_faq .tel {
  font-size: 2.1rem;
}

.u_faq a.faq_o_link {
  color: #333333;
}

@media (hover: hover) {
  .u_faq a.faq_o_link:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .u_faq:last-of-type {
    padding-bottom: 10rem;
  }
}
.u_faq .content-img-bg_right {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.7;
}

.u_faq .content-img-bg_left {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.u-form {
  background-color: #f6f6f6;
  padding: 5rem 0;
}

/* other テーブルの設定 */
table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  margin: 0 auto;
}

.table-item tr {
  display: flex;
  flex-direction: column;
}

.table-item th {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  width: 100%;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
  line-height: 1.75;
  padding: 1.2rem;
}

td {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  width: 100%;
  background-color: #fff;
  border-bottom: 5px solid #f6f6f6;
  line-height: 1.75;
  padding: 1.2rem;
}

.required {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.required small {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #ea0000;
  padding: 0.2rem 0.7rem;
  text-align: center;
}

input[type=text],
select,
textarea {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  padding: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 0.7rem;
  line-height: normal;
  width: 100%;
}

input[type=text]:focus,
textarea:focus,
select:focus {
  color: #333333;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.25);
}

input::placeholder,
textarea::placeholder {
  font-size: 1.4rem;
  color: #ccc;
}

.needinput {
  background-color: rgba(153, 0, 0, 0.05);
  border: 1px solid #ddd;
}

input {
  font-size: 100%;
  vertical-align: middle;
}

select {
  width: 70%;
  display: block;
  padding: 1.2rem;
  font-size: 1.4rem;
  border-radius: 0.7rem;
  background-color: #ffffff;
}

input.form-m {
  width: 20rem;
}

input.form100 {
  width: 99%;
}

@media (min-width: 768px) {
  .table-item tr {
    flex-direction: row;
  }
  .table-item th {
    width: 30%;
    text-align: left;
    border-bottom: 5px solid #f6f6f6;
    white-space: nowrap;
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  .table-item th .required {
    width: 100%;
  }
  td {
    width: 70%;
    border-bottom: 5px solid #f6f6f6;
    padding: 2rem;
  }
  select {
    width: 40%;
  }
}
/* add 追加の設定 */
.table-item {
  margin-bottom: 5rem;
}

/* 個人情報保護 */
.privacy-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: #CCC solid 1px;
  padding: 0 0 2rem 0;
  margin-bottom: 2rem;
}

.privacyBox {
  height: 30rem;
  overflow: auto;
  overflow-y: scroll;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 5rem;
  border: none;
  border-radius: 0;
}

.privacyBox h5 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.privacyBox p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05;
  margin-bottom: 1em;
}

.privacyBox ul {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05;
  margin-bottom: 1em;
  margin-left: 10px;
}

.privacyBox ol {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05;
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}

.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

.privacyBox a {
  color: #222222;
}

.agreeBox {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  text-align: center;
}

.agreeBox input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}

.agreeBox label {
  margin: 0;
}

@media (min-width: 768px) {
  .privacyBox {
    padding: 3rem;
  }
  .agreeBox {
    font-size: 1.6rem;
    vertical-align: middle;
    padding: 0.5rem 0;
  }
  .agreeBox input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    margin-top: -0.5rem;
    margin-right: 1rem;
  }
}
/* 確認ボタン他 */
.formBtn {
  margin: 0 auto 3rem;
  text-align: center;
}

.conf-btn {
  font-size: 1.6rem;
  color: #fff;
  padding: 2rem 4rem;
  background-color: #ea0000;
  border: none;
  transition: 0.3s;
}
.conf-btn .new-line {
  display: block;
}

.re-btn,
.send-btn {
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem 4rem;
  border: none;
  transition: 0.3s;
}

.send-btn {
  background-color: #ea0000;
}

.re-btn {
  background-color: #222222;
}

@media (hover: hover) {
  .conf-btn:hover,
  .re-btn:hover,
  .send-btn:hover {
    opacity: 0.7;
  }
}
/* ラジオボタン */
.radio-box {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
}

.radio-item {
  margin-bottom: 1rem;
}

.radio-item input {
  margin-top: -0.5rem;
  width: 1.7rem;
  height: 1.7rem;
}

.radio-item label {
  margin: 0;
}

form .new-line {
  display: none;
}

@media (min-width: 768px) {
  .radio-box {
    flex-direction: row;
    padding-left: 0;
  }
  .radio-item {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .conf-btn .new-line {
    display: none;
  }
}
.u_contact .content-title {
  text-align: center;
}

.u_contact .content-intro-lead {
  font-size: 1.8rem;
  text-align: center;
  padding: 3rem 0;
}

.u_contact .contact-address-wrap {
  width: 100%;
  margin: 0 auto 3rem;
  border: 1px solid #ea0000;
}

.u_contact .contact-address-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 1.5rem;
}

.u_contact .contact-address-item {
  padding: 2.5rem 1.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #ea0000;
}
.u_contact .contact-address-item:last-of-type {
  border-bottom: none;
}

.u_contact .contact-address-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  letter-spacing: 0;
  font-size: 2.1rem;
  color: #ffffff;
  padding: 1rem 0;
  text-align: center;
  background-color: #ea0000;
}

.u_contact .contact-address-icon_box {
  width: 6rem;
  margin: 0 auto;
  padding: 2rem 0;
}

.u_contact .contact-address-num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  color: #222222;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u_contact .contact-address-num i {
  font-size: 2.4rem;
  margin-right: 0.5rem;
}

.u_contact .contact-address-num a {
  color: #222222;
}

@media (min-width: 768px) {
  .u_contact .contact-address-wrap {
    max-width: 75rem;
  }
  .u_contact .contact-address-box {
    flex-direction: row;
    justify-content: center;
    padding: 1.5rem 0;
  }
  .u_contact .contact-address-item {
    padding: 3rem 6rem 3rem 3rem;
    border-bottom: none;
    border-right: 1px solid #ea0000;
  }
  .u_contact .contact-address-item:last-of-type {
    border-right: none;
    padding: 3rem 3rem 3rem 6rem;
  }
}
.u_contact .u-contact-title {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.05rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222222;
  padding: 1rem 0 2rem;
  text-align: center;
}

.u_contact .u-contact-title span {
  display: flex;
  align-items: center;
}
.u_contact .u-contact-title span:before {
  content: "";
  width: 0.6rem;
  height: 3rem;
  background-color: #ea0000;
  display: inline-block;
  margin-right: 0.8rem;
}

.u_contact .content-text-item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
}

.u_contact .content-text-wrap {
  margin-bottom: 3rem;
}

.form_check01 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #ea0000;
  padding: 0.2rem 0.7rem;
  text-align: center;
}

@media (min-width: 768px) {
  .u_contact .u-contact-title {
    font-size: 2.4rem;
    max-width: 75rem;
    margin: 0 auto;
  }
  .u_contact .content-text-item {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    color: #222222;
  }
  .u_contact .content-text-wrap {
    max-width: 75rem;
    margin: 0 auto 5rem;
  }
}
.u_contact {
  position: relative;
  background-image: url(../images/common/side_both_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.u_contact .content-title-wrap {
  position: relative;
}

.main_container_wrap {
  position: relative;
  z-index: 10;
}

.main_container_box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.main_container_wrap .content-img-bg_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .main_container_box {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.aside {
  width: 100%;
  padding: 5rem 0;
}

.side_wrap {
  padding: 0 0 0;
  border: 1px solid #777777;
  background-color: #ffffff;
}

.aside .side_title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0.5rem 1rem;
  background-color: #f2f2f2;
}

.aside .seach_box .side_content {
  padding: 1.5rem;
}
.aside .seach_box .side_content input {
  width: 100%;
  height: 2rem;
  border: 0.1px solid #ddd;
}
.aside .seach_box .side_content input[type=text]:focus,
.aside .seach_box .side_content textarea:focus,
.aside .seach_box .side_content select:focus {
  color: #333333;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.25);
}

.aside .size_box .side_content {
  padding: 1.5rem;
}
.aside .size_box .side_content select {
  width: 100%;
  height: 4.5rem;
  padding: 0.5rem;
  font-size: 1.4rem;
}
.aside .size_box .side_content input[type=text]:focus,
.aside .size_box .side_content textarea:focus,
.aside .size_box .side_content select:focus {
  color: #333333;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.25);
}

.aside .detail_box .side_content {
  padding: 1.5rem;
}
.aside .detail_box .side_content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.aside .detail_box .side_content li {
  display: flex;
  align-items: center;
  margin: 0 1rem 1rem 0;
}
.aside .detail_box .side_content li:last-of-type {
  margin-right: 0;
}
.aside .detail_box .side_content label {
  margin-bottom: 0;
}
.aside .detail_box .side_content label span {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.aside .detail_box .side_content label span i {
  color: #333333;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .aside {
    max-width: 20rem;
    padding: 10rem 0;
  }
  .aside .detail_box .side_content ul {
    flex-direction: column;
  }
  .aside .detail_box .side_content li {
    margin: 0 0 1rem 0;
  }
  .aside .detail_box .side_content li:last-of-type {
    margin-bottom: 0;
  }
}
.catalog_list {
  width: 100%;
}

@media (hover: hover) {
  .catalog_list .content-item:hover .content-img-box,
  .catalog_list .content-item:hover .detail_btn {
    opacity: 0.7;
  }
}
.detail_item {
  margin-bottom: 5rem;
}

.detail_item .content-manimg-box {
  width: 100%;
  margin-bottom: 2rem;
}

.detail_item .content-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.detail_item .content-img-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_item .content-img-item {
  width: calc((100% - 15px) / 2);
}

@media (min-width: 576px) {
  .detail_item .content-img-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .detail {
    padding-bottom: 5rem;
  }
  .detail_item .content-wrap {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .detail_item .content-manimg-box {
    width: calc((100% - 30px) / 2);
    margin-bottom: 0rem;
  }
  .detail_item .content-box {
    width: calc((100% - 30px) / 2);
  }
}
.detail_chart .content-box {
  padding: 2rem 0 0;
}

.detail_chart .content-title-box {
  border-bottom: 1px solid #b6b5b5;
}
.detail_chart .content-title-box .content-title {
  color: #333333;
  margin-bottom: 1rem;
}

.detail_chart .content-text-wrap {
  padding: 2rem 0;
  max-width: 85rem;
  margin: 0 auto;
}

.detail_chart .com-info-item {
  margin-bottom: 1rem;
}

.detail_chart .com-info-item dt {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.detail_chart .com-info-item dt::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #777777;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.detail_chart .com-info-item dd {
  margin-bottom: 0.5rem;
  text-indent: 2rem;
  padding-left: -2rem;
}

.detail_chart.option_chart .content-box {
  border-bottom: 1px solid #b6b5b5;
}

@media (min-width: 576px) {
  .detail_chart .content-box {
    border-top: 1px solid #b6b5b5;
    padding: 3rem 0;
  }
  .detail_chart .content-title-box {
    border-bottom: none;
    margin-bottom: 3rem;
  }
  .detail_chart .content-title-box .content-title {
    text-align: center;
  }
  .detail_chart .content-text-wrap {
    padding: 0;
  }
  .detail_chart .com-info-item dd {
    text-indent: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .detail_chart .com-info-item dd:nth-of-type(2) {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .system_chart .com-info-item dt {
    align-items: flex-start;
  }
  .system_chart .com-info-item dt::before {
    margin-top: 0.5rem;
  }
  .detail_chart.system_chart .com-info-item dd {
    margin-bottom: 0.5rem;
    text-indent: 2rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .detail_chart.system_chart .com-info-item dd {
    text-indent: 0;
    padding-left: 0;
  }
}
.option_chart {
  padding-bottom: 0;
}

.option_chart .add_option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.option_chart .radio-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.option_chart .radio-item input {
  margin: 0.3rem 0.5rem 0 0;
}

@media (min-width: 576px) {
  .option_chart .com-info-item dt {
    align-items: flex-start;
  }
  .option_chart .com-info-item dt::before {
    margin-top: 0.5rem;
  }
  .detail_chart.option_chart .com-info-item dd {
    margin-bottom: 0.5rem;
    text-indent: 2rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .detail_chart.option_chart .com-info-item dd {
    text-indent: 0;
    padding-left: 0;
  }
  .detail_chart.option_chart .com-info-item dd {
    text-align: right;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 1.5rem 0;
}

.gallery li {
  list-style: none;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #f2f2f2;
  /*矢印の色*/
  border-right: 2px solid #f2f2f2;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn {
  width: 100%;
}

.choice-btn li {
  cursor: pointer;
  outline: none;
  width: calc((100% - 30px) / 3) !important;
  list-style: none;
  margin-right: 1.5rem;
}
.choice-btn li:last-of-type {
  margin-right: 0;
}

.choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.detail .in_pdf {
  padding: 2rem 0;
}
.detail .in_pdf a {
  font-size: 1.4rem;
}
.detail .in_pdf a i {
  font-size: 1.8rem;
  color: red;
  margin-right: 0.5rem;
}
.detail .in_pdf a:hover {
  opacity: 0.7;
}

.content-icon {
  font-size: 1.3rem;
}
.content-icon i {
  color: #333333;
  margin-right: 0.5rem;
  text-indent: 0;
}

.content-icon-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3rem 0 0;
}

.detail_optionArea .content-icon-list {
  padding-top: 0;
}

.content-icon-list .content-icon {
  width: 48%;
  text-align: center;
  margin-bottom: 1rem;
}

.content-icon-box {
  margin-bottom: 2rem;
}

.com-info-item .content-icon {
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .content-icon-list {
    padding: 0rem 0 0;
  }
  .content-icon-list .content-icon {
    width: 25%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .content-icon-box {
    display: flex;
    justify-content: center;
  }
  .system_list .content-item .content-icon-box {
    display: block;
  }
  .content-icon-list {
    width: auto;
    margin: 0 auto 2rem;
  }
  .content-icon-list .content-icon {
    width: auto;
    text-align: center;
    padding: 0 1rem;
  }
}/*# sourceMappingURL=style.css.map */