@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "NotoSansJP";
  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: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/*
Theme Name:株式会社久本商店
Description:株式会社久本商店 | ネジ・ボルト・ナット等のオーダーメイドや工具を取り扱っております
Version: 1.0
License:株式会社久本商店
License URI:https://neji-hisamoto.co.jp/
*/
/****************************************

リセットCSSここから

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

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background: url(images/) no-repeat center top;
  background-size: cover;
}

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 colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

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

メディアクエリ/レスポンシブ用mixin

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

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: relative;
  z-index: -10;
}

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

ページ共通

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

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

h1 {
  font-size: 4rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6 !important;
}

h2 {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6 !important;
}

h3 {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.6 !important;
}

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

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

*****************************************/
a:link,
a:visited {
  color: #1184BA;
  text-decoration: none;
  transition: 0.3s linear;
  position: relative;
}
a:link.a_txt,
a:visited.a_txt {
  display: inline-block;
}
a:link.a_txt::after,
a:visited.a_txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
a:link.a_txt:hover::after,
a:visited.a_txt:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #B7DAEA;
}

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

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

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

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

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

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

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 27px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #1184BA;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn a::before {
  content: "";
  background: url(images/arr.svg) no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s linear;
}
.btn a:hover {
  background: #333;
}
.btn a:hover::before {
  right: 15px;
}
.btn.btn_ct {
  margin: 20px auto 0;
}

.btn02 a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 27px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn02 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn02 a::before {
  content: "";
  background: url(images/arr.svg) no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s linear;
}
.btn02 a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn02 a:hover::before {
  right: 15px;
}
.btn02.btn_ct {
  margin: 20px auto 0;
}

.btn03 a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 20px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(125deg, #555555, #000000);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .btn03 a {
    font-size: 1.5rem;
    padding: 14px;
  }
}
.btn03 a img {
  width: auto;
}
.btn03 a:hover {
  opacity: 0.75;
}
.btn03.btn_ct {
  margin: 20px auto 0;
}

.btn04 a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
  padding: 12px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #1184BA;
}
@media screen and (max-width: 767px) {
  .btn04 a {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.btn04 a::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn04 a::before {
    width: 4px;
    height: 4px;
    right: 10px;
  }
}
.btn04 a:hover {
  background: #333;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

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

ヘッダー　共通

*****************************************/
header {
  width: 100%;
  z-index: 0;
}
header .header_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1520px) {
  header .header_box {
    padding-top: 68px;
    margin-bottom: 15px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  header .header_box {
    padding: 20px 20px 10px;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
header .header_box .h_logo {
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  header .header_box .h_logo {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1520px) {
  header .header_box .h_logo {
    position: absolute;
    top: 50px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header_box .h_logo {
    width: 160px;
    position: static;
  }
}
header .header_box .h_logo img {
  width: 100%;
}
header .header_box .header_box_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  header .header_box .header_box_right {
    display: none;
  }
}
header .header_box .header_box_right .tel_box {
  background: #1184BA;
  text-align: center;
  padding: 29px 19px;
}
@media screen and (max-width: 1520px) {
  header .header_box .header_box_right .tel_box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 12px 30px;
  }
}
header .header_box .header_box_right .tel_box p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
header .header_box .header_box_right .tel_box .tel {
  background: url(images/tel.svg) no-repeat left center;
  padding-left: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  font-family: "Lato", serif;
}
@media screen and (max-width: 1520px) {
  header .header_box .header_box_right .tel_box .tel {
    font-size: 2.4rem;
    background-size: 15px;
    padding-left: 20px;
  }
}

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

PCヘッダー

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

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #1184BA;
    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: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.3) 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 {
    text-decoration: none;
    color: #fff;
  }
  #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: 10px 0;
    background: #F4F2E8;
    color: #1184BA !important;
  }
  #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;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

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: flex;
  justify-content: flex-end;
}
#g_navi .menu:before {
  content: "";
  display: table;
}
#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}
#g_navi .menu > li {
  position: relative;
  cursor: pointer;
  margin-right: 40px;
}
#g_navi .menu > li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 38px;
  border-left: 1px dotted #888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #333;
  padding: 10px 0;
  text-align: center;
  font-weight: 700;
}
#g_navi .menu li a span {
  display: block;
  color: #58A9CF;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-family: "Lato", serif;
  line-height: 1;
  margin-top: 10px;
  font-weight: 400;
}
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  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%;
  padding: 15px 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #1184BA;
}
#g_navi .menu li ul li a:hover {
  background: #F4F2E8;
  color: #1184BA;
  opacity: 0.8;
  transition: 0.2s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

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

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  position: relative;
  z-index: 0;
}
#mv_top .mv_img {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    height: auto;
    width: 150%;
    left: -25%;
    position: relative;
  }
}
#mv_top .mv_img img {
  width: 100%;
  height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    height: 100%;
  }
}
#mv_top .mv_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mv_top .mv_txt p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 0 10px rgba(9, 78, 111, 0.6));
  display: inline-block;
  text-align: center;
}
#mv_top .mv_txt p.md {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt p.md {
    font-size: 1.5rem;
  }
}
#mv_top .mv_txt p.md span {
  font-size: 2.8rem;
  background: #1184BA;
  padding: 5px 10px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt p.md span {
    font-size: 1.3rem;
    padding: 2px 4px;
    margin: 0 5px;
  }
}
#mv_top .mv_txt p.lg {
  font-size: 7.2rem;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt p.lg {
    font-size: 3.4rem;
  }
}
#mv_top .mv_txt p.sm {
  width: 680px;
  font-size: 2rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt p.sm {
    width: 320px;
    font-size: 1rem;
  }
}
#mv_top .mv_txt p.sm span {
  font-size: 1.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt p.sm span {
    font-size: 1rem;
  }
}

#mv_page {
  position: relative;
  width: 100%;
}
#mv_page .mv_img {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    height: auto;
    width: 200%;
    left: 0;
    position: relative;
  }
}
#mv_page .mv_img img {
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 100%;
  }
}
#mv_page .mv_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mv_page .mv_txt p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  filter: drop-shadow(0 0 10px rgba(9, 78, 111, 0.6));
  display: inline-block;
  text-align: center;
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 3.2rem;
  }
}
#mv_page .mv_txt p span {
  display: block;
  font-weight: 400;
  font-family: "Lato", serif;
  color: #CFE6F1;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt p span {
    font-size: 1.4rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 10;
}

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

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

content 共通設定

*****************************************/
.schedule {
  width: 100%;
  margin-bottom: 10px;
}
.schedule th,
.schedule td {
  text-align: center;
  color: #1184BA;
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  padding: 10px 0;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .schedule th,
  .schedule td {
    font-size: 1.3rem;
  }
}
.schedule th.w25,
.schedule td.w25 {
  width: 25%;
}
.schedule th.w10,
.schedule td.w10 {
  width: 10%;
}
.schedule th.w15,
.schedule td.w15 {
  width: 15%;
}
.schedule th {
  background: #F1EFE2;
}
.schedule td {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.schedule_item {
  display: flex;
  gap: 30px;
  margin: 15px 0;
}
.schedule_item dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.schedule_item dl dt {
  background: #F4F2E8;
  width: 60px;
  height: 60px;
  border-radius: 100vmax;
  border: 1px dashed #B7DAEA;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule_item dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
}

.img_shadow {
  position: relative;
  z-index: 0;
}
.img_shadow::before {
  content: "";
  width: 100%;
  height: 40px;
  background: radial-gradient(rgba(0, 0, 0, 0.2) 10%, transparent 70%);
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
}

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

.breadcrumb_area {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0 calc((100% - 1200px) / 2);
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 12px;
  }
}
.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .breadcrumb p {
    font-size: 1rem;
  }
}
.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1184BA;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #B7DAEA;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb a:hover {
  color: #B7DAEA;
}
.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

main#top_main {
  width: 100%;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  main#top_main {
    margin: 60px auto;
  }
}

main#page_main {
  width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_img {
    text-align: center;
  }
  .sp_img img {
    width: auto;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 0 calc((100% - 1200px) / 2);
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.top_box01 h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 {
    font-size: 2.4rem;
    margin-bottom: 20px !important;
  }
}
.top_box01 h2 span {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  background: #1184BA;
  padding: 0px 13px;
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 span {
    font-size: 2.2rem;
  }
}

.top_box02_wrap {
  padding: 0 calc((100% - 1200px) / 2);
  background-image: linear-gradient(#ffffff 50%, #f1f1f1 50%);
}
@media screen and (max-width: 767px) {
  .top_box02_wrap {
    padding: 0;
  }
}
.top_box02_wrap .top_box02 {
  background: url(images/bg01.jpg) no-repeat center/cover;
  padding: 60px;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -11px;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 {
    padding: 60px 30px;
  }
}
.top_box02_wrap .top_box02 h2 {
  font-size: 4.6rem;
  text-align: center;
  text-shadow: 0 0 20px rgba(9, 78, 111, 0.6);
  color: #fff;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 h2 {
    font-size: 3rem;
  }
}
.top_box02_wrap .top_box02 h2 span {
  display: block;
  font-size: 2rem;
  background: #59ABD1;
  width: 180px;
  padding: 4px;
  position: relative;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .top_box02_wrap .top_box02 h2 span {
    width: 140px;
    font-size: 1.7rem;
    padding: 2px;
  }
}
.top_box02_wrap .top_box02 h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  width: 16px;
  aspect-ratio: 16/8;
  background: #59ABD1;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.top_box02_wrap .top_box02 p {
  color: #fff;
}
.top_box02_wrap .top_box02 .btn02 {
  max-width: 320px;
  width: 100%;
  margin: 30px auto 0;
}

.top_box03 {
  padding: 100px 0;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 0;
  }
}
.top_box03 h2 {
  text-align: center;
  margin-bottom: 60px !important;
  font-size: 4rem;
  position: relative;
  padding-top: 30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box03 h2 {
    padding-top: 20px;
    font-size: 3.4rem;
    margin-bottom: 30px !important;
  }
}
.top_box03 h2::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #1184BA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.top_box03 h2::after {
  content: "Product";
  color: #FCFCFC;
  font-weight: 700;
  font-size: 12rem;
  font-family: "Lato", serif;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_box03 h2::after {
    font-size: 10rem;
  }
}
.top_box03 .top_box03_contents_wrap {
  padding: 0 calc((100% - 1200px) / 2);
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_contents_wrap {
    padding: 0;
  }
}
.top_box03 .top_box03_contents_wrap::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #aaa;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_contents_wrap::before {
    content: none;
  }
}
.top_box03 .top_box03_contents_wrap .top_box03_contents {
  background: url(images/corner-top_l.svg) no-repeat left top, url(images/corner-top_r.svg) no-repeat right top, url(images/corner-bottom_l.svg) no-repeat left bottom, url(images/corner-bottom_r.svg) no-repeat right bottom;
}
.top_box03 .top_box03_contents_wrap .top_box03_contents h3 {
  font-size: 2.4rem;
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_contents_wrap .top_box03_contents h3 {
    font-size: 1.7rem;
    margin: 20px 0;
  }
}
.top_box03 .top_box03_contents_wrap .top_box03_contents h3 span {
  display: block;
  font-family: "Lato", serif;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  color: #6BB0D1;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_contents_wrap .top_box03_contents h3 span {
    font-size: 1.2rem;
  }
}
.top_box03 .top_box03_contents_wrap .top_box03_contents .btn {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.top_box03 .top_box03_contents_wrap .top_box03_contents .btn a {
  padding: 14px;
  font-family: "Lato", serif;
}
@media screen and (max-width: 767px) {
  .top_box03 .top_box03_contents_wrap .top_box03_contents .btn a {
    font-size: 1.3rem;
  }
}

.top_box04 {
  padding: 100px calc((100% - 1200px) / 2);
  background: url(images/bg02.jpg) no-repeat center/cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.top_box04 h2 {
  font-size: 4.6rem;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 {
    font-size: 3rem;
  }
}
.top_box04 h2 span {
  display: block;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.3);
  width: 180px;
  padding: 4px;
  position: relative;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 span {
    width: 140px;
    font-size: 1.7rem;
    padding: 2px;
  }
}
.top_box04 h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  width: 16px;
  aspect-ratio: 16/8;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.top_box04 p {
  color: #fff;
}
.top_box04 .btn02 {
  max-width: 320px;
  width: 100%;
  margin: 30px auto 0;
}

.top_box05 {
  padding: 0 calc((100% - 1200px) / 2);
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.top_box05 .news_post_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top_box05 .news_post_wrap {
    flex-direction: column;
  }
}
.top_box05 h2 {
  font-size: 3.4rem;
  padding-left: 40px;
  border-left: 2px solid #1184BA;
}
@media screen and (max-width: 767px) {
  .top_box05 h2 {
    margin-bottom: 20px !important;
    font-size: 2.6rem;
    padding-left: 25px;
  }
}
.top_box05 h2 span {
  display: block;
  color: #58A9CF;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-family: "Lato", serif;
  line-height: 1;
  margin-top: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top_box05 h2 span {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top_box05 .btn {
    width: 210px;
    position: absolute;
    top: 160px;
    left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top_box05 .btn {
    max-width: 320px;
    width: 100%;
    margin: 20px auto 0;
  }
}

.top_box06 {
  padding: 0 calc((100% - 1200px) / 2);
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 0;
  }
}
.top_box06 .top_box06_bana {
  background: url(images/corner-top_l.svg) no-repeat left top, url(images/corner-top_r.svg) no-repeat right top, url(images/corner-bottom_l.svg) no-repeat left bottom, url(images/corner-bottom_r.svg) no-repeat right bottom;
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 900px;
  max-height: 360px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .news_post {
    min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
    max-height: 300px;
  }
}
.news_post article {
  width: 100%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 22px 40px 22px 0;
  border-bottom: 1px dotted #aaa;
  position: relative;
}
.news_post article a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.news_post article .date {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-family: "Lato", serif;
  color: #1184BA;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.news_post article .cate {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Lato", serif;
  margin-right: 20px;
  padding: 5px 0;
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_post article .cate {
    width: 80px;
    padding: 3px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.news_post article .cate.news {
  background: #B7DAEA;
  color: #1184BA;
}
.news_post article .cate.topics {
  background: #ddd;
  color: #666;
}
.news_post article h3 {
  width: 100%;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .news_post article h3 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.news_post article:hover h3 {
  color: #1184BA;
}

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

content下層用

*****************************************/
.product_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .product_post {
    gap: 30px 2%;
  }
}
.product_post article {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 767px) {
  .product_post article {
    width: 49%;
  }
}
.product_post article figure {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .product_post article figure {
    padding: 10px;
  }
}
.product_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.6s;
  display: block;
}
.product_post article h2 {
  font-size: 2rem;
  margin: 20px 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .product_post article h2 {
    font-size: 1.4rem;
    margin: 10px 0 0 0 !important;
    padding: 0 0 5px 10px;
  }
}

.outlet_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .outlet_post {
    gap: 30px 2%;
  }
}
.outlet_post article {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .outlet_post article {
    width: 49%;
  }
}
.outlet_post article figure {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.outlet_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s;
}
.outlet_post article h2 {
  text-align: center;
  font-size: 1.8rem;
  margin: 20px 0 10px 0 !important;
}
@media screen and (max-width: 767px) {
  .outlet_post article h2 {
    font-size: 1.4rem;
    margin: 10px 0 5px 0 !important;
  }
}
.outlet_post article .price {
  font-weight: 700;
  text-align: center;
  color: #1184BA;
  font-size: 2.8rem;
  font-family: "Lato", serif;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .outlet_post article .price {
    font-size: 2rem;
  }
}
.outlet_post article .btn {
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
}
.outlet_post article .btn a {
  padding: 12px;
  font-size: 1.4rem;
  font-family: "Lato", serif;
}
@media screen and (max-width: 767px) {
  .outlet_post article .btn a {
    padding: 10px;
    font-size: 1.3rem;
  }
}

.maker_btn {
  width: 880px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .maker_btn {
    width: 100%;
    gap: 4px 1.3333%;
  }
}
.maker_btn .btn04 {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .maker_btn .btn04 {
    width: 24%;
  }
}

.blog_post {
  width: 100%;
  margin: auto;
}
.blog_post article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px) {
  .blog_post article {
    flex-direction: column;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.blog_post article figure {
  width: 420px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blog_post article figure {
    width: 100%;
    margin: 0 auto 20px !important;
  }
}
.blog_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog_post article .blog_post_inner {
  width: 740px;
}
@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner {
    width: 100%;
  }
}
.blog_post article .blog_post_inner .date {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-family: "Lato", serif;
  color: #88C1DC;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner .date {
    font-size: 1.3rem;
  }
}
.blog_post article .blog_post_inner h2 {
  font-size: 2.4rem;
  border-bottom: 2px solid #1184BA;
  padding: 10px 0;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner h2 {
    font-size: 1.8rem;
    padding: 5px 0 10px;
    margin-bottom: 15px !important;
  }
}
.blog_post article .blog_post_inner .btn {
  max-width: 200px;
  width: 100%;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner .btn {
    margin: 20px auto 0;
  }
}
.blog_post article .blog_post_inner .btn a {
  padding: 14px;
  font-family: "Lato", serif;
}
@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner .btn a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.1rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
  }
}

.map {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

ELウィジェット

*****************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.container_box-wrap .elementor-container {
  flex-wrap: wrap;
  justify-content: space-between;
}

.container_box01 {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .container_box01 {
    padding: 100%;
  }
}
.container_box01 .elementor-container {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container_box01 .elementor-container .elementor-column {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .container_box01 .elementor-container .elementor-column {
    width: 50%;
  }
}

.container_box02 .elementor-container {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container_box02 .elementor-container .elementor-column {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .container_box02 .elementor-container .elementor-column {
    width: 50%;
  }
}

.container_box03 .elementor-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .container_box03 .elementor-container {
    gap: 30px;
  }
}
.container_box03 .elementor-container .elementor-column {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .container_box03 .elementor-container .elementor-column {
    width: 100%;
  }
}

.container_box04 .elementor-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 2%;
}
@media screen and (max-width: 767px) {
  .container_box04 .elementor-container {
    gap: 20px 2%;
  }
}
.container_box04 .elementor-container .elementor-column {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .container_box04 .elementor-container .elementor-column {
    width: 49%;
  }
}

.elementor-52 .elementor-element.elementor-element-786980f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.elementor-52 .elementor-element.elementor-element-786980f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: none !important;
}

.elementor-52 .elementor-element.elementor-element-1a3defb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap,
.elementor-52 .elementor-element.elementor-element-1a3defb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: none !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.elementor-container {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .elementor-container .w200 {
    width: 200px;
  }
  .elementor-container .w285 {
    width: 285px;
  }
  .elementor-container .w310 {
    width: 310px;
  }
  .elementor-container .w380 {
    width: 380px;
  }
  .elementor-container .w400 {
    width: 400px;
  }
  .elementor-container .w420 {
    width: 420px;
  }
  .elementor-container .w560 {
    width: 560px;
  }
  .elementor-container .w570 {
    width: 570px;
  }
  .elementor-container .w740 {
    width: 740px;
  }
  .elementor-container .w850 {
    width: 850px;
  }
  .elementor-container .w940 {
    width: 940px;
  }
}

.table_list01 {
  width: 100%;
}
.table_list01 .elementor-price-list {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list {
    -o-border-image: none;
       border-image: none;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item {
  margin-bottom: 0 !important;
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    flex-direction: column;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
  margin-bottom: 0 !important;
  width: 25%;
  max-width: 100% !important;
  flex-basis: revert !important;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
    width: 100%;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
  width: 100%;
  max-width: 100%;
  padding: 16px 20px;
  background: #1184B8;
  color: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
    border-bottom: none;
    padding: 10px;
  }
}
.table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
  width: 75%;
  max-width: 100% !important;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .table_list01 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
    width: 100%;
    border-left: 1px solid #ccc;
    padding: 10px;
  }
}

.table_list02 {
  width: 100%;
}
.table_list02 .elementor-price-list .elementor-price-list-item {
  position: relative;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item {
    padding: 0 0 0 30px !important;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item::before {
  content: "";
  width: 2px;
  height: calc(100% - 25px + 25px);
  background: #E5E5E5;
  position: absolute;
  top: 25px;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item::before {
    height: 100%;
    top: 20px;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #1184BA;
  border-radius: 100vmax;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item::after {
    top: 20px;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item:last-child::before {
  content: none;
}
.table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    flex-direction: column;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
  margin-bottom: 0 !important;
  width: 35%;
  max-width: 100% !important;
  flex-basis: revert !important;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
    width: 100%;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
  width: 100%;
  max-width: 100%;
  padding: 10px 40px 10px 60px;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
    border-bottom: none;
    padding: 10px 0 0;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
  width: 65%;
  max-width: 100% !important;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
    width: 100%;
    padding: 10px 0;
  }
}

.tb_maker {
  width: 100%;
}
.tb_maker .elementor-price-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .tb_maker .elementor-price-list {
    -o-border-image: none;
       border-image: none;
  }
}
.tb_maker .elementor-price-list .elementor-price-list-item {
  width: calc(25% + 2px);
  margin: -1px !important;
  padding: 16px 20px;
  background: #E7F2F8;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tb_maker .elementor-price-list .elementor-price-list-item {
    width: calc(33.3333333333% + 2px);
    padding: 10px;
  }
}
.tb_maker .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tb_maker .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    flex-direction: column;
  }
}
.tb_maker .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 100% !important;
  flex-basis: revert !important;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .tb_maker .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
    width: 100%;
  }
}
.tb_maker .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tb_maker .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
    font-size: 1.3rem;
  }
}

.icon_list01 .elementor-icon-list-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon_list01 .elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start;
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .icon_list01 .elementor-icon-list-items .elementor-icon-list-item {
    padding: 5px 0;
  }
}
.icon_list01 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .icon_list01 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 13px;
  }
}

.icon_list02 .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
}
.icon_list02 .elementor-icon-list-items .elementor-icon-list-item {
  width: calc(25% + 2px);
  margin: -1px !important;
  background: #E7F2F8;
  border: 1px solid #ccc;
  padding: 15px;
  color: #1184BB;
}
@media screen and (max-width: 767px) {
  .icon_list02 .elementor-icon-list-items .elementor-icon-list-item {
    width: calc(33.33333% + 2px);
    padding: 10px;
  }
}

.icon_list03 .elementor-icon-list-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.icon_list03 .elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start;
  width: 100%;
  margin: 0 !important;
  border-bottom: 1px dotted #999;
  padding: 8px 0;
}
.icon_list03 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .icon_list03 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 7px;
  }
}
.icon_list03 .elementor-icon-list-items .elementor-icon-list-item p {
  display: block;
  font-weight: 400;
  font-size: 1.5rem !important;
}

.elementor-button {
  border-radius: 0;
  line-height: 1.5;
  text-decoration: none !important;
  text-align: center;
  display: block;
}
.elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: auto;
}

.elementor-button-text {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top_btn01 .elementor-button {
    width: 240px;
    padding: 19px 0 19px 25px;
  }
}
@media screen and (max-width: 767px) {
  .top_btn01 .elementor-button {
    width: 100%;
    padding: 14px 0 14px 25px;
  }
}

.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px dotted #999;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
  padding: 10px 0 10px 50px;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 4px 0 4px 40px;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  background: #1184BA;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100vw;
  text-align: center;
  font-family: "Lato", serif;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
  text-decoration: none !important;
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: none;
  position: relative;
  padding: 6px 0 6px 50px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 4px 0 4px 40px;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  background: #B7DAEA;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100vw;
  text-align: center;
  font-family: "Lato", serif;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
}
.faq .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-right {
  margin-top: 8px;
}

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

aside

*****************************************/
#bottom_area {
  width: 100%;
  padding: 80px calc((100% - 1200px) / 2) 0;
  background: url(images/bg03.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #bottom_area {
    padding: 60px 20px 0;
  }
}
#bottom_area::before {
  content: "";
  width: 100%;
  height: 100px;
  background: #1184BA;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#bottom_area h2 {
  text-align: center;
  margin-bottom: 60px !important;
  font-size: 4rem;
  position: relative;
  padding-top: 30px;
  z-index: 0;
  text-shadow: 0 0 20px rgba(9, 78, 111, 0.6);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #bottom_area h2 {
    padding-top: 20px;
    font-size: 3.4rem;
    margin-bottom: 30px !important;
  }
}
#bottom_area h2::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#bottom_area h2::after {
  content: "Contact";
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
  font-size: 12rem;
  font-family: "Lato", serif;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: -1;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  #bottom_area h2::after {
    font-size: 10rem;
  }
}
#bottom_area .inner {
  padding: 60px;
  background: url(images/neji.svg) no-repeat left 20px top 20px, url(images/neji.svg) no-repeat left 20px bottom 20px, url(images/neji.svg) no-repeat right 20px top 20px, url(images/neji.svg) no-repeat right 20px bottom 20px #fff;
  box-shadow: 0 0 20px rgba(7, 55, 78, 0.2);
}
@media screen and (max-width: 767px) {
  #bottom_area .inner {
    background-size: 14px;
    padding: 40px 25px;
  }
}
#bottom_area .inner .contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #bottom_area .inner .contact {
    flex-direction: column;
  }
}
#bottom_area .inner .contact .tel {
  background: url(images/tel_blue.svg) no-repeat left center;
  padding-left: 26px;
  color: #333;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  font-family: "Lato", serif;
}
@media screen and (max-width: 767px) {
  #bottom_area .inner .contact .tel {
    font-size: 3rem;
    background-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #bottom_area .inner .contact .btn03 {
    width: 350px;
    border-left: 1px solid #ccc;
    padding-left: 60px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #bottom_area .inner .contact .btn03 {
    width: 250px;
  }
}

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

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 60px;
}

#single_box h1 {
  font-size: 2.2rem;
}

#single_box .single_text {
  width: 100%;
}
#single_box .single_text .single_img {
  text-align: center;
}
#single_box .single_text .single_pdf {
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0;
}

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

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0px;
}

a.page-numbers {
  border: solid 1px #666;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
a.page-numbers:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

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

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #1184BA;
  border-bottom: 1px solid #1184BA;
  text-decoration: none;
  color: #1184BA;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 40px 0 0;
  }
}
.nav-below a {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #1184BA;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #1184BA;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #1184BA;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 30px;
  }
  #single_box h1 {
    font-size: 1.6rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 20px;
  }
}

/* 文字 */
.serif {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.red {
  color: #D80000;
}

.blue {
  color: #1184BA;
}

.gold {
  color: #B7DAEA !important;
}

.green {
  color: #53A897;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .size18 {
    font-size: 1.6rem;
  }
}

.size20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .size20 {
    font-size: 1.6rem;
  }
}

.size22 p {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .size22 p {
    font-size: 1.6rem;
  }
}

/* 強調 */
.marker {
  background: linear-gradient(transparent 70%, #FFDD53 30%);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.tr {
  text-align: right;
}

.db {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mt40,
  .mt80 {
    margin-top: 30px;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.headline {
  text-align: center;
  margin-bottom: 80px !important;
  position: relative;
  padding-top: 30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .headline {
    padding-top: 20px;
    margin-bottom: 40px !important;
  }
}
.headline::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #1184BA;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.headline span {
  color: #E7F2F8;
  font-weight: 700;
  font-size: 12rem;
  font-family: "Lato", serif;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 10rem;
  }
}

.subhead01 {
  margin-bottom: 40px !important;
  background: #F1F1F1;
  padding: 20px 30px;
  border-left: 2px solid #1184BA;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px !important;
    padding: 10px 20px;
  }
}

.subhead02 {
  margin-bottom: 20px !important;
  border-left: 2px solid #1184BA;
  border-bottom: 1px solid #B7DAEA;
  padding: 0 0 10px 20px;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    padding: 0 0 8px 15px;
  }
}

.subhead03 {
  width: 100%;
  color: #fff;
  margin-bottom: 20px !important;
  background: #1184BA;
  padding: 10px;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .subhead03 {
    padding: 8px;
  }
}
.subhead03::before, .subhead03::after {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #0C5C83;
  z-index: -1;
}
.subhead03::before {
  left: 5px;
}
.subhead03::after {
  right: 5px;
}

.subhead04 {
  margin-bottom: 40px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subhead04 {
    font-size: 2rem;
  }
}
.subhead04 span {
  color: #1184BA;
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .subhead04 span {
    font-size: 2.6rem;
  }
}

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

footer-PC

*****************************************/
@media print, screen and (min-width: 768px) {
  footer {
    width: 100%;
    background: #1184BA;
  }
  footer #sp_footer {
    display: none;
  }
  footer #pc_footer {
    width: 100%;
  }
  footer #pc_footer p,
  footer #pc_footer a {
    font-size: 1.6rem;
    color: #fff;
  }
  footer #pc_footer .pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
  }
  footer #pc_footer .copyright {
    display: block;
    font-size: 1.6rem;
    color: #B8DAEA;
    text-align: right;
    margin-top: 80px;
  }
  footer #pc_footer .footer_box {
    padding: 80px calc((100% - 1200px) / 2);
    display: flex;
    justify-content: space-between;
  }
  footer #pc_footer .footer_box-left .f_logo {
    margin-bottom: 40px;
  }
  footer #pc_footer .footer_box-left .tel {
    background: url(images/tel_white.svg) no-repeat left center;
    padding-left: 26px;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.06em;
    font-family: "Lato", serif;
    color: #fff;
    margin-top: 5px;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1520px) {
  footer #pc_footer .footer_box-left .tel {
    font-size: 2.4rem;
    background-size: 15px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  footer #pc_footer .footer_box-left .f_bana {
    display: flex;
    gap: 20px;
    margin-top: 60px;
  }
  footer #pc_footer .footer_box-right {
    width: 660px;
  }
  footer #pc_footer .sitemap {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
  }
  footer #pc_footer .sitemap li > ul > li {
    position: relative;
    margin-bottom: 20px;
  }
  footer #pc_footer .sitemap li > ul > li a {
    text-decoration: none;
    letter-spacing: 0.06em;
    font-size: 1.7rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #fff;
  }
  footer #pc_footer .sitemap li > ul > li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  footer #pc_footer .sitemap li > ul > li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  footer #pc_footer .sitemap li dl {
    display: flex;
    flex-direction: column;
  }
  footer #pc_footer .sitemap li dl dt {
    position: relative;
    color: #fff;
    letter-spacing: 0.06em;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
  }
  footer #pc_footer .sitemap li dl dd {
    position: relative;
    line-height: 1.5;
    float: left;
    padding-left: 15px;
  }
  footer #pc_footer .sitemap li dl dd::before {
    content: "";
    width: 8px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #B8DAEA;
  }
  footer #pc_footer .sitemap li dl dd a {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2.2;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  footer #pc_footer .sitemap li dl dd a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  footer #pc_footer .sitemap li dl dd a:hover {
    color: #fff;
  }
  footer #pc_footer .sitemap li dl dd a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
/****************************************

footer-SP

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 60px;
    background: #1184BA;
    /* ----sp追従---- */
  }
  footer #pc_footer,
  footer .sitemap {
    display: none;
  }
  footer #sp_footer {
    width: 100%;
    padding: 40px 20px 0;
  }
  footer #sp_footer p {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
  }
  footer #sp_footer .copyright {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #439EC8;
    color: #F4F2E8;
  }
  footer #sp_footer .f_bana {
    display: flex;
    gap: 2%;
    margin-top: 20px;
  }
  footer #sp_footer .f_bana a {
    width: 49%;
  }
  footer .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  footer .sp_bana .sp_bana_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 33.3333333333%;
    background: #1184BA;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .sp_bana .sp_bana_parts a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  footer .sp_bana .sp_bana_parts span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 30px;
    line-height: 1.4;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.06em;
    color: #fff;
  }
  footer .sp_bana .sp_bana_parts span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
  }
  footer .sp_bana .sp_bana_parts .sp-tel::after {
    background-image: url(images/sp-tel.svg);
    background-size: 18px;
  }
  footer .sp_bana .sp_bana_parts .sp-access::after {
    background-image: url(images/sp-map.svg);
    background-size: 22px;
  }
  footer .sp_bana .sp_bana_parts .sp-pagetop::after {
    background-image: url(images/sp-pagetop.svg);
    background-size: 18px;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  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: 330px;
}

.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% - 330px);
}

.form_row .form_input .form_txt {
  font-size: 1.4rem;
  display: block;
  color: #666;
}

.form_row .form_input .form_sm-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form_row .form_input .form_sm-box {
    flex-direction: column;
    gap: 20px;
  }
}

.form_row .form_input .form_sm-box .form_sm {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .form_row .form_input .form_sm-box .form_sm {
    width: 100%;
  }
}

.form_row .form_input .form_sm-box .form_sm .form_sm-tit {
  display: block;
  font-weight: 700;
  color: #1184BA;
  background: #E9EDF0;
  text-align: center;
  padding: 3px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.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 #aaa;
  background-color: #aaa;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px auto 0;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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

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

span.wpcf7-list-item {
  display: block;
}

@media screen and (max-width: 767px) {
  .form_row {
    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: inline-block;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    display: inherit;
    height: 50px;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

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

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

.clearfix {
  display: block;
}

/* End Hack */