@charset "UTF-8";
.flex5 .box {
  width: 18%;
  margin: 0 1% 20px 1%;
  position: relative;
  overflow: inherit !important;
  display: block;
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  .flex5 .box {
    width: 31.11111%;
    margin: 0 1% 10px 1%;
  }
}
@media only screen and (max-width: 640px) {
  .flex5 .box {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
.flex5 .box img {
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 230px !important;
}

.flex6 .box {
  width: 14.666666%;
  margin: 0 1% 10px 1%;
}

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

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

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

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

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

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

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

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

li {
  list-style: none;
}

html {
  height: 100%;
  font-size: 62.5% !important; /* -> 10px; */
}

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

body {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
  background: #fff;
  color: #333;
  word-wrap: break-word;
  overflow: hidden; /*（要素入れてないときfooter表示が不十分)*/
  font-size: 1.6em; /* -> 16px; */
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.inner800 {
  margin: 0 auto;
  max-width: 800px;
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
}

.inner1100 {
  margin: 0 auto;
  max-width: 1100px;
}

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

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #f0e8cc;
}

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

.imgL {
  margin-left: 20px !important;
}
@media only screen and (max-width: 640px) {
  .imgL {
    margin: 0 auto 20px auto !important;
  }
}

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

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

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

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

.br0 table td {
  border: 0;
}

/************************************コンテンツ************************************/
#contents_wrap {
  padding: 0px;
  position: relative;
  z-index: 2;
  min-width: auto !important;
}

#contents {
  position: relative;
  z-index: 2;
  width: 100% !important;
  background: none !important;
}

#main {
  width: 100% !important;
}

.nega {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

/***********************************nega用 TopMargin*******************************************/
.mt200 {
  margin-top: 200px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mt200 {
    margin-top: 150px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mt200 {
    margin-top: 100px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mt120 {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mt120 {
    margin-top: 50px !important;
  }
}

.mt100max {
  margin-top: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mt100 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mt100 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .mt50 {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 640px) {
  .mt50 {
    margin-top: 20px !important;
  }
}

/***********************************右寄せ左寄せ*******************************************/
.tacenter {
  text-align: center !important;
}

.text_center div {
  text-align: center;
}

.tal div {
  text-align: left;
}

.text_right div {
  text-align: right;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tabtal div {
    text-align: left !important;
  }
  .tabtar div {
    text-align: right !important;
  }
  .tabtac div {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .sptal div {
    text-align: left !important;
  }
  .sptar div {
    text-align: right !important;
  }
  .sptac div {
    text-align: center !important;
  }
}
/***********************************サイドバー*******************************************/
@media screen and (min-width: 834px) and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

/***********************************非表示*******************************************/
.annot {
  display: none !important;
}

.dnone {
  display: none;
}

.divnt article div {
  display: none;
}

/***********************************フレックス*******************************************/
.flex_box {
  display: flex;
}

.flex_column {
  display: flex;
  flex-direction: column;
}

.divcenter {
  display: flex;
  justify-content: center;
}
.divcenter div {
  line-height: 2;
}

.flex_type {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 834px) {
  .flex_type {
    flex-direction: column;
    align-items: center;
  }
}

.flex_pattern {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 640px) {
  .flex_pattern {
    flex-direction: column;
  }
}

.flex_cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media only screen and (max-width: 640px) {
  .flex_cast {
    flex-direction: column;
    align-items: center;
  }
}

.clean_bg img {
  margin: 0 !important;
}

.jcss {
  justify-content: start;
}

.jcse {
  justify-content: space-evenly;
}

.jcsa {
  justify-content: space-around;
}

.jcc {
  justify-content: center;
}
.jcc article {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfs {
  justify-content: flex-start;
}

.jcfe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

.ais {
  align-items: stretch;
}

.aife {
  align-items: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.direv {
  flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box30 {
  width: 28%;
}

.box100 {
  width: 100%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .tabsp100 {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10% 1%;
  }
}

/*イメージ画像*/
.img100 img {
  margin-inline: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.img0 img {
  margin: 0 !important;
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #333 !important;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    text-decoration: underline;
  }
}

/*************************ノーホバー***********************************/
.no_events {
  pointer-events: none;
}
.no_events:hover {
  opacity: 1 !important;
}

/*******************改行*******************************************/
.dib {
  display: inline-block;
}

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

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

.pcsp_block {
  display: block;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .pcsp_block {
    display: inline;
  }
}
@media only screen and (max-width: 640px) {
  .pcsp_block {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .tab_block {
    display: block;
  }
}

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

@media screen and (min-width: 834px) and (max-width: 1200px) {
  .bp1200_block {
    display: block;
  }
}

/******************表示非表示**************************************/
.divnone div {
  display: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

.nohover {
  pointer-events: none;
}

.waku01 {
  border: 1px solid #fff;
}

.waku02 {
  border: 1px solid #f0e8cc;
}

.waku_c {
  border: 1px solid #ccc;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
header#global_header {
  max-width: 100%;
  min-width: 100%;
}

#header {
  z-index: 999;
  width: 100%;
  height: auto;
  position: relative;
}

.h_inner {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .h_inner {
    height: 60px;
    padding: 10px;
  }
}

._inner02 {
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  ._inner02 {
    height: 80px;
  }
}

.logo {
  z-index: 9999;
  position: fixed;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  width: 500px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .logo {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .logo {
    width: 200px;
  }
}
.logo img {
  width: 100vw;
  height: auto;
  display: block;
}

.w_logo {
  z-index: 1000;
  position: fixed;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  width: 650px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .w_logo {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .w_logo {
    width: 200px;
  }
}
.w_logo img {
  padding: 10px 10px 0 0;
}
@media only screen and (max-width: 834px) {
  .w_logo img {
    padding: 6px 10px 0 0;
  }
}

.isSmall {
  width: 120px;
}

#mainArea {
  position: relative;
  width: 100vw;
  height: 900px;
  overflow: hidden;
}
@media screen and (min-width: 834px) and (max-width: 1600px) {
  #mainArea {
    height: 800px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1400px) {
  #mainArea {
    height: 680px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  #mainArea {
    height: 600px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1100px) {
  #mainArea {
    height: 500px;
  }
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  #mainArea {
    height: 480px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea {
    height: 380px;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea {
    height: 200px;
  }
}
#mainArea video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100vw;
}

.nav {
  z-index: 999;
  display: flex;
  align-items: flex-end;
  width: 80%;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .nav {
    display: none;
  }
}
.nav ul {
  max-width: 1200px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
.nav ul li {
  position: relative;
  text-align: center;
}
.nav ul li a {
  color: #333;
  text-decoration: none;
  padding: 15px;
  display: block;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.nav ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .nav ul li a {
    font-size: 12px;
  }
}
.nav ul li a span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.nav ul ul {
  display: block;
  z-index: 99;
  position: absolute;
  display: block;
  flex-wrap: wrap;
  margin: auto;
  width: 400px;
}
.nav ul ul li {
  position: relative;
  text-align: center;
  position: relative;
}
.nav ul ul li:after {
  display: none;
}
.nav ul ul li:last-child:before {
  display: none;
}
.nav ul ul li a {
  padding: 20px 0;
  background: #f0e8cc;
}
.nav ul ul li a:first-child:after {
  display: none;
}
.nav ul ul li a:last-child:before {
  display: none;
}
.nav ul ul li:before {
  display: none;
}

.wacth a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: #333;
  text-align: center;
  color: #fff;
}

#loading.is-active {
  opacity: 0;
  visibility: hidden;
}

/* Loading画像中央配置　*/
#load_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#load_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mean-bar {
  opacity: 0 !important;
}

.mean-bar.fix {
  opacity: 1 !important;
}

.mean-bar.fis {
  opacity: 1 !important;
}

.black {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 20px 0;
  background: #111;
}
@media only screen and (max-width: 640px) {
  .black {
    padding: 13px 0;
  }
}

footer#global_footer {
  z-index: 2;
  bottom: 0;
}

#footer {
  background: #333;
  background-size: cover;
  padding: 20px 20px 80px;
}

.f_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  color: #333;
}
@media only screen and (max-width: 834px) {
  .f_inner {
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    justify-content: center;
  }
}

.f_logo {
  width: 200px;
  margin-right: 20px;
}

.f_left {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .f_left {
    width: 100%;
  }
}

#footer_nav {
  height: auto;
  margin-top: 30px;
}
#footer_nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}
#footer_nav ul li {
  display: block;
  position: relative;
  text-align: left;
}
#footer_nav ul li a {
  font-weight: normal !important;
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 834px) {
  #footer_nav ul li a {
    padding: 3px 6px;
    font-size: 1.3rem;
  }
}

.f_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .f_right {
    margin-top: 30px;
    width: 100%;
  }
}

.f_icon {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .f_icon {
    margin-top: 30px;
  }
}
.f_icon li {
  margin: 0 6px;
}
.f_icon li img {
  width: 100%;
}
.f_icon li:first-child, .f_icon li:nth-child(2) {
  width: 50px;
}
.f_icon li:last-child {
  width: auto;
  height: 50px;
}
.f_icon li:last-child img {
  height: 100%;
}

.f_mail a {
  display: inline-block;
  margin-top: 10px;
  padding: 14px 20px;
  text-decoration: none;
  color: #fff;
  border-bottom: double 6px #fff;
}
.f_mail a i {
  margin-left: 10px;
}

.under_bar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  .under_bar {
    justify-content: space-around;
  }
}
.under_bar li a {
  font-size: 1.4rem;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.under_bar #copy {
  max-width: 1200px;
  margin: 0 0 0 auto;
  padding: 10px;
  display: block !important;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .under_bar #copy {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .under_bar #copy {
    margin: 0 auto;
  }
}
.under_bar #copy a:link {
  color: #fff;
  text-decoration: none;
}
.under_bar #copy a:hover {
  text-decoration: underline;
}
.under_bar #copy a:visited {
  color: #fff;
  text-decoration: none;
}

#contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding: 0 20px 50px;
  }
}
@media only screen and (max-width: 640px) {
  #contents {
    padding: 0 20px 30px;
  }
}

.link_wrap ul li {
  margin-right: 20px;
}
.link_wrap ul li a {
  display: block;
  padding: 18px 50px;
  text-decoration: none;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .link_wrap ul li a {
    padding: 10px 30px;
  }
}

.top-copy {
  display: flex;
  justify-content: flex-start;
}
.top-copy article h1,
.top-copy article h2,
.top-copy article h3,
.top-copy article p {
  position: relative;
  font-weight: 400;
  font-size: 6rem;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top-copy article h1,
  .top-copy article h2,
  .top-copy article h3,
  .top-copy article p {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .top-copy article h1,
  .top-copy article h2,
  .top-copy article h3,
  .top-copy article p {
    font-size: 2.6rem;
  }
}
.top-copy article div {
  color: #ccc;
  padding-top: 40px;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .top-copy article div {
    padding-top: 30px;
    max-width: 100%;
  }
}

.top-c_w {
  width: 54%;
}
@media screen and (min-width: 834px) and (max-width: 1000px) {
  .top-c_w {
    width: 70%;
  }
}
@media only screen and (max-width: 834px) {
  .top-c_w {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .link_btn {
    margin-top: 50px;
  }
}
.link_btn div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.link_btn div span {
  padding: 6px 0;
  letter-spacing: -0.5px;
  font-size: 1.2rem;
}

.big h2,
.big h3 {
  font-size: 6rem;
}

.btnlinestretches5 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 30px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: 0.4s;
}
.btnlinestretches5:hover {
  color: #333;
  background: #fff;
  border: 2px solid #333;
}
.btnlinestretches5:before {
  /*線*/
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 2px;
  background: #fff;
}
.btnlinestretches5:after {
  /*矢印*/
  z-index: 1;
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5:before {
  animation: arrowlong01 2s ease infinite;
}

.btnlinestretches5:hover:before {
  background: #333;
}

.btnlinestretches5:after {
  animation: arrowlong02 2s ease infinite;
}

.btnlinestretches5:hover:after {
  border-color: #333;
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 30%;
    opacity: 1;
  }
  100% {
    width: 50%;
    opacity: 0;
  }
}
@keyframes arrowlong02 {
  0% {
    left: 40%;
    opacity: 0;
  }
  20% {
    left: 40%;
    opacity: 1;
  }
  80% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: 60%;
    opacity: 0;
  }
}
/*Products/Works/Contact*/
/*修正追加（アニメなし、重ねなし普通のFlexBox)*/
.prd_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .prd_wrap .item_box:nth-child(odd) {
    margin-top: 20px !important;
  }
}
.prd_wrap .item_box {
  width: calc(25% - 20px);
  height: auto;
}
@media only screen and (max-width: 640px) {
  .prd_wrap .item_box {
    width: calc(50% - 20px);
  }
}
.prd_wrap .item_box:not(:last-child) {
  margin-right: 26.4px;
}
@media only screen and (max-width: 640px) {
  .prd_wrap .item_box:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.prd_wrap .item_box:first-child {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .prd_wrap .item_box:first-child {
    margin-top: 0;
  }
}
.prd_wrap .item_box:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .prd_wrap .item_box:nth-child(2) {
    margin-top: 0;
  }
}
.prd_wrap .item_box:nth-child(3) {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .prd_wrap .item_box:nth-child(3) {
    margin-top: 0;
  }
}
.prd_wrap .item_box:last-child {
  margin-top: 0;
}
.prd_wrap .a_box {
  overflow: visible;
}
.prd_wrap .a_box:before {
  content: none;
}
.prd_wrap .a_box .box {
  position: static !important;
  height: auto;
}
.prd_wrap .a_box .box div {
  position: static;
}

.bx_wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .bx_wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .bx_wrap .a_box .box img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .bx_wrap .a_box:not(:last-child) {
    margin-bottom: 10px;
  }
}
.bx_wrap .a_box:first-child {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .bx_wrap .a_box:first-child {
    margin-top: 0;
  }
}
.bx_wrap .a_box:nth-child(2) {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .bx_wrap .a_box:nth-child(2) {
    margin-top: 0;
  }
}

.hn_border h2,
.hn_border h3 {
  font-weight: 500;
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: 3px solid #000;
  margin-bottom: 20px;
}
.hn_border div {
  line-height: 1.7;
}

.big_banner {
  width: 90%;
}
.big_banner article {
  width: 100%;
  position: relative;
}
.big_banner h2,
.big_banner h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 10rem;
  letter-spacing: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 640px) {
  .big_banner h2,
  .big_banner h3 {
    letter-spacing: 1.4rem;
  }
}
.big_banner div {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.6rem;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .big_banner div {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
}

.item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .item_wrap .item_box:nth-child(odd) {
    margin-top: 20px !important;
  }
}
.item_wrap .item_box {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 640px) {
  .item_wrap .item_box {
    width: calc(50% - 20px);
  }
}
.item_wrap .item_box:not(:last-child) {
  margin-right: 26.4px;
}
@media only screen and (max-width: 640px) {
  .item_wrap .item_box:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.item_wrap .item_box:first-child {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .item_wrap .item_box:first-child {
    margin-top: 0;
  }
}
.item_wrap .item_box:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .item_wrap .item_box:nth-child(2) {
    margin-top: 0;
  }
}
.item_wrap .item_box:nth-child(3) {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .item_wrap .item_box:nth-child(3) {
    margin-top: 0;
  }
}
.item_wrap .item_box:last-child {
  margin-top: 0;
}

.a_box {
  position: relative;
  width: 30%;
  height: 440px;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .a_box {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .a_box {
    width: 100%;
  }
}
.a_box:hover .box:nth-child(2) {
  top: -101%;
}
.a_box .box {
  position: absolute;
  top: -1px;
  left: 0;
  width: 101%;
  height: 101%;
  transition: 0.5s ease-in-out;
}
.a_box .box img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
}
.a_box .box div {
  z-index: 20;
  position: absolute;
  top: 10px;
  left: 10px;
  padding-left: 10px;
  border-left: 3px solid #333;
  pointer-events: none;
}
.a_box .box div a:-moz-any-link {
  color: #333 !important;
}
.a_box .box div a:any-link {
  color: #333 !important;
}
.a_box .box div h2 {
  font-size: 2.3rem;
}
.a_box .box div p {
  font-size: 1.3rem;
}

.a_box .box:not(:last-child) {
  pointer-events: initial;
}
.a_box .box:last-child {
  pointer-events: none;
}

/*マウスオーバー効果*/
.a_box:before {
  z-index: 20;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: #ddd;
}
.a_box:hover:before {
  animation: outAnime 0.5s;
}

@keyframes outAnime {
  0% {
    bottom: -20%;
    height: 20%;
  }
  25% {
    bottom: 0;
    height: 60%;
  }
  75% {
    bottom: 68%;
    height: 10%;
  }
  100% {
    bottom: 100%;
    height: 0;
  }
}
.item_box {
  width: 23%;
  height: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .item_box {
    height: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .item_box {
    width: 48%;
  }
}
.item_box .box img {
  width: 100% !important;
}
.item_box a:-moz-any-link {
  color: #333;
  text-decoration: none;
}
.item_box a:any-link {
  color: #333;
  text-decoration: none;
}

.en_right div {
  font-size: 3rem;
}
.en_right div span {
  display: block;
  margin-top: 30px;
}

.en_img {
  width: 58%;
}
.en_img img {
  margin: 0 !important;
}

.w_bg {
  height: 439px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bk_bg {
  position: relative;
  z-index: 0;
}
.bk_bg:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
}

.h2-normal h2,
.h2-normal h3 {
  color: #fff;
  font-size: 7.2rem;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .h2-normal h2,
  .h2-normal h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 640px) {
  .h2-normal h2,
  .h2-normal h3 {
    font-size: 2.6rem;
  }
}

.modoki {
  height: 300px;
  overflow: hidden;
  position: relative;
  transition: all 1s ease-out;
}
.modoki:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: rgba(51, 51, 51, 0.7);
  width: 100%;
  height: 100%;
}
.modoki:hover:before {
  background: none;
}
.modoki img {
  -o-object-fit: cover;
     object-fit: cover;
}

/**/
.btn-box {
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.btn-box .box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .btn-box .box {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .btn-box .box:last-child {
    margin-top: 20px;
  }
}

.more_btn a {
  display: inline-block;
  padding: 10px 40px;
  color: #000;
  text-decoration: none;
  border: 1px solid;
  border-color: transparent #000;
}
@media only screen and (max-width: 640px) {
  .more_btn a {
    border: 1px solid #000;
  }
}

@media only screen and (max-width: 640px) {
  .news-wrap {
    flex-direction: column-reverse;
  }
}

.news-list {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.news-text {
  max-width: 580px;
  max-height: 320px;
  margin: 0 0 0 auto;
  overflow-y: auto;
}
.news-text dl {
  flex-direction: column;
  width: 95%;
  color: #000;
  border-bottom: dashed 1px #000;
}
.news-text dl:not(:first-child) {
  margin-top: 16px;
}
@media only screen and (max-width: 640px) {
  .news-text dl:not(:first-child) {
    margin-top: 12px;
  }
}
.news-text dl dt,
.news-text dl dd {
  background: none !important;
  border: none !important;
}
.news-text dl dt {
  min-width: 100px;
}
.news-text dl dd {
  width: 100% !important;
}
@media only screen and (max-width: 640px) {
  .news-text dl dd {
    padding: 12px 0 !important;
  }
}
.news-text dl dd a {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.news-text dl dd a:hover {
  text-decoration: underline;
}

div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

div::-webkit-scrollbar-thumb {
  background: #000 !important;
}

div::-webkit-scrollbar-track {
  background: #fff;
}

.news-title {
  display: flex;
  justify-content: center;
}

.contact_link {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .contact_link {
    flex-direction: column;
  }
}
.contact_link .box {
  width: 31%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_link .box {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .contact_link .box {
    width: 80%;
  }
}
.contact_link .box a {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .contact_link .box a {
    padding: 10px;
  }
}
.contact_link .box a i {
  padding-right: 10px;
}
.contact_link .box .h_tel {
  font-size: 3rem;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .contact_link .box .h_tel {
    font-size: 1.8rem;
  }
}
.contact_link .box .h_mail {
  font-size: 2rem;
  text-decoration: none;
  letter-spacing: -1px;
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .contact_link .box .h_mail {
    font-size: 1.6rem;
  }
}
.contact_link._border {
  padding-bottom: 50px;
  border-bottom: 5px solid #000;
}
@media only screen and (max-width: 834px) {
  .contact_link._border {
    padding-bottom: 30px;
  }
}

.white-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}

.w_cont {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 40%;
  width: 100vw;
  height: 440px;
  background-attachment: fixed;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .w_cont {
    height: 340px;
  }
}
@media only screen and (max-width: 640px) {
  .w_cont {
    height: 300px;
  }
}

.w_text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding: 0 20px;
  font-weight: 600;
  font-size: clamp(2rem, 2.08vw, 4rem);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .w_text {
    letter-spacing: 0.5rem;
  }
}

.center_w01 {
  position: absolute;
  top: 0;
  left: 25%;
}

.center_w02 {
  position: absolute;
  top: 0;
  right: 25%;
}

.center_w03 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.left_w {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
}

.right_w {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
}

.bg_set {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #000;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

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

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

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

/************************************プライバシーポリシー************************************/
.policy {
  font-size: 16px;
}
.policy h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
}
.policy p {
  padding: 10px;
  padding-bottom: 20px;
}
.policy h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
}

/************************************サイトマップ************************************/
.gmap {
  height: 100%;
  overflow: hidden !important;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.map {
  max-width: 1000px;
  width: 95%;
}
.map li {
  border-left: 3px solid #fff;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 10px;
  display: block;
  float: none !important;
}
.map li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.map li a:hover {
  text-decoration: underline;
}

/**********************お問合せ*****************************/
.submit {
  margin: 20px auto 50px auto !important;
}

/***************ボタン************************/
input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

/***************パンクズ************************/
.pan1 {
  padding: 10px 0;
}
.pan1 ul {
  display: flex;
  flex-wrap: wrap;
}
.pan1 ul li {
  color: #752100;
  margin: 0 10px;
}
.pan1 ul a:link {
  color: #fff !important;
  text-decoration: none !important;
}
.pan1 ul a:visited {
  color: #752100 !important;
}

/*********PDFボタン************/
.pdf_btn {
  padding: 10px 0;
}
.pdf_btn a {
  display: block;
  padding: 20px 5px;
  background: #d66464;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
  .pdf_btn a {
    margin: 0 auto;
    max-width: 300px;
  }
}
.pdf_btn a:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px #fff solid;
}
.pdf_btn a:before {
  content: "PDF";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  right: -50px;
  bottom: -10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 50px;
}

/****************************画像回転************************************/
.rotate5 img {
  transform: rotate(5deg);
}

.rotate8 img {
  transform: rotate(8deg);
}

.rotate-10 img {
  transform: rotate(-10deg);
}

/*画像拡大*/
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

input.cmn-toggle-round:checked + label:before {
  background: #e18c90 !important;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff !important;
  z-index: 6999999;
  padding: 5px 20px !important;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #builingual {
    width: 320px;
    padding: 8px 5px !important;
    background: none !important;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}
#builingual select {
  margin-left: 10px !important;
}
@media only screen and (max-width: 834px) {
  #builingual select {
    margin-top: 0px !important;
    padding: 5px !important;
  }
}

.language {
  color: #fff !important;
  float: right !important;
}
@media only screen and (max-width: 834px) {
  .language {
    font-size: 12px !important;
    padding: 0 10px 0 0 !important;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
  color: #000;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #fff;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 834px) {
  .switch {
    float: right;
    order: 1;
    padding-top: 0px !important;
  }
  #builingual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/***********************スライドスクロールイン*******************************************/
.scroll-obj {
  opacity: 0;
  transition: all 1s ease 2s;
}
@media only screen and (max-width: 640px) {
  .scroll-obj {
    opacity: 1 !important;
    transform: none !important;
  }
}

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

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

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

/***************フェードイン**************************/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
@media only screen and (max-width: 640px) {
  .fadein {
    transform: translate(0, 0);
    opacity: 1;
  }
}

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

/***********************link_name*******************************************/
@media only screen and (max-width: 834px) {
  .link_name {
    padding-top: 48px;
    margin-top: -48px;
  }
}

/***********************objectfit*******************************************/
.objc_01 .box {
  display: block;
  position: relative;
}
.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}
.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}
.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}
.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}
.objc_02 div {
  text-align: center;
}

/******************dl リスト01**************************************/
.dldt_list01 dl {
  width: 100%;
}
.dldt_list01 dl:nth-child(odd) dt {
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
.dldt_list01 dl:nth-child(odd) dd {
  background: #efefef !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list01 dl:nth-child(odd) dd {
    background: #fff !important;
    border: 0 !important;
  }
}
.dldt_list01 dl dt {
  color: #333 !important;
  display: block !important;
  border: 0px !important;
  background: none !important;
  padding: 20px 10px !important;
  display: flex;
  text-align: center !important;
  width: 150px !important;
}
@media only screen and (max-width: 834px) {
  .dldt_list01 dl dt {
    background: #efefef !important;
  }
}
@media only screen and (max-width: 834px) and (max-width: 640px) {
  .dldt_list01 dl dt {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
  }
}
.dldt_list01 dl dd {
  display: block !important;
  border: 0px !important;
  padding: 20px 10px !important;
  width: calc(100% - 150px) !important;
}

.dldt_list02 dl {
  width: 100%;
  margin: 0 auto;
  display: flex !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list02 dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.dldt_list02 dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
  padding: 30px 5px !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list02 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #fff !important;
  }
}
.dldt_list02 dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list02 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

.dldt_list03 dl {
  width: 100%;
  margin: 0 auto;
  display: flex !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list03 dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.dldt_list03 dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
  padding: 15px 5px !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list03 dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #fff !important;
  }
}
.dldt_list03 dl dd {
  padding: 15px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .dldt_list03 dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.ul_list01 ul li .no {
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #fff;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #f0e8cc;
  position: relative;
}
.ul_list02 ul li .no {
  color: #f0e8cc;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}
.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #f0e8cc;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}
.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dotted #fff;
  position: relative;
  padding: 10px;
}
.ul_list03 ul li:nth-child(odd) {
  background: #fff;
}
.ul_list03 ul li .no {
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_w30 ul {
  display: flex !important;
  flex-wrap: wrap;
}
.ul_w30 ul li {
  width: 31.111%;
  margin: 0 1% 10px 1% !important;
}
@media only screen and (max-width: 640px) {
  .ul_w30 ul li {
    width: 48%;
  }
}

/*******************チェック　ul(AI用)******************************/
.check_ul01 ul {
  margin: 0 auto;
  display: block !important;
}
.check_ul01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 60px;
  border-bottom: 1px dashed #ccc;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 834px) {
  .check_ul01 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.check_ul01 ul li:after {
  content: "";
  width: 45px;
  height: 20px;
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/check_icon01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/*************************テーブルリスト(ボタン横列)***********************************/
.link_list {
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  .link_list {
    padding: 10px 0;
  }
}
.link_list ul {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
}
.link_list li {
  display: block;
  padding: 0 10px;
  width: 23%;
  margin: 0 1% 10px 1%;
}
@media only screen and (max-width: 834px) {
  .link_list li {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .link_list li {
    width: 100%;
  }
}
.link_list li a {
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  .link_list li a {
    padding: 5px;
  }
}

/****************テキストボタン****************************************/
.cnt_textbtn01 a {
  padding: 10px 30px 10px 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #fff !important;
  font-size: 16px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
.cnt_textbtn01 a i {
  margin-right: 10px;
}

.cnt_textbtn03 a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #fff !important;
  font-size: 14px;
  border: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  .cnt_textbtn03 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
.cnt_textbtn03 a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
}
.cnt_textbtn03 a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn03 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn02 a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #fff !important;
  border: 1px solid #000;
}
@media only screen and (max-width: 640px) {
  .cnt_textbtn02 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}
.cnt_textbtn02 a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
}
.cnt_textbtn02 a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn02 a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  color: #fff !important;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .cnt_textbtn a {
    font-size: 14px;
  }
}
.cnt_textbtn a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
}
.cnt_textbtn a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cnt_textbtn_left a {
  padding: 10px 60px 10px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  color: #fff !important;
  max-width: 300px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .cnt_textbtn_left a {
    font-size: 14px;
  }
}
.cnt_textbtn_left a:hover {
  background: #fff;
  color: #000 !important;
  transition: 0.5s !important;
}
.cnt_textbtn_left a:hover:after {
  background: url(../images/common/btn_icon01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_textbtn_left a:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background: url(../images/common/btn_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/******************値段テーブル*************************************/
.price_table {
  padding: 10px 0;
}
.price_table table {
  border-bottom: 1px solid #fff;
}
.price_table table td {
  padding: 5px !important;
  border: 0 !important;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .price_table table td {
    width: 100%;
    display: block;
  }
}
.price_table table .price {
  color: #e25325;
  font-weight: bold;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px;
  width: 200px;
}
@media only screen and (max-width: 834px) {
  .price_table table .price {
    width: 100%;
  }
}

/***************新着情報(ブログ機能用)***************************/
.top_blog {
  max-width: 1200px;
  max-height: 450px;
  overflow-y: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .top_blog {
    max-height: 260px;
  }
}
.top_blog .blog_list {
  border: none;
}
.top_blog .blog_list > div {
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_blog .blog_list > div {
    flex-direction: row;
  }
}
.top_blog .blog_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  padding: 0 10px;
  background: transparent;
  color: #333;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_blog .blog_text {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_text {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 !important;
  }
}
.top_blog .blog_text .blog_date {
  font-size: 14px !important;
  color: #333 !important;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_text .blog_date {
    font-size: 12px !important;
    padding-right: 5px;
  }
}
.top_blog .blog_text h3 {
  margin-bottom: 0 !important;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_text h3 {
    font-size: 1.4rem;
  }
}
.top_blog .blog_text h3 a {
  text-decoration: none;
  color: #333 !important;
  font-weight: bold;
}
.top_blog .blog_text ul {
  order: -1;
  display: block;
}
.top_blog .blog_text ul li a {
  padding: 6px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
}
.top_blog .blog_text div.detail {
  margin-top: 10px !important;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_text div.detail {
    font-size: 1.4rem;
  }
}
.top_blog .blog_photo {
  display: none;
}
.top_blog .blog_photo:before {
  z-index: 0;
  content: "No Image";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_blog .blog_photo img {
  position: relative;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 834px) {
  .top_blog .blog_photo img {
    min-width: 100% !important;
    max-height: 220px !important;
  }
}

/***************新着情報(ブログテキストOnly)***************************/
.blog_texttype .blog_list {
  border: 0 !important;
}
.blog_texttype div.blog_list > div {
  margin-top: 20px;
  border: none;
}
.blog_texttype div.blog_list ul {
  display: block !important;
}
.blog_texttype .blog_date {
  font-size: 14px !important;
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .blog_texttype .blog_date {
    font-size: 12px !important;
    padding-right: 5px;
  }
}
.blog_texttype .blog_text {
  width: 100% !important;
  padding: 20px !important;
  background: rgba(255, 255, 255, 0.6);
}
.blog_texttype .blog_text h3 {
  padding-top: 20px;
  font-size: 16px !important;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .blog_texttype .blog_text h3 {
    font-size: 14px !important;
  }
}
.blog_texttype .blog_text h3 a {
  text-decoration: none;
  color: #333 !important;
  font-weight: bold;
}
.blog_texttype .blog_text ul li a {
  color: #ec6941 !important;
  text-decoration: none;
}
.blog_texttype .blog_text .detail {
  padding-top: 20px;
}
.blog_texttype .blog_photo {
  display: none;
}
.blog_texttype div.detail {
  margin-top: 5px !important;
}
.blog_texttype div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}

/*シンプル*/
.blog_texttype02 {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-height: 380px;
  overflow: hidden;
}
.blog_texttype02 .blog_list {
  background: #fff;
  border: 0 !important;
  max-height: 340px;
  overflow-y: auto;
}
.blog_texttype02 div.blog_list > div {
  border: none;
}
.blog_texttype02 div.blog_list ul {
  display: block !important;
}
.blog_texttype02 .blog_date {
  font-size: 14px !important;
  color: #333 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .blog_texttype02 .blog_date {
    font-size: 12px !important;
    padding-right: 5px;
  }
}
.blog_texttype02 .blog_text {
  width: 100% !important;
}
.blog_texttype02 .blog_text h3 {
  display: inline-block;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .blog_texttype02 .blog_text h3 {
    font-size: 14px !important;
  }
}
.blog_texttype02 .blog_text h3 a {
  color: #333 !important;
  font-weight: bold;
}
.blog_texttype02 .blog_text ul.clearfix {
  display: none !important;
  color: #fff !important;
}
.blog_texttype02 .blog_text .detail {
  display: none;
}
.blog_texttype02 .blog_photo {
  display: none;
}
.blog_texttype02 div.detail {
  margin-top: 5px !important;
}
.blog_texttype02 div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}

/*日付とタイトルのみ*/
.blog_simple {
  background: url(../images/top/ivory_bg.jpg) no-repeat;
  padding: 20px;
  border-radius: 10px;
  max-height: 380px;
  overflow: hidden;
}
.blog_simple .blog_list {
  background: #fff;
  border: 0 !important;
  max-height: 340px;
  overflow-y: auto;
}
.blog_simple div.blog_list > div {
  border: none;
}
.blog_simple div.blog_list ul {
  display: block !important;
}
.blog_simple .blog_date {
  font-size: 14px !important;
  color: #333 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 640px) {
  .blog_simple .blog_date {
    font-size: 12px !important;
    padding-right: 5px;
  }
}
.blog_simple .blog_text {
  width: 100% !important;
}
.blog_simple .blog_text h3 {
  display: inline-block;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: bold;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
  .blog_simple .blog_text h3 {
    font-size: 14px !important;
  }
}
.blog_simple .blog_text h3 a {
  color: green !important;
  font-weight: bold;
}
.blog_simple .blog_text ul.clearfix {
  display: none !important;
  color: #fff !important;
}
.blog_simple .blog_text .detail {
  display: none;
}
.blog_simple .blog_photo {
  display: none;
}
.blog_simple div.detail {
  margin-top: 5px !important;
}
.blog_simple div.blog_text {
  width: 100% !important;
  font-size: 14px !important;
}

/***************新着情報(ブログ機能用)***************************/
.blog_box {
  width: 100%;
}
.blog_box .blog_list {
  border: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
@media only screen and (max-width: 640px) {
  .blog_box .blog_list {
    flex-direction: column;
    padding: 10px;
  }
}
.blog_box .blog_list > div {
  flex-direction: column;
  width: 31%;
  margin-bottom: 20px;
  border-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .blog_box .blog_list > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog_box .blog_list .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}
.blog_box .blog_list .blog_photo img {
  width: 100% !important;
  height: 300px !important;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .blog_box .blog_list .blog_photo img {
    height: 200px !important;
  }
}
.blog_box .blog_list .blog_text {
  width: 100% !important;
  padding: 10px 0 !important;
}
.blog_box .blog_list .blog_text .blog_date {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px !important;
  font-weight: bold;
  color: #f0e8cc !important;
}
.blog_box .blog_list .blog_text h3 {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
.blog_box .blog_list .blog_text h3 a {
  color: #333;
  text-decoration: none;
}
.blog_box .blog_list .blog_text .detail,
.blog_box .blog_list .blog_text .detail2 {
  margin-top: 0 !important;
}

/*********************ブログ専用Page用***********************/
/*ブログ記事は通常とページエディター使用の２種類あるので注意*/
section.blog {
  padding: 0 20px;
}
section.blog > div.wrap {
  margin-top: 10%;
}
section.blog h1 {
  display: block;
  padding: 0 0 20px 0;
  position: relative;
  font-size: 24px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  section.blog h1 {
    font-size: 20px;
  }
}
section.blog h1 + ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
section.blog h1 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
section.blog h2 + ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
section.blog h2 + ul li {
  margin: 5px 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
section.blog .date + h2 {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
section.blog aside nav div {
  padding: 10px;
  background: #000;
  color: #fff;
  margin: 30px 0 10px 0;
}
section.blog #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
section.blog a {
  text-decoration: none;
  color: #000;
}
section.blog a:visited {
  color: #333;
}
section.blog a:link {
  color: #000;
}
section.blog li {
  text-align: left !important;
}
section.blog #calendar #form_calendar {
  margin: 0 auto !important;
  box-shadow: none;
}
section.blog #calendar #form_calendar .prev {
  color: #000;
}
section.blog #calendar #form_calendar .next {
  color: #000;
}
section.blog #calendar .blog {
  background: rgba(117, 33, 0, 0.2);
}
section.blog .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding: 50px auto !important;
  margin: 50px auto;
}
@media only screen and (max-width: 834px) {
  section.blog .wrap {
    flex-direction: column-reverse;
    margin: 30px auto;
  }
}
section.blog .wrap aside {
  width: 25%;
}
@media only screen and (max-width: 834px) {
  section.blog .wrap aside {
    width: 100%;
  }
}
section.blog .wrap aside button {
  margin-top: 10px;
  padding: 5px 20px;
}
section.blog .wrap aside .pages a {
  color: #dc143c !important;
}
section.blog .wrap aside .pages li {
  margin-bottom: 10px;
  text-align: left;
}
section.blog .wrap aside .pages li a:link {
  color: #000 !important;
}
section.blog .wrap aside .pages li a:hover {
  text-decoration: underline !important;
}
section.blog .wrap aside .pages li a:visited {
  color: #333 !important;
}
section.blog .wrap #contents > dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
section.blog .wrap #contents > dl dt span.translate {
  padding-right: 5px;
  display: block;
  font-size: 20px;
  margin: 3px 0;
}
section.blog .wrap #contents > dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
section.blog .wrap #contents > dl dd ul li {
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 14px;
}
section.blog .wrap #contents {
  width: 70% !important;
  padding: 0;
}
@media only screen and (max-width: 834px) {
  section.blog .wrap #contents {
    text-align: left;
  }
}
@media only screen and (max-width: 834px) {
  section.blog .wrap #contents .detail {
    text-align: left;
    margin-top: 30px !important;
  }
}
section.blog .wrap #contents .date {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: left !important;
}
section.blog .wrap #contents h1 {
  padding-top: 20px;
}

#prof {
  padding-bottom: 10px;
  display: block;
}

#prof_text {
  padding-top: 30px;
  text-align: left;
}

#prof_detail {
  text-align: center;
}
#prof_detail img {
  margin: 0 auto !important;
}

.pager a {
  display: block !important;
  margin-left: 0px !important;
  margin-bottom: 20px;
  width: auto !important;
  padding: 5px;
  height: auto !important;
  line-height: 32px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 0px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
  color: #000 !important;
  text-align: center;
  text-indent: -1px;
  float: none !important;
  text-decoration: none;
  margin-top: 20px;
}

/***************topInstagram***************************/
.top_instagram .sns_photo img {
  height: 180px !important;
  width: 100% !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top_instagram .sns_text {
  display: none;
}
.top_instagram .sns_date {
  display: none;
}
.top_instagram .caption {
  font-size: 14px;
  font-weight: bold;
  display: none;
}

.top_instagram div.sns_list div.sns_video {
  width: 100%;
  padding: 0;
}

.top_instagram div.sns_list {
  display: flex;
  border: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top_instagram div.sns_list > div {
  width: 16.666666%;
  margin: 0;
  display: flex;
  border-bottom: 0px;
  margin-bottom: 0;
  flex-direction: column;
}
.top_instagram div.sns_list > div:first-child {
  margin-left: 0;
}
.top_instagram div.sns_list > div:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 834px) {
  .top_instagram div.sns_list > div {
    width: 25%;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .top_instagram div.sns_list > div {
    width: 50% !important;
    margin: 0;
  }
}

.top_instagram div.sns_list > div:last-child {
  display: flex;
}

.top_instagram div.sns_list div.sns_photo {
  text-align: center;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}

/***************topInstagram***************************/
.insta_twin .sns_list {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  border: none !important;
}
.insta_twin .sns_list > div {
  width: 50% !important;
  border-bottom: none !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .insta_twin .sns_list > div {
    flex-direction: row;
  }
}
.insta_twin .sns_photo {
  width: 50% !important;
}
@media only screen and (max-width: 640px) {
  .insta_twin .sns_photo {
    width: 100% !important;
  }
}
.insta_twin .sns_photo img {
  width: 100% !important;
  min-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.insta_twin .sns_text {
  width: 50% !important;
  font-size: 1.6rem !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .insta_twin .sns_text {
    font-size: 1.4rem !important;
  }
}
@media only screen and (max-width: 640px) {
  .insta_twin .sns_text {
    font-size: 1.3rem !important;
    width: 100% !important;
  }
}
.insta_twin .sns_text .sns_date {
  color: #333 !important;
}
.insta_twin .sns_text ul li a {
  color: #31223e;
}

/***************cntInstagram***************************/
.cnt_insta div.sns_list div.sns_date {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_date {
    padding-top: 0;
    padding: 5px;
    font-size: 12px;
  }
}
.cnt_insta ul li {
  margin: 5px 5px 0 0;
}
.cnt_insta .caption {
  padding: 20px 0 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 834px) {
  .cnt_insta .caption {
    padding: 10px 0 0 0;
    font-size: 12px;
  }
}
.cnt_insta .sns_photo {
  width: 25% !important;
}
@media only screen and (max-width: 834px) {
  .cnt_insta .sns_photo {
    padding: 3px !important;
    width: 30% !important;
  }
}
.cnt_insta .sns_photo img {
  width: 100% !important;
  height: 120px !important;
}
.cnt_insta div.sns_list > div {
  padding: 50px 0;
  border-bottom: 1px dashed #ccc;
}
@media only screen and (max-width: 834px) {
  .cnt_insta div.sns_list > div {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.cnt_insta div.sns_list {
  border: 0 !important;
}
.cnt_insta div.sns_list div.sns_text {
  width: 75% !important;
  font-size: 14px;
}
@media only screen and (max-width: 834px) {
  .cnt_insta div.sns_list div.sns_text {
    font-size: 12px;
    padding: 0px 0px 3px 10px !important;
    width: 70% !important;
  }
}
.cnt_insta .sns_photo img {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 834px) {
  .cnt_insta .sns_photo img {
    height: 150px !important;
  }
}
@media only screen and (max-width: 640px) {
  .cnt_insta .sns_photo img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .cnt_insta div.sns_list ul li a {
    font-size: 12px;
  }
}

/***************Instagram**************************/
/*テキスト有*/
.sns .wrap .row {
  flex-wrap: wrap;
  justify-content: normal !important;
  gap: 3.4%;
}
.sns .wrap .row .box h3,
.sns .wrap .row .box p {
  display: block !important;
  text-align: left;
}
.sns .wrap .row .box h3 {
  padding-top: 10px;
}

/***************新着情報***************************/
.newstitle h2 {
  padding-bottom: 30px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .newstitle h2 {
    padding-bottom: 20px;
  }
}
.newstitle h2:after {
  content: "";
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../images/common/title_line01.png) !important;
  background-size: 100% !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 640px) {
  .newstitle h2 img {
    width: 30% !important;
  }
}

/******************新着情報　AI用***************************/
.top_scroll {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 640px) {
  .top_scroll {
    padding: 0;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .top_scroll {
    width: 100%;
  }
}
.top_scroll dl {
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
  display: flex !important;
}
@media only screen and (max-width: 640px) {
  .top_scroll dl {
    display: block !important;
  }
}
.top_scroll dl dt {
  display: block !important;
  width: 120px !important;
  background: none !important;
  border: 0px !important;
  font-weight: bold;
  padding: 5px !important;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .top_scroll dl dt {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}
.top_scroll dl dd {
  display: block !important;
  background: none !important;
  border: 0px !important;
  padding: 5px !important;
  width: calc(100% - 140px) !important;
}
@media only screen and (max-width: 640px) {
  .top_scroll dl dd {
    display: block !important;
    padding: 5px !important;
    width: 100% !important;
  }
}

.scroll {
  text-align: left;
}

.mCSB_dragger_bar {
  margin-top: 10px !important;
  background: #fff !important;
  width: 10px !important;
  border-radius: 0px !important;
}

/***************画像を使用した新着情報***************************/
.top_sbox .box {
  padding: 20px 0 10px 0;
  clear: both;
  border-bottom: 1px dotted #fff !important;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .top_sbox .box {
    display: block;
  }
}
.top_sbox .box img {
  margin-right: 20px;
  margin-bottom: 20px;
}
.top_sbox .box div {
  display: block;
}
.top_sbox .box div .news_day {
  display: block;
  color: #fff;
  font-weight: bold;
}

.top_sbox {
  overflow-y: scroll;
  height: 400px;
  padding: 0 30px 0 0;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
  .top_sbox {
    height: 300px;
  }
}

.top_sbox::-webkit-scrollbar {
  /* スクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar:horizontal {
  /* 横方向のスクロールバー本体 */
  width: 10px;
  background: #9aadfc;
}

.top_sbox::-webkit-scrollbar-thumb {
  /* スクロールバーの動く部分 */
  background: #fff;
}

.top_sbox::-webkit-scrollbar-thumb:horizontal {
  /* 横方向のスクロールバーの動く部分 */
  background: #fff;
}

.top_sbox::-webkit-scrollbar-track-piece:start {
  /* スクロールバーの動く部分の前 */
  background: #ccc;
}

.top_sbox::-webkit-scrollbar-track-piece:end {
  /* スクロールバーの動く部分の後ろ */
  background: #ccc;
}

/*****************************よくある質問****************************************/
.faq-list {
  width: 100%;
  margin-bottom: 10px;
  flex-direction: column;
}
@media only screen and (max-width: 834px) {
  .faq-list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .faq-list {
    padding: 0;
  }
}
.faq-list .box {
  padding: 10px;
}
.faq-list .box:first-child div {
  display: flex;
}
.faq-list .box:first-child div:before {
  content: "Q";
  display: flex;
  justify-content: center;
  background-color: #000 !important;
  min-width: 50px;
  min-height: 50px;
  margin-right: 1.5rem;
  padding: 10px;
  align-items: center !important;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .faq-list .box:first-child div:before {
    min-width: 30px;
    min-height: 30px;
    font-size: 2rem;
  }
}
.faq-list .box:last-child div {
  display: flex;
}
.faq-list .box:last-child div:before {
  content: "A";
  display: flex;
  justify-content: center;
  background-color: #752100;
  min-width: 50px;
  min-height: 50px;
  margin-right: 1.5rem;
  padding: 10px;
  align-items: center !important;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .faq-list .box:last-child div:before {
    min-width: 30px;
    min-height: 30px;
    font-size: 2rem;
  }
}
.faq-list .box div {
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
}

.faq article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.faq td {
  border: 0 !important;
  padding: 0 !important;
}
.faq .question div {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px !important;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .faq .question div {
    font-size: 16px;
    padding-left: 50px !important;
  }
}
.faq .question div:after {
  content: "";
  background: url(../images/common/faq_q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media only screen and (max-width: 640px) {
  .faq .question div:after {
    width: 40px;
    height: 40px;
  }
}
.faq .answer div {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 80px !important;
  padding-top: 20px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 834px) {
  .faq .answer div {
    font-size: 14px;
    padding-left: 50px !important;
  }
}
.faq .answer div:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/common/faq_a.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
  visibility: inherit;
}
@media only screen and (max-width: 640px) {
  .faq .answer div:before {
    width: 40px;
    height: 40px;
  }
}

/***************クーポン***************************/
.coupon {
  padding: 10px !important;
}
.coupon table {
  border: 1px solid #fff;
}
.coupon table td {
  color: #fff;
  padding: 10px !important;
}
.coupon table .coupon_title {
  font-size: 40px;
  border-bottom: 1px solid #fff !important;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
.coupon table .coupon_price span {
  font-size: 30px;
}

/***********************ビフォ―アフター********************************/
.before_after {
  margin: 0 auto;
}
.before_after table {
  margin: 0 auto;
}
.before_after table td {
  border: 0px;
  padding: 10px !important;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .before_after table td {
    display: block;
  }
}
.before_after table td p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.before_after table .before_after_img img {
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .before_after table .before_after_img img {
    width: 95% !important;
  }
}
.before_after table .arrow_img {
  width: 50px !important;
}
@media only screen and (max-width: 834px) {
  .before_after table .arrow_img {
    width: 100% !important;
  }
}

/****************************お問い合わせ、会社概要************************************/
section form h2.mail.title {
  display: none;
}

.contact_dl {
  font-size: 16px;
}
.contact_dl dl {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .contact_dl dl {
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    flex-direction: column;
  }
}
.contact_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #fff !important;
  padding: 30px 5px !important;
}
@media only screen and (max-width: 640px) {
  .contact_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #fff !important;
  }
}
.contact_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .contact_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/***********************お問い合わせテーブル********************************/
.contact_table {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #f0e8cc;
}
.contact_table table td {
  border: 0 !important;
  padding: 5px !important;
}
.contact_table table .contact_tel div {
  font-weight: bold;
  font-size: 32px;
  color: #f0e8cc;
}
@media only screen and (max-width: 640px) {
  .contact_table table .contact_tel div {
    font-size: 24px;
  }
}

/***********************ボタンボックス********************************/
.btnbox .box {
  margin: 0 1%;
  width: 48%;
  max-width: 530px;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    margin-top: 10px;
  }
}
.btnbox .box:hover {
  opacity: 0.9 !important;
}
.btnbox .box:after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  .btnbox .box:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.btnbox .box img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.btnbox .box article a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.btnbox .box article a:after:hover {
  opacity: 1 !important;
}
.btnbox .box article h3 {
  display: none;
}
.btnbox .box article div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 46px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .btnbox .box article div {
    font-size: 16px;
  }
}
.btnbox .box article div span {
  display: block;
  font-size: 14px;
}

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

.owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

/****オウル**********/
.owlCarousel {
  max-width: 1000px;
  overflow: hidden;
}

.owlCarousel01 {
  max-width: 1000px;
  direction: rtl !important;
  overflow: hidden;
}

.owlCarousel01 .owl-stage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: right;
  margin: 0 auto;
}

.img_toplist {
  overflow: hidden;
  max-width: 1000px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button {
  margin: 0 5px;
  padding: 0;
  box-shadow: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #eaeaea;
  display: none;
}

/******************お客様の声**************************************/
.voice_table {
  padding: 5px 0 !important;
}

.voice_title div {
  font-size: 24px;
  border-bottom: 1px solid #f0e8cc;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .voice_title div {
    font-size: 20px;
  }
}
.voice_title div span {
  color: #752100;
}

.voice_waku {
  border-bottom: 1px solid #ccc;
}

.price_table01 td {
  padding: 5px 0 !important;
}

.price_text01 div {
  font-size: 24px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 640px) {
  .price_text01 div {
    font-size: 18px;
  }
}
.price_text01 div .price01 {
  font-size: 36px;
  color: #dc143c;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .price_text01 div .price01 {
    font-size: 24px;
  }
}

.price_text02 div {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .price_text02 div {
    font-size: 12px;
  }
}

/******************値段表**************************************/
.price_dl {
  font-size: 16px;
}
.price_dl dl {
  width: 100%;
  margin: 0 auto;
  flex-direction: row-reverse;
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .price_dl dl {
    display: flex !important;
    border: 0 !important;
    flex-direction: column-reverse;
    border-bottom: 1px solid #ccc !important;
  }
}
.price_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #dc143c !important;
  align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #752100 !important;
  padding: 10px 0 !important;
  width: 150px !important;
  font-size: 18px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 640px) {
  .price_dl dl dt {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
    text-align: right !important;
    display: block !important;
  }
}
.price_dl dl dd {
  padding: 10px 0 !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
  width: calc(100% - 150px) !important;
  font-size: 14px;
}
.price_dl dl dd h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .price_dl dl dd {
    padding: 5px 0 !important;
    width: 100% !important;
    border: 0 !important;
  }
}

/******************枠**************************************/
.cnt_contact_waku {
  padding: 20px;
  border: 1px solid #ccc;
}
.cnt_contact_waku td {
  padding: 3px !important;
}

.cnt_tel div {
  font-size: 36px;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media only screen and (max-width: 640px) {
  .cnt_tel div {
    font-size: 24px;
  }
}
.cnt_tel div a {
  color: #416800 !important;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .sp_voice_img img {
    width: 40% !important;
    margin: 0 auto;
    max-width: 200px;
  }
}

/******************スライダー(画像サムネイル付き)**************************************/
.slider01 {
  width: 100%;
}
.slider01 .slick-prev,
.slider01 .slick-next {
  top: 50px !important;
  color: #fff;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-prev,
  .slider01 .slick-next {
    bottom: -10% !important;
  }
}
.slider01 .slick-prev:after, .slider01 .slick-prev:before,
.slider01 .slick-next:after,
.slider01 .slick-next:before {
  color: #fff !important;
}
.slider01 .slick-prev {
  left: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-prev {
    left: 0 !important;
  }
}
.slider01 .slick-next {
  right: 10px !important;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-next {
    right: 0 !important;
  }
}
.slider01 .slick-slide {
  max-width: 1000px;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-slide {
    height: auto;
  }
}
.slider01 .slick-slide img {
  max-width: 840px;
  width: auto !important;
  margin: 0 auto;
  height: 440px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 834px) {
  .slider01 .slick-slide img {
    height: 460px !important;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-slide img {
    height: 270px !important;
  }
}
.slider01 .slick-slide article div {
  margin-bottom: 20px;
  font-size: 16px;
}
.slider01 .slick-list {
  padding: 10px 0 0 0;
}
.slider01 .slick-dots {
  position: static !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.slider01 .slick-dots li {
  list-style: none;
  width: 18% !important;
  margin: 0 !important;
  margin: 0 1% !important;
  margin-top: 10px !important;
  height: 100px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: "object-fit: contain!important;";
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-dots li {
    height: 80px !important;
    width: 31.11111% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .slider01 .slick-dots li {
    width: 31.11111% !important;
  }
}
.slider01 .slick-dots li img {
  width: auto !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .slider01 .slick-dots li img {
    height: 80px !important;
  }
}

.slider02 {
  max-width: 840px;
  margin: 0 auto;
}
.slider02 ul li {
  text-align: center !important;
  max-width: 840px !important;
  height: 480px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .slider02 ul li {
    height: 480px !important;
  }
}
@media only screen and (max-width: 640px) {
  .slider02 ul li {
    height: 300px !important;
  }
}

.slider02 .slick-dots li img {
  width: 100% !important;
}

@media only screen and (max-width: 640px) {
  .slider02 .slick-dots {
    margin-top: 0 !important;
  }
}

.slider02 .slick-slide .slick-current .slick-active {
  width: 100% !important;
}

.slider02 .slick-list {
  height: 460px;
}
@media only screen and (max-width: 640px) {
  .slider02 .slick-list {
    height: 300px !important;
  }
}

.tab-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-group li {
  width: 30%;
  padding: 10px;
  margin: 0 1% 20px 1%;
  display: block;
  border: 1px #fff solid;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .tab-group li {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}

.tab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  border: solid 1px #ccc;
  text-align: center;
  cursor: pointer;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #fff;
  color: #fff;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.staff_box {
  justify-content: space-between;
}
.staff_box .box {
  width: 48%;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  border: 1px #ccc solid;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .staff_box .box {
    margin-bottom: 10px;
    padding: 30px;
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .staff_box .box {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
.staff_box .box:after {
  z-index: 1;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: #fff;
  top: -100px;
  right: -100px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 834px) {
  .staff_box .box:after {
    width: 100px;
    height: 100px;
    top: -50px;
    right: -50px;
  }
}
.staff_box .box:before {
  z-index: 1;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  background: #fff;
  bottom: -100px;
  left: -100px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 834px) {
  .staff_box .box:before {
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: -50px;
  }
}
.staff_box .box img {
  z-index: 2;
  position: relative;
}
.staff_box .box h3 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.staff_box .box div {
  position: relative;
  z-index: 2;
  text-align: left;
}

#media {
  max-width: 1200px;
  margin: 0 auto;
  padding: 121px 20px;
}
@media only screen and (max-width: 640px) {
  #media {
    padding: 30px 20px;
  }
}
#media .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width: 640px) {
  #media .row {
    flex-direction: column;
  }
}
#media .row .box {
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  #media .row .box {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
  }
}
#media .row .box img {
  width: 380px;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 834px) {
  #media .row .box img {
    height: 257px;
  }
}
@media only screen and (max-width: 640px) {
  #media .row .box img {
    width: 100%;
    height: auto;
  }
}
#media .row .box p {
  display: none;
}
#media .row .box h3 {
  display: none;
}

#more {
  margin-bottom: 100px;
}
#more a {
  padding: 10px 60px 10px 60px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #fff;
  border-radius: 10px;
  color: #fff !important;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #more a {
    font-size: 14px;
  }
}

/*****************タイトル*******************************/
.titletext_01 h2,
.titletext_01 h3 {
  display: block;
  padding: 20px 0 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 834px) {
  .titletext_01 h2,
  .titletext_01 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .titletext_01 h2,
  .titletext_01 h3 {
    font-size: 20px;
  }
}
.titletext_01 div {
  margin-top: 20px;
}
.titletext_01 div span {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 7px;
}
@media only screen and (max-width: 834px) {
  .titletext_01 div span {
    font-size: 1.7rem;
  }
}

/***************タイトル01***************/
.title_01 {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.title_01 article {
  position: relative;
}
.title_01 h2,
.title_01 h3 {
  display: block;
  padding: 20px 10px 0;
  font-weight: bold;
  font-size: 42px;
  color: #333;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .title_01 h2,
  .title_01 h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .title_01 h2,
  .title_01 h3 {
    font-size: 20px;
  }
}
.title_01 div {
  padding-bottom: 20px;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .title_01 div {
    font-size: 14px;
  }
}

/***************タイトル02***************/
.title_02 h2,
.title_02 h3,
.title_02 h4,
.title_02 h5 {
  font-size: 28px;
  color: #fff;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  font-weight: 700;
  padding-right: 70px;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .title_02 h2,
  .title_02 h3,
  .title_02 h4,
  .title_02 h5 {
    font-size: 20px;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.title_02 h2:after,
.title_02 h3:after,
.title_02 h4:after,
.title_02 h5:after {
  display: inline;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 1px;
  background: #fff;
}

/***************タイトル03***************/
/*ドット下ボーダー左詰め*/
.title_03 h2,
.title_03 h3,
.title_03 h4,
.title_03 h5 {
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px dashed #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .title_03 h2,
  .title_03 h3,
  .title_03 h4,
  .title_03 h5 {
    font-size: 18px;
  }
}

/***************タイトル04***************/
/*はこ型タイトル*/
.title_04 article h2,
.title_04 article h3,
.title_04 article h4,
.title_04 article h5 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 20px;
}

/***************タイトル05***************/
.title_05 h2,
.title_05 h3,
.title_05 h4,
.title_05 h5 {
  display: block;
  position: relative;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding: 10px;
}

/*小さい下ボーダー*/
.midashi {
  margin: 0 auto;
}
.midashi article h1,
.midashi article h2,
.midashi article h3 {
  padding: 0 20px 10px;
  font-size: 3rem;
  color: #333 !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 834px) {
  .midashi article h1,
  .midashi article h2,
  .midashi article h3 {
    padding: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi article h1,
  .midashi article h2,
  .midashi article h3 {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi article h1,
  .midashi article h2,
  .midashi article h3 {
    font-size: 2rem;
  }
}
.midashi article div {
  display: none;
}

.white {
  color: #fff !important;
}
.white h2,
.white h3 {
  color: #fff;
  border-color: #fff !important;
}
.white h2:after,
.white h3:after {
  background-color: #fff !important;
}
.white div {
  color: #fff;
}
.white li {
  color: #fff;
}
.white li:not(:last-child):after {
  background-color: #fff !important;
}
.white li a {
  color: #fff;
}
.white a {
  color: #fff !important;
}
.white a:hover {
  color: #000 !important;
}
.white .box {
  border-color: #fff !important;
}

/******************強調テキスト**************************************/
.clear_bg {
  background: rgba(255, 255, 255, 0.8);
}

.shadow_box {
  box-shadow: 2px 2px 10px #ccc;
}

.bottom_line {
  border-bottom: 1px dashed #333;
}

.h1-box {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 834px) {
  .h1-box {
    padding: 80px 20px 50px;
  }
}
.h1-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.h1-box article {
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 834px) {
  .h1-box article {
    padding: 12px 30px;
  }
}
.h1-box article h1,
.h1-box article p {
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  .h1-box article h1,
  .h1-box article p {
    font-size: 2rem;
  }
}
.h1-box article div {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  display: block;
}

.direv {
  flex-direction: row-reverse;
}
.direv article {
  flex-direction: row-reverse;
}

.gazo-hdbox {
  width: 100%;
}
.gazo-hdbox article {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 834px) {
  .gazo-hdbox article {
    flex-direction: column;
  }
}
.gazo-hdbox article h2,
.gazo-hdbox article h3 {
  display: block;
  position: relative;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #333;
}
.gazo-hdbox .pic {
  display: flex;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .gazo-hdbox .pic {
    width: 100%;
    justify-content: center;
  }
}
.gazo-hdbox .pic img {
  width: 100% !important;
  min-height: 400px;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.gazo-hdbox .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  padding: 30px 20px 0;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .gazo-hdbox .text {
    padding: 20px 10px 0;
    text-align: left !important;
  }
}
@media only screen and (max-width: 834px) {
  .gazo-hdbox .text {
    width: 100%;
  }
}

.gazo-text {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 834px) {
  .gazo-text {
    flex-direction: column;
    padding-top: 0;
  }
}
.gazo-text .pic {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
@media only screen and (max-width: 834px) {
  .gazo-text .pic {
    width: 100%;
    justify-content: center;
  }
}
.gazo-text .pic img {
  min-width: 100%;
  margin: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.gazo-text .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46%;
  margin: 0 2%;
  letter-spacing: -0.5px;
  line-height: 1.8;
}
@media only screen and (max-width: 834px) {
  .gazo-text .text {
    margin: 2% 0;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gazo-text .text {
    text-align: left !important;
  }
}
.gazo-text .text a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.gazo-text .text .fa-comments {
  padding-top: 10px;
  font-size: 6em;
  color: rgba(255, 255, 255, 0.5);
}

.none100 .pic img {
  min-width: auto;
}

.item-top {
  padding-left: 20px;
  border-left: 2px solid #333;
}
.item-top h1 {
  font-size: 3rem;
}
.item-top div {
  font-size: 1.4rem;
}

/*OUR BUSINESS-----------------------------*/
/*Product詳細*/
.point-box:not(:first-child) article {
  margin-top: 50px;
}
.point-box article {
  padding-left: 20px;
  border-left: 10px solid #333;
}
.point-box article h2,
.point-box article h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #c9a063;
}
@media only screen and (max-width: 640px) {
  .point-box article h2,
  .point-box article h3 {
    font-size: 2rem;
  }
}
.point-box article h2 span,
.point-box article h3 span {
  display: inline-block;
  font-size: 2rem;
  padding: 0 6px 0 4px;
}
.point-box article h2:before,
.point-box article h3:before {
  font-size: 1.4rem;
  content: "point";
}

.hov_cc:hover .box div {
  border-color: #fff !important;
}
.hov_cc:hover .box div h2, .hov_cc:hover .box div p {
  color: #fff !important;
}

@media only screen and (max-width: 834px) {
  .pd-right {
    margin-top: 50px;
  }
}

.pd-list {
  padding: 10px 16px;
  border: 3px solid #333;
}
.pd-list dl {
  flex-wrap: wrap;
}
.pd-list dl dt, .pd-list dl dd {
  border: none !important;
}
.pd-list dl dt {
  justify-content: flex-start !important;
  align-items: stretch !important;
  min-width: 100px;
  background: none !important;
  -moz-text-align-last: justify;
  text-align-last: justify;
  white-space: nowrap;
  color: #e60012;
  position: relative;
}
.pd-list dl dt:after {
  position: absolute;
  top: 7px;
  right: -4px;
  color: #333;
  content: ":";
}
.pd-list dl dd {
  width: calc(100% - 100px);
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .pd-list dl dd {
    width: 100% !important;
    margin-left: 0;
  }
}

.pop-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.pop-list ul li {
  width: 25%;
  padding: 10px;
}
.pop-list ul li:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .pop-list ul li {
    width: 50%;
  }
}
.pop-list ul li:nth-child(4n+1) {
  margin-top: 50px;
  margin-bottom: -50px;
}
@media only screen and (max-width: 640px) {
  .pop-list ul li:nth-child(4n+1) {
    margin: 0;
  }
}
.pop-list ul li:nth-child(4n+2) {
  margin-top: 30px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 640px) {
  .pop-list ul li:nth-child(4n+2) {
    margin: 0;
  }
}
.pop-list ul li:nth-child(4n+3) {
  margin-top: 15px;
  margin-bottom: -15px;
}
@media only screen and (max-width: 640px) {
  .pop-list ul li:nth-child(4n+3) {
    margin: 0;
  }
}
.pop-list ul li img {
  width: 100% !important;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pop-list02 .box {
  background: #111;
}
.pop-list02 .box:hover img {
  opacity: 0.6;
}

.pop-box {
  display: none;
}
.pop-box article {
  max-height: 100%;
  padding: 20px 30px;
  background: #111111;
}
@media only screen and (max-width: 640px) {
  .pop-box article {
    max-height: 95%;
    padding: 10px 20px;
  }
}
.pop-box article table {
  color: #fff;
}
.pop-box article table tbody {
  padding: 20px;
}
.pop-box article table td {
  border: none;
}
.pop-box article table .date div {
  font-size: 3rem;
}
@media only screen and (max-width: 834px) {
  .pop-box article table .date div {
    font-size: 2rem;
  }
}
.pop-box article table .date div span {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.6em;
}
.pop-box article table .before-img,
.pop-box article table .after-img {
  padding: 10px;
}
.pop-box article table .before-img img,
.pop-box article table .after-img img {
  height: 100% !important;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-box article table .main-img {
  padding: 5px;
}
.pop-box article table .main-img img {
  height: 100% !important;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-box article table .side-img {
  padding: 5px;
}
.pop-box article table .side-img img {
  height: 100% !important;
  max-height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-box article table .pop-prev img,
.pop-box article table .pop-next img {
  max-width: 28px;
}
@media only screen and (max-width: 640px) {
  .pop-box article table .pop-prev img,
  .pop-box article table .pop-next img {
    max-width: 16px;
  }
}
.pop-box article table .pop-prev img {
  position: relative;
  left: -10px;
}
.pop-box article table .pop-next img {
  position: relative;
  right: -10px;
}
.pop-box article table .p-name_jp {
  padding: 10px;
}

.pop-box.active {
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 15px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
}

.popup-close-btn {
  cursor: pointer;
}
.popup-close-btn div {
  position: relative;
  top: 0;
  right: -10px;
  font-size: 3rem;
}

.hn-simple h1,
.hn-simple h2,
.hn-simple h3 {
  font-weight: 500;
  font-size: 3rem;
}

.vw_title {
  width: 100%;
}
.vw_title article {
  padding: 20px 0 0;
  background: #fff;
}
.vw_title article h2,
.vw_title article h3 {
  font-size: 8rem;
  vertical-align: bottom;
  line-height: 1;
}
@media screen and (min-width: 834px) and (max-width: 1600px) {
  .vw_title article h2,
  .vw_title article h3 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 834px) and (max-width: 1200px) {
  .vw_title article h2,
  .vw_title article h3 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 834px) {
  .vw_title article h2,
  .vw_title article h3 {
    font-size: 4rem;
  }
}

.hn-text {
  display: flex;
}
.hn-text article {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
}
.hn-text article h2, .hn-text article h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
.hn-text article div {
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .hn-text article div {
    text-align: left !important;
  }
}

.btn_link div a {
  font-size: 2rem;
  padding: 10px 30px;
  border: 2px solid #333;
  color: #333;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}
.btn_link div a:hover {
  background: #333;
  color: #fff;
}

.hn-border {
  display: flex;
}
.hn-border article {
  display: inline-block;
  margin: 0 auto;
  padding: 0 60px 10px;
  border-bottom: 2px solid #333;
}
.hn-border article h2, .hn-border article h3 {
  font-size: 2.6rem;
}
.hn-border article div {
  display: none;
}

.skill-bx .box {
  border: 1px solid #111;
  margin-right: 20px;
  padding: 20px;
  position: relative;
}
.skill-bx .box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-width: 40px 30px 0px 0px;
  border-style: solid;
  border-color: #333 transparent transparent;
}
.skill-bx .box h2 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
  color: #333;
}
.skill-bx .box div {
  color: #ccc;
}

.ul-link li {
  width: 96%;
  max-width: 600px;
  margin-inline: 2%;
}
.ul-link li a {
  display: inline-block;
  width: 100%;
  margin-block: 2%;
  padding: 10px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
}

/*WORKS*/
.flx-grid01 {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
}
.flx-grid01 .box {
  background: none;
  margin-bottom: 0.8%;
}
.flx-grid01 .box:first-child {
  width: 39.6%;
}
.flx-grid01 .box:nth-child(2) {
  width: 59.6%;
}
.flx-grid01 .box:nth-child(3) {
  width: 59.6%;
}
.flx-grid01 .box:nth-child(4) {
  width: 39.6%;
}
.flx-grid01 .box:nth-child(5) {
  width: 39.6%;
}
.flx-grid01 .box:last-child {
  width: 59.6%;
}

.flx-grid02 {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
}
.flx-grid02 .box {
  background: none;
  margin-bottom: 0.8%;
  width: 32.9%;
}

/*求人情報*/
.a-text div a {
  color: #333 !important;
}

.h2-box h2,
.h2-box h3 {
  padding: 10px 20px;
  font-weight: 600;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000;
}
@media only screen and (max-width: 834px) {
  .h2-box h2,
  .h2-box h3 {
    font-size: 2rem;
    letter-spacing: -0.4px;
  }
}
.h2-box div {
  padding: 15px;
}

.h3-title article {
  display: flex;
}
.h3-title article h3 {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  padding-left: 20px;
}
@media only screen and (max-width: 834px) {
  .h3-title article h3 {
    font-size: 1.8rem;
  }
}
.h3-title article h3:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  padding: 5px;
  border: 1px solid #000;
  margin-right: 10px;
}

.img0 img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

/*テーブル関連*/
.border-none table td {
  border: none !important;
}

.tbl01 td {
  font-size: 1.4rem;
}
.tbl01 .slash {
  position: relative;
}
.tbl01 .slash .model {
  position: absolute;
  right: 10px;
}

.tbl02 {
  width: 50%;
}
.tbl02 table td {
  border: none;
}

td.imgSample {
  padding: 6px !important;
}
td.imgSample img {
  max-width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
td.imgSample div {
  padding-block: 6px 10px;
  letter-spacing: -0.3px;
  font-size: clamp(1rem, 0.62vw, 1.2rem);
}

/*横I型*/
.price-tbl01 tr:first-child {
  background: rgba(255, 255, 255, 0.2);
}
.price-tbl01 tr .left-td {
  background: rgba(251, 235, 204, 0.2);
}
@media only screen and (max-width: 640px) {
  .price-tbl01 tr .type {
    width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  .price-tbl01 tr td {
    padding: 5px !important;
  }
}

/*縦I型*/
@media only screen and (max-width: 640px) {
  .price-tbl01 tr .type {
    width: 50% !important;
  }
}
.price-tbl01 tr td:first-child {
  text-align: center !important;
  background: #fff;
}
.price-tbl01 tr td:last-child {
  padding-left: 20px !important;
  background: #fff;
  text-align: center !important;
  color: #f0e8cc;
}
@media only screen and (max-width: 640px) {
  .price-tbl01 tr td {
    padding: 5px !important;
  }
}

.dl-type01 dl:not(:last-child) {
  margin-bottom: 1%;
}
@media only screen and (max-width: 640px) {
  .dl-type01 dl {
    flex-direction: column !important;
  }
}
.dl-type01 dl dt {
  align-items: center !important;
  font-size: 1.4rem;
  color: #fff;
  background: #111 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 640px) {
  .dl-type01 dl dt {
    width: 100% !important;
    border: none !important;
  }
}
.dl-type01 dl dd {
  width: 100% !important;
  padding-left: 30px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}
@media only screen and (max-width: 640px) {
  .dl-type01 dl dd {
    padding-left: 10px !important;
    border: none !important;
  }
}
.dl-type01 dl dd a {
  text-decoration: none;
  color: #333;
}
.dl-type01 dl dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .type01a dd {
    text-align: center !important;
  }
}

.dl-type02 {
  position: relative;
}
.dl-type02 dl {
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .dl-type02 dl {
    flex-direction: column;
  }
}
.dl-type02 dl dt,
.dl-type02 dl dd {
  border: none !important;
  padding: 12px !important;
}
.dl-type02 dl dt {
  min-width: 94px;
  background: none !important;
  justify-content: flex-start !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .dl-type02 dl dt {
    width: 100% !important;
    border: none !important;
  }
}
.dl-type02 dl dd {
  background: transparent !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .dl-type02 dl dd {
    width: 100% !important;
    padding-top: 0 !important;
    border-bottom: dashed 1px #fff !important;
  }
}
.dl-type02 dl dd a {
  color: #fff !important;
}

.type02a dl dt,
.type02a dl dd {
  border-bottom: none !important;
  padding-top: 0 !important;
}
@media only screen and (max-width: 834px) {
  .type02a dl dt,
  .type02a dl dd {
    padding-top: 12px !important;
  }
}
.type02a dl dt {
  justify-content: flex-start !important;
  align-items: flex-end !important;
}
@media only screen and (max-width: 834px) {
  .type02a dl dt {
    flex-direction: row !important;
    border-bottom: 1px solid #fff !important;
    text-align: left !important;
  }
}

.dl-type03 dt {
  align-items: center !important;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: none !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.dl-type04 dl:first-child dt {
  border-radius: 15px 0 0 0 !important;
}
.dl-type04 dl:last-child dt {
  border-radius: 0 0 0 15px !important;
}
.dl-type04 dl dt,
.dl-type04 dl dd {
  padding: 15px !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
}
@media only screen and (max-width: 834px) {
  .dl-type04 dl dt,
  .dl-type04 dl dd {
    padding-top: 12px !important;
  }
}
.dl-type04 dl dt {
  justify-content: flex-start !important;
  align-items: center !important;
  background: #fff !important;
  color: #fff !important;
}
@media only screen and (max-width: 834px) {
  .dl-type04 dl dt {
    flex-direction: row !important;
    border-bottom: 1px solid #fff !important;
    text-align: left !important;
  }
}

.dl_column {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .dl_column {
    width: 100%;
  }
}
.dl_column dl {
  flex-direction: column;
}
.dl_column dl dt,
.dl_column dl dd {
  border: none !important;
}
.dl_column dl dt {
  width: 100% !important;
  color: #fafafa;
}
.dl_column dl dt:not(:first-child) {
  margin-top: 10px;
}
.dl_column dl dd {
  width: 100% !important;
}

.policy-text a {
  color: #333;
}

.mail_form {
  max-width: 100%;
  margin: 50px auto 0;
}
.mail_form dl dt,
.mail_form dl dd {
  border: none !important;
  margin-bottom: 0.5%;
}
.mail_form dl dt {
  background: #111 !important;
  color: #fff !important;
  align-items: flex-end !important;
}
@media only screen and (max-width: 834px) {
  .mail_form dl dt {
    font-size: 1.4rem;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 640px) {
  .mail_form dl dt {
    flex-direction: row !important;
    align-items: center !important;
  }
}
.mail_form dl dt label {
  display: inline-block;
  margin-top: 3px;
  padding: 3px;
  background: #fff;
  color: #c70303 !important;
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  .mail_form dl dt label {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.mail_form dl dd {
  background: none !important;
}
.mail_form dl textarea {
  height: 200px !important;
}

.modaal-content-container h2,
.modaal-content-container h3 {
  padding-bottom: 6px;
  font-size: 18px !important;
  font-weight: bold;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: dotted 1px #000;
}
.modaal-content-container h2:not(:first-child),
.modaal-content-container h3:not(:first-child) {
  margin-top: 20px;
}
.modaal-content-container p {
  margin-top: 10px;
  font-size: 1.4rem;
}

.text404 h2,
.text404 h3 {
  font-size: 2.4rem;
  padding: 20px;
  border-bottom: solid 2px #000;
}
@media only screen and (max-width: 834px) {
  .text404 h2,
  .text404 h3 {
    font-size: 20px;
  }
}
.text404 div {
  padding-top: 30px;
  line-height: 3rem;
}
.text404 div a {
  display: inline-block;
  background: #0068b7;
  color: #fff;
  padding: 15px 60px;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .text404 div a {
    padding: 12px 30px;
  }
}
.text404 div a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  padding-left: 10px;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  cursor: pointer;
  z-index: 99;
  background-color: #333 !important;
}
#nav-toggle p {
  font-size: 1.1rem;
  color: #333;
  position: relative;
  left: -50px;
  bottom: 50%;
  font-weight: 500;
  padding-top: 5px;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

#nav-toggle.hide {
  display: none;
}

#nav-toggle.active {
  display: block;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  position: fixed;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #333333;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_sp .nav_wrap ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}
#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  align-items: flex-start;
  text-align: left;
  font-size: 16px !important;
  color: #fff !important;
}
#nav_sp .nav_wrap li {
  width: 100%;
  margin-left: 0;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 7.5s ease, opacity 0.2s ease;
  list-style: none;
  flex-grow: inherit;
  color: #fff !important;
}
#nav_sp .nav_wrap li:nth-child(2) {
  transition-delay: 0.15s;
}
#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  transition-delay: 0.3s;
}
#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  transition-delay: 0.45s;
}
#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  transition-delay: 0.6s;
}
#nav_sp .nav_wrap li:nth-child(9) {
  transition-delay: 0.75s;
}
#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  flex-direction: column;
  background-color: #000 !important;
}
#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 1.3rem !important;
}
#nav_sp .nav_wrap .ddmenu li:last-child {
  border-bottom: none;
}

.nav_wrap a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 16px !important;
  text-decoration: none;
  color: #fff;
}
.nav_wrap a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* open */
.open {
  height: 100%;
}
.open #nav-toggle {
  z-index: 99999;
  position: fixed;
}
.open #nav-toggle p {
  color: #fff;
}
.open #nav-toggle span {
  background: #fff !important;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  width: 100%;
}
.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px !important;
  transform: rotate(-45deg);
  width: 100%;
}
.open #nav_sp {
  visibility: visible;
  opacity: 1;
}
.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}
.open .nav-item > span {
  position: relative;
  display: block;
}
.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}
.open .plus {
  position: relative;
}
.open .plus > span {
  position: relative;
  display: block;
}
.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #000;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}/*# sourceMappingURL=common_style.css.map */