@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: one9-car
Description: 
Theme URI: https://one9-car.com/
Version: 1.0
License: one9-car
License URI: https://one9-car.com/
*/
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
  background: #111;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1140px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
header .header_wrap {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 5%;
}
header .header_wrap .header_logo {
  width: 230px;
  transition: width 0.3s ease; /* アニメーション効果 */
}
header .header_wrap .header_logo a {
  display: block;
}
header .header_wrap .header_content {
  width: 1111px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2%;
}
header .header_wrap .header_content #g_navi {
  width: 830px;
}
header .header_wrap .header_content #g_navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_content #g_navi ul li {
  text-align: center;
}
header .header_wrap .header_content #g_navi ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
header .header_wrap .header_content #g_navi ul li a span {
  font-size: 2.2rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
header .header_wrap .header_content #g_navi ul li ul {
  left: 50%;
  transform: translateX(-50%);
}
header .header_wrap .header_content #g_navi ul li ul li a {
  text-shadow: none;
  font-weight: bold;
  color: #111;
}
header .header_wrap .header_content .header_contact a {
  display: block;
  width: 230px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 106px;
  background: #e8d319;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 900;
  padding-top: 25px;
}
header .header_wrap .header_content .header_contact a span {
  font-size: 2.8rem;
  font-weight: bold;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
header #slider {
  position: relative;
  z-index: 1;
}
header #slider .swiper-slide {
  position: relative;
  z-index: 2;
}
header #slider .swiper-slide .slider_pic {
  -webkit-clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
}
header #slider .swiper-slide .slider_pic img {
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
header #slider .swiper-slide .slider_txt {
  position: absolute;
  left: 15%;
  bottom: 3%;
  width: 12.59%;
  min-width: 100px;
  z-index: 10;
}
header #slider .bottom_box_loop_box {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
}
header #slider .bottom_box_loop_box .loop__item {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: clamp(14rem, 16vw, 22rem);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
  text-shadow: 40px -40px 0 #222;
}
header #slider .bottom_box_loop_box .loop__item:nth-child(odd) {
  animation: loop 20s -10s linear infinite;
}
header #slider .bottom_box_loop_box .loop__item:nth-child(even) {
  animation: loop2 20s linear infinite;
}
header #slider .bottom_box_loop_box .loop__item span {
  color: #e8d319;
}

@media screen and (max-width: 1300px) {
  header .header_wrap {
    zoom: 0.8;
  }
} /*max-width:1300px*/
@media screen and (max-width: 1100px) {
  header .header_wrap {
    zoom: 0.6;
  }
} /*max-width:1100px*/
@media screen and (max-width: 767px) {
  header .header_wrap {
    zoom: 1;
    flex-direction: column;
    gap: 0;
  }
  header .header_wrap .header_logo {
    width: 120px;
  }
  header .header_wrap .header_content {
    display: none;
  }
  header #slider .swiper-slide .slider_pic {
    -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  header #slider .swiper-slide .slider_pic img {
    min-height: auto;
  }
  header #slider .swiper-slide .slider_txt {
    left: 10%;
    bottom: 3%;
    width: 30%;
    min-width: 50px;
  }
  header #slider .bottom_box_loop_box .loop__item {
    font-size: clamp(8rem, 32vw, 16rem);
    text-shadow: 20px -20px 0 #222;
  }
} /*max-width:767px*/
/****************************************

spヘッダー・spナビ

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

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #e8d319;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 4px;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(17, 17, 17, 0.9);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #111 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #111;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #111 !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 5px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #e8d319;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #e8d319;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}
/* 下層キービジュアル*/
#teaser {
  width: 100%;
  height: 500px;
  position: relative;
  -webkit-clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
}
#teaser .teaser_tit {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: #fff;
  line-height: 1;
}
#teaser .teaser_tit .en {
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  font-size: clamp(8rem, 8vw, 12rem);
  font-family: "Montserrat", sans-serif;
}
#teaser .teaser_tit .en::first-letter {
  color: #e8d319;
}
#teaser .teaser_tit .ja {
  font-weight: 900;
  font-size: clamp(3.2rem, 3.2vw, 4.2rem);
}

@media screen and (max-width: 767px) {
  #teaser {
    height: 250px;
    position: relative;
    -webkit-clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0, 100% 100%, 0% 100%);
  }
  #teaser .teaser_tit .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
  #teaser .teaser_tit .ja {
    font-size: clamp(2rem, 5.6vw, 2.8rem);
  }
} /*max-width:767px*/
.about_teaser {
  background: url(images/teaser01.jpg) top center no-repeat;
  background-size: cover;
}

.menu_teaser {
  background: url(images/teaser02.jpg) top center no-repeat;
  background-size: cover;
}

.works_teaser {
  background: url(images/teaser03.jpg) top center no-repeat;
  background-size: cover;
}

.request_teaser {
  background: url(images/teaser04.jpg) top center no-repeat;
  background-size: cover;
}

.information_teaser {
  background: url(images/teaser05.jpg) top center no-repeat;
  background-size: cover;
}

.contact_teaser {
  background: url(images/teaser06.jpg) top center no-repeat;
  background-size: cover;
}

/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 80px;
  text-align: left;
}

.breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
}

.breadcrumb p {
  color: #fff;
  font-size: 1.4rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #fff;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 60px;
  }
  .breadcrumb p {
    line-height: 1.2;
    font-size: 1.1rem;
  }
} /*max-width:767px*/
/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  width: 300px;
  text-decoration: none;
  text-align: center;
  color: #111;
  line-height: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background: linear-gradient(90deg, #e8d319 0%, #b89c00 100%);
  margin: 30px 0 0 auto;
}
.btn_box01 a::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: #111;
  right: -1px;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .btn_box01 a {
    width: 280px;
    line-height: 55px;
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
  .btn_box01 a::after {
    width: 25px;
    height: 25px;
  }
} /*max-width:767px*/
/****************************************

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 0 0 150px 20px;
  position: relative;
}
.top_box01 .en_tit {
  position: absolute;
  left: -20px;
  font-style: italic;
  top: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-shadow: 60px -60px 0 #222;
  line-height: 1;
  font-size: clamp(12rem, 12vw, 18rem);
}
.top_box01 .en_tit::first-letter {
  color: #e8d319;
}
.top_box01 .icon {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 35%;
  z-index: -1;
}
.top_box01 .top_box01_wrap {
  max-width: 1660px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 37.35% 62%;
  justify-content: space-between;
  align-items: flex-end;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit {
  font-size: clamp(2.4rem, 3.2vw, 6rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_txt {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 1400px) {
  .top_box01 .top_box01_wrap .top_box01_content {
    zoom: 0.8;
  }
} /*max-width:1400px*/
@media screen and (max-width: 1200px) {
  .top_box01 .top_box01_wrap .top_box01_content {
    zoom: 0.7;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1000px) {
  .top_box01 .top_box01_wrap .top_box01_content {
    zoom: 0.6;
  }
} /*max-width:1000px*/
@media screen and (max-width: 850px) {
  .top_box01 .top_box01_wrap .top_box01_content {
    zoom: 0.5;
  }
} /*max-width:850px*/
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 0 0 60px;
  }
  .top_box01 .en_tit {
    position: static;
    text-shadow: 20px -20px 0 #222;
    font-size: clamp(5rem, 16vw, 8rem);
    margin-bottom: 20px;
  }
  .top_box01 .icon {
    bottom: -40px;
    width: 50%;
  }
  .top_box01 .top_box01_wrap {
    grid-template-columns: 100%;
    align-items: flex-start;
  }
  .top_box01 .top_box01_wrap .top_box01_content {
    padding: 0 20px;
    order: 2;
    position: relative;
    zoom: 1;
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit {
    font-size: clamp(2.2rem, 8vw, 4rem);
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_txt {
    font-size: 1.4rem;
  }
  .top_box01 .top_box01_wrap figure {
    order: 1;
  }
} /*max-width:767px*/
.yellow {
  color: #e8d319;
}

/*2カラム*/
.top_box02 {
  padding: 150px 0 150px 20px;
  position: relative;
  background: url(images/top_bg01.jpg) top center no-repeat;
  background-size: cover;
}
.top_box02 .en_tit {
  position: absolute;
  left: -20px;
  font-style: italic;
  top: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-shadow: 60px -60px 0 #222;
  line-height: 1;
  font-size: clamp(12rem, 12vw, 18rem);
}
.top_box02 .en_tit::first-letter {
  color: #e8d319;
}
.top_box02 .top_box02_wrap {
  max-width: 1660px;
  margin-left: auto;
  position: relative;
}
.top_box02 .top_box02_wrap .top_box02_content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40.96%;
}
.top_box02 .top_box02_wrap .top_box02_content .top_box01_tit {
  font-size: clamp(2.4rem, 3.4vw, 6rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_list li {
  background: #222;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 10px 5px 50px;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(1.8rem, 1.6vw, 2.8rem);
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_list li::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/list_icon.png) no-repeat;
  background-size: contain;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.top_box02 .top_box02_wrap .top_box02_content .top_box02_list li:last-child {
  margin-bottom: 0;
}
.top_box02 .top_box02_wrap figure {
  width: 66.87%;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .top_box02 .top_box02_wrap .top_box02_content {
    zoom: 0.8;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 20px;
    background: url(images/sp_top_bg01.jpg) top center no-repeat;
    background-size: cover;
  }
  .top_box02 .en_tit {
    position: static;
    position: static;
    text-shadow: 20px -20px 0 #222;
    font-size: clamp(5rem, 16vw, 8rem);
    margin-bottom: 20px;
  }
  .top_box02 .top_box02_wrap .top_box02_content {
    position: static;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 30px;
    zoom: 1;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box01_tit {
    font-size: clamp(2.2rem, 8vw, 4rem);
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_list li {
    margin-bottom: 5px;
    padding: 5px 10px 5px 30px;
    font-size: 1.4rem;
  }
  .top_box02 .top_box02_wrap .top_box02_content .top_box02_list li::after {
    width: 15px;
    height: 15px;
    background: url(images/list_icon.png) no-repeat;
    background-size: contain;
    left: 5px;
  }
  .top_box02 .top_box02_wrap figure {
    width: 100%;
  }
} /*max-width:767px*/
/*3カラム*/
.top_box03 {
  position: relative;
  padding: 150px 20px;
}
.top_box03 .pic01 {
  position: absolute;
  width: 45%;
  bottom: -200px;
  left: -160px;
  z-index: -1;
}
.top_box03 .pic02 {
  position: absolute;
  width: 15%;
  bottom: -50px;
  right: 15%;
  z-index: -1;
}
.top_box03 .pic03 {
  position: absolute;
  width: 25%;
  top: -50px;
  right: -40px;
  z-index: -1;
}
.top_box03 .top_box03_inner {
  text-align: center;
}
.top_box03 .top_box03_inner .top_box03_tit {
  font-size: clamp(3.4rem, 3.8vw, 4.8rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.top_box03 .top_box03_inner .top_box03_txt {
  max-width: 560px;
  margin: 0 auto;
}
.top_box03 .top_box03_inner .top_box03_txt p {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}

@media screen and (max-width: 767px) {
  .top_box03 {
    position: relative;
    padding: 80px 20px 200px;
  }
  .top_box03 .pic01 {
    width: 55%;
    min-width: 200px;
    bottom: 0;
    left: -50px;
    z-index: -1;
  }
  .top_box03 .pic02 {
    width: 25%;
    bottom: 100px;
    right: 0%;
    min-width: 80px;
  }
  .top_box03 .pic03 {
    top: -10px;
    width: 45%;
    min-width: 100px;
  }
  .top_box03 .top_box03_inner .top_box03_tit {
    font-size: clamp(2.2rem, 6vw, 3.2rem);
  }
  .top_box03 .top_box03_inner .top_box03_txt p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 180px 0 150px;
}
.top_box04 .top_box04_tit_wrap {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 60px;
}
.top_box04 .top_box04_tit_wrap .top_box04_tit {
  line-height: 1.2;
}
.top_box04 .top_box04_tit_wrap .top_box04_tit .en {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-right: 30px;
}
.top_box04 .top_box04_tit_wrap .top_box04_tit .en::first-letter {
  color: #e8d319;
}
.top_box04 .top_box04_tit_wrap .top_box04_tit .ja {
  font-weight: 900;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}
.top_box04 .content {
  padding: 200px 20px 0 0;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top_box04 .content::after {
  position: absolute;
  content: "";
  width: 78.65%;
  height: 100%;
  background: url(images/top_bg02.jpg) top center no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  z-index: -1;
}
.top_box04 .content .icon {
  position: absolute;
  width: 35%;
  right: -100px;
  bottom: -110px;
  z-index: 0;
}
.top_box04 .content .wrap {
  display: grid;
  grid-template-columns: 63.86% 31.33%;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1660px;
  z-index: 2;
  position: relative;
}
.top_box04 .content .wrap .txt_area .num {
  font-size: clamp(3rem, 6vw, 8rem);
  color: #e8d319;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}
.top_box04 .content .wrap .txt_area .tit {
  font-weight: 900;
  font-size: clamp(1.8rem, 2.4vw, 3.2rem);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.1em;
}
.top_box04 .content .wrap .txt_area .txt {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
}
.top_box04 .content .wrap figure img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box04 .content:last-of-type {
  margin-bottom: 0;
}
.top_box04 .content:nth-of-type(even) {
  padding: 200px 0 0 20px;
}
.top_box04 .content:nth-of-type(even)::after {
  right: auto;
  left: 0;
}
.top_box04 .content:nth-of-type(even) .icon {
  right: auto;
  left: -100px;
}
.top_box04 .content:nth-of-type(even) .wrap {
  margin-left: auto;
  grid-template-columns: 31.33% 63.86%;
}
.top_box04 .content:nth-of-type(even) .wrap .txt_area {
  order: 1;
}
.top_box04 .content:nth-of-type(even) .wrap figure {
  order: 2;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 0;
  }
  .top_box04 .top_box04_tit_wrap {
    margin: 0 auto 40px;
  }
  .top_box04 .top_box04_tit_wrap .top_box04_tit .en {
    font-size: clamp(4rem, 16vw, 8rem);
    display: block;
    margin-right: 0;
  }
  .top_box04 .top_box04_tit_wrap .top_box04_tit .ja {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .top_box04 .content {
    padding: 0;
    margin-bottom: 0;
  }
  .top_box04 .content::after {
    background: none;
  }
  .top_box04 .content .icon {
    width: 40%;
    right: -50px;
    bottom: -50px;
  }
  .top_box04 .content .wrap {
    grid-template-columns: 100%;
  }
  .top_box04 .content .wrap .txt_area {
    padding: 30px 20px 60px;
    background: url(images/top_bg02.jpg) top center no-repeat;
    background-size: cover;
  }
  .top_box04 .content .wrap .txt_area .num {
    font-size: clamp(4rem, 12vw, 6rem);
  }
  .top_box04 .content .wrap .txt_area .tit {
    font-size: clamp(1.8rem, 4.8vw, 2.4rem);
    margin-bottom: 30px;
  }
  .top_box04 .content .wrap .txt_area .txt {
    font-size: 1.4rem;
  }
  .top_box04 .content .wrap figure img {
    height: auto;
  }
  .top_box04 .content:nth-of-type(even) {
    padding: 0;
  }
  .top_box04 .content:nth-of-type(even)::after {
    right: auto;
    left: 0;
  }
  .top_box04 .content:nth-of-type(even) .icon {
    left: auto;
    right: -50px;
  }
  .top_box04 .content:nth-of-type(even) .wrap {
    grid-template-columns: 100%;
  }
  .top_box04 .content:nth-of-type(even) .wrap .txt_area {
    order: 2;
  }
  .top_box04 .content:nth-of-type(even) .wrap figure {
    order: 1;
  }
} /*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 180px 20px 0;
  position: relative;
}
.top_box05::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 74%);
          clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 74%);
}
.top_box05::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #e8d319;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
          clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
}
.top_box05 .top_box05_tit_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box05 .top_box05_tit_area .top_box05_tit {
  font-style: italic;
  font-weight: 900;
  text-decoration: underline;
  color: #111;
  line-height: 1.2;
  font-size: clamp(3rem, 3.6vw, 5.2rem);
}
.top_box05 .top_box05_tit_area .price {
  color: #e8d319;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(3rem, 3.2vw, 5rem);
  font-style: italic;
}
.top_box05 .top_box05_tit_area .price span {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10rem, 10vw, 15rem);
}
.top_box05 .top_box05_txt {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #333;
  font-size: clamp(2rem, 2.6vw, 3.4rem);
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 80px 20px 0;
  }
  .top_box05::after {
    -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  }
  .top_box05::before {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
            clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  }
  .top_box05 .top_box05_tit_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .top_box05 .top_box05_tit_area .top_box05_tit {
    font-size: clamp(2.4rem, 6.4vw, 3.2rem);
    margin-bottom: 10px;
  }
  .top_box05 .top_box05_tit_area .price {
    color: #e8d319;
    font-weight: bold;
    line-height: 1;
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
  .top_box05 .top_box05_tit_area .price span {
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .top_box05 .top_box05_txt {
    text-align: left;
    font-size: clamp(1.4rem, 3.2vw, 1.6rem);
    margin-bottom: 20px;
  }
} /*max-width:767px*/
/*6カラム*/
.top_box06 {
  padding: 150px 20px;
}
.top_box06 .top_box06_tit_area {
  max-width: 1400px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_box06 .top_box06_tit_area .top_box06_tit {
  line-height: 1.2;
}
.top_box06 .top_box06_tit_area .top_box06_tit .en {
  font-size: clamp(6rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-style: italic;
  margin-right: 30px;
}
.top_box06 .top_box06_tit_area .top_box06_tit .en::first-letter {
  color: #e8d319;
}
.top_box06 .top_box06_tit_area .top_box06_tit .ja {
  font-weight: 900;
  font-size: clamp(1.6rem, 2.2vw, 2.8rem);
}
.top_box06 .top_box06_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 1%;
  max-width: 1540px;
  margin: 0 auto;
}
.top_box06 .top_box06_wrap li {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 60px 20px;
  }
  .top_box06 .top_box06_tit_area {
    margin: 0 auto 40px;
  }
  .top_box06 .top_box06_tit_area .top_box06_tit .en {
    font-size: clamp(4rem, 16vw, 8rem);
    margin-right: 0;
    display: block;
  }
  .top_box06 .top_box06_tit_area .top_box06_tit .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .top_box06 .top_box06_wrap {
    justify-content: space-between;
    gap: 15px 1%;
    margin-bottom: 40px;
  }
  .top_box06 .top_box06_wrap li {
    width: 49%;
  }
} /*max-width:767px*/
/*7カラム*/
.top_box07 {
  height: 750px;
  position: relative;
}
.top_box07::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #e8d319;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
.top_box07::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/top_img09.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

@media screen and (max-width: 767px) {
  .top_box07 {
    height: 550px;
  }
  .top_box07::after {
    -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
            clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  }
  .top_box07::before {
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
            clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
  }
} /*max-width:767px*/
/*8カラム*/
.top_box08 {
  padding: 120px 20px 0;
}
.top_box08 .top_box08_wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.top_box08 .top_box08_wrap .top_box08_tit {
  text-align: center;
  margin-bottom: 60px;
}
.top_box08 .top_box08_wrap .top_box08_tit .en {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: inline-block;
  font-style: italic;
}
.top_box08 .top_box08_wrap .top_box08_tit .en::first-letter {
  color: #e8d319;
}
.top_box08 .top_box08_wrap .top_box08_tit .ja {
  font-weight: 900;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}
.top_box08 .top_box08_wrap .content {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
}
.top_box08 .top_box08_wrap .content article a {
  display: block;
  text-decoration: none;
}
.top_box08 .top_box08_wrap .content article a figure {
  margin-bottom: 20px;
}
.top_box08 .top_box08_wrap .content article a figure img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_box08 .top_box08_wrap .content article a .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
.top_box08 .top_box08_wrap .btn a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 60px 20px 0;
  }
  .top_box08 .top_box08_wrap .top_box08_tit {
    margin-bottom: 40px;
  }
  .top_box08 .top_box08_wrap .top_box08_tit .en {
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .top_box08 .top_box08_wrap .top_box08_tit .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .top_box08 .top_box08_wrap .content {
    margin-bottom: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
  .top_box08 .top_box08_wrap .content article a figure {
    margin-bottom: 15px;
  }
  .top_box08 .top_box08_wrap .content article a .tit {
    padding-bottom: 15px;
    font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  }
} /*max-width:767px*/
/*9カラム*/
.top_box09 {
  padding: 150px 20px 0;
  position: relative;
}
.top_box09 .icon {
  position: absolute;
  width: 15.63%;
  left: 0;
  top: 0;
  z-index: -1;
}
.top_box09 .top_box09_wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px auto;
  gap: 0 6%;
}
.top_box09 .top_box09_wrap .top_box09_tit_area .top_box09_tit {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-bottom: 150px;
}
.top_box09 .top_box09_wrap .top_box09_tit_area .top_box09_tit::first-letter {
  color: #e8d319;
}
.top_box09 .top_box09_wrap .top_box09_content {
  height: 460px;
  overflow-y: scroll;
}
.top_box09 .top_box09_wrap .top_box09_content article:first-of-type a {
  border-top: 1px solid #eee;
}
.top_box09 .top_box09_wrap .top_box09_content article a {
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.top_box09 .top_box09_wrap .top_box09_content article a time {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #e8d319;
  margin-bottom: 25px;
  line-height: 1.2;
}
.top_box09 .top_box09_wrap .top_box09_content article a .tit {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 80px 20px 0;
  }
  .top_box09 .icon {
    width: 30%;
    top: 20px;
  }
  .top_box09 .top_box09_wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .top_box09 .top_box09_wrap .top_box09_tit_area {
    text-align: center;
  }
  .top_box09 .top_box09_wrap .top_box09_tit_area .top_box09_tit {
    font-size: clamp(4rem, 16vw, 8rem);
    margin-bottom: 0;
  }
  .top_box09 .top_box09_wrap .top_box09_content {
    height: 250px;
    margin-bottom: 30px;
  }
  .top_box09 .top_box09_wrap .top_box09_content::-webkit-scrollbar {
    width: 1px;
  }
  .top_box09 .top_box09_wrap .top_box09_content::-webkit-scrollbar-track {
    background: transparent;
  }
  .top_box09 .top_box09_wrap .top_box09_content::-webkit-scrollbar-thumb {
    background: #999;
  }
  .top_box09 .top_box09_wrap .top_box09_content article a {
    padding: 20px 0;
  }
  .top_box09 .top_box09_wrap .top_box09_content article a time {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .top_box09 .top_box09_wrap .top_box09_content article a .tit {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*btn*/
.btn a {
  display: block;
  width: 300px;
  text-decoration: none;
  text-align: center;
  color: #111;
  line-height: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background: linear-gradient(90deg, #e8d319 0%, #b89c00 100%);
}
.btn a::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: #111;
  right: -1px;
  bottom: -1px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 280px;
    line-height: 55px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
  .btn a::after {
    width: 25px;
    height: 25px;
  }
} /*max-width:767px*/
/*bottom_box*/
.bottom_box {
  margin-top: 150px;
  padding: 100px 20px 150px;
  background: url(images/contact_bg.jpg) top center no-repeat;
  background-size: cover;
}
.bottom_box .bottom_box_inner {
  max-width: 1310px;
  margin: 0 auto;
}
.bottom_box .bottom_box_inner .bottom_box_tit {
  text-align: center;
  margin-bottom: 50px;
}
.bottom_box .bottom_box_inner .bottom_box_tit .en {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
.bottom_box .bottom_box_inner .bottom_box_tit .en::first-letter {
  color: #e8d319;
}
.bottom_box .bottom_box_inner .bottom_box_tit .ja {
  font-weight: 900;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}
.bottom_box .bottom_box_inner .bottom_box_txt {
  text-align: center;
  margin-bottom: 50px;
}
.bottom_box .bottom_box_inner .bottom_box_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 0.7%;
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #111;
  height: 150px;
  background: #e8d319;
  padding-top: 35px;
  font-weight: 900;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content a img {
  width: 30px;
  margin-bottom: 10px;
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:first-of-type a {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 2vw, 2.6rem);
  font-weight: bold;
  line-height: 1;
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:first-of-type a img {
  margin-bottom: 15px;
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:nth-of-type(2) a {
  padding-top: 40px;
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:nth-of-type(3) a {
  background: #00b900;
  color: #fff;
}
.bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:nth-of-type(4) a {
  background: #cf2e92;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .bottom_box .bottom_box_inner .bottom_box_wrap {
    zoom: 0.8;
  }
} /*max-width:1100px*/
@media screen and (max-width: 800px) {
  .bottom_box .bottom_box_inner .bottom_box_wrap {
    zoom: 0.6;
  }
} /*max-width:800px*/
@media screen and (max-width: 767px) {
  .bottom_box {
    margin-top: 80px;
    padding: 60px 20px 80px;
  }
  .bottom_box .bottom_box_inner .bottom_box_tit {
    margin-bottom: 40px;
  }
  .bottom_box .bottom_box_inner .bottom_box_tit .en {
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .bottom_box .bottom_box_inner .bottom_box_tit .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .bottom_box .bottom_box_inner .bottom_box_txt {
    margin-bottom: 30px;
  }
  .bottom_box .bottom_box_inner .bottom_box_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    zoom: 1;
  }
  .bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content a {
    height: 120px;
    padding-top: 25px;
    font-size: clamp(1.6rem, 1.6vw, 2rem);
  }
  .bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content a img {
    width: 30px;
    margin-bottom: 10px;
  }
  .bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:first-of-type a {
    font-size: clamp(1.8rem, 5.2vw, 2.6rem);
  }
  .bottom_box .bottom_box_inner .bottom_box_wrap .bottom_box_content:nth-of-type(2) a {
    padding-top: 30px;
  }
} /*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex_r {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt530 {
  width: 530px;
}

.txt560 {
  width: 560px;
}

.txt600 {
  width: 600px;
}

.txt640 {
  width: 640px;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    flex-direction: column;
  }
}
/*==============================================================
当店について
==================================================================*/
.about_box01 {
  padding-right: 20px;
  position: relative;
  margin-bottom: 150px;
}
.about_box01 .icon {
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: -1;
  width: 35%;
}
.about_box01 .about_box01_wrap {
  max-width: 1660px;
  display: grid;
  position: relative;
}
.about_box01 .about_box01_wrap figure {
  width: 59.64%;
}
.about_box01 .about_box01_wrap .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 54.04%;
}
.about_box01 .about_box01_wrap .content .tit {
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  font-size: clamp(3rem, 4vw, 6.4rem);
}
.about_box01 .about_box01_wrap .content .yellow {
  font-style: italic;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
}
.about_box01 .about_box01_wrap .content .aside_tit {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: 900;
  line-height: 1.4;
  font-size: clamp(1.8rem, 2.8vw, 3.6rem);
  letter-spacing: 0.05em;
}
.about_box01 .about_box01_wrap .content .txt {
  font-weight: bold;
  font-size: clamp(1.2rem, 1.8vw, 2.2rem);
}

@media screen and (max-width: 767px) {
  .about_box01 {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .about_box01 .icon {
    bottom: -100px;
    right: -30px;
    width: 200px;
  }
  .about_box01 .about_box01_wrap figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .about_box01 .about_box01_wrap .content {
    width: 100%;
    position: static;
    transform: translateY(0);
  }
  .about_box01 .about_box01_wrap .content .tit {
    font-size: clamp(2.4rem, 6vw, 3rem);
  }
  .about_box01 .about_box01_wrap .content .yellow {
    font-size: clamp(2rem, 4.8vw, 2.4rem);
  }
  .about_box01 .about_box01_wrap .content .aside_tit {
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .about_box01 .about_box01_wrap .content .txt {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.about_box02 {
  margin-bottom: 150px;
}
.about_box02 .en_tit_area {
  max-width: 1440px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.about_box02 .en_tit_area .en_txt {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-shadow: 40px -40px 0 #222;
  line-height: 1;
  font-size: clamp(12rem, 12vw, 18rem);
}
.about_box02 .en_tit_area .en_txt::first-letter {
  color: #e8d319;
}
.about_box02 .txt_area {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.about_box02 .txt_area .tit {
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(4rem, 4vw, 6rem);
  margin-bottom: 50px;
}
.about_box02 .txt_area .txt p {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .about_box02 {
    margin-bottom: 60px;
  }
  .about_box02 .en_tit_area .en_txt {
    text-shadow: 20px -20px 0 #222;
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .about_box02 .txt_area {
    margin: 0 auto 30px;
  }
  .about_box02 .txt_area .tit {
    font-size: clamp(2rem, 5vw, 4rem);
    margin-bottom: 20px;
  }
  .about_box02 ul {
    padding: 0 20px;
  }
} /*max-width:767px*/
.about_box03 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.about_box03 .tit {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 50px;
  font-size: clamp(4rem, 4vw, 6rem);
  text-align: center;
}
.about_box03 .content01 {
  padding: 50px 20px;
  background: #fff;
  color: #333;
  margin-bottom: 60px;
}
.about_box03 .content01 .content01_tit {
  text-align: center;
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  margin-bottom: 30px;
  font-weight: bold;
}
.about_box03 .content01 ul {
  max-width: 784px;
  margin: 0 auto;
}
.about_box03 .content01 ul li {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  font-weight: bold;
}
.about_box03 .content02 .content02_tit {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 50px;
  font-size: clamp(4rem, 4vw, 6rem);
  text-align: center;
}
.about_box03 .content02 ul {
  margin-bottom: 50px;
}
.about_box03 .content02 ul li {
  background: #222;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 10px 5px 50px;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(1.8rem, 1.6vw, 2.8rem);
}
.about_box03 .content02 ul li::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background: url(images/list_icon.png) no-repeat;
  background-size: contain;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.about_box03 .content02 ul li:last-child {
  margin-bottom: 0;
}
.about_box03 .content02 .content02_txt {
  text-align: center;
  font-size: clamp(2.6rem, 2.8vw, 3.6rem);
  line-height: 1.3;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .about_box03 {
    margin-bottom: 60px;
  }
  .about_box03 .tit {
    margin-bottom: 30px;
    font-size: clamp(2rem, 3vw, 3rem);
  }
  .about_box03 .content01 {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .about_box03 .content01 .content01_tit {
    text-align: justify;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .about_box03 .content01 ul li {
    font-size: 1.4rem;
  }
  .about_box03 .content02 .content02_tit {
    margin-bottom: 30px;
    font-size: clamp(2.4rem, 3vw, 3rem);
  }
  .about_box03 .content02 ul {
    margin-bottom: 30px;
  }
  .about_box03 .content02 ul li {
    margin-bottom: 5px;
    padding: 5px 10px 5px 30px;
    font-size: 1.4rem;
  }
  .about_box03 .content02 ul li::after {
    width: 15px;
    height: 15px;
    background: url(images/list_icon.png) no-repeat;
    background-size: contain;
    left: 5px;
  }
  .about_box03 .content02 .content02_txt {
    font-size: clamp(1.6rem, 4vw, 2rem);
    text-align: justify;
  }
} /*max-width:767px*/
.about_box04 {
  padding: 0 0 0 20px;
}
.about_box04 .about_box04_wrap {
  max-width: 1660px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 38.55% 57.83%;
  justify-content: space-between;
  align-items: center;
}
.about_box04 .about_box04_wrap .content .en_txt {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-shadow: 40px -40px 0 #222;
  line-height: 1;
  font-size: clamp(8rem, 12vw, 18rem);
  margin-bottom: 10px;
}
.about_box04 .about_box04_wrap .content .en_txt::first-letter {
  color: #e8d319;
}
.about_box04 .about_box04_wrap .content .tit {
  font-size: clamp(2.2rem, 3.8vw, 6rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.about_box04 .about_box04_wrap .content .txt p {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .about_box04 {
    padding: 0 20px;
  }
  .about_box04 .about_box04_wrap {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .about_box04 .about_box04_wrap .content .en_txt {
    text-shadow: 20px -20px 0 #222;
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .about_box04 .about_box04_wrap .content .tit {
    font-size: clamp(2rem, 3vw, 3rem);
  }
  .about_box04 .about_box04_wrap .content .txt p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*==============================================================
メニュー・料金
==================================================================*/
.menu_box01 {
  padding: 200px 20px 250px;
  position: relative;
  text-align: center;
  color: #333;
}
.menu_box01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 74%);
          clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 74%);
}
.menu_box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  background: #e8d319;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
          clip-path: polygon(0 26%, 100% 0, 100% 74%, 0 100%);
}
.menu_box01 .tit {
  font-weight: 900;
  color: #111;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: clamp(2.8rem, 3.4vw, 4.2rem);
  margin-bottom: 40px;
}
.menu_box01 .txt p {
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .menu_box01 {
    padding: 100px 20px 150px;
  }
  .menu_box01::after {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
  .menu_box01::before {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .menu_box01 .tit {
    font-size: clamp(2rem, 5.6vw, 2.8rem);
    margin-bottom: 30px;
  }
  .menu_box01 .txt {
    text-align: justify;
  }
} /*max-width:767px*/
.menu_box02 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.menu_box02 .menu_box02_inner {
  max-width: 1500px;
  margin: 0 auto;
}
.menu_box02 .menu_box02_inner .menu_box02_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content {
  padding: 80px 6%;
  background: #eee;
  text-align: center;
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl {
  margin-bottom: 30px;
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl dt {
  font-weight: 900;
  font-style: italic;
  color: #111;
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
  line-height: 1.2;
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl dd {
  font-weight: 900;
  font-style: italic;
  color: #111;
  line-height: 1.2;
  font-size: clamp(4rem, 5vw, 8rem);
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl dd span {
  font-size: clamp(2rem, 2.4vw, 3.2rem);
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content ul {
  padding: 20px 5%;
  background: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 3%;
}
.menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content ul li {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .menu_box02 {
    margin-bottom: 60px;
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px 0;
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content {
    padding: 40px 20px;
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl {
    margin-bottom: 20px;
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl dt {
    font-size: clamp(2.2rem, 5.2vw, 2.6rem);
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl dd {
    font-size: clamp(3rem, 12vw, 6rem);
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content dl dd span {
    font-size: clamp(1.8rem, 5.2vw, 2.6rem);
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content ul {
    padding: 20px;
  }
  .menu_box02 .menu_box02_inner .menu_box02_wrap .menu_box02_content ul li {
    font-size: 1.6rem;
  }
} /*max-width:767px*/
.menu_box03 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.menu_box03:last-of-type {
  margin-bottom: 0;
}
.menu_box03 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 3%;
}

@media screen and (max-width: 767px) {
  .menu_box03 {
    margin-bottom: 60px;
  }
  .menu_box03 .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
} /*max-width:767px*/
.bottom_price_box {
  padding: 250px 20px;
  position: relative;
}
.bottom_price_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/price_bg.jpg) top center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
          clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
  z-index: -1;
}
.bottom_price_box p {
  text-align: center;
  margin-bottom: 50px;
}
.bottom_price_box .wrap {
  max-width: 800px;
  margin: 0 auto;
}
.bottom_price_box .wrap dl {
  padding: 0 20px 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_price_box .wrap dl dt {
  font-weight: bold;
  font-size: 2rem;
}
.bottom_price_box .wrap dl dd {
  font-weight: bold;
  font-size: 2rem;
}
.bottom_price_box .wrap dl:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bottom_price_box {
    padding: 150px 20px;
  }
  .bottom_price_box::after {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
  }
  .bottom_price_box p {
    text-align: justify;
    margin-bottom: 30px;
  }
  .bottom_price_box .wrap dl {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
  .bottom_price_box .wrap dl dt {
    font-size: 1.4rem;
  }
  .bottom_price_box .wrap dl dd {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*==============================================================
施工実績
==================================================================*/
.works_box_wrap {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .works_box::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
} /*min-width:768px*/
.works_box {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 1.5%;
  margin-bottom: 50px;
}
.works_box article a {
  text-decoration: none;
  display: block;
}
.works_box article a figure {
  margin-bottom: 20px;
}
.works_box article a figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.works_box article a .tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}

@media screen and (max-width: 767px) {
  .works_box {
    gap: 30px 0;
    grid-template-columns: 100%;
    margin-bottom: 30px;
  }
  .works_box article a figure {
    margin-bottom: 15px;
  }
  .works_box article a .tit {
    padding-bottom: 10px;
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
} /*max-width:767px*/
/*==============================================================
ご依頼について
==================================================================*/
.flow_box {
  padding: 0 20px;
  position: relative;
  margin-bottom: 150px;
}
.flow_box .pic {
  position: absolute;
  z-index: -1;
  width: 850px;
  left: 0;
  bottom: -50px;
}
.flow_box .flow_box_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px auto;
  gap: 0 10%;
}
.flow_box .flow_box_inner .tit_area .tit {
  line-height: 1.2;
  margin-bottom: 60px;
}
.flow_box .flow_box_inner .tit_area .tit .en {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.flow_box .flow_box_inner .tit_area .tit .en::first-letter {
  color: #e8d319;
}
.flow_box .flow_box_inner .tit_area .tit .ja {
  font-weight: 900;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}
.flow_box .flow_box_inner .tit_area .aside_tit {
  width: 165px;
  padding-left: 10px;
}
.flow_box .flow_box_inner .content {
  padding-top: 50px;
}
.flow_box .flow_box_inner .content .wrap {
  position: relative;
  padding-left: 90px;
  display: grid;
  grid-template-columns: 130px auto;
  gap: 0 5%;
  margin-bottom: 100px;
}
.flow_box .flow_box_inner .content .wrap::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #ccc;
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.flow_box .flow_box_inner .content .wrap::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 100px);
  background: #ccc;
  left: 15px;
  top: 0;
}
.flow_box .flow_box_inner .content .wrap:last-of-type {
  margin-bottom: 0;
}
.flow_box .flow_box_inner .content .wrap:last-of-type::before {
  content: none;
}
.flow_box .flow_box_inner .content .wrap .num {
  font-weight: bold;
  font-style: italic;
  color: #e8d319;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}
.flow_box .flow_box_inner .content .wrap dl dt {
  margin-bottom: 1.5em;
  font-weight: 900;
  line-height: 1.2;
  font-size: clamp(2.4rem, 2.6vw, 3.6rem);
}
.flow_box .flow_box_inner .content .wrap dl dd {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}

@media screen and (max-width: 900px) {
  .flow_box {
    margin-bottom: 60px;
  }
  .flow_box .pic {
    width: 300px;
    bottom: auto;
    top: 150px;
    left: -50px;
  }
  .flow_box .flow_box_inner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .flow_box .flow_box_inner .tit_area .tit {
    text-align: center;
    margin-bottom: 20px;
  }
  .flow_box .flow_box_inner .tit_area .tit .en {
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .flow_box .flow_box_inner .tit_area .tit .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .flow_box .flow_box_inner .tit_area .aside_tit {
    width: 100px;
    padding-left: 0;
    margin: 0 auto;
  }
  .flow_box .flow_box_inner .content {
    padding-top: 0;
  }
  .flow_box .flow_box_inner .content .wrap {
    padding-left: 0;
    grid-template-columns: 100%;
    gap: 20px 0;
    margin-bottom: 50px;
  }
  .flow_box .flow_box_inner .content .wrap::after {
    content: none;
  }
  .flow_box .flow_box_inner .content .wrap::before {
    content: none;
  }
  .flow_box .flow_box_inner .content .wrap .num {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .flow_box .flow_box_inner .content .wrap dl dt {
    font-size: clamp(2rem, 4.8vw, 2.4rem);
  }
} /*max-width:900px*/
.faq_box {
  padding: 0 20px;
}
.faq_box .warp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 2%;
}
.faq_box .warp dl {
  background: #333;
}
.faq_box .warp dl dt {
  text-align: center;
  padding: 35px 30px;
  border-bottom: 1px solid #111;
  font-weight: 900;
  font-size: clamp(2rem, 2vw, 2.4rem);
  line-height: 1.5;
}
.faq_box .warp dl dd {
  padding: 35px 8% 50px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .faq_box .warp {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .faq_box .warp dl dt {
    padding: 20px;
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .faq_box .warp dl dd {
    padding: 30px 20px 40px;
    font-size: 1.4rem;
  }
} /*max-width:767px*/
/*==============================================================
店舗概要
==================================================================*/
.company_box01 {
  padding: 0 0 230px 20px;
  position: relative;
}
.company_box01 .en_txt {
  position: absolute;
  left: -20px;
  font-style: italic;
  top: 150px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-shadow: 60px -60px 0 #222;
  line-height: 1;
  font-size: clamp(12rem, 12vw, 18rem);
}
.company_box01 .en_txt::first-letter {
  color: #e8d319;
}
.company_box01 .wrap {
  max-width: 1660px;
  margin-left: auto;
  position: relative;
}
.company_box01 .wrap figure {
  width: 50%;
  margin-left: auto;
  z-index: -1;
  position: relative;
}
.company_box01 .wrap .content {
  width: 48.19%;
  position: absolute;
  left: 0;
  bottom: -100px;
}
.company_box01 .wrap .content .tit {
  font-size: clamp(2.4rem, 3.2vw, 6rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1em;
}
.company_box01 .wrap .content .txt p {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
}
.company_box01 .wrap .content .txt .name {
  text-align: right;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  font-weight: bold;
  font-style: italic;
  padding-top: 50px;
}

@media screen and (max-width: 1500px) {
  .company_box01 .wrap .content {
    zoom: 0.8;
  }
} /*max-width:1500px*/
@media screen and (max-width: 1200px) {
  .company_box01 .wrap .content {
    zoom: 0.7;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1070px) {
  .company_box01 {
    padding: 0;
  }
  .company_box01 .en_txt {
    position: static;
    text-shadow: 20px -20px 0 #222;
    font-size: clamp(6rem, 16vw, 8rem);
    margin-bottom: 10px;
  }
  .company_box01 .wrap {
    display: flex;
    flex-direction: column;
  }
  .company_box01 .wrap figure {
    width: 100%;
    order: 1;
  }
  .company_box01 .wrap .content {
    zoom: 1;
    order: 2;
    width: 100%;
    position: static;
    padding: 0 20px;
  }
  .company_box01 .wrap .content .tit {
    font-size: clamp(2.4rem, 6.4vw, 3.2rem);
  }
  .company_box01 .wrap .content .txt p {
    font-size: 1.4rem;
  }
  .company_box01 .wrap .content .txt .name {
    font-size: 1.6rem;
    padding-top: 30px;
  }
  .en_txt_sp_none {
    display: none;
  }
} /*max-width:1070px*/
@media screen and (min-width: 1071px) {
  .en_txt_pc_none {
    display: none;
  }
} /*min-width:1071px*/
.company_box02 {
  padding: 150px 20px 0;
  position: relative;
}
.company_box02 .icon {
  position: absolute;
  z-index: -1;
  width: 300px;
  left: 0;
  top: 0;
}
.company_box02 .company_box02_innner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px auto;
  gap: 0 10%;
}

@media screen and (max-width: 767px) {
  .company_box02 {
    padding: 60px 20px 0;
  }
  .company_box02 .icon {
    width: 150px;
  }
  .company_box02 .company_box02_innner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
} /*max-width:767px*/
.company_box03 {
  padding: 150px 20px 0;
  position: relative;
}
.company_box03 .icon {
  position: absolute;
  z-index: -1;
  width: 300px;
  right: 0;
  top: 0;
}
.company_box03 .company_box03_innner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 250px;
  gap: 0 10%;
}

@media screen and (max-width: 767px) {
  .company_box03 {
    padding: 60px 20px 0;
  }
  .company_box03 .icon {
    width: 150px;
  }
  .company_box03 .company_box03_innner {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .company_box03 .company_box03_innner .map {
    order: 2;
  }
  .company_box03 .company_box03_innner .map iframe {
    height: 250px;
  }
  .company_box03 .company_box03_innner .subhead02 {
    order: 1;
  }
} /*max-width:767px*/
/*==============================================================
ブログ
==================================================================*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_box {
  padding: 0 20px;
}
.contact_box .contact_txt {
  text-align: center;
  margin-bottom: 50px;
}
.contact_box .privacy {
  margin-bottom: 80px;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  color: #333;
}
.contact_box .privacy .tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.contact_box .privacy .txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contact_box .contact_txt {
    text-align: justify;
    margin-bottom: 30px;
  }
  .contact_box .privacy {
    margin-bottom: 50px;
    text-align: justify;
  }
  .contact_box .privacy .tit {
    font-size: 2rem;
  }
} /*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post {
  padding: 0 20px;
}

.blog_post_parts .blog_box {
  display: grid;
  grid-template-columns: 36.36% 58.18%;
  justify-content: space-between;
}
.blog_post_parts figure {
  overflow: hidden;
}
.blog_post_parts figure a {
  display: block;
  width: 100%;
}
.blog_post_parts figure a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .blog_post_parts .blog_box {
    grid-template-columns: 100%;
  }
  .blog_post_parts figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
} /*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .blog_post_parts h2 {
    font-size: 1.8rem;
  }
} /*max-width:767px*/
/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
/* 投稿 */
.blog_post_parts {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .blog_post_parts {
    margin-bottom: 50px;
  }
} /*max-width:767px*/
/* 3列投稿 */
@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt560,
  .txt600,
  .txt640 {
    width: 100%;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 20px;
}

.nav-below {
  font-size: 100%;
}
.nav-below a {
  text-decoration: none;
  color: #111;
  display: block;
  font-weight: bold;
}

#single_box time {
  display: block;
  margin-bottom: 20px;
}

.another_article {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 400px;
  margin: 0 auto;
  background: #e8d319;
}

@media screen and (max-width: 767px) {
  .another_article {
    display: flex;
    width: 100%;
    gap: 0 10px;
  }
} /*max-width:767px*/
.another_article p {
  font-size: 1.4rem;
  text-align: center;
  color: #111;
  font-weight: bold;
  line-height: 60px;
}
.another_article p a {
  color: #111;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .another_article .nav-below {
    width: 30%;
  }
  .another_article .nav-below P {
    width: 100%;
  }
  .another_article .nav-below P a {
    width: 100%;
  }
  .another_article p {
    padding: 0 2px;
    font-size: 1.2rem;
    line-height: 35px;
  }
} /*max-width:767px*/
.single_box_txt {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.single_box_txt img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

#single_box figure {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_box_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 0;
}
.pager a {
  color: #fff;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 64px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: 33.3333333333%;
    border-top: 1px solid #fff;
  }
  .sp_bana div img {
    width: 8%;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div a {
    display: block;
    text-align: center;
    padding-top: 13px;
    background: #111;
    height: 100%;
    width: 100%;
  }
  .sp_bana div a img {
    width: 20px;
    margin: 0 auto 5px;
    display: inline-block;
  }
  .sp_bana div a p {
    color: #fff;
    line-height: 1;
    font-size: clamp(1.8rem, 4vw, 2rem);
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    font-style: italic;
  }
  .sp_bana div:nth-of-type(2) a {
    background: #e8d319;
    padding-top: 18px;
  }
  .sp_bana div:nth-of-type(2) a img {
    width: 20px;
    margin: 0 auto 5px;
  }
  .sp_bana div:nth-of-type(2) a p {
    color: #111;
  }
  .sp_bana div:nth-of-type(3) a {
    padding-top: 15px;
    background: #00b900;
  }
  .sp_bana div:nth-of-type(3) a img {
    width: 22px;
    margin: 0 auto 5px;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  padding: 50px 20px;
  background: #fff;
}
footer .footer_logo {
  width: 250px;
  margin: 0 auto;
}
footer .footer_info {
  text-align: center;
  margin-bottom: 100px;
  color: #333;
}
footer .footer_info p {
  font-size: 1.6rem;
}
footer .footer_navi {
  display: flex;
  justify-content: center;
  gap: 0 3%;
}
footer .footer_navi li {
  text-align: center;
  line-height: 1.1;
}
footer .footer_navi li a {
  text-decoration: none;
  color: #333;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  font-weight: 900;
}
footer .footer_navi li a span {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: clamp(1.6rem, 4.4vw, 2.2rem);
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 20px 100px;
  }
  footer .footer_logo {
    width: 150px;
  }
  footer .footer_info {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer_info p {
    font-size: 1.4rem;
  }
  footer .footer_navi {
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
  }
  footer .footer_navi li a {
    font-size: 1.4rem;
  }
  footer .footer_navi li a span {
    font-size: 1.6rem;
  }
} /*max-width:767px*/
.to_top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 100;
  width: 120px;
}
.to_top a img {
  transition: all 0.5s;
}
.to_top a:hover {
  opacity: 1;
}
.to_top a:hover img {
  transform: translateY(-10px);
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.6rem;
}

.copy small {
  color: #333;
  font-size: 1.4rem;
}

.copy {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #999;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .to_top {
    display: none !important;
  }
  .copy small {
    font-size: 1.1rem;
  }
  address {
    font-size: 1.4rem;
  }
  .copy {
    margin-top: 50px;
    padding-top: 20px;
  }
}
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
.subhead01 {
  line-height: 1.2;
  text-align: center;
  margin-bottom: 60px;
}
.subhead01 .en {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.subhead01 .en::first-letter {
  color: #e8d319;
}
.subhead01 .ja {
  font-weight: 900;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px;
  }
  .subhead01 .en {
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .subhead01 .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
} /*max-width:767px*/
.subhead02 {
  line-height: 1.2;
}
.subhead02 .en {
  font-size: clamp(8rem, 8vw, 12rem);
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
.subhead02 .en::first-letter {
  color: #e8d319;
}
.subhead02 .ja {
  font-weight: 900;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}

@media screen and (max-width: 767px) {
  .subhead02 {
    text-align: center;
  }
  .subhead02 .en {
    font-size: clamp(4rem, 16vw, 8rem);
  }
  .subhead02 .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
} /*max-width:767px*/
.subhead04 {
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  border-bottom: 1px solid #e8d319;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .subhead04 {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
} /*max-width:767px*/
.subhead03 {
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  font-size: clamp(2rem, 2.2vw, 2.8rem);
}
.subhead03::first-letter {
  color: #e8d319;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    margin-bottom: 20px;
    font-size: clamp(2rem, 5.2vw, 2.6rem);
  }
} /*max-width:767px*/
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
/****************************************

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th {
  width: 30%;
  padding: 30px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #eee;
}

.overview_table td {
  width: 70%;
  padding: 30px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
@media screen and (max-width: 767px) {
  .overview_table tr {
    display: block;
    margin-bottom: 15px;
  }
  .overview_table th {
    display: block;
    width: 100%;
    padding: 0 5px;
    font-size: 1.4rem;
    border-bottom: none;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
.price_table {
  width: 100%;
  border-collapse: collapse;
}

.price_table th,
.price_table td {
  border: 1px solid #111;
}

.price_table th {
  width: 70%;
  padding: 15px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  vertical-align: text-top;
  background-color: #333;
}
.price_table th:nth-of-type(2) {
  width: 30%;
}

.price_table td {
  width: 70%;
  padding: 20px;
  font-size: 2rem;
  background: #eee;
  font-weight: bold;
  text-align: left;
  color: #333;
  vertical-align: text-top;
}
.price_table td:nth-of-type(2) {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price_table th {
    width: 60%;
    padding: 10px;
    font-size: 1.4rem;
  }
  .price_table th:nth-of-type(2) {
    width: 40%;
  }
  .price_table td {
    width: 60%;
    padding: 10px;
    font-size: 1.4rem;
  }
  .price_table td:nth-of-type(2) {
    width: 40%;
  }
} /*max-width:767px*/
.price_table02 {
  width: 100%;
  border-collapse: collapse;
}

.price_table02 th,
.price_table02 td {
  border: 1px solid #111;
}

.price_table02 th {
  width: 17.27%;
  padding: 15px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  vertical-align: text-top;
  background-color: #333;
}
.price_table02 th:nth-of-type(1) {
  width: 12.91%;
}

.price_table02 td {
  width: 17.27%;
  padding: 20px;
  font-size: 2rem;
  background: #eee;
  font-weight: bold;
  text-align: center;
  color: #333;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .price_table02 th {
    padding: 10px;
    font-size: 1.4rem;
  }
  .price_table02 td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .table_wrap {
    overflow-x: scroll;
  }
  .table_wrap .price_table02 {
    width: 800px;
  }
} /*max-width:767px*/
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 26px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}
.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
}

.side_banner li {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .side_banner {
    display: none !important;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid rgba(154, 139, 120, 0.5);
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #e8d319 solid;
  border-radius: 8px;
  background-color: #e8d319;
  color: #111;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:hover {
  opacity: 0.7;
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #aaa;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #e8d319;
}

.seireki input[type=text] {
  width: 130px;
  margin: 0 10px;
}

.month input[type=text] {
  width: 60px;
  margin: 0 10px;
}

.old {
  margin-left: 30px;
}
.old input[type=text] {
  width: 60px;
  margin: 0 10px;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #e8d319;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #e8d319;
  border-right: 3px solid #e8d319;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #e8d319;
  box-shadow: 0 0 2px 2px rgba(232, 211, 25, 0.5);
  background-color: #e8d319;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #e8d319;
  border-right: 1px solid #e8d319;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #e8d319;
  border-right: 1px solid #e8d319;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #e8d319;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(232, 211, 25, 0.7), rgba(232, 211, 25, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(232, 211, 25, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 1px 1px rgba(232, 211, 25, 0.3);
}

.wpcf7-response-output {
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .seireki input[type=text] {
    width: 75px;
    margin: 0 5px;
  }
  .month input[type=text] {
    width: 45px;
    margin: 0 5px;
  }
  .old {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .old input[type=text] {
    width: 45px;
    margin: 0 10px;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
}
/*max-width:767px*/
.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #111;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7-response-output {
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .form_row .born {
    display: flex;
  }
} /*min-width:768px*/
.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

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

.fadein_l {
  opacity: 0;
  transform: translate(-200px, 0);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.8s;
}

.slide_in.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details {
  background: rgba(108, 154, 199, 0.1);
  box-shadow: 0 4px 1px #6c9ac7;
  margin-bottom: 35px;
  border-radius: 20px;
  padding: 0 35px;
}
.details:last-of-type {
  margin-bottom: 0;
}
.details .details-summary {
  padding: 35px 0 35px 70px;
  line-height: 1.2;
  font-size: 2rem;
  position: relative;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s;
  font-weight: bold;
}
.details .details-summary:hover {
  cursor: pointer;
}
.details .details-summary::after {
  position: absolute;
  content: "Q";
  width: 50px;
  height: 40px;
  padding: 8px 0 2px;
  text-align: center;
  background: #e8d319;
  border-radius: 50%;
  font-weight: normal;
  font-size: 2.6rem;
  color: #fff;
  left: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  top: 20px;
}
.details .details-content {
  padding: 10px 0 35px 70px;
  position: relative;
}
.details .details-content::after {
  position: absolute;
  content: "A";
  width: 47px;
  height: 40px;
  padding: 10px 0 0 3px;
  text-align: center;
  background: #346494;
  line-height: 1;
  border-radius: 50%;
  font-size: 2.6rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: normal;
  left: 0;
  top: 0;
}
.details .details-content p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 0 15px;
  }
  .details .details-summary {
    padding: 15px 0 15px 40px;
    font-size: 1.8rem;
  }
  .details .details-summary::after {
    width: 30px;
    height: 20px;
    padding: 5px 0 5px;
    font-size: 1.6rem;
    top: 12px;
  }
  .details .details-content {
    padding: 5px 0 15px 40px;
  }
  .details .details-content::after {
    width: 30px;
    height: 20px;
    padding: 5px 0 5px 0;
    font-size: 1.8rem;
    top: 5px;
  }
  .details .details-content p {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.company_bread {
  position: relative;
}
.company_bread .breadcrumb_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}/*# sourceMappingURL=style.css.map */