@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&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: 600;
  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://suntany.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;
}

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;
  font-weight: normal;
  min-width: 1200px;
  background: #fff;
  font-family: "Roboto", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

.bg_gray {
  background: #F7F7F7;
}

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

.tel_box .number {
  color: #333;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  background: url(images/tel.svg) no-repeat left center;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 30px;
}

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

フォント指定

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

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

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

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

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

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

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

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

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

a.image_link {
  display: block;
  position: relative;
}
a.image_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: 0.6s;
}
a.image_link::after {
  content: "MORE";
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
  transition: 0.6s;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
a.image_link:hover:before {
  opacity: 0.4;
}
a.image_link:hover:after {
  opacity: 1;
}

.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  background: #1DB5A0;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.4rem;
  }
}
.btn a:hover {
  background: #1BA08C;
}

.btn_h a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 9px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  background: #1DB5A0;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_h a {
    font-size: 1.4rem;
  }
}
.btn_h a:hover {
  background: #1BA08C;
}
.btn_h a img {
  width: 23px;
  margin-right: 10px;
}

.btn_b a {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .btn_b a {
    font-size: 1.4rem;
    height: 45px;
  }
}
.btn_b a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn_b a img {
  width: auto;
  margin-right: 10px;
}

.btn_top a {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 15px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_top a {
    font-size: 1.4rem;
  }
}
.btn_top a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1DB5A0;
  transition: 0.3s;
}
.btn_top a::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid #1DB5A0;
  border-right: 2px solid #1DB5A0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.btn_top a:hover {
  color: #1DB5A0;
}
.btn_top a:hover::before {
  width: 100%;
}
.btn_top a:hover::after {
  right: 0;
}
.btn_top a figure {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn_top a figure {
    width: 40px;
  }
}
.btn_top a figure img {
  width: 75%;
}

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  #header {
    width: 100%;
    z-index: 100;
  }
  #header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 15px;
  }
  #header .header_wrap .header_right .h_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
  }
  #header .header_wrap .header_right .h_contact .tel_box {
    margin-right: 20px;
  }
  #header .header_wrap .header_right .h_contact .btn_h {
    width: 180px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    z-index: 100;
  }
  #header .header_wrap {
    padding: 15px;
  }
  #header .header_wrap .h_logo {
    width: 200px;
    line-height: 1 !important;
  }
  #header .header_wrap .header_right {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #333;
    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(29, 182, 160, 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-top: rgba(255, 255, 255, 0.3) 1px solid;
    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 40px 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 10px 10px;
    background: rgba(255, 255, 255, 0.85);
    color: #1db6a0;
  }
  #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: #1db6a0;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #1db6a0;
    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 2px #fff;
    border-right: solid 2px #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;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
#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: 60px;
}
@media screen and (max-width: 1680px) {
  #g_navi .menu > li {
    margin: 0 18px;
  }
}
#g_navi .menu > li:not(:first-child):before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #ccc;
}
#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 10px 0;
  color: #333;
}
#g_navi .menu li ul {
  width: 160px;
  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: normal;
  background: #0f917b;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#g_navi .menu li ul li a:hover {
  color: #0f917b;
  background: #fff;
  opacity: 0.6;
  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) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
    cursor: pointer;
  }
  .menu > li > a:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1DB5A0;
    transition: all 0.6s;
    transform: scaleX(0);
  }
  .menu > li > a:hover:after {
    transform: scaleX(1);
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(#fff 75%, #EDF9F8 25%);
}
#mv_top .mv_img {
  width: calc(100% - 100px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    width: 100%;
  }
}
#mv_top .mv_img img {
  width: 100%;
  height: auto;
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img img {
    border-radius: 0;
  }
}
#mv_top .mv_txt {
  position: absolute;
  top: 25.2%;
  left: 200px;
  z-index: 0;
  overflow: hidden;
  max-width: 556px;
  width: 30vw;
}
@media screen and (max-width: 767px) {
  #mv_top .mv_txt {
    left: 5%;
    width: 38vw;
  }
}
#mv_top .mv_txt img {
  width: 100%;
  height: auto;
}

#mv_page {
  width: 100%;
  position: relative;
  background: #1DB5A0;
  padding: 82px calc((100% - 1100px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  #mv_page {
    padding: 40px 20px;
  }
}
#mv_page::before {
  content: "";
  width: 188px;
  height: 100%;
  background: url(images/bg01.svg) no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  right: calc((100% - 1100px) / 2);
}
@media screen and (max-width: 767px) {
  #mv_page::before {
    right: 10px;
  }
}
#mv_page .mv_txt {
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt {
    font-size: 2.6rem;
  }
}
#mv_page .mv_txt span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  #mv_page .mv_txt span {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

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

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

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

content 共通設定

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 20px calc((100% - 1100px) / 2);
  background: #EDF9F8;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 20px;
  }
}
.breadcrumb_area .breadcrumb {
  text-align: right;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
}
.breadcrumb_area .breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #999;
}
.breadcrumb_area .breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1DB5A0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb_area .breadcrumb a:hover {
  color: #1DB5A0;
}
.breadcrumb_area .breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto 100px;
  }
  main#page_main {
    width: 100%;
    margin: 40px 0 100px;
    padding: 0 calc((100% - 1100px) / 2);
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .flex_r {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
    margin: 0 auto 50px;
  }
  main#page_main {
    width: 100%;
    margin: 20px 0 50px;
    padding: 0 20px;
  }
  .sp_none {
    display: none !important;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_mb40 {
    margin-bottom: 40px;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  width: 100%;
  padding: 100px calc((100% - 1100px) / 2);
  margin-bottom: 100px;
  background: #EDF9F8;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}
.top_box01 h2 {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
.top_box01 h2 .sm_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .sm_wrap {
    margin-bottom: 15px;
  }
}
.top_box01 h2 .sm_wrap .sm {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  background: #1DB39F;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .top_box01 h2 .sm_wrap .sm {
    font-size: 1.4rem;
    padding: 4px 6px;
  }
}
@media screen and (min-width: 768px) {
  .top_box01 h2 .sm_wrap .sm::before {
    content: "";
    background: #1DB39F;
    width: 12px;
    height: 6px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.top_box02 {
  width: 100%;
  padding: 0 0 0 calc((100% - 1100px) / 2);
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 0;
    margin-bottom: 50px;
  }
}
.top_box02 h2 {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 {
    font-size: 2.4rem;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.top_box02 h2 span {
  color: #1DB39F;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  padding-left: 15px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.top_box02 h2 span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1DB39F;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top_box02 h2 span::before {
    left: 20px;
  }
}
.top_box02 .btn_top_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .top_box02 .btn_top_wrap {
    gap: 0 2%;
    padding: 0 20px;
  }
}
.top_box02 .btn_top_wrap .btn_top {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .top_box02 .btn_top_wrap .btn_top {
    width: 49%;
  }
}
.top_box02 .top_box02_img {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_box02 .top_box02_img {
    width: 100%;
    height: auto;
    aspect-ratio: 750/520;
  }
}
.top_box02 .top_box02_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.top_box03 {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

.top_box04 {
  width: 100%;
  padding: 100px calc((100% - 1100px) / 2);
  margin-bottom: 100px;
  background: #EDF9F8;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
}
.top_box04 h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.top_box04 h2 span {
  color: #1DB39F;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  padding-left: 15px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_box04 h2 span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

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

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

news トップ用

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

.news_post {
  width: 100%;
  max-height: 300px;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .news_post {
    padding-right: 20px;
  }
}
.news_post article a {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 35px 40px 35px 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
  }
}
.news_post article a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1DB5A0;
  transition: 0.3s;
}
.news_post article a::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid #1DB5A0;
  border-right: 2px solid #1DB5A0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.news_post article a .date {
  width: 120px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #1DB49F;
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news_post article a .date {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.news_post article a h3 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  font-family: "Roboto", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news_post article a:hover h3 {
  color: #1DB5A0;
}
.news_post article a:hover::before {
  width: 100%;
}
.news_post article a:hover::after {
  right: 0;
}

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

content下層用


*****************************************/
.contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contact_box {
    flex-direction: column;
    gap: 15px;
  }
}
.contact_box .btn_h {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .contact_box .btn_h {
    width: 254px;
  }
}

.commitment_img {
  position: relative;
}
.commitment_img::before {
  position: absolute;
  top: -28px;
  left: 20px;
  font-size: 6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1DB29F;
  line-height: 1;
  border-bottom: 1px solid #1DB29F;
  padding-bottom: 5px;
}
.commitment_img.no01::before {
  content: "01";
}
.commitment_img.no02::before {
  content: "02";
}
.commitment_img.no03::before {
  content: "03";
}

@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;
  }
}
.product_post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
@media screen and (max-width: 767px) {
  .product_post {
    gap: 30px 2%;
  }
}
.product_post article {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .product_post article {
    width: 49%;
  }
}
.product_post article figure {
  width: 100%;
  position: relative;
}
.product_post article figure:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.product_post article figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.product_post article h2 a {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 25px 0 15px 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_post article h2 a {
    font-size: 1.4rem;
    padding: 15px 0 10px 20px;
  }
}
.product_post article h2 a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1DB5A0;
  transition: 0.3s;
}
.product_post article h2 a::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100vw;
  border: 4px solid #1DB5A0;
  box-sizing: border-box;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product_post article h2 a::after {
    width: 14px;
    height: 14px;
    border: 3px solid #1DB5A0;
    top: 14px;
  }
}
.product_post article h2 a:hover {
  color: #1DB5A0;
}
.product_post article h2 a:hover::before {
  width: 100%;
}
.product_post article h2 a:hover::after {
  right: 0;
}

.blog_post {
  width: 100%;
}
.blog_post article {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .blog_post article {
    flex-direction: column;
  }
}
.blog_post article::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(images/arr02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .blog_post article::before {
    content: none;
  }
}
.blog_post article a {
  width: 100%;
  padding: 36px 15px;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .blog_post article a {
    padding: 26px 0;
    flex-wrap: wrap;
  }
}
.blog_post article a:hover {
  background: #EAF0F6;
}
.blog_post article a .date {
  width: 140px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #3166A5;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog_post article a .date {
    font-size: 1.4rem;
  }
}
.blog_post article a .txt {
  width: 840px;
}
@media screen and (max-width: 767px) {
  .blog_post article a .txt {
    width: 100%;
  }
}
.blog_post article a .txt h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  font-family: "Roboto", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog_post article a .txt h2 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.blog_post article a .txt p {
  color: #999;
  font-size: 1.4rem;
  margin-top: 5px;
}

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

ELウィジェット

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

.container_box01 .elementor-container {
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 767px) {
  .container_box01 .elementor-container {
    gap: 10px;
  }
}

.elementor-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .elementor-container .w39p {
    width: calc(100% - 760px) !important;
  }
  .elementor-container .w420 {
    width: 420px !important;
  }
  .elementor-container .w540 {
    width: 540px !important;
  }
  .elementor-container .w620 {
    width: 620px !important;
  }
  .elementor-container .w660 {
    width: 660px !important;
  }
}

.table_list01 {
  width: 100%;
}
.table_list01 .elementor-price-list {
  border-top: 1px solid #ddd;
}
@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: #FEF1DA;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}
@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 #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}
@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 #ddd;
    padding: 10px;
  }
}

.table_list02 {
  width: 100%;
}
.table_list02 .elementor-price-list {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table_list02 .elementor-price-list {
    -o-border-image: none;
       border-image: none;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item {
  margin-bottom: 0 !important;
}
.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: 30%;
  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: 16px 20px;
  background: #EDF9F8;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}
@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;
  }
}
.table_list02 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
  width: 70%;
  max-width: 100% !important;
  padding: 16px 20px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: left;
}
@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%;
    border-left: 1px solid #ddd;
    padding: 10px;
  }
}

.table_list03 {
  width: 100%;
}
.table_list03 .elementor-price-list .elementor-price-list-item {
  margin-bottom: 0 !important;
}
.table_list03 .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_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    flex-direction: column;
  }
}
.table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
  margin-bottom: 0 !important;
  width: 20%;
  max-width: 100% !important;
  flex-basis: revert !important;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header {
    width: 100%;
  }
}
.table_list03 .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: 20px 0 20px 30px;
  border-left: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title {
    padding: 10px 0 0 20px;
  }
}
.table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #1DB5A0;
  border-radius: 100vw;
  position: absolute;
  top: 28px;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-header .elementor-price-list-title::before {
    top: 17px;
  }
}
.table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
  width: 80%;
  max-width: 100% !important;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .table_list03 .elementor-price-list .elementor-price-list-item .elementor-price-list-text .elementor-price-list-description {
    width: 100%;
    padding: 0 0 10px 20px;
    border-left: 1px solid #ccc;
  }
}

.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;
}
.icon_list01 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .icon_list01 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 8px;
  }
}

.icon_list02 .elementor-icon-list-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}
.icon_list02 .elementor-icon-list-items .elementor-icon-list-item {
  align-items: flex-start;
  width: 48%;
  margin: 0 !important;
  border-bottom: 1px dotted #aaa;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .icon_list02 .elementor-icon-list-items .elementor-icon-list-item {
    width: 100%;
    padding: 12px 0;
  }
}
.icon_list02 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .icon_list02 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 4px;
  }
}

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

.top_btn01 .elementor-button {
  background-image: url(images/btn_deco01.png);
  background-position: center right 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_btn01 .elementor-button:hover {
  background-image: url(images/btn_deco02.png);
}
@media screen and (min-width: 768px) {
  .top_btn01 .elementor-button {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .top_btn01 .elementor-button {
    width: 100%;
  }
}

.top_btn02 .elementor-button {
  background-image: url(images/btn_deco02.png);
  background-position: center right 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_btn02 .elementor-button:hover {
  background-image: url(images/btn_deco01.png);
}
@media screen and (min-width: 768px) {
  .top_btn02 .elementor-button {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .top_btn02 .elementor-button {
    width: 100%;
  }
}

.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item {
  margin-bottom: 50px;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item {
    margin-bottom: 25px;
  }
}
.faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  position: relative;
  border-bottom: 1px dotted #aaa !important;
  padding: 8px 0 18px 45px;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 6px 0 16px 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: 500;
  margin-right: 10px;
  color: #fff;
  background: #2F6AA6;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100vw;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-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: 30px;
  background: #EBF0F6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .faq .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 20px;
  }
}
.faq .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-right {
  margin-top: 8px;
}

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

single.php

*****************************************/
#single_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #single_box {
    margin-top: 40px;
  }
}

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

#single_box .single_text {
  width: 100%;
  margin: 30px 0;
}

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

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin-top: 50px;
}

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

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

.nav-below {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: 1px solid #1DB5A0;
  border-bottom: 1px solid #1DB5A0;
}
@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;
  text-decoration: none;
  color: #1DB5A0;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}
.nav-below a:hover {
  background: #1DB5A0;
  color: #fff;
}
.nav-below .next {
  width: 25%;
  border-right: 1px solid #1DB5A0;
}
.nav-below .back {
  width: 50%;
}
.nav-below .prev {
  width: 25%;
  border-left: 1px solid #1DB5A0;
}

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

P

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

/* 文字 */
.red {
  color: #D80000;
}

.orange {
  color: #F8A406;
}

.green {
  color: #1DB39F;
}

.underline {
  background: linear-gradient(transparent 50%, #FCEEE5 50%);
}

.size14 {
  font-size: 1.4rem;
}

.size18 {
  font-size: 1.8rem;
}

.size20 {
  font-size: 2rem;
}

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

.tr {
  text-align: right;
}

.mb_none {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

@media print, screen and (min-width: 768px) {
  .tc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sp_tc {
    text-align: center;
  }
  .size18 {
    font-size: 1.6rem;
  }
  .size20 {
    font-size: 1.7rem;
  }
  .mb50,
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb70,
  .mb80 {
    margin-bottom: 50px;
  }
  .mb90,
  .mb100,
  .mb120 {
    margin-bottom: 60px;
  }
}
/****************************************

タイトル

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

.headline {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 20px;
  }
}
.headline span {
  color: #1DB39F;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.subhead01 {
  text-align: center;
  margin-bottom: 40px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #1DB5A0;
}
@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 20px !important;
    padding-bottom: 5px;
  }
}

.subhead02 {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 20px !important;
    background: #1DB5A0;
    padding: 6px 12px;
  }
}
.subhead02 span {
  display: inline-block;
  background: #1DB5A0;
  color: #fff;
  padding: 9px 20px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .subhead02 span {
    display: inline;
    padding: 0;
    margin: 0;
  }
}

.subhead03 {
  margin-bottom: 20px !important;
  padding: 0 0 10px 25px;
  border-bottom: 1px solid #F8A407;
  color: #F8A407;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subhead03 {
    padding: 0 0 5px 25px;
    margin-bottom: 15px !important;
  }
}
.subhead03::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100vw;
  border: 4px solid #F8A407;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .subhead03::before {
    width: 16px;
    height: 16px;
    top: 6px;
  }
}

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

aside

*****************************************/
#bottom_area {
  width: 100%;
  padding: 100px calc((100% - 1100px) / 2);
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #bottom_area {
    background-image: linear-gradient(#fff 70%, #EDF9F8 30%);
  }
  #bottom_area::before {
    content: "";
    width: 362px;
    height: 100%;
    background: url(images/bg01.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 13.2%;
    z-index: -1;
  }
  #bottom_area ::after {
    content: "";
    width: calc(100% - 100px);
    height: 100%;
    background: #1DB5A0;
    border-radius: 0 80px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
}
@media screen and (max-width: 767px) {
  #bottom_area {
    padding: 50px 20px;
    background: #1DB5A0;
  }
}
#bottom_area h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #bottom_area h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#bottom_area h2 span {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  padding-left: 15px;
  margin-bottom: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 767px) {
  #bottom_area h2 span {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
#bottom_area .b_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #bottom_area .b_contact {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  #bottom_area .tel_box {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    padding-right: 40px;
    margin-right: 20px;
  }
}
#bottom_area .tel_box .number {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  background: url(images/tel-white.svg) no-repeat left center;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 30px;
}
#bottom_area .tel_box p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 5px;
}
#bottom_area .btn_b {
  width: 220px;
}
@media screen and (max-width: 767px) {
  #bottom_area .btn_b {
    width: 100%;
  }
}

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

footer　共通

*****************************************/
footer {
  background: #F6F6F6;
}

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

footer-PC

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    width: 100%;
  }
  #pc_footer p {
    font-size: 1.4rem;
  }
  #pc_footer .footer_box {
    padding: 120px calc((100% - 1080px) / 2) 60px;
    display: flex;
    justify-content: space-between;
  }
  #pc_footer .footer_box .inner_left .footer_logo {
    margin-bottom: 35px;
  }
  #pc_footer .footer_box .inner_left .f_sns {
    margin-top: 25px;
  }
  #pc_footer .footer_box .inner_left .f_sns a {
    margin-right: 20px;
  }
  #pc_footer .footer_box .inner_right .copyright {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    display: block;
    text-align: right;
    margin-top: 70px;
  }
  #pc_footer .sitemap {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
  #pc_footer .sitemap li > ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  #pc_footer .sitemap li > ul > li::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid #1DB5A0;
    border-right: 2px solid #1DB5A0;
    transform: rotate(45deg);
  }
  #pc_footer .sitemap li > ul > li a {
    width: 100%;
    text-decoration: none;
    color: #333;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
  }
  #pc_footer .sitemap li > ul > li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #1DB5A0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  #pc_footer .sitemap li > ul > li a:hover {
    color: #1DB5A0;
  }
  #pc_footer .sitemap li > ul > li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  #pc_footer .sitemap li dl dt {
    color: #333;
    letter-spacing: 0.04em;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }
  #pc_footer .sitemap li dl dt::before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 2px solid #1DB5A0;
    border-right: 2px solid #1DB5A0;
    transform: rotate(45deg);
  }
  #pc_footer .sitemap li dl dd {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
  }
  #pc_footer .sitemap li dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  #pc_footer .sitemap li dl dd a {
    color: #787878;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  #pc_footer .sitemap li dl dd a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #1DB5A0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  #pc_footer .sitemap li dl dd a:hover {
    color: #1DB5A0;
  }
  #pc_footer .sitemap li dl dd a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  #pc_footer .sitemap li dl.column {
    width: 235px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;
  }
  #pc_footer .sitemap li dl.column > dt {
    width: 100%;
  }
  #pc_footer .sitemap li dl.column > dd {
    width: 48%;
  }
  #pc_footer .sidebar {
    display: none;
    position: fixed;
    right: 0;
    bottom: 140px;
    z-index: 999;
  }
  #pc_footer .sidebar a {
    display: block;
    margin-top: 10px;
  }
  #pc_footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
  }
}
/****************************************

footer-SP

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    width: 100%;
    padding-bottom: 60px;
    /* ----sp追従---- */
  }
  #sp_footer .copyright {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    display: block;
    text-align: center;
    padding: 20px;
  }
  #sp_footer .sp_bana {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #F6F6F6;
    border-top: 1px solid #ccc;
  }
  #sp_footer .sp_bana .sp_bana_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
  }
  #sp_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;
  }
  #sp_footer .sp_bana .sp_bana_parts span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.2;
    text-align: center;
    font-size: 1.1rem;
    color: #333;
  }
  #sp_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;
  }
  #sp_footer .sp-tel::after {
    background-image: url(images/sp-tel.svg);
    background-size: 20px;
  }
  #sp_footer .sp-line::after {
    background-image: url(images/sp-line.svg);
    background-size: 22px;
  }
  #sp_footer .sp-mail::after {
    background-image: url(images/sp-contact.svg);
    background-size: 20px;
  }
  #sp_footer .sp-insta::after {
    background-image: url(images/sp-instagram.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: 300px;
}

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

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

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

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

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

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

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

.form_row .form_input_post {
  width: 180px;
}

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

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  border: 1px solid #1DB5A0;
  background-color: #1DB5A0;
  font-family: "Roboto", "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #1DB5A0;
  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 */