@charset "UTF-8";
/* 背景 */
/* バナー背景 */
h2.mail.title {
  display: none !important;
}

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

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(255, 147, 0, 0.7);
}

::selection {
  background-color: rgba(255, 147, 0, 0.7);
}

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

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

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

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

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

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

li {
  list-style: none;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

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

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

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

@media 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;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

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

.header {
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: fixed;
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 1000px) {
  .header {
    height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: auto;
    padding: 8px;
  }
}
.header .header_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap {
    padding: 0;
  }
}
.header .header_wrap .header_logo {
  width: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_logo {
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_logo {
    padding-right: 16px;
    width: 120px;
  }
}
.header .header_wrap .header_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_wrap .header_item .qrcode {
  width: 100px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .qrcode {
    display: none;
  }
}
.header .header_wrap .header_item nav {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav {
    display: block;
    position: fixed;
    right: -100%;
    margin-top: 0;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    opacity: 5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    padding: 90px 20px;
    width: 100%;
    z-index: 999;
  }
}
.header .header_wrap .header_item nav.open {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav .nav_menu {
    max-width: 641px;
    margin: 0 auto;
    border-bottom: 1px solid #fffaf0;
  }
}
.header .header_wrap .header_item nav .nav_menu li {
  text-align: left;
  margin-bottom: 8px;
}
.header .header_wrap .header_item nav .nav_menu li a {
  color: #1f130f;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  position: relative;
}
.header .header_wrap .header_item nav .nav_menu li a::after {
  position: absolute;
  right: 0;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff9300;
}
.header .header_wrap .header_item nav .tel2, .header .header_wrap .header_item nav .contact2 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav .tel2, .header .header_wrap .header_item nav .contact2 {
    display: block;
  }
}
.header .header_wrap .header_item nav .tel2 {
  margin: 24px 0 16px 0;
}
.header .header_wrap .header_item nav .tel2 a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f130f;
}
.header .header_wrap .header_item nav .tel2 a .tel_text {
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav .tel2 a .tel_text {
    font-size: 1.2rem;
  }
}
.header .header_wrap .header_item nav .tel2 a .tel_num {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 44px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header .header_wrap .header_item nav .tel2 a .tel_num {
    font-size: 30px;
  }
}
.header .header_wrap .header_item nav .tel2 a .tel_num::before {
  content: "";
  display: inline-block;
  background: url(../images/home/free.png);
  width: 58px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item nav .tel2 a .tel_num::before {
    width: 44px;
    height: 44px;
  }
}
.header .header_wrap .header_item nav .contact2 a {
  margin: 0 auto;
  max-width: 320px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  border-radius: 5px;
  color: #fff;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcf94), color-stop(10%, #ffcf94), to(#ff9300));
  background: -webkit-linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  background: linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  border: 1px solid #ffe4c3;
  -webkit-box-shadow: 0px 3px 7px -5px #777777;
          box-shadow: 0px 3px 7px -5px #777777;
}
@media only screen and (max-width: 1200px) {
  .header .header_wrap .header_item nav .contact2 a {
    font-size: 24px;
  }
}
.header .header_wrap .header_item .hamburger {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .hamburger {
    display: block;
    height: 80px;
    width: 80px;
    cursor: pointer;
    display: block;
    pointer-events: auto;
    background-color: #1f130f;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger {
    height: 44px;
    width: 44px;
    top: 8px;
    right: 0px;
  }
}
.header .header_wrap .header_item .hamburger span {
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger span {
    left: 10px;
    width: 25px;
  }
}
.header .header_wrap .header_item .hamburger span:nth-child(1) {
  top: 27px;
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger span:nth-child(1) {
    top: 13px;
  }
}
.header .header_wrap .header_item .hamburger span:nth-child(2) {
  top: 40px;
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger span:nth-child(2) {
    top: 22px;
  }
}
.header .header_wrap .header_item .hamburger span:nth-child(3) {
  top: 53px;
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger span:nth-child(3) {
    top: 31px;
  }
}
.header .header_wrap .header_item .hamburger.open {
  background-color: #ff9300;
}
.header .header_wrap .header_item .hamburger.open span {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 15px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger.open span {
    width: 30px;
    left: 8px;
  }
}
.header .header_wrap .header_item .hamburger.open span:nth-child(1) {
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger.open span:nth-child(1) {
    top: 22px;
  }
}
.header .header_wrap .header_item .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .header_wrap .header_item .hamburger.open span:nth-child(3) {
  top: 37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .hamburger.open span:nth-child(3) {
    top: 22px;
  }
}
.header .header_wrap .header_item .tel a, .header .header_wrap .header_item .contact a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1;
}
.header .header_wrap .header_item .tel a i, .header .header_wrap .header_item .contact a i {
  padding-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .tel a i, .header .header_wrap .header_item .contact a i {
    padding: 0;
  }
}
.header .header_wrap .header_item .tel {
  margin-right: 16px;
}
.header .header_wrap .header_item .tel a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1f130f;
}
.header .header_wrap .header_item .tel a .tel_text {
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .tel a .tel_text {
    font-size: 1.2rem;
  }
}
.header .header_wrap .header_item .tel a .tel_num {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 44px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header .header_wrap .header_item .tel a .tel_num {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .tel a .tel_num {
    margin-top: 2px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.header .header_wrap .header_item .tel a .tel_num::before {
  content: "";
  display: inline-block;
  background: url(../images/home/free.png);
  width: 58px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .tel a .tel_num::before {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .tel a .tel_num::before {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .contact {
    margin-right: 60px;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .contact {
    margin-right: 36px;
  }
}
.header .header_wrap .header_item .contact a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  border-radius: 5px;
  color: #fff;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcf94), color-stop(10%, #ffcf94), to(#ff9300));
  background: -webkit-linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  background: linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  border: 1px solid #ffe4c3;
  -webkit-box-shadow: 0px 3px 7px -5px #777777;
          box-shadow: 0px 3px 7px -5px #777777;
}
@media only screen and (max-width: 1200px) {
  .header .header_wrap .header_item .contact a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .contact a {
    height: 80px;
    width: 80px;
    border-radius: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .header_wrap .header_item .contact a {
    width: 44px;
    height: 44px;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .header .header_wrap .header_item .contact a .contact_text {
    display: none;
  }
}
.header .pc_nav_menu {
  background: #efe2c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
@media only screen and (max-width: 1000px) {
  .header .pc_nav_menu {
    display: none;
  }
}
.header .pc_nav_menu li {
  border-left: 1px dashed #1f130f;
}
.header .pc_nav_menu li:first-child {
  border-left: none;
}
.header .pc_nav_menu li:first-child a {
  padding-left: 0;
}
.header .pc_nav_menu li:last-child a {
  padding-right: 0;
}
.header .pc_nav_menu li a {
  color: #1f130f;
  padding: 5px 50px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .header .pc_nav_menu li a {
    padding: 5px 24px;
  }
}
.header .pc_nav_menu li a:hover {
  color: #e97100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main_img {
  padding: 150px 0 0 0;
}
@media only screen and (max-width: 1000px) {
  .main_img {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .main_img {
    padding: 60px 0 0 0;
  }
}
.main_img img {
  width: 100%;
}

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

.footer {
  background-image: url(../images/home/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.form {
  padding: 80px 20px;
}
.form.inner {
  padding: 16px 30px;
}
@media screen and (max-width: 834px) {
  .form {
    margin-top: 80px;
  }
}
.form .form_title {
  border: 10px solid rgba(255, 255, 255, 0.6);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ff9300;
  padding: 16px;
}
@media only screen and (max-width: 1200px) {
  .form .form_title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .form .form_title {
    font-size: 3.2rem;
  }
}
.form .form_text {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 16px;
  border: 10px solid rgba(255, 255, 255, 0.6);
}
.form .form_item {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 10px solid rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1000px) {
  .form .form_item {
    gap: 16px;
  }
}
@media screen and (max-width: 834px) {
  .form .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form .form_item .footer_tel {
  margin-right: 16px;
}
.form .form_item .footer_tel a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1f130f;
}
.form .form_item .footer_tel a .tel_text {
  font-size: 14px;
}
.form .form_item .footer_tel a .tel_num {
  font-family: "lato", "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 44px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .form .form_item .footer_tel a .tel_num {
    font-size: 3rem;
  }
}
.form .form_item .footer_tel a .tel_num::before {
  content: "";
  display: inline-block;
  background: url(../images/home/free.png);
  width: 58px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
}
.form .form_item .footer_mail a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1;
  font-weight: 500;
  align-items: center;
  font-size: 30px;
  border-radius: 5px;
  color: #fff;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcf94), color-stop(10%, #ffcf94), to(#ff9300));
  background: -webkit-linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  background: linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  border: 1px solid #ffe4c3;
  -webkit-box-shadow: 0px 3px 7px -5px #777777;
          box-shadow: 0px 3px 7px -5px #777777;
}
@media screen and (max-width: 834px) {
  .form .form_item .footer_mail a {
    font-size: 2.2rem;
  }
}
.form .form_item .footer_mail a i {
  padding-right: 10px;
}

.footer_content {
  margin-top: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1000px) {
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.footer_content .footer_logo {
  width: 270px;
  margin-right: 24px;
}
.footer_content .footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px 32px;
}
@media screen and (max-width: 834px) {
  .footer_content .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.footer_content .footer_nav ul li {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .footer_content .footer_nav ul li {
    border-right: none;
  }
}
.footer_content .footer_nav ul li:last-child {
  border-right: none;
}
.footer_content .footer_nav ul li a {
  display: block;
  color: #1f130f;
  padding-left: 24px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.footer_content .footer_nav ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff9300;
}
@media only screen and (max-width: 1000px) {
  .footer_content .footer_nav ul li a {
    padding: 8px 16px;
  }
}

#copyright {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  background-color: #ff9300;
}
@media only screen and (max-width: 1000px) {
  #copyright {
    margin-top: 0;
  }
}
#copyright a {
  color: #1f130f;
  pointer-events: none;
  font-weight: 700;
  color: #fff;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}

#contents {
  padding: 0;
}
@media only screen and (max-width: 1240px) {
  #contents {
    padding: 0 20px;
  }
}

#contents,
#contents_wrap {
  background: transparent;
}

@media only screen and (max-width: 1240px) {
  .inner {
    padding: 0 30px;
  }
}

#main .bg100 {
  padding: 0;
}

.btn div a {
  font-size: 2.4rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcf94), color-stop(10%, #ffcf94), to(#ff9300));
  background: -webkit-linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  background: linear-gradient(#ffcf94 0%, #ffcf94 10%, #ff9300 100%);
  border: 1px solid #ffe4c3;
  -webkit-box-shadow: 0px 3px 7px -5px #777777;
          box-shadow: 0px 3px 7px -5px #777777;
  width: 300px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.btn div a::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff9300;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}

.cont_02_title article h2 {
  font-family: "lato", "Arial Black", sans-serif;
  font-size: 5.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .cont_02_title article h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_02_title article h2 {
    font-size: 3.2rem;
  }
}
.cont_02_title article h2 span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
}

.cont_btn a {
  color: #1f130f;
  font-family: "lato", "Arial Black", sans-serif;
  position: relative;
  font-weight: 700;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cont_btn a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #ff9300;
  width: 40px;
  height: 40px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cont_btn a:hover {
  opacity: 0.8;
}
.cont_btn a:hover::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  left: -5px;
}

.cont_01_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 54px;
  border: double 10px #9e7628;
}
@media only screen and (max-width: 1000px) {
  .cont_01_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_01_wrap {
    padding: 16px;
  }
}
.cont_01_wrap .cont_img {
  width: 300px;
}
.cont_01_wrap .cont_01_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cont_01_wrap .cont_01_title article h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1f130f;
  padding-bottom: 24px;
  border-bottom: dashed 1px #9e7628;
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .cont_01_title article h1 {
    font-size: 2rem;
  }
}
.cont_01_wrap .cont_01_title article h1 span {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ff9300;
}
@media screen and (max-width: 640px) {
  .cont_01_wrap .cont_01_title article h1 span {
    font-size: 3rem;
  }
}
.cont_01_wrap .cont_01_title article div {
  margin-top: 24px;
}

#main .cont_02_title {
  padding: 20px;
  position: relative;
}
#main .cont_02_title::after {
  visibility: visible;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #ff9500 transparent transparent transparent;
}
#main .cont_02_title article h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

#main .cont_02_wrap {
  padding-top: 80px;
  background: #fffaf0;
}
#main .cont_02_wrap .cont_02 {
  gap: 60px;
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .cont_02 {
    gap: 30px;
  }
}
#main .cont_02_wrap .cont_02 .box {
  width: calc((100% - 240px) / 5);
}
@media only screen and (max-width: 1200px) {
  #main .cont_02_wrap .cont_02 .box {
    width: calc((100% - 180px) / 4);
  }
}
@media only screen and (max-width: 1000px) {
  #main .cont_02_wrap .cont_02 .box {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #main .cont_02_wrap .cont_02 .box {
    width: calc((100% - 30px) / 2);
  }
}
#main .cont_02_wrap .cont_02 .box article {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .cont_02_wrap .cont_02 .box article img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main .cont_02_wrap .cont_02 .box article h3 {
  display: none;
}
#main .cont_02_wrap .cont_02 .box article div {
  margin-top: 16px;
  background: #9e7628;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#main .cont_03_wrap .banner {
  gap: 24px;
}
@media only screen and (max-width: 1200px) {
  #main .cont_03_wrap .banner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#main .cont_03_wrap .banner .box {
  width: calc((100% - 72px) / 4);
  border: 5px solid #9e7628;
}
@media only screen and (max-width: 1200px) {
  #main .cont_03_wrap .banner .box {
    width: calc((100% - 24px) / 2);
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap .banner .box {
    width: 100%;
  }
}
#main .cont_03_wrap .banner .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  position: relative;
  padding-bottom: 80px;
  background: #fff;
}
#main .cont_03_wrap .banner .box a div {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1f130f;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0;
}
#main .cont_03_wrap .banner .box a div span {
  font-family: "Montserrat", "Arial Black", sans-serif;
  color: #b0a794;
  border-bottom: 1px dashed #b0a794;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#main .cont_03_wrap .banner .box a img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  #main .cont_03_wrap .banner .box a img {
    min-width: auto;
  }
}
#main .cont_03_wrap .banner .box:nth-child(3) a img {
  bottom: -20px;
}
#main .cont_03_wrap .banner .box:nth-child(4) a img {
  bottom: -30px;
}

#main .cont_04_wrap {
  padding: 80px 0;
}
#main .cont_04_wrap .cont_04_title article h2 {
  font-size: 4rem;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #ff9300;
}
#main .cont_04_wrap .cont_04 {
  height: 412px;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #main .cont_04_wrap .cont_04 {
    max-height: 240px;
  }
}
#main .cont_04_wrap .cont_04::-webkit-scrollbar {
  width: 7px;
}
#main .cont_04_wrap .cont_04::-webkit-scrollbar-thumb {
  background: #ff9300;
  border-radius: 3px;
}
#main .cont_04_wrap .cont_04::-webkit-scrollbar-track {
  background: #f9f7f2;
}
#main .cont_04_wrap .cont_04 dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px dashed #b0a794;
}
#main .cont_04_wrap .cont_04 dl:first-child dt {
  padding-top: 0;
}
#main .cont_04_wrap .cont_04 dl dt {
  padding: 25px 0 0 0;
  background: #fff;
  border: none;
  font-weight: 900;
  font-family: "lato", "Arial Black", sans-serif;
  line-height: 1;
}
#main .cont_04_wrap .cont_04 dl dd {
  padding: 10px 0;
  width: 100%;
  border: none;
  border-bottom: 1px dashed #fffaf0;
}

.scroll-obj {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
@media screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-hop {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
@media screen and (max-width: 640px) {
  .scroll-hop {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-left {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-left {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.scroll-right {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}
@media screen and (max-width: 640px) {
  .scroll-right {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/* ------------------------------------------------------------
qa.html
------------------------------------------------------------ */
.qa_fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.qa_fl .box {
  width: 100%;
  padding-right: 80px !important;
}
.qa_fl .box:first-child {
  padding: 20px 30px 20px 20px !important;
  color: #1f130f;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.qa_fl .box:first-child:hover {
  color: #1f130f;
}
.qa_fl .box:first-child div {
  padding-left: 40px !important;
  position: relative;
}
.qa_fl .box:first-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #ff9300;
  font-size: 20px;
}
.qa_fl .box:first-child div:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: -15px;
  margin: auto;
  color: #696868;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.qa_fl .box:last-child {
  display: none;
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
}
.qa_fl .box:last-child div {
  padding-left: 50px !important;
  position: relative;
  color: #ff9300;
}
.qa_fl .box:last-child div b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #ff9300;
  font-size: 20px;
}

.qa_fl .box > div {
  padding: 0 50px !important;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

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

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

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

.flex4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex4._top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex4._center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 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;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .bg100 {
    padding: 150px 10px;
  }
}
@media screen and (max-width: 834px) {
  .bg100 {
    padding: 100px 30px;
  }
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

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

.title_01 {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .title_01 {
    height: 200px;
  }
}
.title_01::before {
  content: "";
  background: rgb(128, 47, 0);
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
}
.title_01 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .title_01 h1 {
    padding: 20px;
    font-size: 2.4rem;
  }
}
.title_02 h2 {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 147, 0, 0.5);
  display: block;
}
@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 2.4rem;
  }
}
.title_02 h2::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ff9300;
}
.title_02 div {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .title_02 div {
    font-size: 1.8rem;
  }
}
.title_03 h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff9300;
}
@media screen and (max-width: 640px) {
  .title_03 h3 {
    font-size: 1.8rem;
  }
}
.title_03 div {
  margin-top: 24px;
}

#main .bg100.line {
  padding: 0 0 1px 0;
  background-color: #ccc;
}

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

.pan {
  padding: 16px 0;
}
.pan ul {
  color: #1f130f;
}
.pan ul li {
  display: inline-block;
}
.pan ul li:last-child a {
  color: #1f130f;
  pointer-events: none;
}
.pan ul li a {
  color: #ff9300;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.pan ul li a i::before {
  padding: 0 5px;
}
.pan ul div {
  display: inline-block;
}
.pan ul div i::before {
  padding: 0 5px;
}

.map {
  width: 100%;
  margin: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .map {
    width: 100%;
  }
}
.map div {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .map div {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 640px) {
  .map div {
    padding-bottom: 80%;
  }
}
.map div iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#main .service_04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#main .service_04 img {
  width: 40%;
}
#main .service_04 > div {
  padding-left: 30px;
}

/* スクールバー */
@media screen and (max-width: 640px) {
  .service_01, .service_02, .service_03, .company_01 {
    width: 100%;
    overflow-x: scroll;
  }
  .service_01::-webkit-scrollbar, .service_02::-webkit-scrollbar, .service_03::-webkit-scrollbar, .company_01::-webkit-scrollbar {
    height: 6px;
    /* スクロールバーの高さ */
  }
  .service_01::-webkit-scrollbar-thumb, .service_02::-webkit-scrollbar-thumb, .service_03::-webkit-scrollbar-thumb, .company_01::-webkit-scrollbar-thumb {
    background: #ff9300;
    /* ツマミの色 */
    border-radius: 7px;
    /* ツマミ両端の丸み */
  }
  .service_01::-webkit-scrollbar-track, .service_02::-webkit-scrollbar-track, .service_03::-webkit-scrollbar-track, .company_01::-webkit-scrollbar-track {
    background: #fffaf0;
    /* トラックの色 */
    border-radius: 7px;
    /* トラック両端の丸み */
  }
}
@media screen and (max-width: 640px) {
  .service_01 article table, .service_02 article table, .service_03 article table, .company_01 article table {
    width: 641px;
  }
}

#main .service_01 article {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .service_01 article table tr td {
  text-align: center;
  width: 33.3333333333%;
}
#main .service_01 article table tr td:first-child {
  background: #CFEBED;
  color: #1f130f;
}
#main .service_01 article table tr td:last-child {
  color: #ff9300;
  font-weight: 700;
}

#main .service_02 article {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .service_02 article table tr:first-child {
  background: #CFEBED;
  color: #1f130f;
}
#main .service_02 article table tr td {
  text-align: center;
}
#main .service_02 article table tr td:first-child {
  background: #CFEBED;
  color: #1f130f;
}

#main .service_03 article table tr td {
  width: 33.3333333333%;
  text-align: center;
}
#main .service_03 article table tr td.table_head {
  background: #CFEBED;
  color: #1f130f;
}

#main .company_01 dl {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  #main .company_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#main .company_01 dl:first-child {
  margin-top: 0;
}
#main .company_01 dl dt,
#main .company_01 dl dd {
  border: none;
}
@media screen and (max-width: 834px) {
  #main .company_01 dl dt,
#main .company_01 dl dd {
    width: 100%;
  }
}
#main .company_01 dl dt {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  min-width: 100px;
  background-color: transparent;
  color: #1f130f;
  font-weight: 500;
  border-bottom: 1px dotted #ff9300;
}
@media screen and (max-width: 834px) {
  #main .company_01 dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#main .company_01 dl dd {
  border-bottom: 1px dotted #fffaf0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 834px) {
  #main .company_01 dl dd {
    padding-top: 0;
  }
}

#main .company_02 dl {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 834px) {
  #main .company_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#main .company_02 dl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 834px) {
  #main .company_02 dl dt,
#main .company_02 dl dd {
    width: 100%;
  }
}
#main .company_02 dl dt {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  min-width: 100px;
  background-color: #ff9300;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #main .company_02 dl dt {
    border-bottom: none;
  }
}
#main .company_02 dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .company_member {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #main .company_member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
#main .company_member .box {
  width: calc((100% - 16px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  #main .company_member .box {
    width: 100%;
  }
}
#main .company_member .box article {
  width: 100%;
}
#main .company_member .box article h3 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #fffaf0;
}

.company_title_03 h3 {
  background: #ff9300;
  color: #fff;
  font-size: 2rem;
  padding: 8px;
}

#main .company_03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #main .company_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
#main .company_03 > div {
  width: calc((100% - 16px) / 2);
}
@media screen and (max-width: 834px) {
  #main .company_03 > div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #main .flow_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main .flow_01 .box:first-child {
  width: 60%;
  background: #fffaf0;
  padding: 16px;
}
@media screen and (max-width: 640px) {
  #main .flow_01 .box:first-child {
    width: 100%;
  }
}
#main .flow_01 .box:first-child article h3 {
  color: #ff9300;
  font-size: 2.4rem;
  font-size: 700;
}
#main .flow_01 .box:first-child article div {
  margin-top: 16px;
}
#main .flow_01 .box:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  #main .flow_01 .box:last-child {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
  #main .flow_01 .box:last-child img {
    width: 100%;
  }
}

.arrow {
  width: 30px;
  fill: #ff9300;
  margin: 30px auto 0;
}

#main .company_01 article {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main .company_01 article table tr td {
  width: 20%;
}
#main .company_01 article table tr td:first-child {
  background: #ff9300;
  color: #fff;
}
#main .company_01 article table tr td:last-child {
  width: 80%;
  text-align: left;
  color: #ff9300;
  font-weight: 700;
  color: #1f130f;
}

#main .faq {
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .faq .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1f130f;
  line-height: 1.4;
}
#main .faq .box > * {
  min-width: 0;
}
#main .faq .box::before {
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  color: #ff9300;
  line-height: 1.4;
  font-size: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#main .faq .box:first-child::before {
  content: "Q";
  color: #fff;
  background-color: #ff9300;
}
#main .faq .box:first-child > div {
  font-weight: 700;
}
#main .faq .box:last-child {
  margin-top: 16px;
}
#main .faq .box:last-child::before {
  content: "A";
  color: #ff9300;
  background-color: #fff;
  border: 1px solid #ff9300;
}
#main .faq .box div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main .contact_01 dl dt:first-child {
  background: #ddd;
  border-left: none;
  width: 30%;
  color: #1f130f;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main .contact_01 dl dt:first-child {
    border-right: none;
    width: 100%;
  }
}
#main .contact_01 dl dt:first-child label {
  margin-top: 5px;
  background-color: #ff0000;
  color: #fff;
  padding: 3px;
}
#main .contact_01 dl dt dd {
  border-right: none;
  border-left: none;
}

.contact_02 {
  padding-top: 16px;
  border-top: 2px dotted #ddd;
}

#main .policy_01 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .policy_01 dl:first-child dt {
  padding-top: 0;
}
#main .policy_01 dl dt {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px dotted #ccc;
  font-size: 2rem;
  font-weight: 500;
  color: #ff9300;
  padding: 16px 0;
}
#main .policy_01 dl dd {
  width: 100%;
  border: none;
  padding: 16px 0;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */