@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

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

.annot {
  display: none !important;
}

::selection {
  background-color: rgba(252, 174, 97, 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;
  -moz-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;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #111;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1264px) {
  .inner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-inline: 24px;
  }
}

.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;
  background-color: transparent;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (max-width: 1264px) {
  #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding-inline: 24px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  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: #337ab7;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

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

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

.gothic {
  font-family: YakuHanJP, "Roboto", "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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  line-height: 1;
  position: fixed;
  z-index: 999;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .header {
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .header {
    padding: 12px;
  }
}
.header.change {
  background-color: rgba(255, 255, 255, 0.48);
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .header.change {
    background-color: transparent;
  }
}
.header.change .global-nav .nav-list .nav-item a, .header.change .global-nav .nav-list .nav-item p {
  color: #111;
  transition: 0.3s;
}
.header.hideClass {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .h-logo {
    pointer-events: all;
  }
}
@media only screen and (max-width: 1000px) {
  .h-logo img {
    width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .h-logo img {
    width: 72px;
  }
}
@media screen and (max-width: 640px) {
  .h-logo img {
    width: 56px;
  }
}

.global-nav {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .global-nav {
    display: none;
  }
}
.global-nav .nav-list {
  display: flex;
  margin-top: 16px;
}
.global-nav .nav-list .nav-item {
  border-left: 1px solid #ccc;
}
.global-nav .nav-list .nav-item.dropdown-menu {
  position: relative;
}
.global-nav .nav-list .nav-item.dropdown-menu p {
  cursor: pointer;
}
.global-nav .nav-list .nav-item.dropdown-menu .dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: none;
  width: 160px;
  margin-top: 0;
}
.global-nav .nav-list .nav-item.dropdown-menu .dropdown-list li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.global-nav .nav-list .nav-item.dropdown-menu .dropdown-list li:last-child {
  border-bottom: none;
}
.global-nav .nav-list .nav-item.dropdown-menu .dropdown-list li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background-color: #fcae61;
}
.global-nav .nav-list .nav-item:last-child {
  border-right: 1px solid #ccc;
}
.global-nav .nav-list .nav-item a, .global-nav .nav-list .nav-item p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  padding: 4px 32px;
  color: #fff;
  transition: 0.3s;
}
.global-nav .nav-list .nav-item a span, .global-nav .nav-list .nav-item p span {
  font-size: 1.6rem;
  font-family: "Oswald", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
}

.h-btn {
  display: flex;
}
.h-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
}
.h-btn a.h-rikunabi {
  background-color: #fff;
  padding: 2px 8px;
}
.h-btn a.h-rcg {
  background-color: #fcae61;
  color: #fff;
  padding: 16px 24px;
}
.h-btn a.h-mid-career {
  background-color: #111;
  color: #fff;
  padding: 16px 24px;
}

.open-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  background-color: #111;
  right: 0;
  top: 0;
}
@media screen and (max-width: 834px) {
  .open-btn {
    display: block;
  }
}
.open-btn .in {
  position: relative;
  width: 48px;
  height: 48px;
}
.open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  right: 7.5px;
  border-radius: 5px;
  background: #fff;
  width: 33px;
}
.open-btn span:nth-child(1) {
  top: 15px;
}
.open-btn span:nth-child(2) {
  top: 24px;
}
.open-btn span:nth-child(3) {
  top: 33px;
}
.open-btn.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
}

.nav {
  display: none;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .nav {
    display: block;
    width: 100%;
  }
}
.nav .navigation {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: fit-content;
  min-width: 400px;
  height: 100%;
  flex-direction: column;
  background-color: #f1f1f1;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 32px;
  overflow-y: auto;
  padding-top: 104px;
}
.nav .navigation::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}
.nav .navigation::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation::-webkit-scrollbar-thumb {
  background-color: #fcae61;
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(252, 197, 97, 0.48);
}
@media screen and (max-width: 640px) {
  .nav .navigation {
    min-width: 0;
    width: 100%;
    padding-top: 88px;
  }
}
.nav .navigation.open {
  left: 0;
}
.nav .navigation .nav-list {
  height: auto;
  order: 1;
}
.nav .navigation .nav-list .nav-item {
  display: block;
  text-align: left;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
}
.nav .navigation .nav-list .nav-item.dropdown-menu p {
  cursor: pointer;
  position: relative;
}
.nav .navigation .nav-list .nav-item.dropdown-menu p::after {
  content: "＋";
  width: 56px;
  height: 100%;
  color: #fff;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.nav .navigation .nav-list .nav-item.dropdown-menu p.open::after {
  content: "－";
}
.nav .navigation .nav-list .nav-item.dropdown-menu .dropdown-list {
  display: none;
}
.nav .navigation .nav-list .nav-item.dropdown-menu .dropdown-list li {
  width: 100%;
  border-top: 1px solid #fff;
}
.nav .navigation .nav-list .nav-item.dropdown-menu .dropdown-list li:first-child {
  border: none;
}
.nav .navigation .nav-list .nav-item.dropdown-menu .dropdown-list li a {
  padding: 8px 12px;
  color: #fff;
  background-color: #111;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
}
.nav .navigation .nav-list .nav-item a, .nav .navigation .nav-list .nav-item p {
  color: #111;
  display: flex;
  align-items: baseline;
  padding: 16px 0px;
  font-size: 1.4rem;
}
.nav .navigation .nav-list .nav-item a span, .nav .navigation .nav-list .nav-item p span {
  font-size: 2rem;
  margin-right: 8px;
}
.nav .navigation .h-btn {
  order: 2;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.nav .navigation .h-btn a {
  margin: 16px 0 0;
}
.nav .navigation .h-btn a.h-rikunabi, .nav .navigation .h-btn a.h-mynavi {
  width: fit-content;
}
.nav .navigation .h-btn a.h-rcg, .nav .navigation .h-btn a.h-mid-career {
  width: 100%;
}

.main {
  position: relative;
  line-height: 1.6;
}
.main .main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  width: 100%;
  padding: 24px;
}
.main .main-text p {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .main .main-text p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .main .main-text h1 img {
    width: 240px;
  }
}
.main picture img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .main picture img {
    min-height: 480px;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 96px;
}
footer#global_footer .footer {
  background-color: #333;
  padding-block: 72px;
}
footer#global_footer .footer a {
  color: #fff;
}
footer#global_footer .footer .f-nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: -16px;
}
footer#global_footer .footer .f-nav .nav-list .nav-item {
  margin: 0 12px 16px;
}
footer#global_footer .copy {
  background-color: #111;
  color: #fff;
  padding: 8px 24px;
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #fff;
}

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

#main #col_main section {
  color: #111;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.mt-96 {
  margin-top: 96px;
}
@media screen and (max-width: 640px) {
  .mt-96 {
    margin-top: 72px;
  }
}

.mt-48 {
  margin-top: 48px;
}

.interval-24 article div {
  margin-top: 24px;
}

.pblk-96 {
  padding-block: 96px;
}
@media screen and (max-width: 640px) {
  .pblk-96 {
    padding-block: 72px;
  }
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.cl-white {
  color: #fff;
}

.title-top h2 {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  color: #fcae61;
}
.title-top h2 .ttl-acs {
  font-size: 5.6rem;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "Oswald", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .title-top h2 .ttl-acs {
    font-size: 4.8rem;
  }
}
.title-top.cl-white h2 {
  color: #fff;
}

.btn a {
  display: inline-block;
  border: 1px solid #111;
  color: #111;
  padding: 20px 72px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn a {
    padding: 12px 48px;
  }
}
.btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #111 #111 transparent transparent;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .btn a::before {
    right: 12px;
  }
}
.btn a:hover {
  opacity: 1;
  background-color: #111;
  color: #fff;
}
.btn a:hover::before {
  border-color: #fff #fff transparent transparent;
}
.btn.btn2 a {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn2 a::before {
  border-color: #fff #fff transparent transparent;
}
.btn.btn2 a:hover {
  background-color: #fff;
  color: #111;
}
.btn.btn2 a:hover::before {
  border-color: #111 #111 transparent transparent;
}

.wrap-02 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .wrap-02 {
    flex-direction: column;
  }
}
.wrap-02 .text, .wrap-02 .image {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .wrap-02 .text, .wrap-02 .image {
    width: 100%;
  }
}
.wrap-02 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .wrap-02 .text {
    align-items: stretch;
  }
}
.wrap-02 .text .text-in {
  max-width: 600px;
  padding: 24px 32px;
}
@media screen and (max-width: 640px) {
  .wrap-02 .text .text-in {
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 .image {
    margin-top: 48px;
  }
}
.wrap-02 .image100 {
  height: 100%;
}

.wrap-03 {
  padding-bottom: 72px;
  background: linear-gradient(to top, #f1c191 80%, transparent 80%);
}

.cont-03 {
  margin-bottom: -12px;
}
.cont-03 .box {
  width: calc((100% - 36px) / 4);
  margin: 0 12px 12px 0;
}
@media screen and (max-width: 834px) {
  .cont-03 .box {
    width: calc((100% - 12px) / 2);
  }
}
.cont-03 .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .cont-03 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.cont-03 .box article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont-03 .box article > h3 {
  display: none;
}
.cont-03 .box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 1000px) {
  .cont-03 .box div {
    padding: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cont-03 .box div {
    padding: 10px;
  }
}
.cont-03 .box div h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .cont-03 .box div h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cont-03 .box div h3 {
    font-size: 1.6rem;
  }
}

.sns-01 div.sns_list {
  border: none;
}
.sns-01 div.sns_list > div {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 24px 0;
  flex-direction: row;
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div {
    flex-direction: column;
  }
}
.sns-01 div.sns_list > div div.sns_photo {
  padding: 0;
}
@media screen and (max-width: 834px) {
  .sns-01 div.sns_list > div div.sns_photo {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div div.sns_photo {
    width: 100%;
  }
}
.sns-01 div.sns_list > div div.sns_text {
  padding: 0 0 0 24px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .sns-01 div.sns_list > div div.sns_text {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .sns-01 div.sns_list > div div.sns_text {
    width: 100%;
    padding: 0;
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.sns-01 div.sns_list > div div.sns_text div.sns_date {
  color: #fcae61;
}

.sns-02 div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.sns-02 div.sns_list > div {
  width: calc((100% - 36px) / 4);
  flex-direction: column;
  border: none;
  margin: 0 12px 12px 0;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .sns-02 div.sns_list > div {
    width: calc((100% - 12px) / 2);
  }
}
.sns-02 div.sns_list > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .sns-02 div.sns_list > div:nth-child(2n) {
    margin-right: 0;
  }
}
.sns-02 div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}
.sns-02 div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.sns-02 div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.sns-02 div.sns_list > div div.sns_text {
  padding: 16px;
  background-color: #fff;
  width: 100%;
  font-size: 1.6rem;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .sns-02 div.sns_list > div div.sns_text {
    font-size: 1.4rem;
  }
}
.sns-02 div.sns_list > div div.sns_text div.sns_date {
  color: #fcae61;
}
.sns-02 div.sns_list > div div.sns_text ul {
  display: none;
}
.sns-02 div.sns_list > div div.sns_text .caption {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 640px) {
  #main .cont-05 {
    flex-direction: column;
  }
}
#main .cont-05 .box {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 640px) {
  #main .cont-05 .box {
    width: 100%;
    margin-top: 32px;
  }
}
#main .cont-05 .box:first-child {
  margin: 0;
}
#main .cont-05 .box a {
  display: block;
  width: 100%;
  padding: 0 0 67%;
  position: relative;
  overflow: hidden;
}
#main .cont-05 .box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .cont-05 .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.wrap-06 {
  position: relative;
  padding-bottom: 96px;
}
.wrap-06::before {
  content: "";
  z-index: 2;
  background-color: #fff;
  height: 160px;
  width: calc((100vw - 1200px) / 2 + 30px);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media only screen and (max-width: 1264px) {
  .wrap-06::before {
    width: 72px;
  }
}
.wrap-06 .title-top {
  height: 160px;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: fit-content;
  position: relative;
  z-index: 3;
  padding-right: 80px;
}
@media only screen and (max-width: 1200px) {
  .wrap-06 .title-top {
    padding-right: 48px;
  }
}

.wrap-07 {
  padding-top: 96px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .wrap-07 {
    padding-top: 72px;
  }
}
.wrap-07::before {
  content: "";
  background: url("../images/home/bg_01.jpg") center center/cover no-repeat;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .wrap-07::before {
    height: 40%;
  }
}

.cont-07 {
  margin-bottom: -12px;
}
.cont-07 .box {
  width: calc((100% - 36px) / 4);
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 12px 12px 0;
}
@media screen and (max-width: 834px) {
  .cont-07 .box {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .cont-07 .box {
    width: 100%;
    margin-right: 0;
  }
}
.cont-07 .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .cont-07 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.cont-07 .box article > h3 {
  display: none;
}
.cont-07 .box .image {
  width: 100%;
  padding: 0 0 125%;
  overflow: hidden;
  position: relative;
}
.cont-07 .box .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont-07 .box .text {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 80%;
  padding: 0 8px 4px 8px;
  line-height: 1.6;
  pointer-events: none;
}
.cont-07 .box .text .type {
  margin-top: -12px;
  background-color: #fcc561;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 8px;
  line-height: 1.25;
}
.cont-07 .box .text .year {
  margin-top: 12px;
  font-size: 1.4rem;
}

.cont-08 .box {
  width: calc((100% - 36px) / 4);
  margin: 0 12px 12px 0;
}
@media screen and (max-width: 640px) {
  .cont-08 .box {
    width: calc((100% - 12px) / 2);
  }
}
.cont-08 .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .cont-08 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.cont-09 {
  justify-content: center;
  font-size: 2rem;
}
@media screen and (max-width: 834px) {
  .cont-09 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cont-09 {
    flex-direction: column;
    align-items: center;
  }
}
.cont-09 a {
  margin: 0 16px;
  padding: 16px;
  min-width: 280px;
}
@media screen and (max-width: 834px) {
  .cont-09 a {
    margin: 0 12px;
    min-width: 240px;
  }
}
@media screen and (max-width: 640px) {
  .cont-09 a {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .cont-09 a:first-child {
    margin: 0;
  }
}
.cont-09 a span {
  margin-left: 8px;
}

.wrap-10 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .wrap-10 {
    flex-direction: column-reverse;
  }
}
.wrap-10 .left, .wrap-10 .right {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .wrap-10 .left, .wrap-10 .right {
    width: 100%;
  }
}
.wrap-10 .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 24px;
}
@media screen and (max-width: 834px) {
  .wrap-10 .list {
    padding: 0;
    margin-bottom: 32px;
  }
}
.wrap-10 .list.right {
  padding-left: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-10 .list.right {
    padding-left: 32px;
  }
}
@media screen and (max-width: 834px) {
  .wrap-10 .list.right {
    padding: 0;
  }
}

#main .cont-10 {
  line-height: 1.6;
}
#main .cont-10 dl {
  margin-top: 16px;
  align-items: baseline;
}
@media screen and (max-width: 640px) {
  #main .cont-10 dl {
    flex-direction: column;
  }
}
#main .cont-10 dl:first-child {
  margin-top: 0;
}
#main .cont-10 dt, #main .cont-10 dd {
  padding: 0;
  border: none;
  background-color: transparent;
}
#main .cont-10 dt {
  width: fit-content;
  min-width: 72px;
}
#main .cont-10 dd {
  padding-left: 24px;
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main .cont-10 dd {
    padding: 0;
    width: 100%;
  }
}

.top-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.top-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn {
  display: flex;
}
.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.c-btn a.c-tel {
  background-color: #fcae61;
}
.c-btn a.c-mail {
  background-color: #111;
}

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

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media 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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media 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;
  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;
  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;
  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;
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    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: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  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: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  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 {
    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 {
  background-position: center center;
  background-size: cover;
  height: 320px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.24);
  background-blend-mode: darken;
}
@media screen and (max-width: 640px) {
  .title-01 {
    height: 240px;
  }
}
.title-01 h1 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.25;
  padding: 20px;
}
.title-01 h1 .ttl-acs {
  font-size: 6.4rem;
  margin-bottom: 12px;
  font-weight: 700;
  font-family: "Oswald", "Roboto", "Arial Black", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .title-01 h1 .ttl-acs {
    font-size: 4.4rem;
  }
}
.title-02 h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media screen and (max-width: 640px) {
  .title-02 h2 {
    font-size: 2.4rem;
  }
}
.title-02 h2::before {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fcae61;
}
.title-03 h3 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.2rem;
  padding-left: 16px;
  border-left: 2px solid #fcae61;
}
@media screen and (max-width: 640px) {
  .title-03 h3 {
    font-size: 2rem;
  }
}

.policy h2 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .policy h2 {
    font-size: 2rem;
  }
}

.interval-16 article div {
  margin-top: 16px;
}

.tp {
  margin-top: 12px;
  font-size: 1.4rem;
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #111;
}
.tp ul div {
  margin: 0 4px;
}
.tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

#main .form-common {
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  #main .form-common dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  #main .form-common dl:last-child dt {
    border-bottom: none;
  }
}
@media screen and (max-width: 834px) {
  #main .form-common dl dt {
    width: 100%;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 834px) {
  #main .form-common dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #main .flex-01 {
    flex-direction: column;
  }
}
#main .flex-01 .box:first-child {
  width: 40%;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:first-child {
    width: 100%;
  }
}
#main .flex-01 .box:last-child {
  width: 60%;
  padding-left: 32px;
}
@media screen and (max-width: 640px) {
  #main .flex-01 .box:last-child {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 640px) {
  #main .flex-02 {
    flex-direction: column-reverse;
  }
}
#main .flex-02 .box:first-child {
  width: 60%;
  padding-right: 32px;
}
@media screen and (max-width: 640px) {
  #main .flex-02 .box:first-child {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
#main .flex-02 .box:last-child {
  width: 40%;
}
@media screen and (max-width: 640px) {
  #main .flex-02 .box:last-child {
    width: 100%;
  }
}

#main .services-01 {
  margin-bottom: -12px;
}
#main .services-01 .box {
  width: calc((100% - 24px) / 2);
  margin: 0 24px 48px 0;
}
@media screen and (max-width: 640px) {
  #main .services-01 .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
#main .services-01 .box:nth-child(4n) {
  margin-right: 0;
}
#main .services-01 .box:nth-child(2n) {
  margin-right: 0;
}
#main .services-01 .box article > h3 {
  display: none;
}
#main .services-01 .box div {
  margin-top: 16px;
  line-height: 1.6;
}
#main .services-01 .box div h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  #main .services-01 .box div h3 {
    font-size: 1.6rem;
  }
}

.welfare-01 ul {
  display: flex;
  flex-direction: column;
}
.welfare-01 ul li {
  padding-left: 24px;
  position: relative;
  font-weight: 500;
}
.welfare-01 ul li::before {
  content: "\f0a4";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fcae61;
  position: absolute;
  top: 0;
  left: 0;
}

.welfare-area {
  background-color: #333;
  color: #fff;
  padding: 2px 8px;
  line-height: 1.6;
  display: inline-block;
  margin-top: 16px;
}

#main .history-01 {
  position: relative;
  padding-left: 40px;
}
#main .history-01:after {
  position: absolute;
  top: 0;
  left: 7px;
  width: 2px;
  height: 100%;
  content: "";
  background: #fcae61;
}
#main .history-01 dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  align-items: flex-start;
}
#main .history-01 dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  #main .history-01 dl {
    flex-direction: column;
  }
}
#main .history-01 dt, #main .history-01 dd {
  border: none;
  padding: 0;
}
#main .history-01 dt {
  min-width: 136px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  color: #fcae61;
  font-weight: 500;
  background-color: transparent;
  font-size: 1.8rem;
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  #main .history-01 dt {
    min-width: 0;
    width: 100%;
  }
}
#main .history-01 dt:before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -38px;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: #fcae61;
}
#main .history-01 dt:after {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -30px;
  display: block;
  width: 15%;
  height: 1px;
  margin: auto;
  content: "";
  background: #fcae61;
}
@media screen and (max-width: 640px) {
  #main .history-01 dt:after {
    width: 24px;
  }
}
#main .history-01 dd {
  flex: 1;
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  #main .history-01 dd {
    width: 100%;
    padding: 0;
  }
}
#main .history-01.history-02 dt {
  min-width: 80px;
}

.staff-01 {
  line-height: 1.6;
}
.staff-01 h4 {
  padding-left: 24px;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 4px;
  border-bottom: 1px solid #f1c191;
  margin-bottom: 8px;
  margin-top: 16px;
}
.staff-01 h4:first-child {
  margin-top: 0;
}
.staff-01 h4::before {
  content: "\f0a4";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fcae61;
  position: absolute;
  top: 0;
  left: 0;
}

#main .flow-01 {
  flex-direction: column;
}
#main .flow-01 .box:nth-child(1) div::before {
  content: "STEP.01";
}
#main .flow-01 .box:nth-child(2) div::before {
  content: "STEP.02";
}
#main .flow-01 .box:nth-child(3) div::before {
  content: "STEP.03";
}
#main .flow-01 .box:nth-child(4) div::before {
  content: "STEP.04";
}
#main .flow-01 .box:nth-child(5) div::before {
  content: "STEP.05";
}
#main .flow-01 .box:nth-child(6) div::before {
  content: "STEP.06";
}
#main .flow-01 .box:nth-child(7) div::before {
  content: "STEP.07";
}
#main .flow-01 .box:nth-child(8) div::before {
  content: "STEP.08";
}
#main .flow-01 .box:nth-child(9) div::before {
  content: "STEP.09";
}
#main .flow-01 .box:nth-child(10) div::before {
  content: "STEP.010";
}
#main .flow-01 .box {
  width: 100%;
  padding: 24px;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  overflow: initial;
}
#main .flow-01 .box:last-child {
  border-bottom: 1px solid #ccc;
}
#main .flow-01 .box:last-child::before, #main .flow-01 .box:last-child::after {
  content: none;
}
#main .flow-01 .box::before {
  content: "";
  border: solid transparent;
  border-width: 12px;
  border-top-color: #fff;
  position: absolute;
  z-index: 3;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .flow-01 .box::after {
  content: "";
  border: solid transparent;
  border-width: 12px;
  border-top-color: #ccc;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .flow-01 .box div {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .flow-01 .box div a.btn3 {
  display: inline-block;
  border: 1px solid #111;
  padding: 12px 48px;
  margin-top: 12px;
  font-size: 1.6rem;
  color: #111;
}
#main .flow-01 .box div a.btn3 i {
  margin-left: 8px;
}
#main .flow-01 .box div::before {
  color: #fcae61;
}

@media screen and (max-width: 640px) {
  #main .btn-box {
    flex-direction: column;
  }
}
#main .btn-box .box {
  width: calc(50% - 4px);
  margin: 0 8px 8px 0;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #main .btn-box .box {
    width: 100%;
    margin-right: 0;
  }
}
#main .btn-box .box:nth-child(even) {
  margin-right: 0;
}
#main .btn-box .box a {
  display: block;
  color: #111;
  border: 1px solid #111;
  padding: 16px 24px;
  text-align: center;
  position: relative;
}
#main .btn-box .box a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #111 #111 transparent transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#main .btn-box .box a:hover {
  opacity: 1;
  background-color: #111;
  color: #fff;
}
#main .btn-box .box a:hover::before {
  border-color: #fff #fff transparent transparent;
}

#main .anc-btn .box a::before {
  transform: translateY(-50%) rotate(135deg);
}

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", "游明朝体", "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: flex;
    align-items: center;
    justify-content: center;
    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: 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: flex;
  flex-wrap: wrap;
  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 {
    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 */