@charset "UTF-8";
/*
Theme Name: template1.01
Description: template1.01　全ページカスタマイズテーマです。
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rammetto+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
.aoboshi-one-regular {
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rammetto-one {
  font-family: "Rammetto One", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
* {
  /*	font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
}

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
p,
img,
dl,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  line-height: 120%;
}

.eng_ttl {
  overflow-wrap: break-word;
}

h3 {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

hr {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 2px #C8C8C8;
}

hr.line01 {
  border-bottom: dotted 2px #1A4572;
}

hr.line02 {
  border-bottom: solid 2px #1A4572;
}

body,
html {
  height: 100dvh;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: YakuHanJP_Noto, "Noto Sans JP", "メイリオ", "Meiryo", arial,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体",
    "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
  font-size: 15px;
  line-height: 2.0;
  color: #333;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

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

a:hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

img.border {
  border-radius: 10px;
}

img.border20 {
  border-radius: 20px;
}

address {
  font-style: normal;
}

/*li { list-style:none; }*/
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img.border6 {
  border-radius: 6px;
}

img.border10 {
  border-radius: 10px;
}

img.border20 {
  border-radius: 20px;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  iframe {
    aspect-ratio: 350/243;
  }
}

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

@media screen and (max-width: 1200px) {
  .contents_wrap {
    max-width: calc($content_width);
  }
}

.contents_wrap.w700 {
  max-width: 700px;
}

.contents_wrap.w800 {
  max-width: 800px;
}

.contents_wrap.w900 {
  max-width: 900px;
}

.contents_wrap.w1000 {
  max-width: 1000px;
}

.contents_wrap.w1600 {
  max-width: 1600px;
}

@media screen and (max-width: 1600px) {
  .contents_wrap.w1600 {
    padding: 0 30px;
  }
}

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

@media screen and (max-width: 1024px) {
  html {
    font-size: 13px;
  }
  .contents_wrap {
    padding: 0 20px;
  }
}

.flexbox_contents_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}

.container_main {
  max-width: 720px;
  width: 100%;
}

.container_side {
  width: 100%;
  max-width: 220px;
  margin-left: 40px;
}

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

@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block !important;
  }
  .sp_on {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .tb_none {
    display: none !important;
  }
  .tb_disp {
    display: block !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.loading_msk {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100dvh;
  background: #fff;
  top: 0;
  right: 0;
}

.loading_msk img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ------ */
/* パンくず */
/* ------ */
.breadcrumbs {
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 25px 0 50px;
  }
}

/* ------ */
/* コンテンツ装飾 */
/* ------ */
.txt_red {
  color: #e83c41;
}

.bg_c.bg_ccc {
  background-color: #ccc;
}

.bg_fff8fb {
  background-color: #FFF8FB;
}

.bg_fff {
  background-color: #fff;
}

.bg_f3f7f8 {
  background-color: #f3f7f8;
}

.bg_fixed {
  position: relative;
  /*min-height: 100vh;*/
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  /*min-height: 100vh;*/
}

@media (max-width: 1020px) and (min-width: 768px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: local;
    /*padding: 100px 0;*/
    height: auto;
    background-size: cover;
    background-position: 57% bottom;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bg_fixed {
    min-height: inherit;
    background-attachment: scroll;
    /*padding: 100px 0;*/
    height: auto;
  }
}

/* ------ */
/* 見出し（heading） */
/* ------ */
.sb_ttl {
  border-left: 4px solid #1F9681;
  color: #1F9681;
  padding-left: 10px;
  font-size: 18px;
}

.ttl00 {
  font-size: 60px;
  font-family: "Aoboshi One", serif;
  color: #1A4572;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ttl00 {
    font-size: 30px;
    text-align: center;
  }
}

.ttl00:before {
  content: "-";
  margin-right: 10px;
}

.ttl00.eng_ttl {
  font-size: 90px;
}

@media screen and (max-width: 1024px) {
  .ttl00.eng_ttl {
    font-size: 35px;
  }
}

.ttl00.eng_ttl:before {
  display: none;
}

.ttl01 {
  position: relative;
  margin-bottom: 40px;
}

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

.ttl01 .jp_txt {
  font-size: 15px;
  margin-bottom: 10px;
}

.ttl01 .eng_txt {
  font-family: "Aoboshi One", serif;
  color: #000;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ttl01 .eng_txt {
    font-size: 28px;
  }
}

.ttl02 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.ttl02 .jp_txt {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .ttl02 .jp_txt {
    font-size: 15px;
  }
}

.ttl02 .eng_txt {
  font-family: "Aoboshi One", serif;
  color: #000000;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ttl02 .eng_txt {
    font-size: 27px;
  }
}

.ttl03 {
  font-weight: 500;
  position: relative;
  border-left: solid 4px #1A4572;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 10px 0;
}

@media screen and (max-width: 767px) {
  .ttl03 {
    margin-bottom: 15px;
  }
}

.ttl03.type02 {
  font-weight: bold;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .ttl03.type02 {
    font-size: 16px;
  }
}

.ttl04 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl04 {
    line-height: 40px;
  }
}

.ttl04 .sub_txt {
  border-left: solid 4px #1A4572;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #1A4572;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ttl04 .sub_txt {
    font-size: 14px;
  }
}

.ttl04 .main_ttl {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl04 .main_ttl {
    font-size: 20px;
  }
}

.ttl05 {
  font-size: 16px;
  font-family: "Aoboshi One", serif;
  color: #1A4572;
  font-weight: 400;
}

.ttl05 .num {
  font-size: 30px;
  margin-left: 10px;
}

.ttl06 {
  position: relative;
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl06 {
    margin-bottom: 40px;
  }
}

.ttl06 .jp_txt {
  font-size: 32px;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl06 .jp_txt {
    font-size: 20px;
  }
}

.ttl06 .eng_txt {
  font-family: "Aoboshi One", serif;
  color: #1A4572;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .ttl06 .eng_txt {
    font-size: 18px;
  }
}

.ttl06:after {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 100%;
  max-width: 40px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: solid 2px #1A4572;
}

.ttl07 {
  position: relative;
}

.ttl07.b_line .jp_txt {
  border-bottom: solid 1px #333333;
}

.ttl07.b_line .eng_txt {
  color: #333;
}

.ttl07 .jp_txt {
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 2px #1A4572;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ttl07 .jp_txt {
    font-size: 18px;
  }
}

.ttl07 .eng_txt {
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #1A4572;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ttl07 .eng_txt {
    font-size: 14px;
  }
}

.ttl08 {
  position: relative;
  border-radius: 0px 14px 0px 0px;
  background-color: #005E9D;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 20px 5px 20px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.ttl09 {
  position: relative;
  display: inline-block;
  background-color: #1A4572;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  border-radius: 0px 14px 0px 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ttl09 {
    font-size: 15px;
  }
}

.ttl10 {
  position: relative;
  margin-bottom: 3rem;
  font-size: 30px;
  display: block;
  border-radius: 8px;
  background-color: #08465D;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .ttl10 {
    font-size: 20px;
  }
}

.ttl10:before {
  border-top: 20px solid #08465D;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
}

.ttl11 {
  font-size: 22px;
  font-weight: bold;
  color: #1A4572;
  padding-bottom: 10px;
  margin-bottom: 12.5px;
  border-bottom: solid 1px #1A4572;
}

/* ------ */
/* ボタン（BTN） */
/* ------ */
a.line_link {
  margin-bottom: 15px;
  padding: 20px 35px;
  display: inline-block;
  border-radius: 100px;
  border: solid 2px #00B900;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

a.tel_link {
  line-height: normal;
  margin-bottom: 15px;
  display: inline-block;
}

a.tel_link span.b_txt {
  display: block;
  font-family: "Aoboshi One", serif;
  position: relative;
  font-size: 26px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  a.tel_link span.b_txt {
    font-size: 20px;
  }
}

a.tel_link span.s_txt {
  display: block;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  a.tel_link span.s_txt {
    font-size: 12px;
  }
}

.h_contact_btn {
  background-color: #1A4572;
  color: #fff;
  border-radius: 6px;
  display: block;
  margin: auto 5px;
  padding: 17px 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 40px;
  width: 140px;
}

.h_contact_btn:hover {
  opacity: 1;
  background-color: #1A4572;
}

.h_contact_btn.line_btn {
  background-color: #00B900;
}

.h_compoany_btn {
  display: block;
  font-size: 13px;
  border: solid 1px #005E9D;
  background-color: #fff;
  color: #005E9D;
  padding: 5px 20px;
  border-radius: 100px;
  font-weight: bold;
}

.h_compoany_btn:hover {
  border: solid 1px #DFEC2A;
  background-color: #DFEC2A;
  color: #005E9D;
}

.btn01 {
  margin-right: auto;
  margin-left: auto;
}

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

.btn01 a {
  border-radius: 100px;
  width: 100%;
  max-width: 280px;
  background-color: #BFD5D8;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}

.btn01 a:hover {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000000;
  z-index: 1;
}

.btn02 a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 210px;
  /*max-width: 280px;*/
  background-color: #fff;
  border: solid 2px #E4007F;
  color: #333;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  padding: 25px 35px;
  text-align: left;
}

.btn02 a.icon_flex i {
  margin-right: 10px;
}

.btn02 a:hover {
  opacity: 0.7;
}

.btn02 a:hover:after {
  right: 8px;
}

.btn02 a:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.btn02 a.beginner_icon:before {
  content: "\f35a";
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #E4007F;
}

.btn02 a:after {
  content: "\f35a";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #E4007F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tel_btn {
  text-align: center;
}

.tel_btn a {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  font-family: "Aoboshi One", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .tel_btn a {
    font-size: 20px;
  }
}

.tel_btn a i {
  margin-right: 10px;
}

.tel_btn p {
  font-size: 13px;
}

/* ------ */
/* header */
/* ------ */
header {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  header.is-none {
    background: none;
  }
}

header.fixed {
  position: fixed !important;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.fixed .header-r-area {
  /*display: none;*/
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  border-radius: 0;
}

header.fixed .h-logo a img {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  header.fixed .h-logo a img {
    height: 40px;
  }
}

header.fixed .h-logo a img + img {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  header.inner_header .h-logo a img {
    display: none !important;
  }
  header.inner_header .h-logo a img + img {
    display: block !important;
  }
}

header.inner_header .h-logo a img {
  display: block;
}

header.inner_header .h-logo a img + img {
  display: none;
}

header .header-r-area {
  /*padding: 10px 0;*/
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2%;
  background-color: #1A4572;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 0px 0px 20px;
}

@media screen and (max-width: 1480px) {
  header .header-r-area {
    padding-left: 2%;
  }
}

@media screen and (max-width: 1300px) {
  header .header-r-area {
    padding-left: 0;
  }
}

@media screen and (max-width: 1280px) {
  header .header-r-area {
    padding-right: 90px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  header .header-r-area {
    background: none;
    padding: 0;
    margin-right: 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .header-r-area .h_contact_btn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  header .header-r-area ul.links_sns {
    display: none;
  }
}

header .header-r-area .h_contact_btn {
  color: #005E9D;
  background-color: #F1F6FB;
}

header .header-r-area .h-contact .menu_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  header .header-r-area .h-contact .menu_top_flex .h_compoany_btn {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  header .header-r-area .h-contact #menu-header-navi {
    display: none;
  }
}

header h1 {
  font-weight: bold;
}

header h1 a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

header h1 a img {
  /*mix-blend-mode: difference;*/
  height: 80px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: block;
}

header h1 a img + img {
  display: none;
}

header h1 a img:hover {
  -webkit-filter: drop-shadow(2px 3px 8px #fff);
          filter: drop-shadow(2px 3px 8px #fff);
}

@media screen and (max-width: 767px) {
  header h1 a img {
    height: 50px;
    display: none;
  }
  header h1 a img + img {
    display: block;
  }
}

header p {
  font-weight: bold;
}

header p a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}

header p a img {
  /*mix-blend-mode: difference;*/
  height: 80px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

header p a img:hover {
  -webkit-filter: drop-shadow(2px 3px 8px #fff);
          filter: drop-shadow(2px 3px 8px #fff);
}

@media screen and (max-width: 767px) {
  header p a img {
    height: 50px;
  }
}

header * {
  line-height: 1;
}

.h-logo {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1280px) {
  .h-logo {
    margin-left: 30px;
  }
}

.h-logo a {
  display: block;
}

/* ----------- */
/* global navi */
/* ----------- */
.drawer {
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 150;
}

@media screen and (max-width: 1024px) {
  .drawer {
    top: 6px;
  }
}

.header_drawer_toggle {
  /*ヘッダー内トグルボタンの指定*/
  display: none;
  /*&.fixed {
    display: block;
  }*/
}

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

.header_drawer_toggle.fixed .gnav-trg span,
.header_drawer_toggle.fixed .gnav-trg::before,
.header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #fff;
}

.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color: #fff;
}

.header_drawer_toggle.fixed .gnav-trg span,
.header_drawer_toggle.fixed .gnav-trg::before,
.header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #fff;
}

.header_drawer_toggle .gnav-trg {
  position: relative;
  top: 18px;
  right: 20px;
  z-index: 101;
  width: 60px;
  height: 60px;
  margin: 0;
  cursor: pointer;
  aspect-ratio: 1/1;
  background-color: #005E9D;
  border-radius: 50%;
}

.header_drawer_toggle .gnav-trg.is-none {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 6px;
  }
}

/*
.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color: #000;
}
*/
.header_drawer_toggle .gnav-trg span {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 30px;
  height: 2px;
  margin: auto;
  top: 0;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg span {
    width: 20px;
  }
}

.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*width: calc(100% - 24px);*/
  width: 30px;
  height: 2px;
  margin: auto;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::before,
  .header_drawer_toggle .gnav-trg::after {
    width: 20px;
  }
}

.header_drawer_toggle .gnav-trg::before {
  top: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::before {
    top: calc(50% - 5px);
  }
}

.header_drawer_toggle .gnav-trg::after {
  bottom: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .header_drawer_toggle .gnav-trg::after {
    bottom: calc(50% - 5px);
  }
}

.header_drawer_toggle .gnav-trg.is-none {
  /*ドロワーアイコン展開時*/
}

.header_drawer_toggle .gnav-trg.is-none::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #005E9D;
}

.header_drawer_toggle .gnav-trg.is-none::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #005E9D;
}

.header_drawer_toggle .gnav-trg.is-none span {
  display: none;
}

/*gnavエリア*/
.gnav {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 101;
}

.gnav .gnav__close {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 30px;
}

.gnav .gnav__close .gnav__close__arrow {
  display: block;
  height: 2rem;
  width: 4rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__close .gnav__close__arrow {
    height: 20px;
    width: 40px;
  }
}

.gnav .gnav__close .gnav__close__arrow::before,
.gnav .gnav__close .gnav__close__arrow::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  top: 50%;
  left: 50%;
  width: 100%;
}

.gnav .gnav__close .gnav__close__arrow::before {
  -webkit-transform: translate(0, -50%) rotate(35deg);
  transform: translate(0, -50%) rotate(35deg);
}

.gnav .gnav__close .gnav__close__arrow::after {
  -webkit-transform: translate(0, -50%) rotate(-35deg);
  transform: translate(0, -50%) rotate(-35deg);
}

.gnav .gnav__close .gnav__close__text {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.gnav .gnav__bg {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.gnav .gnav__inr {
  padding-top: 60px;
  background-color: #1A4572;
  color: #fff;
  height: 100dvh;
  right: 0;
  position: relative;
  top: 0;
  z-index: 3;
  width: 300px;
  margin-left: auto;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr {
    width: 100%;
  }
}

.gnav .gnav__inr .links_sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.gnav .gnav__inr .drawer_language_flex {
  border-top: 2px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
  margin-top: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav .gnav__inr .drawer_language_flex .language_ttl {
    border-top: solid 1px #ccc;
    margin-top: 5px;
    padding-top: 2px;
  }
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex .language_flex_list {
    margin-left: 0;
  }
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list li:before {
  content: "/";
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .drawer_language_flex .language_flex_list li:first-child:before {
    content: none;
  }
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list li a {
  position: relative;
  padding: 0 3px;
  font-weight: bold;
}

.gnav .gnav__inr .drawer_language_flex .language_flex_list li a:hover {
  color: #E4007F;
}

.gnav .gnav__inr .header-drawer-nav {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav {
    width: 70%;
    margin: 0 auto;
  }
}

.gnav .gnav__inr .header-drawer-nav li {
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 767px) {
  .gnav .gnav__inr .header-drawer-nav li {
    margin-top: 10px;
  }
}

.gnav .gnav__inr .header-drawer-nav li:first-child {
  margin-top: 0;
}

.gnav .gnav__inr .header-drawer-nav li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children a {
  pointer-events: none !important;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children:hover {
  background: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children.open_acord .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_minus_blue.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children .header-nav-child::before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_plus.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu {
  margin: 15px;
  padding: 0;
  display: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li {
  /*list-style-type: disc;*/
  list-style-position: inside;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 10px;
  /*↓ホバーエフェクト指定*/
  background: none;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li:hover {
  /*ホバーエフェクト*/
  background: none;
}

.gnav .gnav__inr .header-drawer-nav li.menu-item-has-children > .sub-menu li a {
  pointer-events: auto !important;
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
}

.gnav .gnav__inr .h_contact_btn {
  margin: 25px auto 0;
  width: 80%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__inr {
    width: 50%;
  }
}

.gnav .gnav__links {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links {
    width: 290px;
  }
}

.gnav .gnav__links > li {
  margin: 40px 0 0;
}

.gnav .gnav__links > li > a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links > li > a {
    font-size: 3.6rem;
  }
}

.gnav .gnav__links > li > a > span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .gnav .gnav__links > li > a > span {
    font-size: 1.4rem;
  }
}

.gnav .gnav__links > li > a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 8px;
  content: "";
  height: 4px;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  width: 50px;
}

.gnav .gnav__links > li > a:hover::after {
  right: -10px;
}

.gnav-trg {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 2.8rem;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg {
    width: 4rem;
  }
}

.gnav-trg .gnav-trg__border {
  height: 1.4rem;
  position: relative;
  width: 2.8rem;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__border .gnav-trg .gnav-trg__border {
    height: 2rem;
    width: 4rem;
  }
}

.gnav-trg .gnav-trg__border > span {
  background-color: #646464;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  width: 100%;
}

.gnav-trg .gnav-trg__border > span:nth-child(1) {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gnav-trg .gnav-trg__border > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gnav-trg .gnav-trg__border > span:nth-child(3) {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.gnav-trg .gnav-trg__text {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .gnav-trg .gnav-trg__text {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

/* ----------- */
/* header navi */
/* ----------- */
.non_event a {
  pointer-events: none;
}

#menu-header-navi {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#menu-header-navi li {
  position: relative;
  line-height: 1.8;
  font-size: 14px;
}

#menu-header-navi li:last-child a {
  padding-right: 0px;
}

#menu-header-navi li:first-child a {
  border-left: none;
}

#menu-header-navi li a {
  color: #fff;
  font-weight: bold;
  border-left: dotted 1px #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  /*background-color: #000;*/
  /*color: #ffffff;*/
  width: 240px;
  padding-top: 15px;
  /*padding: 10px 25px;*/
  top: 20px;
  left: 0;
  /*left: calc(-50% -240px);*/
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  /*background-color: #fff;*/
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu::before {
  content: "";
  position: absolute;
  top: 5px;
  left: calc(10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li {
  width: 100%;
  background-color: #fff;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 1px;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:last-child {
  margin-bottom: 0;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:after {
  display: none;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:hover {
  background-color: #e2e2e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li:hover a {
  color: #1A4572;
}

#menu-header-navi li.menu-item-has-children:hover ul.sub-menu li a {
  color: #333;
  display: block;
  margin-bottom: 1px;
  pointer-events: auto;
  border: none;
  padding-left: 0;
}

#menu-header-navi li.menu-item-has-children ul {
  display: none;
}

/******************************/
/* #アンカーリンク */
/******************************/
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

/* ------ */
/* テキストリンク（text-link） */
/* ------ */
.text_link01 a {
  position: relative;
  width: 100%;
  /*max-width: 220px;*/
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: solid 1px #ccc;
}

.text_link01 a:hover:after {
  right: 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.text_link01 a:after {
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background-image: url(../images/icon/feather-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .text_link01 a:after {
    width: calc(26px * 0.6);
    height: calc(18px * 0.6);
  }
}

.text_link01 a span {
  font-family: "Aoboshi One", serif;
}

.text_link01 a span:before {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: solid 2px #666;
  width: 30px;
  height: 1px;
  bottom: -1px;
}

/******************************/
/* 除雪 カレンダー */
/******************************/
.add_calendar {
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .add_calendar {
    padding: 25px 0;
  }
}

.add_calendar .calendar_ttl .year {
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  .add_calendar .calendar_ttl .year {
    font-size: 24px;
  }
}

.add_calendar .calendar_ttl span {
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .add_calendar .calendar_ttl span {
    font-size: 18px;
  }
}

.add_calendar .month_ttl .b_ttl {
  font-size: 36px;
}

.add_calendar .month_ttl .s_ttl {
  margin-left: 0.5em;
}

.add_calendar .add_calendar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .add_calendar .add_calendar_flex {
    display: block;
  }
}

.add_calendar .add_calendar_flex li {
  width: calc(100% / 4 - 17.5px);
}

@media screen and (max-width: 1024px) {
  .add_calendar .add_calendar_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
  .add_calendar .add_calendar_flex li:last-child {
    margin-bottom: 0;
  }
}

.add_calendar .calender_tbl {
  width: 100%;
  border-collapse: collapse;
}

.add_calendar .calender_tbl th,
.add_calendar .calender_tbl td {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  display: table-cell;
}

.add_calendar .calender_tbl th {
  border-bottom: solid 1px #ccc;
  font-size: 12px;
}

.add_calendar .calender_tbl th.sun {
  color: #cc0000;
}

.add_calendar .calender_tbl th.sat {
  color: #000099;
}

.add_calendar .calender_tbl td {
  font-weight: bold;
}

.add_calendar .calender_tbl td.sun {
  color: #cc0000;
}

.add_calendar .calender_tbl td.sat {
  color: #000099;
}

.add_calendar .calender_tbl td.holiday span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.add_calendar .calender_tbl td.holiday span:after {
  content: "\58";
  font-family: "Font Awesome 6 Free";
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #cc0000;
  font-size: 1.5em;
}

.add_calendar .calender_tbl td.active span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1em;
}

.add_calendar .calender_tbl td.active span:before {
  content: "";
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: #F8A900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 150%;
  height: 150%;
  z-index: -1;
}

/* ---- */
/* コンタクトarea */
/* ---- */
.add_contact {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #EAF0F1;
}

@media screen and (max-width: 1024px) {
  .add_contact {
    padding: 45px 0;
    width: auto;
  }
}

.add_contact .add_contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .add_contact .add_contact_flex {
    display: block;
  }
}

.add_contact .add_contact_flex .layout_c {
  gap: 10px;
}

.add_contact .add_contact_flex h2 {
  width: 22%;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .add_contact .add_contact_flex h2 {
    width: 100%;
    padding-bottom: 25px;
  }
}

.add_contact .add_contact_flex .txtbox {
  border-left: solid 2px #000000;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1024px) {
  .add_contact .add_contact_flex .txtbox {
    border-left: none;
    border-top: solid 2px #000000;
    padding-top: 25px;
    padding-left: 0;
  }
}

/* ------ */
/* レイアウト */
/* ------ */
.bnr {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 800/190;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 2px solid white;
  outline-offset: -8px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .bnr {
    aspect-ratio: 340/130;
  }
  .bnr .ttl02 {
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.bnr:before {
  content: "";
  background-image: url(../images/common/purchase_record_bnr.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 800/190;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bnr:before {
    aspect-ratio: 340/130;
    background-size: cover;
    background-position: center;
  }
}

.bnr:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bnr a {
  display: block;
  width: 100%;
  height: 100%;
}

.bnr a .ttl02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.bnr a .ttl02 .eng_txt {
  color: #fff;
}

.page_link_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 0 5%;
}

.page_link_ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_link_ul li a figure {
  position: relative;
  overflow: hidden;
}

.page_link_ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.page_link_ul li a figure figcaption {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page_link_ul li a figure figcaption .num {
  font-size: 32px;
  font-family: "Lora", serif;
  margin-bottom: 15px;
}

.page_link_ul li a figure figcaption i {
  display: block;
  margin-top: 15px;
}

.page_link_ul li a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.infobox {
  border: solid 4px #005E9D;
  border-radius: 10px;
  padding: 50px 60px;
}

@media screen and (max-width: 1024px) {
  .infobox {
    padding: 20px;
    border-radius: 6px;
  }
}

.infobox h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: dotted 2px #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .infobox h2 {
    font-size: 18px;
  }
}

.icon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon_flex i {
  margin-right: 10px;
}

.sub_images_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

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

.sub_images_ul.cul2 li {
  width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 767px) {
  .sub_images_ul.cul2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul.cul2 li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul li {
  width: calc(100% / 3 - 15px);
}

@media screen and (max-width: 767px) {
  .sub_images_ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

.sub_images_ul li p {
  font-size: 13px;
}

.sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/*料金エリア*/
.price_area span.ttl {
  border-radius: 100px;
  background-color: #E4007F;
  color: #fff;
  padding: 3px 20px;
}

.price_area span.price_txt {
  font-weight: bold;
  font-size: 19px;
  margin-left: 5px;
}

.price_area span.tax {
  font-size: 13px;
}

/* layout_c 横並び */
.layout_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.layout_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.layout_a .imgbox {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_a .imgbox {
    width: 100%;
  }
}

.layout_a .imgbox .mt_car {
  position: absolute;
  top: 0;
  right: 0;
}

.layout_a .imgbox .mt_car img {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .layout_a .imgbox .mt_car img {
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.layout_a .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .layout_a .txtbox {
    margin-right: 0;
    margin-top: 20px;
  }
}

.layout_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.layout_b .imgbox {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .layout_b .imgbox {
    width: 100%;
  }
}

.layout_b .imgbox .mt_car {
  position: absolute;
  top: 0;
  right: 0;
}

.layout_b .imgbox .mt_car img {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .layout_b .imgbox .mt_car img {
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.layout_b .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .layout_b .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.car_box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}

.car_box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.rental_vehicle_flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

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

.rental_vehicle_flex01 .imgbox {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .rental_vehicle_flex01 .imgbox {
    width: 100%;
  }
}

.rental_vehicle_flex01 .imgbox .imgflex li {
  margin-bottom: 20px;
  border-radius: 10px;
}

.rental_vehicle_flex01 .imgbox .imgflex li:last-child {
  margin-bottom: 0;
}

.rental_vehicle_flex01 .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  border: solid 4px #005E9D;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .rental_vehicle_flex01 .txtbox {
    margin-top: 20px;
    margin-left: 0;
    padding: 20px;
  }
}

.rental_vehicle_flex01 .txtbox .ttl_bar {
  border-top: dotted 2px #1A4572;
  border-bottom: dotted 2px #1A4572;
  padding: 10px 0;
  color: #1A4572;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.rental_vehicle_flex01 .txtbox .ttl_bar span {
  font-size: 22px;
  font-weight: 400;
  font-family: "Aoboshi One", serif;
  margin-right: 10px;
}

.rental_vehicle_flex01 .txtbox .ttl {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .rental_vehicle_flex01 .txtbox .ttl {
    font-size: 18px;
  }
}

.rental_vehicle_flex01 .txtbox .price_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .rental_vehicle_flex01 .txtbox .price_dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rental_vehicle_flex01 .txtbox .price_dl dt {
  color: #fff;
  border-radius: 100px;
  background-color: #FE763A;
  text-align: center;
  padding: 5px 25px;
  width: 150px;
}

.rental_vehicle_flex01 .txtbox .price_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  font-weight: bold;
  font-size: 19px;
}

@media screen and (max-width: 1024px) {
  .rental_vehicle_flex01 .txtbox .price_dl dd {
    margin-left: 0;
    text-align: center;
  }
}

.rental_vehicle_flex01 .txtbox .price_dl dd span {
  font-size: 13px;
  font-weight: 500;
}

/*コンテンツパターン*/
.page_box_even li.box {
  padding: 100px 0;
  background-color: #F2F0EB;
}

@media screen and (max-width: 767px) {
  .page_box_even li.box {
    padding: 50px 0;
  }
}

.page_box_even li.box:nth-child(even) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .page_box_even li.box:nth-child(even).basic_space1_padding_top {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page_box li.contentsbox {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_box li.contentsbox {
    padding: 50px 0;
  }
}

.page_box li.contentsbox:first-child {
  padding-top: 0;
}

.page_box li.contentsbox:nth-child(even) {
  background-color: #f8f2f2;
}

@media screen and (max-width: 767px) {
  .page_box li.contentsbox:nth-child(even).basic_space1_padding_top {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page_box li.contentsbox_b {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page_box li.contentsbox_b {
    padding: 50px 0;
  }
}

.page_box li.contentsbox_b:first-child {
  padding-top: 0;
}

.page_box li.contentsbox_b:nth-child(odd) {
  padding-top: 80px;
  background-color: #f8f2f2;
}

@media screen and (max-width: 767px) {
  .page_box li.contentsbox_b:nth-child(odd) {
    padding-top: 40px;
  }
  .page_box li.contentsbox_b:nth-child(odd).basic_space1_padding_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*偶数リバースFLEX*/
.layout02 .even_reverse_flex {
  /*display: flex;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex {
    display: block;
  }
}

.layout02 .even_reverse_flex li.even_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.layout02 .even_reverse_flex li.even_li:first-child {
  margin-top: 0;
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
  width: 55%;
  margin-right: 0;
  margin-left: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox .mt_car {
  position: absolute;
  top: 10px;
  right: 10px;
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox .mt_car img {
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox .mt_car img {
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.layout02 .even_reverse_flex li.even_li:nth-child(even) .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}

.layout02 .even_reverse_flex li.even_li .imgbox {
  width: 55%;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .layout02 .even_reverse_flex li.even_li .imgbox {
    width: 100%;
    margin: 0 0 30px;
  }
}

.layout02 .even_reverse_flex li.even_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
}

.layout02 .even_reverse_flex li.even_li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.layout02 .even_reverse_flex li.even_li .txtbox .number {
  margin-bottom: 8px;
  color: #1473ba;
  font-size: 16px;
  font-family: "Aoboshi One", serif;
  display: inline-block;
}

.layout02 .even_reverse_flex li.even_li .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

/* リスト */
/* --- */
.pattern_list li.pattern_li:nth-child(even) {
  background-color: #ebe9cb;
  position: relative;
}

.pattern_list li.pattern_li:nth-child(even):before {
  content: "";
  background-image: url(../images/common/guide_after_bg01.png);
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 21px;
  top: -20px;
}

.pattern_list li.pattern_li:nth-child(even):after {
  content: "";
  background-image: url(../images/common/guide_before_bg01.png);
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 24px;
  bottom: -24px;
}

/*フローリスト*/
.flow_list {
  max-width: 1000px;
  margin: 0 auto;
}

.flow_list li {
  padding: 40px 50px;
  position: relative;
  border-radius: 10px;
  border: solid 4px #E4007F;
  margin-bottom: 70px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .flow_list li {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
}

.flow_list li:last-child:before {
  display: none;
}

.flow_list li:before {
  border-top: 40px solid #E4007F;
  border-left: 130px solid transparent;
  border-right: 130px solid transparent;
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -130px;
}

@media screen and (max-width: 767px) {
  .flow_list li:before {
    border-top: 30px solid #E4007F;
    bottom: -30px;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    margin-left: -70px;
  }
}

.flow_list li .num {
  color: #E4007F;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: bold;
}

.flow_list li h3 {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

.flow_list li p {
  line-height: 1.5;
}

.dotted_list li {
  line-height: 2;
}

.dotted_list li:before {
  content: "・";
}

/* アンカーーメニュー */
/* --- */
.unkmenu {
  max-width: 1100px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .unkmenu {
    padding: 0 30px;
  }
}

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

.unkmenu li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .unkmenu li {
    width: 100%;
    margin-right: 0;
  }
}

.unkmenu li:nth-child(3n) {
  margin-right: 0;
}

.unkmenu li:nth-child(1) {
  margin-top: 0;
}

.unkmenu li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .unkmenu li:nth-child(2) {
    margin-top: 20px;
  }
}

.unkmenu li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .unkmenu li:nth-child(3) {
    margin-top: 20px;
  }
}

.unkmenu li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

.unkmenu li a:before {
  content: "\f358";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  margin: 0 auto;
  right: 5px;
  font-weight: bold;
  color: #E4007F;
}

.unkmenu li a:hover {
  opacity: 0.6;
}

/* FAQ */
.faq_box {
  margin-top: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.faq_box:first-child {
  margin-top: 0;
}

.faq_box dt {
  border-radius: 15px 15px 0 0;
  background-color: #E4007F;
  color: #ffffff;
  padding: 20px 50px;
  line-height: 1.5;
  position: relative;
}

.faq_box dt:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/faq_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .faq_box dt:before {
    width: 18px;
    height: 18px;
    left: 25px;
  }
}

.faq_box dd {
  border-radius: 0 0 15px 15px;
  padding: 20px 50px;
  border: solid 2px #E4007F;
  background-color: #fff;
  line-height: 1.5;
  position: relative;
}

.faq_box dd:before {
  content: "";
  display: inline-block;
  background-image: url(../images/common/faq_a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .faq_box dd:before {
    width: 18px;
    height: 18px;
    left: 23px;
  }
}

/* ------ */
/* FLEX */
/* ------ */
.flex_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_wrapp.cul2 {
  gap: 20px;
}

.flex_wrapp.cul2 .flex_cont {
  width: 48%;
}

/*******************/
/*　テキスト関連　　　　*/
/*******************/
/*最大2行まで*/
.limit_text_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*******************/
/*　SINGLE　　　　*/
/*******************/
.single_page .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* FAQ QA*/
/*よくある質問*/
/******************************/
.faq_contents h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.faq_list li {
  margin-bottom: 50px;
}

.faq_list li ul li {
  margin: 0;
}

.faq_list li:last-child {
  margin-bottom: 0;
}

.faq_contents .accordion_one {
  margin: 0 auto 30px;
}

.faq_contents .accordion_one .accordion_header {
  /*background-color: #b4b4b4;*/
  color: #333;
  font-weight: normal;
  border: solid 1px #C9C9C9;
  border-radius: 6px;
  /*font-size: 26px;*/
  padding: 20px 5% 20px 50px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header:before {
  display: inline-block;
  content: "Q";
  margin-right: 10px;
  position: absolute;
  left: 30px;
}

.faq_contents .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.faq_contents .accordion_one .accordion_header .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.faq_contents .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq_contents .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before,
.faq_contents .accordion_one .accordion_header .i_box .one_i:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #C9C9C9;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.faq_contents .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq_contents .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq_contents .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq_contents .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq_contents .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px 30px 50px;
  /*border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
  border-bottom: 2px solid #b4b4b4;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
  position: relative;
}

.faq_contents .accordion_one .accordion_inner:before {
  display: inline-block;
  content: "A";
  margin-right: 10px;
  position: absolute;
  left: 30px;
}

.faq_contents .accordion_one .accordion_inner.stay {
  display: block;
}

/* .s_03 .accordion_one .accordion_inner .box_one {
  height: 300px;
} */
.faq_contents .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 18px;
  }
  .faq_contents .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .faq_contents .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
    padding: 15px 60px 15px 30px;
    line-height: 1.5;
  }
  .faq_contents .accordion_one .accordion_header:before {
    left: 7px;
  }
  .faq_contents .accordion_one .accordion_inner {
    padding: 15px 30px 15px 50px;
  }
}

/*******************/
/*　テーブル　　　　*/
/*******************/
.text_annotation {
  font-weight: bold;
  color: #d52424;
  margin-bottom: 1em;
}

.scrool_tbl {
  overflow-x: auto;
  margin-bottom: 30px;
}

.tbl_price {
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .tbl_price {
    width: 700px;
  }
}

.tbl_price .wd40p {
  width: 40%;
}

.tbl_price .wd10p {
  width: 10%;
}

.tbl_price thead th {
  color: #aa6908;
  background-color: transparent;
  border: none;
  text-align: left;
}

.tbl_price th,
.tbl_price td {
  border: solid 1px #c8c8c8;
  text-align: left;
  padding: 8px 20px;
}

.tbl_price th {
  color: #ffffff;
  background-color: #000;
}

.tbl_price th.bg_blk {
  background-color: #333333;
}

.tbl_price th.bg_glay {
  background-color: #e2e2e2;
  color: #333;
}

.tbl_price th.bg_orange {
  background-color: #fe8f3a;
}

.tbl_price th.bg_green {
  background-color: #3dd54c;
}

.tbl_price th.bg_purple {
  background-color: #bb5fe8;
}

.tbl_price th.bg_red {
  background-color: #e85f5f;
}

.tbl_price th.l_green {
  background-color: #3bd1d6;
}

.tbl_price th.brown {
  background-color: #aa6908;
}

.tbl_price th.brown2 {
  background-color: #bc250d;
}

.tbl_price th.d_green {
  background-color: #2c7824;
}

/*******************/
/*　テーブル(DL)　　　　*/
/*******************/
.dl_tbl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_tbl01 dt {
  width: 200px;
  border-bottom: solid 2px #ccc;
  color: #17489c;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dt {
    width: 140px;
  }
}

.dl_tbl01 dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .dl_tbl01 dd {
    width: calc(100% - 140px);
  }
}

.dl_tbl01 dt .box,
.dl_tbl01 dd .box {
  padding: 15px 20px;
}

/*******************/
/*　ギャラリー　スライダー　　　　*/
/*******************/
/* -- -- */
.swiper-container {
  overflow: hidden;
  /*position: relative;*/
}

/*
.swiper-fade .swiper-slide>* {
  opacity: 0;
}

.swiper-fade .swiper-slide-active>* {
  opacity: 1;
}
*/
.gallery-photo {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.gallery-photo .gallery-slider .swiper-slide p {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  background-color: #fff;
}

.gallery-photo .gallery-slider .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_short {
  background-size: cover !important;
}

.gallery-photo .gallery-slider .swiper-slide p span.img_long {
  background-size: auto 100% !important;
}

.gallery-photo .gallery-slider .swiper-slide p img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

body .gallery-photo .gallery-thumbs {
  margin: 30px 0px 30px;
  padding: 0 45px;
  position: relative;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container {
  overflow: inherit;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide {
  width: calc((100% - 15px) / 4);
  margin-right: 5px;
  padding: 0;
  margin-top: 5px;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) {
  margin-top: 0;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) {
  margin-top: 0;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide:nth-child(3) {
  margin-top: 0;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4) {
  margin-top: 0;
}

body .gallery-photo .gallery-thumbs.type02 .swiper-container .swiper-wrapper .swiper-slide p span {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-photo .gallery-thumbs .swiper-slide {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
}

.gallery-photo .gallery-thumbs .swiper-slide p {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery-photo .gallery-thumbs .swiper-slide p:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p:after {
  content: "";
  opacity: 0;
}

.gallery-photo .gallery-thumbs .swiper-slide p span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button {
  background-color: #333;
  width: 30px;
  height: 100%;
  border: 0;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-photo .gallery-thumbs .swiper-button:hover {
  opacity: 0.7;
}

.gallery-photo .gallery-thumbs .swiper-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev {
  left: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-prev:before {
  background: url("../images/common/sl-prev.svg") no-repeat center/12px auto;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next {
  right: 0;
}

.gallery-photo .gallery-thumbs .swiper-button.swiper-next:before {
  background: url("../images/common/sl-next.svg") no-repeat center/12px auto;
}

@media screen and (max-width: 767px) {
  .gallery-photo .gallery-thumbs {
    margin: 20px 0 20px;
    padding: 0 35px;
  }
  .gallery-photo .gallery-thumbs .swiper-slide {
    width: 50%;
  }
}

/***************/
/*******************/
/*　アコーディオン　　　　*/
/*******************/
/*******************/
/*　ページャー　　　　*/
/*******************/
.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.post-btn .prev a,
.post-btn .next a {
  /*border: solid 1px #333;*/
  color: #fff;
  background-color: #333;
  /*border-radius: 50%;*/
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.post-btn .link_btn {
  /*border: solid 1px #333;*/
  background-color: #333;
  /*border-radius: 50px;*/
  padding: 3px 25px;
  line-height: 30px;
}

.post-btn .link_btn a {
  color: #fff;
}

/*******************/
/*　text　　　*/
/*******************/
.text_infoarea {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .text_infoarea {
    padding: 0 30px;
  }
}

/*******************/
/*　リスト　　　*/
/*******************/
.tbl_list01_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tbl_list01_dl dt {
  width: 120px;
  max-width: 120px;
  padding: 5px 0;
}

.tbl_list01_dl dd {
  width: calc(100% - 120px);
  padding: 5px 0;
}

.tbl_list01_dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.tbl_list01_dl01:last-child {
  margin-bottom: 0;
}

.tbl_list01_dl01 dt {
  width: 150px;
  max-width: 150px;
  padding: 5px 0;
  color: #fff;
  background-color: #FE763A;
  border-radius: 100px;
  text-align: center;
}

.tbl_list01_dl01 dd {
  width: calc(100% - 170px);
  padding: 5px 0;
  margin-left: 20px;
  font-weight: bold;
}

.tbl_list01 li {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.tbl_list01 li:last-child {
  margin-bottom: 0;
}

.tbl_list01 li .tbl_ttl {
  width: 30%;
  background-color: #F2F2F2;
  border: solid 1px #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_ttl {
    padding: 15px 10px;
  }
}

.tbl_list01 li .tbl_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tbl_list01 li .tbl_body {
    padding: 15px 10px;
  }
}

.tbl_list02 li {
  line-height: 1.6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 2px #005E9D;
}

.tbl_list02 li:last-child {
  margin-bottom: 0;
}

.tbl_list02 li .list_ttl {
  width: 140px;
  line-height: 1.4;
  color: #1A4572;
  font-weight: 600;
}

.tbl_list02 li .list_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
}

.price_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .price_list01 li {
    display: block;
  }
}

.price_list01 li:last-child {
  margin-bottom: 0;
}

.price_list01 li .list_ttl {
  width: 65%;
  font-weight: bold;
  line-height: 1.4;
  background-color: #efd9d9;
  border-right: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .price_list01 li .list_ttl {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.price_list01 li .list_body {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-weight: bold;
  padding: 20px;
  background-color: #fff;
}

.price_list01 li .list_body .b_text {
  font-size: 20px;
}

.price_list01 li .list_body .s_text {
  font-size: 13px;
  margin-left: 0.5em;
}

/* ------ */
/* SNS ICON */
/* ------ */
header .menu_top_flex ul.links_sns {
  margin-left: 20px;
}

ul.links_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
  /*padding: 0 20px;*/
}

ul.links_sns li {
  margin-right: 7.2px;
}

ul.links_sns li:last-child {
  margin-right: 0;
}

ul.links_sns li a {
  font-weight: 400;
}

ul.links_sns li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul.links_sns li a::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}

ul.links_sns li a.text_link_run {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.links_sns li a.text_link_run::before {
  margin-right: 5px;
}

ul.links_sns li a.map_icon::before {
  background-image: url(../images/icon/map_icon.svg);
  width: 27px;
  height: 27px;
}

ul.links_sns li a.line_icon::before {
  background-image: url(../images/icon/sns/line.svg);
  width: 27px;
  height: 27px;
}

ul.links_sns li a.ig_icon::before {
  background-image: url(../images/icon/sns/insta.svg);
  width: 27px;
  height: 27px;
}

ul.links_sns li a.fb_icon::before {
  background-image: url(../images/icon/sns/fb.svg);
  width: 27px;
  height: 27px;
}

ul.links_sns li a.tw_icon::before {
  background-image: url(../images/icon/sns/x_icon.svg);
  width: 27px;
  height: 27px;
}

ul.links_sns li a.youtube_icon::before {
  background-image: url(../images/icon/sns/youtube.svg);
  width: 27px;
  height: 27px;
}

/*Check　リスト*/
.chk_list {
  list-style-type: none;
  padding: 0 50px;
}

.chk_list li {
  position: relative;
  line-height: 1.8;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chk_list li:first-child {
  margin-top: 0;
}

.chk_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #bc250d;
  border-bottom: 3px solid #bc250d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.chk_list li .ttl {
  color: #bc250d;
  font-size: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

.doted li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.8;
}

.doted li:first-child {
  margin-top: 0;
}

/* ---- */
/* main */
/* ---- */
@media print, screen and (min-width: 1025px) {
  main {
    position: relative;
  }
}

@media print, screen and (max-width: 1024px) {
  #wrapper {
    width: 100%;
    position: relative;
  }
}

/* ---- */
/* 会社概要area */
/* ---- */
/* ---- */
/* 製品案内area */
/* ---- */
/* ---- */
/* 会社案内共通 */
/* ---- */
.add_company {
  padding: 100px 0 0;
  background-color: #EAF0F1;
}

@media screen and (max-width: 1024px) {
  .add_company {
    padding: 50px 0 0;
  }
}

.add_company .contents_wrap {
  border-bottom: solid 2px #000;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .add_company .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .add_company .layout_a .imgbox {
    margin-top: 30px;
  }
}

.add_company iframe {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 4px #fff;
  aspect-ratio: 72/50;
}

.add_company .sns_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  font-family: "Aoboshi One", serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 1em;
  padding-left: 15px;
  padding-right: 15px;
}

/* ---- */
/* ギャラリーarea */
/* ---- */
/***************************/
.add_gallery {
  padding: 0 0 90px;
}

.add_gallery .gallery_box {
  position: relative;
  background-color: #fec73a;
  padding: 76px 0;
}

@media screen and (max-width: 767px) {
  .add_gallery .gallery_box {
    padding: 40px 0;
    margin-top: 70px;
  }
}

.add_gallery .gallery_box .flexbox .box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .add_gallery .gallery_box .flexbox .box {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .add_gallery .gallery_box .flexbox .box:first-child {
    margin-top: 0;
  }
}

.add_gallery .gallery_box .flexbox .box:last-child {
  margin-right: 0;
}

.add_gallery .gallery_box .flexbox .box a figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.add_gallery .gallery_box .flexbox .box a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1 /1;
}

.add_gallery .gallery_box .flexbox .box a:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.add_gallery .gallery_box .flexbox .box .date {
  margin-bottom: 10px;
}

.add_gallery .gallery_box .flexbox .box h3 {
  font-size: 15px;
}

.add_gallery .gallery_box .flexbox .box .limit_text_2 {
  margin-bottom: 15px;
}

.add_gallery .gallery_box .flexbox .box .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.add_gallery .gallery_box .flexbox .box .category_c a {
  background-color: #1A4572;
  color: #ffff;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.add_gallery .gallery_box .flexbox .box .category_c a:hover {
  opacity: 0.6;
}

.add_gallery .btn01 {
  margin-top: 40px;
}

/* ---- */
/* ご利用案内area */
/* ---- */
/* ---- */
/* ADD WORKS */
/* ---- */
.add_works {
  padding: 100px 0;
  background-color: #F1F6FB;
}

@media screen and (max-width: 767px) {
  .add_works {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .add_works .thum_list {
    display: block;
  }
}

.add_works .thum_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .add_works .thum_list li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .add_works .thum_list li:first-child {
    margin-top: 0;
  }
}

.add_works .thum_list li:nth-child(3n) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .add_works .thum_list li:nth-child(3n) {
    margin-right: 0;
  }
}

.add_works .thum_list li:nth-child(4n) {
  margin-right: 0px;
}

/* ------ */
/* footer */
/* ------ */
footer {
  padding-bottom: 20px;
  position: sticky;
  top: 100vh;
  width: 100%;
  color: #ffffff;
  background-color: #1A4572;
}

footer .links_sns {
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  footer .menu-footer02-container,
  footer .menu-footer01-container,
  footer .footer_menu {
    display: none;
  }
}

footer .footer_menu,
footer .menu-footer01-container {
  margin-right: 40px;
}

footer .footer_menu:last-child,
footer .menu-footer01-container:last-child {
  margin-right: 0;
}

footer .footer_menu li,
footer .menu-footer01-container li {
  margin-bottom: 20px;
  line-height: 1;
}

footer .footer_menu li a,
footer .menu-footer01-container li a {
  display: block;
  border-left: dotted 2px #fff;
  padding-left: 10px;
}

footer .f_ttl {
  position: relative;
  font-weight: bold;
  left: -10px;
}

footer .menu li {
  margin-top: 20px;
}

footer .menu li a {
  border-left: dotted 2.5px #fff;
  padding-left: 20px;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  .footerUpper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footerUpper .footerUpper_prof_area {
  width: 50%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area {
    display: block;
    width: 100%;
  }
}

.footerUpper .footerUpper_prof_area .flex_l {
  margin-right: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l {
    margin-top: 25px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l figure {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footerUpper .footerUpper_prof_area .flex_l .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footerUpper .footerUpper_prof_area .wpsbc-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
}

.footerUpper .footerUpper_prof_area h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.footerUpper .footerUpper_prof_area .company-footer {
  margin-bottom: 20px;
  font-size: 12px;
}

.footerUpper .f_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

#footer_add_area .tel_area a::before {
  content: "\f879";
}

#footer_nav .menu .sub-menu {
  padding-left: 0;
}

#footer_nav .menu .sub-menu li a::before {
  content: "-";
}

#footer_nav .menu .sub-menu li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer_nav > ul li a,
#footer_nav > ul li {
  color: #ffffff;
}

#footer_nav > ul li a:hover {
  opacity: 0.3;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media print, screen and (max-width: 1024px) {
  #footer_nav > ul li a:active {
    opacity: 0.3;
  }
}

/* ------ */
/* SNS list */
/* ------ */
@media print, screen and (min-width: 1025px) {
  #footer_nav > ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ------ */
/* Mail form */
/* ------ */
.contact .text_body {
  max-width: 1000px;
  margin: 0 auto;
}

.contact .box p {
  margin-bottom: 20px;
}

.mail_form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.mail_form dl.inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry {
    display: block;
  }
}

.mail_form dl.inquiry dt {
  width: 22%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry dt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mail_form dl.inquiry dt .red {
  color: #ff0000;
}

.mail_form dl.inquiry dd {
  width: calc(78% - 35px);
  margin-left: 35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mail_form dl.inquiry dd {
    width: 100%;
    margin-left: 0;
  }
}

.mail_form dl.inquiry dd.box {
  border: solid 1px #1e1e1e;
  background-color: #fff;
}

.mail_form dl.inquiry dd.box select {
  position: relative;
  top: 3px;
  left: 3px;
}

.mail_form dl.inquiry dd.zip_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form dl.inquiry dd.zip_flex input {
  margin-left: 15px;
  width: inherit;
}

.mail_form dl.inquiry dd .pp {
  border: solid 1px #1e1e1e;
  font-size: 12px;
  height: 24em;
  overflow-y: scroll;
  padding: 1em;
  margin-bottom: 1.5em;
}

.mail_form dl.inquiry dd.post_number_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_form dl.inquiry dd.post_number_flex div.code01 {
  width: 30%;
  margin-right: 5px;
}

.mail_form dl.inquiry dd.post_number_flex div.code02 {
  width: 50%;
  margin-left: 5px;
}

.mail_form dl.inquiry dd.border_box {
  border: solid 1px #656565;
}

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

.mail_form .mailform_address_flex li {
  width: 48%;
}

.mail_form .mailform_address_flex li p {
  margin-bottom: 5px;
}

.mail_form_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.mail_form_confirm input[type="button"] {
  width: 50%;
  max-width: 320px;
  border-radius: 100px;
  max-height: 67px;
  cursor: pointer;
  border: none;
  font-size: 16px;
  border: solid 1px #f0f0f0;
}

.mail_form_confirm input[type="button"]:hover {
  background-color: #f8f6f2;
  border: solid 1px #ccc;
}

.mail_form_confirm .wpcf7-arrow {
  border-radius: 100px;
  width: 50%;
}

.mail_form_confirm .wpcf7-arrow.submit_btn {
  margin: 0;
}

.mail_form_confirm .wpcf7-arrow.submit_btn input[type="submit"] {
  cursor: pointer;
}

.mail_form_confirm .wpcf7-arrow.submit_btn input[type="submit"]:hover {
  opacity: 0.7;
}

.completed_box {
  max-width: 740px;
  margin: 0 auto;
}

.completed_box p {
  margin-bottom: 1em;
}

/* ---------- */
/* #Copyright */
/* ---------- */
#Copyright {
  margin: 0 0 0 auto;
  text-align: center;
  font-size: 14px;
}

/* -------- */
/* #page_top */
/* -------- */
#page_top {
  /*position: absolute;*/
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  /*display: none;*/
}

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin: 0 5px 0 0;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: bold;
  font-size: 30px;
}

@media print, screen and (max-width: 767px) {
  #page_top {
    bottom: 20px;
    right: 20px;
  }
  #page_top a {
    width: 44px;
    height: 44px;
    margin: 0 5px 0 0;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
  }
}

/* gutenberg */
/* --- */
.gutenberg {
  /*固定ページ用エディタ編集*/
}

.gutenberg.page_text h2,
.gutenberg.page_text h3,
.gutenberg.page_text h4 {
  font-weight: bold;
}

.gutenberg.page_text h2,
.gutenberg.page_text h3 {
  margin-bottom: 30px;
}

.single_page .gutenberg h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.single_page .gutenberg h2.wp-block-heading {
  /*border-top: solid 3px #007e66;*/
  /*border-bottom: solid 3px #007e66;*/
  border-left: solid 15px #1A4572;
  /*border-right: solid 3px #007e66;*/
  background-color: #eeeeee;
  padding: 10px 20px;
  max-width: 842px;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h2.wp-block-heading {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h2 {
    font-size: 18px;
  }
}

.single_page .gutenberg h3 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.single_page .gutenberg h3.wp-block-heading {
  border-left: solid 8px #1A4572;
  padding: 5px 10px;
  max-width: 830px;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h3.wp-block-heading {
    width: auto;
  }
}

.single_page .gutenberg h3.wp-block-heading:before {
  content: "";
  background-color: #1A4572;
  position: absolute;
  width: calc(100%);
  left: 0;
  bottom: -10px;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .single_page .gutenberg h3 {
    font-size: 18px;
  }
}

.single_page .gutenberg figure.wp-block-image {
  max-width: 800px;
  margin: 0 auto 20px;
}

.single_page .gutenberg .wp-block-image.is-style-rounded img {
  border-radius: 20px;
}

.single_page .gutenberg strong {
  font-weight: bold;
  color: #e1344c;
}

.single_page .gutenberg p {
  max-width: 800px;
  margin: 0 auto;
}

.single_page .gutenberg p.u_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff6a8), color-stop(0%, #fff6a8));
  background: linear-gradient(#fff6a8 50%, #fff6a8 0%);
}

/* BTN */
/* TEXT-LINK */
.t_link01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 3px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 3px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.t_link01:hover {
  --d: 100%;
}

.t_link02 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link02::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2ecc71;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link02:hover::after {
  bottom: 0;
  opacity: 1;
}

.t_link03 {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #2ecc71;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.t_link03:hover::after {
  width: 100%;
}

/* ------ */
/* アニメーション */
/* ------ */
/* アニメーション */
/* ------ */
/**
<div class="js-scroll-fall smooth_left">
文字が滑らかに表示される
</div>
**/
.smooth_left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  /*font-size: 36px;*/
  /*font-weight: bold;*/
  -webkit-transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  /*line-height: 1;
  height: 40px;
  margin-top: 15px;*/
}

@media screen and (max-width: 767px) {
  .smooth_left {
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}

.smooth_left.delay {
  -webkit-transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth_left.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.smooth_right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  display: inline-block;
  /*font-size: 36px;*/
  /*font-weight: bold;*/
  -webkit-transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.75s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  /*line-height: 1;
  height: 40px;
  margin-top: 15px;*/
}

@media screen and (max-width: 767px) {
  .smooth_right {
    -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  }
}

.smooth_right.delay {
  -webkit-transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s 1s cubic-bezier(0.37, 0, 0.63, 1);
}

.smooth_right.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

/*　animation: fadeleft 0.5s;*/
/* animation-fill-mode: forwards; */
/* ------ */
/*******************************
/* SWIPER ZOOM
*******************************/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    left: -70px;
  }
  85% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  @-webkit-keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes fadeleft {
    0% {
      opacity: 0;
      top: -70px;
    }
    85% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/******************************/
/* FLEX */
/******************************/
.flexbox_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .flexbox_center {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flexbox_center li .btn01 a {
    margin-top: 0;
  }
}

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

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

.flexbox.cul2 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.flexbox.cul2 li:nth-child(1), .flexbox.cul2 li:nth-child(2) {
  margin-top: 0;
}

.flexbox.cul2 li:nth-child(2n) {
  margin-right: 0;
}

.flexbox.cul3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox.cul3 li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li {
    width: calc((100% - 20px) / 2);
  }
}

.flexbox.cul3 li:nth-child(1) {
  margin-top: 0;
}

.flexbox.cul3 li:nth-child(2) {
  margin-top: 0;
}

.flexbox.cul3 li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3) {
    margin-right: 20px;
    margin-top: 40px;
  }
}

.flexbox.cul3 li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .flexbox.cul3 li:nth-child(2n) {
    margin-right: 0;
  }
}

.flexbox.cul4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexbox.cul4 li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}

.flexbox.cul4 li:nth-child(1) {
  margin-top: 0;
}

.flexbox.cul4 li:nth-child(2) {
  margin-top: 0;
}

.flexbox.cul4 li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li:nth-child(3) {
    margin-top: 40px;
  }
}

.flexbox.cul4 li:nth-child(4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li:nth-child(4) {
    margin-top: 40px;
  }
}

.flexbox.cul4 li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .flexbox.cul4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.flexbox.cul4 li h4 {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .flexbox {
    display: block;
  }
  .flexbox .box {
    width: 100%;
  }
}

/******************************/
/* おしらせ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
.thum_list {
  /* max-width: 900px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.thum_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .thum_list li {
    margin-right: 0;
    width: 100%;
  }
}

.thum_list li:nth-child(1) {
  margin-top: 0;
}

.thum_list li:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .thum_list li:nth-child(2) {
    margin-top: 20px;
  }
}

.thum_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .thum_list li:nth-child(3) {
    margin-top: 20px;
  }
}

.thum_list li:nth-child(3n) {
  margin-right: 0;
}

.thum_list li .date {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
}

.thum_list li .category_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}

.thum_list li .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #1A4572;
  color: #ffff;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
}

.thum_list li a figure {
  overflow: hidden;
  margin-bottom: 10px;
  aspect-ratio: 285/220;
  border-radius: 10px;
}

.thum_list li a:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.thum_list li a figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 285/220;
  border-radius: 10px;
}

/******************************/
/* サムネイルなし一覧 */
/******************************/
.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-list li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.category-list li:last-child {
  margin-right: 0;
}

/*
.category-list li.active a{
  border: solid 1px #fec73a;
  background-color: #fec73a;
}
*/
.category-list li a {
  display: block;
  border: solid 1px #333;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .category-list li a {
    padding: 5px 10px;
  }
}

.category-list li a:hover {
  border: solid 1px #BE3727;
  background-color: #BE3727;
  color: #fff;
}

.non_thum_list li {
  position: relative;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.non_thum_list li:first-child {
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .non_thum_list li {
    display: block;
  }
  .non_thum_list li:after {
    display: none;
  }
}

.non_thum_list li:after {
  content: "\f061";
  font-style: normal;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.non_thum_list li .category_c {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .non_thum_list li .category_c {
    display: inline-block;
  }
}

.non_thum_list li .category_c a {
  color: #333;
  background: none;
  padding: 0;
  border-radius: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .non_thum_list li .category_c a {
    width: auto;
  }
}

.non_thum_list li a.link {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .non_thum_list li a.link {
    padding: 0 25px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

/*******************/
/*　メールフォーム　　　　　*/
/*******************/
.mail_form {
  max-width: 900px;
  margin: 0 auto;
}

.mail_form dl {
  background-color: #f3f7f8;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.mail_form dl:last-child {
  margin-bottom: 0;
}

.mail_form dl dt {
  font-weight: normal;
  margin-bottom: 10px;
}

.mail_form dl dt span {
  background-color: #e1344c;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 3px 10px;
  margin-right: 5px;
}

.mail_form dl dt span.nini {
  background-color: #666;
  color: #fff;
}

.mail_form .maiform__privacy {
  margin-top: 40px;
  overflow: auto;
  height: 300px;
}

.mail_form .maiform__privacy p {
  margin-bottom: 1em;
}

.privacy_chk {
  margin-top: 30px;
}

.submit_btn {
  margin: 60px auto 0;
  position: relative;
  max-width: 320px;
}

.submit_btn:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  position: absolute;
  margin: 0 auto;
  right: 15px;
  bottom: 53%;
  font-weight: bold;
}

/*******************/
/*　メールフォームタグ　　　　　*/
/*******************/
select,
textarea,
input[type="text"],
input[type="date"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  width: 100%;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select:focus-visible,
textarea:focus-visible,
input[type="text"]:focus-visible,
input[type="date"]:focus-visible,
input[type="submit"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="email"]:focus-visible {
  outline: none;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
}

input[type="submit"] {
  max-width: 320px;
  border-radius: 100px;
  background-color: #f8f6f2;
  padding: 20.5px;
}

/* ---------- */
/* #アーカイブ */
/* ---------- */
.c_list .contents_wrap {
  max-width: 1000px;
}

/* ---------- */
/* カテゴリーページャー */
/* ---------- */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-bottom: 30px;
  }
}

.pager .page-numbers {
  border-radius: 50%;
  border: solid 1px #333333;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.pager .page-numbers.current {
  border: solid 1px #333333;
  background-color: #333333;
  color: #fff;
}

/* ---------- */
/* プライバシーポリシー */
/* ---------- */
.privacy-policy dl.privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.privacy-policy dl.privacy dt {
  width: 2em;
}

.privacy-policy dl.privacy dd {
  width: calc(100% - 2em);
}

/* ---------- */
/* 企業用ロゴサイズ */
/* ---------- */
.logo_area img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .logo_area img {
    max-width: 75%;
  }
}

.fixed_reserve_bnr {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

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

.fixed_reserve_bnr:hover {
  opacity: 0.7;
}

/*STICKY*/
.sticky_box {
  display: none;
}

@media screen and (max-width: 480px) {
  .sticky_box {
    display: block;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 102;
  }
  .sticky_box.is-none {
    display: none;
  }
  .sticky_box .sticky_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F7F7F7;
  }
  .sticky_box .sticky_ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
}

/*# sourceMappingURL=css_map/style.css.map */
