@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,400&family=Noto+Sans+JP:wght@500;600&family=Roboto:wght@400;500&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.lt {
  font-family: "Lato", sans-serif;
}

.rb {
  font-family: "Roboto", sans-serif;
}

/*
Theme Name:kbworks
Description:kb work s | 高松市でバイクの点検・修理・カスタムならkb work s
Version: 1.0
License:kbworks
License URL:https://kbworks.mom/
*/
/****************************************

リセットCSSここから

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

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

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

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

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

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

input,
select {
  vertical-align: middle;
}

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

body設定(主に書式)

*****************************************/
body {
  color: #000;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-family: "Noto Sans JP", "游明朝", "Yu Mincho", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}

h1 {
  line-height: 1.5;
  font-size: 3.2rem;
  letter-spacing: 0em;
  font-weight: bold;
}

h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
}

h3 {
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: bold;
}

h4 {
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: bold;
}

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

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

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

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

ページ共通

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

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

P

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

.line_break30 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .line_break30 {
    padding-top: 25px;
  }
}

.line_break35 {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  .line_break35 {
    padding-top: 25px;
  }
}

.line_break40 {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .line_break40 {
    padding-top: 25px;
  }
}

.line_break45 {
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .line_break45 {
    padding-top: 25px;
  }
}

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

/* 強調 */
.bold {
  font-weight: 600;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .mb20,
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40,
  .mb50 {
    margin-bottom: 30px;
  }
  .mb60,
  .mb70 {
    margin-bottom: 40px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }
}
/****************************************

pc_none,sp_none

*****************************************/
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

others

*****************************************/
.txt-link a {
  position: relative;
  text-decoration: none;
}
.txt-link a:link, .txt-link a:visited, .txt-link a:hover, .txt-link a:active {
  color: blue;
}
.txt-link a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: blue;
  transition: 0.6s;
  left: 0;
}
.txt-link a:hover::before {
  width: 100%;
  opacity: 0.9;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.notes {
  text-indent: -1em;
  padding-left: 1em;
}

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

variable

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

mixin

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

ヘッダー共通

*****************************************/
#header {
  position: relative;
  z-index: 100;
}

.header-inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 80px 3px;
  background: #131352;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1350px) {
  .header-inner {
    padding: 12px 30px 3px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 9.5px 10px;
  }
}
.header-inner .header-logo {
  font-size: 0;
  width: 182px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .header-inner .header-logo {
    width: 140px;
    height: auto;
  }
}
.header-inner .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-inner .header-logo a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-right {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
}
.header-right .header-tel {
  margin-top: 5px;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header-right,
  .header-contact {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #131352;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #131352;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    -ms-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(19, 19, 82, 0.85);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0;
}

#g_navi .menu > li:not(:last-child) {
  position: relative;
  margin-right: 50px;
}
#g_navi .menu > li:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 31px;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background: url(images/nav_bd.png) no-repeat;
  background-size: 100%;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0;
  color: #fff;
}
#g_navi .menu li a:link, #g_navi .menu li a:visited {
  color: #fff;
}
#g_navi .menu li a:hover, #g_navi .menu li a:active {
  color: #fff;
}

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

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  /* width: 100%; */
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  /* width: 100%; */
  width: 200px;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #131352;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited, #g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #131352;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

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

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_top .mv_img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    position: relative;
    width: 150%;
    left: -25%;
  }
}

#mv_top .mv_top_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  width: 684px;
  height: 385px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_top_ttl {
    width: 70dvw;
    height: auto;
    aspect-ratio: 684/306;
  }
}
#mv_top .mv_top_ttl img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

#mv_page {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_page .mv_page_bg img {
  position: relative;
  width: 1920px;
  left: calc(50% - 960px);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_page_bg img {
    position: relative;
    width: 170%;
    left: -35%;
  }
}

#mv_page .mv_page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_page_ttl {
    font-size: 6dvw;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top .mv_ttl {
    position: relative;
    width: 190%;
    left: 50%;
    transform: translateX(-50%);
  }
  #slider .mv_ttl {
    position: relative;
    width: 190%;
    left: 50%;
    transform: translateX(-50%);
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

#page_main .main-wrapper

*****************************************/
#top_main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

#page_main {
  width: 100%;
}

.main-wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 120px;
}
@media screen and (max-width: 767px) {
  .main-wrapper {
    padding: 0 10px 60px;
  }
}

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

メイン共通

*****************************************/
.red {
  color: #FF0000;
}

.headline-txt {
  margin-bottom: 20px;
}

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

breadcrumb

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 20px;
  }
}

.breadcrumb p {
  text-align: right;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:link, .breadcrumb a:visited {
  color: #000;
}
.breadcrumb a:hover, .breadcrumb a:active {
  color: #AF3001;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #AF3001;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

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

bottom-area

*****************************************/
.btm .btm-inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 100px;
}
@media screen and (max-width: 767px) {
  .btm .btm-inner {
    padding: 0 10px 50px;
  }
}

.btm-flex .txt640 .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .btm-flex .txt640 .txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btm-flex .txt640 .fig-ms {
    max-width: 230px;
    margin: 0 auto;
  }
}
.btm-flex .txt640 .box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btm-flex .txt640 .box {
    flex-flow: nowrap column;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btm-flex .txt640 .box .fig-tel {
    max-width: 200px;
    margin-bottom: 20px;
  }
}

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

フッター共通

*****************************************/
#footer {
  max-width: 1920;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 60px;
  }
}
#footer .footer-outer {
  background: url(images/footer_bg.jpg) no-repeat center top;
  background-size: cover;
}
#footer .footer-inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 10px 70px;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner {
    padding: 30px 10px;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.footer-logo {
  margin-bottom: 10px;
  width: 182px;
}
.footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.siteMap {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 70px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .siteMap {
    display: none;
  }
}
.siteMap .siteMap-list li {
  color: #fff;
}
.siteMap .siteMap-list li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.siteMap .siteMap-list li a:link, .siteMap .siteMap-list li a:visited {
  color: #fff;
}
.siteMap .siteMap-list li a:hover, .siteMap .siteMap-list li a:active {
  color: #fff;
}
.siteMap .siteMap-list li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.6s;
}
.siteMap .siteMap-list li a:hover::before {
  width: 100%;
  opacity: 0.9;
}
.siteMap .siteMap-list li.txt {
  position: relative;
  padding-left: 30px;
}
.siteMap .siteMap-list li.txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  top: 12px;
  left: 20px;
  background: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
  color: #fff;
  background: #161654;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}

.footer-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
.footer-box .footer-l p {
  color: #fff;
}

/* ----------- フローティングバナー----------- */
.footer__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__btn {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .footer__btn__list {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #131352;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .footer__btn__list__item {
    position: relative;
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .footer__btn__list__item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .footer__btn__list__item a:link {
    color: #fff;
  }
  .footer__btn__list__item a:visited {
    color: #fff;
  }
  .footer__btn__list__item a:hover {
    color: #fff;
  }
  .footer__btn__list__item a:active {
    color: #fff;
  }
  .footer__btn__list__item:nth-child(4) {
    border-right: none;
  }
  .footer__btn__list__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
  }
  .footer__btn__list__item__icon_01,
  .footer__btn__list__item__icon_02,
  .footer__btn__list__item__icon_03,
  .footer__btn__list__item__icon_04 {
    position: relative;
    display: block;
    margin: auto 0 5px;
    font-weight: normal;
  }
  .footer__btn__list__item__icon_01::after,
  .footer__btn__list__item__icon_02::after,
  .footer__btn__list__item__icon_03::after,
  .footer__btn__list__item__icon_04::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .footer__btn__list__item__icon_01::after {
    top: -140%;
  }
  .footer__btn__list__item__icon_02::after {
    top: -135%;
  }
  .footer__btn__list__item__icon_03::after {
    top: -130%;
  }
  .footer__btn__list__item__icon_04::after {
    top: -130%;
  }
  .footer__btn__list__item__icon_01::after {
    background-image: url(images/floating_tel.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .footer__btn__list__item__icon_02::after {
    background-image: url(images/floating_company.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .footer__btn__list__item__icon_03::after {
    background-image: url(images/floating_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .footer__btn__list__item__icon_04::after {
    background-image: url(images/floating_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #single_box {
    margin: 0 auto;
  }
}

#single_box h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #single_box h1 {
    font-size: 1.8rem;
  }
}

#single_box .single_text {
  width: 100%;
}

#single_box .single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:link, .pager a:visited {
  color: #131352;
  border: 1px solid #131352;
}
.pager a:hover, .pager a:active {
  color: #fff;
  border: 1px solid #131352;
  background: #131352;
}

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

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

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px auto 0;
  }
}

.nav-below a {
  position: relative;
  margin: 0 5px;
  text-decoration: none;
}
.nav-below a:link, .nav-below a:visited {
  color: #131352;
}
.nav-below a:hover, .nav-below a:active {
  color: #AF3001;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #AF3001;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

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

headline,common-title

*****************************************/
/** トップ **/
.top-sec01_ttl {
  margin-bottom: 35px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-sec01_ttl {
    margin-bottom: 15px;
  }
}
.top-sec01_ttl .en {
  font-weight: 400;
  font-size: 4.6rem;
  color: #141657;
}
@media screen and (max-width: 767px) {
  .top-sec01_ttl .en {
    font-size: 2.5rem;
  }
}
.top-sec01_ttl .jp {
  position: relative;
  padding-left: 60px;
  font-weight: 500;
  font-size: 1.8rem;
  color: #020202;
}
@media screen and (max-width: 767px) {
  .top-sec01_ttl .jp {
    font-size: 1.6rem;
  }
}
.top-sec01_ttl .jp::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 31px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(images/top_news_bd.png) no-repeat;
  background-size: 100%;
}

.top-sec02_ttl,
.top-sec04_ttl {
  margin-bottom: 35px;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-sec02_ttl,
  .top-sec04_ttl {
    margin-bottom: 20px;
  }
}
.top-sec02_ttl .en,
.top-sec04_ttl .en {
  display: flex;
  align-items: center;
  color: #C6704F;
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .top-sec02_ttl .en,
  .top-sec04_ttl .en {
    font-size: 2.5rem;
  }
}
.top-sec02_ttl .en::before,
.top-sec04_ttl .en::before {
  content: "";
  flex-grow: 1;
  border-top: 2px solid #C6704F;
  max-width: 290px;
  width: auto;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .top-sec02_ttl .en::before,
  .top-sec04_ttl .en::before {
    max-width: 100px;
  }
}
.top-sec02_ttl .en::before,
.top-sec04_ttl .en::before {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top-sec02_ttl .en::before,
  .top-sec04_ttl .en::before {
    margin-right: 20px;
  }
}
.top-sec02_ttl .jp,
.top-sec04_ttl .jp {
  display: inline-block;
  margin-top: 20px;
  color: #AF3001;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-sec02_ttl .jp,
  .top-sec04_ttl .jp {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.top-sec04_ttl {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .top-sec04_ttl {
    margin-top: 0;
  }
}

.top-sec03_ttl,
.btm-area_ttl {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  margin-bottom: 70px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-sec03_ttl,
  .btm-area_ttl {
    margin-bottom: 30px;
  }
}
.top-sec03_ttl .en,
.btm-area_ttl .en {
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  color: #151654;
}
@media screen and (max-width: 767px) {
  .top-sec03_ttl .en,
  .btm-area_ttl .en {
    font-size: 2.5rem;
  }
}
.top-sec03_ttl .en::after,
.btm-area_ttl .en::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #707070;
}
.top-sec03_ttl .jp,
.btm-area_ttl .jp {
  display: inline-block;
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #363535;
}
@media screen and (max-width: 767px) {
  .top-sec03_ttl .jp,
  .btm-area_ttl .jp {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.top-sec03-subttl {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #141656;
}
@media screen and (max-width: 767px) {
  .top-sec03-subttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.top-sec03-subttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #FAED22;
}

/** 下層 **/
.headline {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  color: #17174B;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.headline::before, .headline::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #707070;
}
.headline::after {
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .headline::after {
    bottom: -10px;
  }
}
.headline::before {
  bottom: -19px;
}
@media screen and (max-width: 767px) {
  .headline::before {
    bottom: -14px;
  }
}

.cmn-ttl01 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8A2904;
  color: #17174B;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 {
    font-size: 1.8rem;
  }
}

.cmn-ttl02 {
  margin-bottom: 10px;
  padding: 8px 20px;
  background: #EAEFFD;
  border: 4px solid #C5D2FA;
  border-radius: 6px;
  color: #17174B;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cmn-ttl02 {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}

.cmn-ttl03 {
  margin-bottom: 10px;
  padding: 8px 20px;
  background: #EAEFFD;
  border: 4px solid #C5D2FA;
  border-radius: 6px;
  color: #17174B;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cmn-ttl03 {
    font-size: 1.8rem;
  }
}

.cmn-ttl04 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8A2904;
  color: #17174B;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cmn-ttl04 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cmn-ttl05 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .cmn-ttl06 {
    font-size: 1.4rem;
  }
}

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

common-button

*****************************************/
/*---------------------button共通*/
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.cmn-btn01 {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 {
    width: 200px;
  }
}
.cmn-btn01 a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 7px 10px 19px;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cmn-btn01 a:hover {
  padding: 13px 10px;
}
.cmn-btn01 a:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 238px;
  height: 50px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .cmn-btn01 a:before {
    width: 198px;
  }
}
.cmn-btn01 a:hover:before {
  top: -1px;
  left: -1px;
}

.cmn-btn02 {
  width: 254px;
}
@media screen and (max-width: 767px) {
  .cmn-btn02 {
    width: 200px;
  }
}
.cmn-btn02 a {
  position: relative;
  padding: 12px 20px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  border: 3px solid #35399F;
  box-shadow: 6px 6px #151655;
  background: #35399F;
}
@media screen and (max-width: 767px) {
  .cmn-btn02 a {
    padding: 10px;
  }
}
.cmn-btn02 a:hover {
  box-shadow: none;
  transform: translate(6px, 6px);
}
.cmn-btn02 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border: solid 1px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(45deg);
}

.cmn-btn03 {
  width: 240px;
  min-height: 52px;
}
@media screen and (max-width: 767px) {
  .cmn-btn03 {
    width: 200px;
  }
}
.cmn-btn03 a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 6px 10px 18px;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cmn-btn03 a:hover {
  padding: 12px 10px;
}
.cmn-btn03 a:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 238px;
  height: 50px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .cmn-btn03 a:before {
    width: 198px;
  }
}
.cmn-btn03 a:hover:before {
  top: -1px;
  left: -1px;
}

/*------------トップ------------*/
/*------------下層------------*/
/****************************************

common-table

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

.cmn-table {
  display: table;
  width: 100%;
}
.cmn-table tbody {
  display: table;
  width: 100%;
}
.cmn-table tbody th {
  background: #eee;
  font-weight: normal;
}
.cmn-table tbody td {
  background: #fff;
}
.cmn-table tbody th,
.cmn-table tbody td {
  border: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cmn-table tbody th,
  .cmn-table tbody td {
    padding: 10px;
  }
}

/*---------------------sample-table*/
.overview-table tbody th {
  width: 31.3725490196%;
}
.overview-table tbody td {
  width: 68.6274509804%;
}
.overview-table tbody th,
.overview-table tbody td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .overview-table tbody th,
  .overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .price-table {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
  }
}
.price-table tbody th {
  width: 31.3725490196%;
}
.price-table tbody td {
  width: 31.3725490196%;
}
.price-table tbody th,
.price-table tbody td {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-table tbody th,
  .price-table tbody td {
    padding: 10px 15px;
  }
}

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

flex

*****************************************/
.flex {
  flex-flow: row wrap;
}

.flex-r {
  flex-flow: row-reverse wrap;
}

.flex,
.flex-r {
  display: flex;
  justify-content: space-between;
}
.flex .txt560,
.flex-r .txt560 {
  width: 560px;
}
.flex .txt580,
.flex-r .txt580 {
  width: 580px;
}
.flex .txt640,
.flex-r .txt640 {
  width: 640px;
}
.flex .fig400,
.flex-r .fig400 {
  max-width: 400px;
  width: 100%;
}
.flex .fig450,
.flex-r .fig450 {
  max-width: 450px;
  width: 100%;
}
.flex .fig540,
.flex-r .fig540 {
  max-width: 540px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
  .flex .txt560,
  .flex-r .txt560 {
    margin-top: 10px;
    width: 100%;
  }
  .flex .txt580,
  .flex-r .txt580 {
    margin-top: 10px;
    width: 100%;
  }
  .flex .txt640,
  .flex-r .txt640 {
    margin-top: 10px;
    width: 100%;
  }
}
/****************************************

グリッドレイアウト

*****************************************/
.grid-post {
  display: grid;
  gap: 40px 30px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
@media screen and (max-width: 767px) {
  .grid-post {
    gap: 40px 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 490px) {
  .grid-post {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
}

.grid-post_item {
  width: 100%;
}
.grid-post_item .fig {
  position: relative;
  width: 340px;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .grid-post_item .fig {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.grid-post_item .fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

アイキャッチがどの大きさの画像が投稿されても一定の大きさで表示される

*****************************************/
.post-fig {
  position: relative;
  width: 400px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .post-fig {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.post-fig img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

３つ並び投稿

*****************************************/
.post-list {
  display: grid;
  gap: 10px 15px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
@media screen and (max-width: 767px) {
  .post-list {
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media screen and (max-width: 400px) {
  .post-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
.post-list .item {
  width: 100%;
}
.post-list .item .fig320 {
  position: relative;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .post-list .item .fig320 {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.post-list .item .fig320 a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-list .item .fig320 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

font

*****************************************/
#sp_navi .menu-item a,
#sp_navi .sub-menu li a,
#g_navi .menu li a,
#g_navi .menu li ul li a {
  font-family: "Noto Sans JP";
}

.top-ttl .en,
.btm-area_ttl .en {
  font-family: "Noto Sans JP";
}
.top-ttl .jp,
.btm-area_ttl .jp {
  font-family: "Noto Sans JP";
}

.top-sec03-subttl {
  font-family: "Noto Sans JP";
}

.headline {
  font-family: "Noto Sans JP";
}

.cmn-ttl01,
.cmn-ttl02,
.cmn-ttl03,
.cmn-ttl04 {
  font-family: "Noto Sans JP";
}

.cmn-btn01,
.cmn-btn02,
.cmn-btn03,
.cmn-btn04,
.cmn-btn05 {
  font-family: "Noto Sans JP";
}

.siteMap-list li a {
  font-family: "Noto Sans JP";
}

.footer__btn__list__item a {
  font-family: "Noto Sans JP";
}

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

トップページ

*****************************************/
.top-sec01 .top-sec_inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px 80px;
}
@media screen and (max-width: 767px) {
  .top-sec01 .top-sec_inner {
    padding: 20px 10px 50px;
  }
}
.top-sec01 .top-sec_inner .cmn-btn01 {
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .top-sec01 .top-sec_inner .cmn-btn01 {
    margin: 40px auto 0;
  }
}

.top-sec02 {
  background: url(images/top_sec02_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-sec02 {
    background: url(images/top_sec02_bg.jpg) no-repeat left 20% top;
    background-size: cover;
  }
}
.top-sec02 .top-sec_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 80px;
}
@media screen and (max-width: 767px) {
  .top-sec02 .top-sec_inner {
    padding: 40px 10px 50px;
  }
}
.top-sec02 .top-sec_inner .txt560 {
  width: 560px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top-sec02 .top-sec_inner .txt560 {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-sec02 .top-sec_inner .txt560 p {
    text-shadow: 2px 2px 10px rgba(244, 242, 237, 0.8), -2px 2px 10px rgba(244, 242, 237, 0.8), 2px -2px 10px rgba(244, 242, 237, 0.8), -2px -2px 10px rgba(244, 242, 237, 0.8);
  }
}
.top-sec02 .top-sec_inner .txt560 .cmn-btn02 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top-sec02 .top-sec_inner .txt560 .cmn-btn02 {
    margin: 30px auto 0;
  }
}

.top-sec03 .top-sec_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 130px;
}
@media screen and (max-width: 767px) {
  .top-sec03 .top-sec_inner {
    padding: 50px 10px;
  }
}

.top-sec03_list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .top-sec03_list {
    flex-flow: nowrap column;
    justify-content: initial;
    align-items: initial;
    gap: 40px 0;
  }
}
.top-sec03_list li {
  display: flex;
  flex-flow: nowrap column;
  width: 31.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-sec03_list li {
    width: 100%;
  }
}
.top-sec03_list li .fig {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-sec03_list li .fig {
    max-width: 380px;
    margin: 0 auto 10px;
  }
}
.top-sec03_list li .fig img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-sec03_list li .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-sec03_list li .txt {
    margin-bottom: 30px;
  }
}
.top-sec03_list li .cmn-btn03 {
  margin: auto auto 0;
}

.top-sec04 {
  background: #F4F2ED;
}
.top-sec04 .top-sec_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 10px;
}
@media screen and (max-width: 767px) {
  .top-sec04 .top-sec_inner {
    padding: 50px 10px;
  }
}

.top-sec05 .top-sec_inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 140px 10px 100px;
}
@media screen and (max-width: 767px) {
  .top-sec05 .top-sec_inner {
    padding: 50px 10px;
  }
}

.top-sec05_list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-sec05_list {
    flex-flow: nowrap column;
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-sec05_list .fig {
    max-width: 380px;
    margin: 0 auto;
  }
}

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

newsトップ用

*****************************************/
.diary-list {
  width: 100%;
  height: 100%;
  max-height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .diary-list {
    max-height: 210px;
  }
}

.diary-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #C6C6C6;
  padding: 23px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .diary-item {
    flex-flow: column nowrap;
    padding: 10px 0px 10px;
  }
}

.diary-item_date {
  color: #000;
  font-size: 1.8rem;
  font-weight: normal;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .diary-item_date {
    font-size: 1.4rem;
    margin-right: 0;
  }
}

.diary-item_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.diary-item_ttl a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .diary-item_ttl a {
    font-size: 1.4rem;
  }
}

.diary-item_ttl a:link,
.diary-item_ttl a:visited {
  color: #000;
}

.diary-item_ttl a:hover,
.diary-item_ttl a:active {
  color: #AF3001;
}

.diary-item_ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #AF3001;
  transition: 0.6s;
}

.diary-item_ttl a:hover::before {
  width: 100%;
  opacity: 0.9;
}

/*---------------------ページ名*/
.about-sec02-bnr {
  margin-top: 40px;
  background: url(images/about_bnr_bg.jpg) no-repeat center top;
  background-size: cover;
}
.about-sec02-bnr a {
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 30px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .about-sec02-bnr a {
    padding: 20px;
  }
}
.about-sec02-bnr a:link, .about-sec02-bnr a:visited {
  color: #fff;
}
.about-sec02-bnr a:hover, .about-sec02-bnr a:active {
  color: #fff;
  opacity: 0.75;
}
.about-sec02-bnr a .txt02 {
  margin-bottom: 15px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about-sec02-bnr a .txt02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 370px) {
  .about-sec02-bnr a .txt02 {
    font-size: 1.6rem;
  }
}
.about-sec02-bnr a .txt02 .yellow {
  color: #F3F627;
}
.about-sec02-bnr a .txt02 .txt02_pc_none {
  display: none;
}
@media screen and (max-width: 580px) {
  .about-sec02-bnr a .txt02 .txt02_pc_none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about-sec02-bnr a .fig {
    max-width: 270px;
  }
}

.about-sec03_list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about-sec03_list {
    flex-flow: nowrap column;
    gap: 30px 0;
  }
}
.about-sec03_list li {
  width: 31.3725490196%;
}
@media screen and (max-width: 767px) {
  .about-sec03_list li {
    width: 100%;
  }
}
.about-sec03_list li .box {
  margin-bottom: 10px;
  padding: 25px 20px;
  min-height: 160px;
  background: #EAEFFD;
  border: 4px solid #C5D2FA;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .about-sec03_list li .box {
    padding: 20px;
    min-height: auto;
  }
}
.about-sec03_list li .box .ttl,
.about-sec03_list li .box .txt {
  text-align: center;
}
.about-sec03_list li .box .ttl {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0A226E;
  color: #17174B;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about-sec03_list li .box .ttl {
    font-size: 1.6rem;
  }
}

/*---------------------ページ名*/
.inspection-sec01_list li,
.inspection-sec02_list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .inspection-sec01_list li,
  .inspection-sec02_list li {
    padding-left: 25px;
  }
}
.inspection-sec01_list li::before,
.inspection-sec02_list li::before {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;
  background: url(images/check.png) no-repeat;
  background-size: 24px 24px;
}
@media screen and (max-width: 767px) {
  .inspection-sec01_list li::before,
  .inspection-sec02_list li::before {
    top: 1px;
    width: 18px;
    height: 18px;
    background: url(images/check.png) no-repeat;
    background-size: 18px 18px;
  }
}

.inspection-sec03_list {
  display: flex;
  flex-flow: nowrap column;
  gap: 25px 0;
}

/*---------------------ページ名*/
/*---------------------ページ名*/
.sale-list {
  display: grid;
  gap: 40px 30px;
  place-items: center;
  align-items: start;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sale-list {
    gap: 20px 10px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .sale-list {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
.sale-list .item {
  width: 100%;
}
.sale-list .item .fig320 {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sale-list .item .fig320 {
    aspect-ratio: 320/240;
    height: auto;
  }
}
.sale-list .item .fig320 a {
  display: block;
  width: 100%;
  height: 100%;
}
.sale-list .item .fig320 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------------ページ名*/
/****************************************

blog

*****************************************/
.journal-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .journal-item {
    margin-bottom: 60px;
  }
}
.journal-item .txt {
  margin-bottom: 30px;
}
.journal-item .cmn-btn01 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .journal-item .cmn-btn01 {
    margin: 0 auto;
  }
}
.journal-item .fig400 {
  position: relative;
  width: 400px;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .journal-item .fig400 {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 400/310;
  }
}
.journal-item .fig400 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------------ページ名*/
.faq-sec {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq-sec {
    margin-bottom: 20px;
  }
}

.faq-contact a {
  position: relative;
  text-decoration: none;
}
.faq-contact a:link, .faq-contact a:visited {
  color: #000;
}
.faq-contact a:hover, .faq-contact a:active {
  color: #AF3001;
}
.faq-contact a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #AF3001;
  transition: 0.3s;
  left: 0;
}
.faq-contact a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.faq-ttl {
  margin-bottom: 10px;
  padding: 8px 20px;
  background: #EAEFFD;
  border: 4px solid #C5D2FA;
  border-radius: 6px;
  color: #17174B;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq-ttl {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
}
.faq-ttl .inner {
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-ttl .inner::before {
  display: block;
  content: "Q、";
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faq-ttl .inner::before {
    top: -1px;
  }
}

.faq-txt {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .faq-txt {
    padding: 0 15px;
  }
}
.faq-txt .inner {
  display: block;
  position: relative;
  padding-left: 25px;
}
.faq-txt .inner::after {
  display: block;
  content: "A、";
  position: absolute;
  top: 0;
  left: 0;
}

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

会社概要

*****************************************/
.overview-sec01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .overview-sec01 {
    margin-bottom: 50px;
  }
}

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

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

アクセス

*****************************************/
.map {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .map iframe {
    width: 100%;
    height: 250px;
  }
}

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

お問い合わせ

*****************************************/
.contact-sec01 .txtBox {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-sec01 .txtBox {
    text-align: left;
  }
}

.contact-form {
  margin-top: 60px;
}

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

サイトポリシー

*****************************************/
.policy {
  padding: 30px;
  background: #F2F1EC;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 20px;
  }
}

.policy .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .policy .ttl {
    font-size: 1.5rem;
  }
}

.policy .txt {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .policy .txt {
    text-align: left;
  }
}

.policy p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .policy p {
    font-size: 1.2rem;
  }
}

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

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #131352;
  border-radius: 8px;
  background-color: #131352;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #131352;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

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

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/* End Hack *//*# sourceMappingURL=style.css.map */