@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.eot") format("eot");
  font-display: swap;
}

/*
Theme Name:竹下知則税理士事務所
Description:新宿区の竹下知則税理士事務所 | 東京都でコンサルティング・経営改善・インドネシア進出サポート
Version: 1.0
License:竹下知則税理士事務所
License URI:http://www.t-zeiri.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: #000;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-family: "Noto Serif JP",
    "游明朝",
    YuMincho,
    "Times New Roman",
    "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "メイリオ",
    Meiryo,
    serif;
}

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

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

ページ共通

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

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

フォント指定

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

h1 {
  line-height: 1.5;
  font-size: 3.8rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}

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

h3 {
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  li,
  tt,
  tr,
  dt,
  dd,
  p,
  figcaption {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.7rem;
  }
}

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

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

*****************************************/
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
  transition: 0.3s linear;
  position: relative;
}

a:hover,
a:active {
  transition: 0.3s linear;
  color: #666;
  text-decoration: underline;
}

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

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

.btn_newsblog {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .btn_newsblog {
    margin: 30px 0 60px;
  }

}

.btn_news {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .btn_news {
    margin-right: 20px;
  }
}

.btn_blog {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .btn_blog {
    margin-left: 20px;
  }
}

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

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

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

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

ヘッダー　共通

*****************************************/
header {
  width: 100%;
  z-index: 0;
  position: relative;
}

header .header_box {
  width: 100%;
  padding: 81px 0 33px 0;
}

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

.mv_img {
  position: relative;
}

.h_logo {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .h_logo {
    width: 100px;
    margin: auto;
    padding: 20px 0;
  }
}

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

PCヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }

  .header_box-right {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .header_box-right .h_tel {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1470px) {
  .header_box-right .h_tel {
    margin-right: 220px;
  }
}

@media print,
screen and (min-width: 768px) {
  .header_box-right .h_tel p {
    background: url(images/tel.svg) no-repeat left center/contain;
    background-size: 24px;
    padding-left: 35px;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "NotoSerifJP", "EB Garamond", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    color: #19396A;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .header_box-right .h_btn {
    width: 140px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1470px) {
  .header_box-right .h_btn {
    top: 20px;
    right: 50px;
    width: 200px;
    height: auto;
  }
}

@media print,
screen and (min-width: 768px) {
  .header_box-right .h_btn a {
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.07em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    background: #E7525E;
    text-align: center;
    font-family: "NotoSerifJP", "EB Garamond", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  }
}

@media screen and (min-width: 768px) and (max-width: 1470px) {
  .header_box-right .h_btn a {
    flex-direction: inherit;
  }
}

@media print,
screen and (min-width: 768px) {
  .header_box-right .h_btn a:hover {
    background: #D11D2B;
  }

  .header_box-right .h_btn a img {
    width: 28px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1470px) {
  .header_box-right .h_btn a img {
    margin: 0 10px 0 0;
  }
}

.header_btn {
  position: absolute;
  top: 40px;
  right: 40px;
}

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

.header_btn a {
  margin-left: 30px;
}

header .scroll {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
}

header .scroll::before {
  animation: scroll 3.2s infinite;
  background-color: #ffffff;
  bottom: 0px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

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

header .scroll a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Cardo", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


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

SPヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .header_box-right,
  .h_btn,
  .h_tel {
    display: none;
  }

  #toggle {
    position: fixed;
    right: 10px;
    top: 12px;
    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: #000;
    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: #000;
  }

  /*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);
    background-size: contain;
    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: 65px 20px 30px;
    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-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: 11px 0 10px;
    background: rgba(255, 255, 255, 0.85);
    color: #000 !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;
  }

  #sp_navi .sp_navi_info {
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    padding: 25px;
    margin: 0 20px 60px;
  }

  #sp_navi .sp_navi_info dt {
    font-family: "NotoSerifJP", "EB Garamond", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    line-height: 1;
  }

  #sp_navi .sp_navi_info dd {
    font-size: 1.2rem;
  }

  #sp_navi .sp_navi_info .tel a {
    color: #fff;
    font-family: "NotoSerifJP", "EB Garamond", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    background: url(images/tel_white.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 10px 0;
    display: inline-block;
  }
}

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

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: center;
}

#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-left: 45px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #333;
  padding: 10px 0;
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 700;
}

#g_navi .menu li ul {
  min-width: 180px;
  width: 100%;
  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.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: #000;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #000;
  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: #19396A;
    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%;
  height: 800px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
    height: 80vw;
  }
}

#mv_top .mv_img {
  width: 100%;
  margin-left: auto;
}

#mv_top .mv_img img {
  width: 100% !important;
  height: 800px;
  -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 {
    width: 100%;
    height: 80vw;
  }
}

#mv_top .mv_txt {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mv_top .mv_txt img {
    width: 50%;
  }
}

#mv_page {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: auto;
}

#mv_page .mv_img {
  width: 100%;
}

#mv_page .mv_img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 767px) {
  #mv_page .mv_img img {
    height: 40vw;
  }
}

#mv_page .mv_txt {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}

#mv_page .mv_txt p {
  font-size: 3.8rem;
  font-weight: 700;
  font-family: "Cardo", serif;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #mv_page .mv_txt p {
    font-size: 3.2rem;
  }
}

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

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

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

content 共通設定

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

.img_shadow {
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.1));
}

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

.youtube-ratio iframe {
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding: 0 0 65px 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 10px 0 30px;
  }
}

.breadcrumb p {
  font-size: 1.6rem;
  color: #333;
}

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

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #666;
}

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

.breadcrumb a:hover {
  color: #ccc;
}

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

main#top_main {
  width: 100%;
  margin: 0 auto;
}

main#page_main {
  width: 1200px;
  margin: 10px auto 150px auto;
}

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

@media print,
screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }

  .pc_mb40 {
    margin-bottom: 40px;
  }

  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex_str {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .flex_r_str {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  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_mb25 {
    margin-bottom: 25px;
  }

  .sp_mb30 {
    margin-bottom: 30px;
  }

  a[href^="tel:"] {
    text-decoration: none;
  }

  .tel_none {
    pointer-events: none;
    text-decoration: none;
  }
}

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

contentトップ用

*****************************************/
@media screen and (max-width: 767px) {
  .btn img {
    width: auto;
  }
}

.top_box01 {
  width: 100%;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 10px;
  }
}

.top_box01 h2 {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .top_box01 h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.headline_long {
  text-align: center;
  margin-bottom: 50px;
  background-image: url(images/tit04.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .headline_long {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.top_box01 h2 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #476488;
  margin-bottom: 10px;
  font-weight: 400;
}

.top_box01 .btn {
  max-width: 380px;
  width: 100%;
  margin: 50px auto 0;
}

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

  .top_box01 .btn img {
    width: auto;
  }
}

.top_box02 {
  width: 100%;
  padding: 150px 0;
  background-image: url(images/top_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

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

.top_box02 .top_box02_inner {
  align-items: center;
}

.top_box02 .top_box02_inner figure {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner figure {
    width: 94%;
  }
}

@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner02 figure {
    width: 94%;
    margin-left: auto;
  }
}

.top_box02 .top_box02_inner figure img {
  width: 100%;
  height: auto;
}

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

.top_box02 .top_box02_inner .txt_brand {
  width: 47%;
  padding: 0 7.8%;
}

@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner .txt_brand {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner .txt_brand .btn img {
    width: auto;
  }
}

.top_box02 .top_box02_inner .txt_gallery {
  width: 47%;
  padding: 0 12.2% 0 23.9%;
}

@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner .txt_gallery {
    width: 100%;
    padding: 0;
  }
}

.top_box02 .top_box02_inner .txt h2 {
  font-size: 4.4rem;
  font-family: "Cardo",
    serif;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .top_box02 .top_box02_inner .txt h2 {
    font-size: 3rem;
    margin: 30px 0 20px;
    text-align: center;
  }
}

.top_box03 {
  width: 100%;
  padding: 140px 0 0;
}

@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 60px 10px 0;
  }
}

.top_box03 h2 {
  text-align: center;
  font-family: "Cardo",
    serif;
  font-size: 4.2rem;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .top_box03 h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.top_box04 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5%;
  margin: 0 1.5% 160px 1.5%;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    flex-direction: column;
    margin: 0 0 60px;
    gap: 10px;
    padding: 0 30px;
  }
}

.top_box04 figure {
  width: 31.2%;
}

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

.top_box04 figure img {
  width: 100%;
  height: auto;
}

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

news トップ用

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

.news_post {
  width: 920px;
  max-height: 300px;
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px;
  margin: auto;
}

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

.news_post article a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 24px 30px;
  border-bottom: 1px dotted #bbb;
}

@media screen and (max-width: 767px) {
  .news_post article a {
    padding: 20px 0;
  }
}

.news_post article a .date {
  width: 150px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Cardo",
    serif;
  line-height: 1.6;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .news_post article a .date {
    width: 100px;
    font-size: 1.4rem;
  }
}

.news_post article a .cate {
  width: 100px;
  background: #000;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Cardo",
    serif;
  line-height: 1;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .news_post article a .cate {
    width: 80px;
    font-size: 1rem;
  }
}

.news_post article a h3 {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.6;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.news_post article a:hover {
  background: #eee;
}

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

content下層用

*****************************************/
/* CONCEPT */
.concept_img01 {
  margin: 40px 0;
}

.concept_txt p {
  font-size: 2.4rem;
  text-align: center;
}

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

.concept_txt02 p {
  text-align: center;
}

.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}

.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}

/* BRAND LIST */
.brand_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 55px 25px;
}

@media screen and (max-width: 767px) {
  .brand_post {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
}

.brand_post article {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .brand_post article {
    width: 49%;
  }
}

.brand_post article a {
  text-decoration: none;
}

.brand_post article figure {
  width: 100%;
  height: auto;
  aspect-ratio: 220/160;
  /* 縦横比 */
  overflow: hidden;
  position: relative;
}

.brand_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.brand_post article h2 {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-top: 20px;
  background-image: url(images/tit02.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 10px 20px;
}

@media screen and (max-width: 767px) {
  .brand_post article h2 {
    margin-top: 0;
    background-size: 5px;
    font-size: 1.6rem;
    padding: 10px 0 10px 20px;
  }
}

/* GALLERY */
.gallery_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}

@media screen and (max-width: 767px) {
  .gallery_post {
    gap: 10px 2%;
  }
}

.gallery_post article {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .gallery_post article {
    width: 49%;
  }
}

.gallery_post article a {
  text-decoration: none;
}

.gallery_post article figure {
  width: 100%;
  height: auto;
  aspect-ratio: 380/285;
  /* 縦横比 */
  overflow: hidden;
  position: relative;
}

.gallery_post article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.gallery_post article h2 {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin-top: 20px;
  background-image: url(images/tit02.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 10px 20px;
}


/* ACCESS */
.table01 {
  width: 100%;
  border-spacing: 0;
  width: 100%;
}

.table01 th,
.table01 td {
  text-align: left;
  vertical-align: middle;
  padding: 17px 40px;
}

@media screen and (max-width: 767px) {

  .table01 th,
  .table01 td {
    display: block;
  }
}

.table01 th {
  width: 20%;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .table01 th {
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 15px 0 15px;
  }
}

.table01 td {
  width: 80%;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {}

.table01 td {
  width: 100%;
  font-size: 1.4rem;
  padding: 0 15px 15px 15px;
}


.table01 tr {
  width: 100%;
  border-bottom: 1px solid #000000;
}

.map {
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .map {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subhead01 {
  background-image: url(images/tit02.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 10px 20px;
  width: 100%;
  border-bottom: 1px solid #000000;
}

/* FAQ */
.faq_post {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .faq_post {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

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

.faq_post dl {
  background-color: #e1e1e1;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .faq_post dl {
    padding: 0 20px;
  }
}

.faq_post dl dt {
  font-weight: 700;
  line-height: 1.6;
  padding: 35px 0 20px 70px;
  position: relative;
  border-bottom: 1px solid #000000;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .faq_post dl dt {
    padding: 20px 0 10px 50px;
    font-size: 1.6rem;
  }
}

.faq_post dl dt::before {
  content: "Q";
  font-family: "Cardo", serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: 3.2rem;
  position: absolute;
  top: 44px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .faq_post dl dt::before {
    font-size: 2.2rem;
    top: 20px;
    left: 10px;
  }
}

.faq_post dl dd {
  padding: 30px 0 30px 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq_post dl dd {
    padding: 10px 0 20px 50px;
  }
}

.faq_post dl dd::before {
  content: "A";
  font-family: "Cardo", serif;
  font-weight: 700;
  line-height: 1;
  color: #000;
  font-size: 3.2rem;
  border-radius: 100vmax;
  position: absolute;
  top: 32px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .faq_post dl dd::before {
    font-size: 2.2rem;
    top: 20px;
    left: 10px;
  }

}

/* NEWS */
.blog_post {
  width: 100%;
  margin: auto;
}

.blog_post article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .blog_post article {
    flex-direction: column;
  }
}

.blog_post article figure {
  width: 440px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .blog_post article figure {
    width: 100%;
  }
}

.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: 720px;
}

@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner h2 {
    font-size: 1.8rem;
  }
}

.blog_post article .blog_post_inner .btn {
  text-align: right;
  margin: 20px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .blog_post article .blog_post_inner .btn {
    margin: 20px auto 0;
  }
}

.blog_post_text {
  margin-top: 25px;
}

/* CONTACT */
.policy {
  background: #e1e1e1;
  padding: 40px;
}

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

.policy span {
  display: block;
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .policy span {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .policy p {
    font-size: 1.2rem;
  }
}


@media screen and (max-width: 767px) {
  .btn_instagram {
    max-width: 240px;
    width: 100%;
    margin: auto;
  }
}

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

aside

*****************************************/
#bottom_area {
  width: 100%;
  background: url(images/aside_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 500px 110px 500px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #bottom_area {
    padding: 60px 30px;
  }
}

.headline_white {
  text-align: center;
  font-size: 4.4rem;
  color: #FFF;
  margin-bottom: 80px;
  background-image: url(images/tit03.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headline_white {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.aside_btn {
  display: flex;
  justify-content: center;
  gap: 120px;
}

@media screen and (max-width: 767px) {
  .aside_btn {
    flex-direction: column;
    gap: 10px;
  }
}

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


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

single.php

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

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

#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: 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.1);
  text-decoration: none;
}

.pager .current {
  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 #000000;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  color: #000000;
}

@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;
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}

.nav-below a:hover {
  background: #000000;
  color: #fff;
}

.nav-below .next {
  width: 25%;
  border-right: 1px solid #000000;
}

.nav-below .back {
  width: 50%;
}

.nav-below .prev {
  width: 25%;
  border-left: 1px solid #000000;
}

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

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

  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

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

P

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

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

/* 文字 */
.sans {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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

.red {
  color: #BF2626;
}

.blue {
  color: #19396A;
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}

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

.size22 {
  font-size: 2.2rem;
}

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

/* 強調 */
.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;
}

.mb120 {
  margin-bottom: 120px;
}

@media print,
screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }

  .w580 {
    width: 580px;
  }

  .w720 {
    width: 720px;
  }

  .w780 {
    width: 780px;
  }

  .w800 {
    width: 800px;
  }

  .w100p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .mb50,
  .mb60 {
    margin-bottom: 40px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb90,
  .mb100 {
    margin-bottom: 60px;
  }

  .mb120 {
    margin-bottom: 60px;
  }
}

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

タイトル

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

.headline {
  text-align: center;
  margin-bottom: 50px;
  background-image: url(images/tit01.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}


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

footer-PC（共通）

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

footer {
  background-image: url(images/footer_img01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px auto 20px auto;
  position: relative;
  z-index: 0;
}

.footer_box-inner {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.f_logo {
  padding: 100px 0 90px 0;
}

.f_text {
  padding: 160px 0 140px 0;
}

.f_text p {
  font-size: 1.8rem;
}

footer .onlineshop {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}

footer .pagetop {
  display: block;
  position: absolute;
  bottom: 255px;
  right: calc((100% - 1200px) / 2);
  z-index: 9999;
}

footer .pagetop a {
  display: block;
  margin-top: 20px;
}

.sitemap {
  width: 1200px;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between;
}

.sitemap a {
  text-decoration: none;
  font-family: "Cardo", serif;
  font-size: 2rem;
  font-weight: 700;
}

.copyright {
  font-size: 1.8rem;
  color: #262626;
  text-align: center;
  display: block;
  padding-bottom: 30px;
}

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

footer-SP

*****************************************/
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 60px;
  }

  footer p {
    font-size: 1.3rem;
    text-align: center;
  }

  footer #pc_footer,
  footer .sitemap {
    display: none;
  }

  footer #sp_footer {
    width: 100%;
  }

  footer #sp_footer .copyright {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #262626;
    text-align: center;
    padding: 30px 0 0;
  }

  footer .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 999;
  }

  footer .sp_bana .sp_bana_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% / 3);
    background: #000;
    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-map::after {
    background-image: url(images/sp-map.svg);
    background-size: 22px;
  }

  footer .sp-shopping::after {
    background-image: url(images/sp-shopping.svg);
    background-size: 20px;
  }

  footer .sp-pagetop::after {
    background-image: url(images/sp-pagetop.svg);
    background-size: 20px;
  }
}

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

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);
}

.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 #000;
  background-color: #000;
  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: #19396A;
  transition: all 0.25s;
}

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

@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: 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 */