@charset "UTF-8";
/*!
Theme Name: f-connect2025.co.jp
Description:千葉県千葉市にある「株式会社f-connect」では、介護管理職育成を中心に福祉施設の運営のお悩みに寄り添い、解決に向けたサポートをする福祉運営アドバイザー事業をしています。また、障がいのある方が制作された作品・商品の委託販売や、相談支援事業を行っています。当社は、福祉の抱える様々な問題の解決に向けてサポートし、社会につなげていきたいと考えています。お気軽にご相談ください。
Theme URI: https://www.f-connect2025.co.jp/
Version: 1.0
License: f-connect2025.co.jp
License URI: https://www.f-connect2025.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/****************************************

リセット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, hgroup, 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;
}

/*---------------------------
画面幅
---------------------------*/
/* +padding(20*2)pxを*/
/*---------------------------
フォント
---------------------------*/
/* color */
/* font-family*/
/*font-size*/
:root {
  --fSize_body: 1.6rem;
  --fSize_primary-top: 3.5rem;
  --fSize_primary-sub: 2.8rem;
  --fSize_secondly-top: 3rem;
  --fSize_secondly: 2.2rem;
  --fSize_third: 2.2rem;
  --ffSize_18: 1.8rem;
  --fSize_small: 1.6rem;
}

@media screen and (max-width: 767px) {
  :root {
    --fSize_body: 1.4rem;
    --fSize_primary-top: 2.2rem;
    --fSize_primary-sub: 2.2rem;
    --fSize_secondly-top: 2rem;
    --fSize_secondly: 1.8rem;
    --fSize_third: 1.8rem;
    --ffSize_18: 1.6rem;
    --fSize_small: 1.4rem;
  }
}
/* 下層ページ画像サイズ */
/*ロゴサイズ*/
/****************************************

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

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

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f8f8f8;
  color: #000;
  line-height: 1.7;
  min-width: 1240px;
}

@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: var(--fSize_body);
  letter-spacing: 0.03em;
}

h1 {
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

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

h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2rem;
    /* トップの見出しのみ、2.2rem～2.4remに個別設定しています */
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.6rem;
  }
}
/****************************************

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

*****************************************/
a:link, a:visited {
  color: #f8b400;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover, a:active {
  color: #f89800;
  text-decoration: none;
  transition: 0.3s;
}
a figure img.img_opacity,
a img.img_opacity {
  transition: 0.3s linear;
}
a:hover figure img.img_opacity, a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

a.tel_link:link, a.tel_link:visited, a.tel_link:hover, a.tel_link:active {
  color: #2f2f2f;
  text-decoration: none;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #header {
    width: 100%;
  }
  .header_box {
    width: 100%;
    margin: 0 auto;
  }
  .header_box .header_top {
    width: 1240px;
    margin: 0 auto;
  }
  .header_box .header_top .logo img {
    max-width: 436px;
  }
  .header_box .header_top .header_right {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    padding-left: 10px;
  }
  .header_box .header_top .header_right--list {
    display: flex;
    padding-top: 6px;
  }
  .header_box .header_top .header_right--list .header_right_item {
    z-index: 999;
  }
  .header_box .header_top .header_right--list .header_right_item:not(:first-child) {
    margin-left: 20px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #header {
    width: 100%;
  }
  .header_box {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  .header_box .header_top .logo img {
    max-width: 300px;
  }
  .header_box .header_right .logo {
    padding: 15px 10px;
  }
  .header_box .header_right .logo img {
    max-width: 280px;
  }
  .header_box .header_right--list {
    display: none;
  }
  .header_box-sin {
    height: 50px;
  }
}
#toggle {
  position: fixed;
  right: 10px;
  top: 8px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #f89800;
  cursor: pointer;
  z-index: 9999;
}
#toggle div {
  position: relative;
}
#toggle span {
  display: block;
  position: absolute;
  right: 12px;
  width: 26px;
  height: 2px;
  background: #fff;
  transition: 0.35s ease-in-out;
}
#toggle span:nth-child(1) {
  top: 16px;
}
#toggle span:nth-child(2) {
  top: 23px;
}
#toggle span:nth-child(3) {
  top: 30px;
}

/*spanの絶対位置指定の親にします*/
.open_navi #toggle {
  position: fixed;
}
.open_navi #toggle span {
  background: #fff;
}
.open_navi #toggle span:nth-of-type(1) {
  transform: translateY(7px) rotate(-315deg);
}
.open_navi #toggle span:nth-of-type(2) {
  opacity: 0;
}
.open_navi #toggle span:nth-of-type(3) {
  transform: translateY(-7px) rotate(315deg);
}

#sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow-y: scroll;
  text-align: left;
  background: rgba(248, 152, 0, 0.9);
  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: 1px solid rgba(255, 255, 255, 0.5);
  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 {
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#sp_navi .sub-menu li a {
  display: block;
  padding: 11px 0 10px;
  color: #ccc;
  background: #3ea23c;
}
#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: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  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用 横ナビ

*****************************************/
#g_navi .menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
#g_navi .menu > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 32px 50px;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a:link, #g_navi .menu > li > a:visited {
  color: #000;
}
#g_navi .menu > li > a:hover, #g_navi .menu > li > a:active {
  color: #f8b400;
}
#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: 9999;
  list-style: none;
  width: 100%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  min-width: 220px;
}
#g_navi .menu li ul li {
  position: relative;
  width: 100%;
}
#g_navi .menu li ul li a {
  display: block;
  width: auto;
  padding: 12px 5px;
  background-color: #f8b400;
  background-color: #926a00;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}
#g_navi .menu li ul li a:link, #g_navi .menu li ul li a:visited {
  background-color: #f8b400;
  background-color: #f89800;
  background-color: #e98f00;
  color: #fff;
}
#g_navi .menu li ul li a:hover, #g_navi .menu li ul li a:active {
  background-color: #fbc4d0;
  background-color: #3ea23c;
  color: #fff;
  transition: 0.3s linear;
}
#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/* ナビ下線用 */
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a::before,
  .menu > li > a::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    height: 3px;
    background-color: #f8b400;
    transition: 0.6s;
  }
  .menu > li > a::before {
    left: 50%;
  }
  .menu > li > a::after {
    right: 50%;
  }
  .menu > li > a:hover::before,
  .menu > li > a:hover::after {
    width: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
#slider {
  position: relative;
  max-width: 1940px;
  margin: 0 auto;
}
#slider .metaslider {
  max-width: 1560px;
  margin: 0 0 0 auto;
}
#slider .metaslider img {
  width: 1560px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1560px) and (min-width: 767px) {
  #slider .metaslider img {
    width: 100%;
  }
}
#slider .slider_txt {
  position: absolute;
  top: 280px;
  left: 190px;
}
@media screen and (max-width: 1740px) and (min-width: 767px) {
  #slider .slider_txt {
    left: -20px;
  }
}
@media screen and (max-width: 1540px) and (min-width: 767px) {
  #slider .slider_txt {
    top: 160px;
  }
  #slider .slider_txt img {
    max-width: 480px;
    height: auto;
  }
}

#mv {
  width: 100%;
  position: relative;
}
#mv .mv_inr {
  padding-right: 95px;
  text-align: right;
}
#mv .mv_inr img {
  max-width: 1560px;
}
#mv .mv_txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  background-color: #fff;
  width: 470px;
  height: 90px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1760px) {
  #mv .mv_txt {
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1560px) {
  #mv .mv_inr {
    padding-right: 0;
    text-align: right;
  }
  #mv .mv_inr img {
    width: 100%;
  }
  #mv .mv_txt {
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #slider .slider_txt {
    /* キャッチコピーが画像書き出しの場合、見やすい大きさに調整 */
    width: calc(100vw - 30%);
    width: calc(100vw - 68%);
  }
  /* 下層のMV */
  #mv {
    /* MV自体の高さを180pxに設定 */
    /* スマホ用の背景画像がある場合に使用 */
    background-size: cover;
    background-size: auto 180px;
    /* 背景画像の高さを180pxに設定 */
  }
  #mv .mv_txt {
    /* 最小のスマホの画面サイズ320px⇒430pxに合うように */
    font-size: 2.2rem;
    /* キャッチコピーの文字サイズを見やすい大きさに調整 */
  }
}
@media screen and (max-width: 1400px) {
  .hdr_cal--mv {
    right: 2%;
  }
}
.ms-edit-frontend {
  display: none;
}

@media screen and (max-width: 767px) {
  #slider {
    width: 100%;
    height: auto;
    min-width: initial;
    position: inherit;
  }
  #slider .metaslider {
    width: calc(100% + 140px);
    margin: 0 0 0 -32px;
  }
  #slider .metaslider img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #slider .slider_txt {
    width: 100%;
    height: auto;
    text-align: center;
    top: 220px;
    left: -50px;
    display: block;
    position: initial;
    padding: 20px 20px;
    background-color: rgba(248, 180, 0, 0.5);
  }
  #slider .slider_txt img {
    max-width: 280px;
  }
  #mv {
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    display: block;
  }
  #mv .mv_inr {
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: calc(100% + 500px);
    margin: 0 0 0 -210px;
    text-align: left;
  }
  #mv .mv_inr img {
    max-width: 1600px;
    border-radius: 0;
  }
  #mv .mv_txt {
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    height: 70%;
    background-size: contain;
    text-align: center;
    position: initial;
    padding: 10px 16px 5px;
    background-image: none;
    background-color: #f8b400;
    background-color: rgba(248, 180, 0, 0.5);
    width: 100%;
    transform: initial;
  }
  #mv .mv_txt p {
    font-size: var(--fSize_primary-top);
    line-height: 1lh;
    color: #fff;
  }
  #mv .mv_txt p .sub_mv_txt {
    margin-top: -10px;
    font-size: 1.3rem;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
}

main#page_main {
  width: 100%;
  width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 100px;
  margin: 0 auto;
}

main#single_main {
  width: 1140px;
  margin: 0 auto 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 24px;
}
.breadcrumb_area .breadcrumb {
  text-align: right;
}
.breadcrumb_area .breadcrumb p {
  font-size: 1.4rem;
}
.breadcrumb_area .breadcrumb p a {
  color: #f8b400;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #f8b400;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.breadcrumb_area .breadcrumb p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 10px 0;
  }
  main#top_main .txt_box {
    padding: 0 0 0;
  }
  main#page_main,
  main#single_main {
    width: 100%;
    padding: 0 10px 40px;
  }
  .breadcrumb_area {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto 0;
  }
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
  }
}
/****************************************

content 共通ボックス

*****************************************/
/* sec */
.inr {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/*sin--inr*/
main#page_main .inr,
main#single_main .inr {
  width: 1140px;
}

@media screen and (max-width: 767px) {
  .inr {
    width: 100%;
    padding: 0;
  }
}
/* PCなし*/
@media screen and (max-width: 767px) {
  /* 背景画像sec*/
  .sec_bg {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0 10px;
  }
  .sec_bg .inr {
    padding: 0 10px;
  }
}
/* txtbox */
.txt_box {
  font-size: var(--fSize_body);
}

.txt_box--img {
  font-size: var(--fSize_body);
  width: calc(100% - 440px);
}

@media screen and (max-width: 767px) {
  .txt_box {
    text-align: left;
  }
  .txt_box--img {
    width: 100%;
  }
}
/* 共通ボックス設定 */
.flex,
.flex_r {
  font-size: var(--fSize_body);
  letter-spacing: 0.04em;
  gap: 30px;
}
.flex .ttl,
.flex_r .ttl {
  padding: 8px 16px;
  font-weight: 600;
  background-color: #eee;
}
.flex p,
.flex_r p {
  padding: 8px 0;
}
.flex figure figcaption,
.flex_r figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: top;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r {
    flex-wrap: wrap;
    gap: 0;
  }
}
.flexBox02 {
  position: relative;
  font-size: var(--fSize_body);
  letter-spacing: 0.04em;
  background-color: #eee;
  padding: 28px;
  margin-bottom: 60px;
}
.flexBox02_inner {
  width: 600px;
}
.flexBox02 p {
  padding: 8px 0;
}
.flexBox02 figure figcaption {
  display: block;
  margin-top: 10px;
  text-align: top;
}

.imgList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.imgList01 .imgList01_item {
  text-align: center;
  width: calc((100% - 80px) / 3);
  transition: 0.3s linear;
  max-width: 340px;
}
.imgList01 .imgList01_item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .imgList01 {
    justify-content: center;
    gap: 20px;
  }
  .imgList01 .imgList01_item {
    width: 100%;
  }
}
/* SPフレックスボックス*/
@media screen and (max-width: 767px) {
  /* SPのみのclass名*/
  /* フレックス解除*/
  .flex_block {
    display: block;
  }
  /*1列にする*/
  .flex_column {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  /* 3列にするとき*/
}
/****************************************

contentトップ用

*****************************************/
.top_box01 {
  padding: 54px 0 190px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .top_box01 {
    max-width: 2000px;
  }
}
.top_box01:before {
  content: "";
  width: 1140px;
  height: 660px;
  position: absolute;
  z-index: -2;
  top: 54px;
  right: 0;
  background-color: #f3f1ed;
}
@media screen and (max-width: 767px) {
  .top_box01:before {
    display: none;
  }
}
.top_box01 .top_com {
  position: relative;
}
.top_box01 .top_com:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -155px;
  width: 85px;
  height: 370px;
  z-index: -1;
  background: url(images/top_box01_ttl.png) no-repeat top left/contain;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_com:before {
    display: none;
  }
}
@media screen and (max-width: 1590px) and (min-width: 767px) {
  .top_box01 .top_com:before {
    left: -135px;
  }
}
@media screen and (max-width: 1290px) and (min-width: 767px) {
  .top_box01 .top_com:before {
    left: 0;
    opacity: 0.2;
  }
}
.top_com {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1590px) and (min-width: 767px) {
  .top_com {
    max-width: 1200px;
    margin: 0 0 0 auto;
  }
}
.top_com_body {
  width: 540px;
  z-index: 10;
  padding: 65px 0;
  border-radius: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1660px) {
  .top_com_body {
    padding-right: 0px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .top_com_body {
    padding-right: 0px;
    padding-left: 20px;
  }
}
.top_com_body p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top_com_body p {
    font-size: 1.4rem;
  }
}
.top_com_body_disc {
  text-shadow: 0px 0px 4px #f8f8f8, 0px 0px 3px #f8f8f8, 0px 0px 2px #f8f8f8, 0px 0px 1px #f8f8f8;
}
.top_com_body .btnArea {
  display: flex;
  justify-content: flex-start;
}
.top_com_pic {
  width: calc(100% - 540px);
}
.top_com:not(:last-child) {
  margin-bottom: 75px;
}
.top_com:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1660px) and (min-width: 767px) {
  .top_com {
    padding-right: 20px;
  }
  .top_com_pic {
    width: calc(100% - 540px);
  }
  .top_com_body {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1380px) and (min-width: 767px) {
  .top_com_pic {
    width: calc(100% - 490px);
  }
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 50px 0;
    position: relative;
  }
  .top_box01:before {
    content: "";
    width: 100%;
    height: 660px;
    position: absolute;
    z-index: -2;
    top: 50px;
    left: 0;
    background-color: #f3f1ed;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_box01:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_com {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 0;
  }
  .top_com_body {
    margin: 0;
    text-align: center;
  }
  .top_com_body_disc {
    text-align: left;
  }
  .top_com_pic {
    width: 100%;
  }
  .top_com .txt_box {
    padding: 25px 10px 0;
    width: 100%;
  }
  .top_com .txt_box .btnArea {
    margin-top: 25px;
    position: unset;
    justify-content: center;
  }
  .top_com:not(:last-child) {
    margin-bottom: 40px;
  }
  .top_com:nth-child(even) {
    flex-direction: column;
  }
}
.top_box02 {
  padding: 80px 0 126px;
  background-color: #f3f1ee;
  position: relative;
}
.top_box02_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.top_box02_list_item {
  width: calc((100% - 90px) / 3);
  border-radius: 20px;
  background-color: #fff;
  min-width: 375px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 30px;
}
.top_box02_list_item img {
  margin-bottom: 16px;
}
.top_box02_list_item h3 {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.top_box02_list_item h3 span {
  color: #f88600;
}
.top_box02_list_item_disc {
  text-align: left;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .top_box02_list_item_disc {
    height: 170px;
  }
}
.top_box02_list_item .btn {
  width: 200px;
}
.top_box02_list_item .btn a {
  padding: 10px 0;
}
.top_box02:before {
  content: "";
  background: url(images/top_box02_ttl.png) no-repeat top left;
  width: 520px;
  height: 86px;
  position: absolute;
  top: -45px;
  right: 250px;
}
@media screen and (max-width: 767px) {
  .top_box02:before {
    display: none;
  }
}
@media screen and (max-width: 1306px) and (min-width: 767px) {
  .top_box02:before {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 10px;
  }
  .top_box02_list_item {
    width: 48%;
    margin-bottom: 16px;
  }
  .top_box02 {
    padding: 50px 10px;
  }
  .top_box02_list {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .top_box02_list_item {
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    min-width: initial;
    height: initial;
    padding: 30px 20px;
  }
  .top_box02_list_item img {
    max-height: 100px;
    width: auto;
    margin-bottom: 15px;
  }
  .top_box02_list_item h3 {
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .top_box02_list_item h3 span {
    color: #f88600;
  }
  .top_box02_list_item p {
    text-align: left;
    font-size: var(--fSize_body);
  }
  .top_box02_list_item_disc {
    margin-bottom: 25px;
  }
  .top_box02:before {
    content: "";
    background: url(images/top_box02_ttl.png) no-repeat top left;
    width: 520px;
    height: 86px;
    position: absolute;
    top: -45px;
    right: 250px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_box02:before {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 1306px) and (min-width: 767px) {
  .top_box02:before {
    right: 10px;
  }
}
.map-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.map-list_item {
  width: calc((100% - 40px) / 2);
}
.map-list_item_ttl {
  font-size: var(--fSize_third);
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .map-list {
    justify-content: center;
    gap: 25px;
  }
  .map-list_item {
    width: 100%;
  }
  .map-list_item_ttl {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .access--list .map-list {
    justify-content: center;
    gap: 25px;
  }
  .access--list .map-list_item {
    width: 100%;
  }
  .access--list .map-list_item_ttl {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  padding: 80px 0 105px;
}
.news_box .inr {
  position: relative;
}
.news_box .inr:before {
  content: "";
  position: absolute;
  top: 40px;
  right: -170px;
  width: 85px;
  height: 279px;
  background: url(images/blog_ttl.png) no-repeat top left/contain;
}
@media screen and (max-width: 767px) {
  .news_box .inr:before {
    display: none;
  }
}
@media screen and (max-width: 1928px) and (min-width: 767px) {
  .news_box .inr:before {
    right: -100px;
  }
}
@media screen and (max-width: 1800px) and (min-width: 767px) {
  .news_box .inr:before {
    top: -50px;
    right: 0px;
    opacity: 0.2;
  }
}

.news_post {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 55px;
  gap: 40px;
}
.news_post_part {
  width: calc((100% - 120px) / 4);
  max-width: 270px;
  text-align: left;
}
.news_post_part .news_pic {
  position: relative;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 16px;
}
.news_post_part .news_pic:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.news_post_part .news_pic:after {
  display: block;
  content: "";
  padding-top: 74%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news_post_part .news_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news_post_part .news_date {
  color: #f89800;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.news_post_part .news_ttl {
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}
.news_post_part a {
  cursor: pointer;
  text-decoration: none;
}
.news_post_part a:hover .news_date {
  color: #3ea23c;
  transition: 0.3s;
}
.news_post_part a:hover .news_ttl {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .news_box {
    padding: 50px 10px 50px;
  }
  .news_post {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px 6%;
  }
  .news_post_part {
    width: 47%;
    max-width: initial;
  }
  .news_post_part .news_pic {
    transition: 0.3s;
    margin-bottom: 10px;
  }
  .news_post_part .news_date {
    font-weight: bold;
    font-size: 1.4rem;
    padding-right: 0px;
    padding-left: 0;
  }
  .news_post_part .news_ttl {
    padding-right: 0;
    padding-left: 0;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    transition: 0.3s;
  }
  .news_post_part a {
    cursor: pointer;
    text-decoration: none;
  }
  .news_post_part a:hover .news_date {
    color: #3ea23c;
    transition: 0.3s;
  }
  .news_post_part a:hover .news_ttl {
    opacity: 0.7;
    transition: 0.3s;
  }
}
.top_googlemap {
  margin: -1px 0 -4px;
}

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

content下層用

*****************************************/
/* フレックス設定 */
.flex {
  display: flex;
  justify-content: space-between;
}

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

@media screen and (max-width: 767px) {
  .flex figure,
  .flex_r figure {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .flex .fg--w,
  .flex_r .fg--w {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* 枠　*/
/* テキスト内タイトル */
.txt--ttl {
  font-size: 2rem;
  color: #f8b400;
  font-weight: 500;
}

.txt--ttl02 {
  border: 1px solid #f8b400;
  font-size: 1.8rem;
  padding: 8px 20px;
  color: #f8b400;
  font-weight: 500;
}

/* sin--01 concept*/
/* sin--02　福祉運営アドバイザー事業*/
.check_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .check_list {
    margin: 0 auto;
  }
}
.check_list li {
  width: 100%;
  text-align: left;
  background: url(images/icon_check.png) no-repeat top 4px left;
  border-bottom: 1px dotted #333333;
  padding-bottom: 14px;
  margin-bottom: 14px;
  padding-left: 40px;
}

.features_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.features_list_item {
  width: calc((100% - 80px) / 3);
  max-width: 340px;
  border: 1px solid #2E2E2E;
}
.features_list_item h3 {
  color: #000;
  background-color: #F3F1ED;
  padding: 30px 40px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.features_list_item p {
  padding: 20px;
  font-size: var(--fSize_body);
}

.service_link {
  text-decoration: none;
}
.service_link:link, .service_link:visited {
  color: #f8b400;
}

.service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  list-style: none;
  margin-bottom: 20px;
}
.service_list:after {
  content: "";
  height: 0;
  width: calc((100% - 40px) / 3);
}
.service_list_item {
  text-align: center;
  width: calc((100% - 40px) / 3);
  max-width: 340px;
  margin-bottom: 10px;
  transition: 0.3s linear;
  background-color: #F3F1ED;
  padding: 12px 10px;
  font-size: var(--fSize_body);
  padding: 11px 0;
  text-align: center;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .features_list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .features_list_item {
    width: 100%;
    max-width: initial;
    border: 1px solid #2E2E2E;
  }
  .features_list_item h3 {
    padding: 20px;
    font-size: 1.6rem;
  }
  .features_list_item p {
    padding: 15px;
    font-size: var(--fSize_body);
  }
  .service_list {
    margin-bottom: 0;
  }
  .service_list:after {
    content: "";
    height: 0;
    width: 48%;
    gap: 10px;
  }
  .service_list_item {
    text-align: center;
    width: calc((100% - 40px) / 2);
    width: 48%;
    max-width: initial;
    margin-bottom: 10px;
    transition: 0.3s linear;
    background-color: #F3F1ED;
    font-size: var(--fSize_body);
    padding: 11px 0;
    text-align: center;
    color: #000;
    display: inline-block;
  }
  .check_list {
    margin-bottom: 25px;
  }
  .check_list li {
    background: url(images/icon_check.png) no-repeat top 4px left/16px;
    padding-left: 24px;
    width: 100%;
  }
  .check_list li_pic {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: auto;
  }
  .check_list li_pic img {
    width: 100%;
    height: auto;
  }
  .check_list li_main {
    padding: 34px 14px 30px;
    border-radius: 0 0 12px 12px;
    width: 100%;
    background-color: #f89800;
  }
  .check_list li_main .top_service_ttl {
    font-size: var(--fSize_middle);
    font-weight: bold;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 20px;
  }
  .check_list li_main .top_service_disc {
    font-size: var(--fSize_body);
    font-weight: 400;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.1lh;
    text-align: left;
    margin-bottom: 30px;
  }
  .top_box02 {
    padding: 50px 10px;
  }
  .top_box02_disc {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
  }
  .top_box02_disc .ttl_sub {
    padding: 0 32px;
    font-size: 1.4rem;
    display: inline-block;
    background: url(images/top_box02_ttl_left.png) no-repeat left center, url(images/top_box02_ttl_right.png) no-repeat right center;
    margin-bottom: 8px;
  }
  .top_box02 .check_list {
    margin-bottom: 25px;
  }
  .top_box02 .check_list li {
    width: 90%;
    max-width: 302px;
  }
}
.con_list {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  align-items: center;
}
.con_list li {
  text-align: center;
  border: 1px solid #f8b400;
  width: 320px;
  padding: 20px;
}

.table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.table th,
.table td {
  border: 1px solid #ccc;
  padding: 11px 24px;
  text-align: left;
  font-weight: 400;
}
.table th {
  width: 300px;
  background-color: #eee;
  font-weight: bold;
  vertical-align: baseline;
  padding-left: 16px;
}
.table td {
  width: calc(100% - 300px);
}

.table_con td {
  padding: 14px;
}

.table_fee thead th {
  padding: 11px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
  font-weight: 400;
}
.table_fee thead th:first-child {
  width: 48%;
}
.table_fee thead th:nth-child(2) {
  width: 26%;
}
.table_fee thead th:last-child {
  width: 26%;
}
.table_fee tbody th,
.table_fee tbody td {
  background-color: transparent;
}
.table_fee tbody th {
  width: 48%;
  font-weight: 400;
}
.table_fee tbody th .ttl {
  font-weight: bold;
  display: block;
}
.table_fee tbody td {
  text-align: center;
  vertical-align: middle;
}
.table_fee tbody td:nth-child(2) {
  width: 26%;
}
.table_fee tbody td:last-child {
  width: 26%;
}

@media screen and (max-width: 767px) {
  .table_overview th,
  .table_overview td {
    border: none;
  }
  .table_overview th,
  .table_overview td {
    display: block;
    width: 100%;
    padding: 14px 12px;
  }
  .table_overview th {
    font-weight: 600;
  }
  .table_scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .table_height {
    height: 440px;
  }
  .table_scroll::before {
    content: "※横にスクロールしてご覧ください";
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: inline-block;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #f8f8f8;
  }
  .table th,
  .table td {
    padding: 10px;
  }
  .table th {
    width: 24%;
    vertical-align: top;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
  }
  .table th:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .table td {
    width: 70%;
    font-size: 1.4rem;
    text-align: left;
  }
  .table td:first-child {
    border-bottom: 1px solid #ccc;
  }
  .table_con th,
  .table_con td {
    display: block;
    width: 100%;
  }
}
/* sin-- faq*/
@media screen and (max-width: 767px) {
  .faq_list {
    padding: 16px 10px;
    margin-bottom: 24px;
  }
  .faq_list dt {
    font-size: 1.6rem;
    padding-bottom: 12px;
    margin-right: 4px;
    padding-left: 30px;
    position: relative;
  }
  .faq_list dt:before {
    margin-left: 0px;
    top: -10px;
    font-size: 2.8rem;
  }
  .faq_list dd {
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .faq_list dd:before {
    position: absolute;
    top: -10px;
    left: -8px;
    margin-left: 10px;
    content: "A";
    color: #fbc4d0;
    font-size: 2.4rem;
  }
}
/*sin--campaign */
.campaign_pic {
  position: relative;
  width: 440px;
  transition: 0.3s;
  border: 3px solid #f8b400;
  border-radius: 16px;
  margin-bottom: 14px;
}
.campaign_pic img {
  border-radius: 16px;
}
.campaign_pic:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.campaign_pic:after {
  display: block;
  content: "";
  padding-top: 75%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.campaign_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .campaign_post {
    margin-bottom: 40px;
  }
}
.campaign_post .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campaign_post .h2_subhead01 {
    margin-bottom: 0;
  }
}
.campaign_post .campaign_btnarea {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 60px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .campaign_post .campaign_btnarea {
    margin-top: 16px;
    text-align: center;
  }
}

.table_main_wrapper .table_caption {
  padding: 16px 0;
}

/*table--*/
/*price*/
.price_box01 h3.h3_subhead01 {
  margin-bottom: 30px;
}

.price_box02 .sec-info {
  display: flex;
  justify-content: space-between;
}
.price_box02 .sec-info_item {
  width: 48%;
  min-width: 600px;
}
.price_box02 .sec-info_item .h3_subhead01 {
  margin-bottom: 20px;
}
.price_box02 .sec-info_item .h3_subhead01:before {
  width: 600px;
}
.price_box02 .att {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .price_box02 .att {
    font-size: 1.6rem;
  }
}

/*ビフォーアフター*/
.compare_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.compare_content_item {
  width: 440px;
}
.compare_content_pic {
  width: 440px;
  position: relative;
  max-height: 580px;
  overflow: hidden;
  border-radius: 10px;
}
.compare_content_pic img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.compare_content_ttl {
  color: #000;
  font-size: 2rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 16px;
  position: relative;
  margin-bottom: 16px;
}
.compare_content_ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fbc4d0;
}

@media screen and (max-width: 767px) {
  .compare_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .compare_content_pic {
    width: inherit;
    max-width: 400px;
    height: auto;
    position: initial;
  }
  .compare_content_pic img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  .compare_content .arrow {
    padding: 20px;
    transform: rotate(90deg);
    display: none;
  }
  .compare_content .arrow img {
    max-width: 50px;
  }
  .compare_content_ttl {
    font-size: 1.6rem;
    padding: 8px 0;
  }
  .compare_content_disc {
    font-size: 1.4rem;
    text-align: left;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/* sin--09 事務所概要 */
.table_overview {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.table_overview th,
.table_overview td {
  border: 1px solid #ccc;
  padding: 11px 24px;
  text-align: left;
  font-weight: 400;
}
.table_overview th {
  width: 320px;
  background-color: #eee;
  font-weight: bold;
}
.table_overview th a {
  color: #f8b400;
}
.table_overview td {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .table_overview th,
  .table_overview td {
    border: none;
  }
  .table_overview th,
  .table_overview td {
    display: block;
    width: 100%;
    padding: 14px 12px;
  }
  .table_overview th {
    font-weight: 600;
  }
}
/* sin--09お問合せ*/
.contact {
  text-align: center;
}
.contact_txt {
  margin-bottom: 40;
}
.contact .attention {
  font-size: 1.8rem;
  padding-bottom: 40px;
}

.policy_box {
  padding: 25px 20px;
  font-weight: 600;
  margin-bottom: 50px;
  background-color: #f3f1ee;
}
.policy_box dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}
.policy_box dd {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 767px) {
  .contact {
    text-align: left;
  }
  .contact_txt {
    line-height: 1.9;
  }
  .contact .tel {
    text-align: center;
  }
  .contact .tel img {
    max-width: 180px;
  }
  .contact .attention {
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
  .policy_box {
    padding: 20px 10px;
  }
  .policy_box dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .policy_box dd {
    font-size: 1.4rem;
    text-align: left;
  }
}
/* 会社概要 */
.access_box02 .h3_subhead01 {
  margin-bottom: 16px;
}

.access--list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*border*/
}
.access--list dt {
  text-align: left;
  width: 235px;
  padding-left: 0;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-bottom: 2px dotted #f8b400;
  font-size: var(--ffSize_18);
}
@media screen and (max-width: 767px) {
  .access--list dt {
    color: #fff;
  }
}
.access--list dd {
  width: calc(100% - 235px);
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #f8b400;
  padding-left: 200px;
}
@media screen and (max-width: 767px) {
  .access--list dd {
    padding-left: 0;
  }
}
.access--list dd a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.access--list a {
  color: #f8b400;
  text-decoration: none;
}
.access--list a:hover {
  opacity: 0.6;
}

/*table--*/
.table_main {
  width: 100%;
  /*枠線*/
  /*ご利用案内*/
}
.table_main tr {
  display: flex;
  align-items: center;
}
.table_main th,
.table_main td {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.table_main th {
  padding-left: 60px;
  padding-right: 60px;
  color: #000;
  font-weight: bold;
  font-size: var(--fSize_third);
  width: 210px;
}
.table_main td {
  width: calc(100% - 210px);
}
.table_main th,
.table_main td {
  border-bottom: 2px dotted #f8b400;
}
.table_main .th_short {
  width: 320px;
  background-color: #FAF4F4;
}
.table_main .td_long {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .googlemap iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
  }
  .table--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 25px;
  }
  .table--list dt,
  .table--list dd {
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 8px;
  }
  .table--list dt {
    font-weight: 500;
  }
  .table--list dt:last-of-type {
    border-bottom: none;
  }
  .table--list dd {
    border-left: 1px solid #f8b400;
  }
  .access--list {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    margin-top: 25px;
    /*border-reset*/
  }
  .access--list dt,
  .access--list dd {
    display: block;
    text-align: left;
    width: 100%;
    padding: 14px 8px;
    border: none;
  }
  .access--list dt {
    font-weight: 600;
    background-color: rgba(248, 180, 0, 0.8);
    border: 1px solid #f8b400;
    width: 100%;
    left: 0;
    padding: 16px;
  }
  .access--list dt:before {
    display: none;
  }
  .access--list dd {
    border-right: 1px solid #f8b400;
    border-left: 1px solid #f8b400;
    width: 100%;
    left: 0;
    padding: 16px;
  }
  .access--list dd:after {
    display: none;
  }
  .access--list dd:last-of-type {
    border-bottom: 1px solid #f8b400;
  }
  .access--list dt {
    position: relative;
  }
  .access--list dt:before {
    display: none;
  }
  .access--list dt:after {
    left: 0;
    display: none;
  }
  .access--list dd {
    position: relative;
  }
  .access--list dd:before {
    display: none;
  }
  .access--list dd:after {
    display: none;
  }
}
/* お知らせ */
.news-sin .news-sin_post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.news-sin .news-sin_post .post_img {
  position: relative;
  width: 440px;
  max-height: 310px;
}
.news-sin .news-sin_post .post_img:after {
  display: block;
  content: "";
  padding-top: 70%;
  /* デザインの画像を「縦幅 ÷ 横幅」で%を算出 */
}
.news-sin .news-sin_post .post_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.news-sin .news-sin_post_contents {
  width: calc(100% - 480px);
  display: flex;
  flex-direction: column;
}
.news-sin .news-sin_post_contents .post-sin .subHdl02 {
  margin-bottom: 16px;
}
.news-sin .news-sin_post_contents .post-sin p {
  font-size: 1.6rem;
}
.news-sin .news-sin_post_contents .post-sin_date {
  font-weight: 400;
  font-size: 1.5rem;
  color: #6A635D;
}
.news-sin .news-sin_post .news_btnarea {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 35px;
  display: inline-block;
  text-align: right;
}

.news-sin_post:not(:last-child) {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .news-sin .news-sin_post {
    display: block;
    text-align: center;
  }
  .news-sin .news-sin_post .post_img {
    width: 400px;
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
  }
  .news-sin .news-sin_post_contents {
    width: 100%;
    text-align: left;
  }
  .news-sin .news-sin_post_contents .post-sin_date {
    font-size: 1.4rem;
  }
  .news-sin .news-sin_post_contents .post-sin_ttl {
    position: relative;
    font-size: 1.6rem;
  }
  .news-sin .news-sin_post_contents .news_btnarea {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 35px;
    display: inline-block;
    text-align: center;
  }
  .news-sin .news-sin_post:not(:last-child) {
    margin-bottom: 70px;
  }
}
/****************************************

single.php

*****************************************/
.single_box .date {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: 1.5rem;
}
.single_box img {
  max-width: 900px;
  width: auto;
  height: auto;
  margin: 10px 10px 10px 0;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 70px auto 100px;
}
.nav-below .list {
  width: 250px;
  background: transparent;
  transition: 0.3s;
}
.nav-below .list a {
  display: block;
  padding: 15px 5px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  background-color: #f8b400;
  border: 1px solid #f8b400;
}
.nav-below .list a:hover {
  background: #ffc52c;
}
.nav-below > a {
  display: block;
  width: 140px;
  padding: 15px 5px;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  background-color: #3ea23c;
}
.nav-below > a:hover {
  background-color: #54bf52;
}
.nav-below > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

a.page-numbers {
  background: rgba(255, 255, 255, 0.6);
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  transition: 0.3s;
}
a.page-numbers:link, a.page-numbers:visited {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a.page-numbers:hover, a.page-numbers:active {
  color: #666;
  transition: 0.3s;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: #f8b400;
  border: solid 1px #000;
  color: black;
}

@media screen and (max-width: 767px) {
  .single_box .date {
    font-size: 1.4rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    width: 100%;
    margin-top: 50px;
  }
  .nav-below .list {
    width: 40%;
  }
  .nav-below .list a {
    font-size: 1.4rem;
  }
  .nav-below > a {
    width: 30%;
    font-size: 1.4rem;
  }
}
/****************************************

aside

*****************************************/
.bottom_nav {
  padding: 80px 0;
  text-align: center;
  background: url(images/bottom_nav_bg.jpg) no-repeat center top/cover;
}
.bottom_nav .txt_box {
  margin-top: 20px;
}
.bottom_nav .txt_box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4lh;
}
.bottom_nav .btnArea {
  margin-top: 30px;
}
.bottom_nav .btnArea .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_nav .btnArea .btn a img {
  margin-right: 16px;
}

/* 下層ver */
@media screen and (max-width: 767px) {
  .bottom_nav--sin {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bottom_nav {
    padding: 50px 10px;
    background: url(images/bottom_nav_bg.jpg) no-repeat center top/cover;
  }
  .bottom_nav .txt_box {
    margin-top: 20px;
  }
  .bottom_nav .txt_box p {
    text-align: left;
    font-size: var(--fSize_body);
    line-height: 1.6lh;
  }
  .bottom_nav .btnArea {
    margin-top: 25px;
  }
  .bottom_nav .btnArea .btn a img {
    max-width: 24px;
    margin-right: 10px;
  }
  .bottom_nav--sin {
    padding: 0;
  }
}
.bottom_info {
  width: 100%;
  padding: 50px 10px;
}
.bottom_info h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.bottom_info_txt {
  margin-bottom: 25px;
}
.bottom_info_list {
  flex-direction: column;
}
.bottom_info_list .tel {
  margin: 0 0 25px;
  padding: 0;
}
.bottom_info_list .tel p:first-child {
  font-size: 1.2rem;
  text-align: center;
}
.bottom_info_list .tel p:last-child {
  font-size: 2.4rem;
}
.bottom_info_list .tel p:last-child span {
  font-size: 1.6rem;
}
.bottom_info_list .tel::before {
  display: none;
}
.bottom_info::before, .bottom_info::after {
  height: 30px;
}
.bottom_info::before {
  top: -30px;
}

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

テーブル

*****************************************/
.price--list {
  width: 48%;
  border: 1px solid #f8b400;
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
}
.price--list dt,
.price--list dd {
  padding: 16px;
  width: 48%;
}
.price--list dd:not(:last-child) {
  border-bottom: 1px solid #f8b400;
}
.price--list_ttl {
  background-color: #EFF5F0;
  max-width: 200px;
  border-right: 1px solid #f8b400;
}
.price--list_ttl:not(:last-of-type) {
  border-bottom: 1px solid #f8b400;
}
.price--list dd {
  width: calc(100% - 200px);
}

.check--list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.check--list_item {
  width: 48%;
  display: flex;
  border-bottom: 1px solid #f89800;
  padding: 8px 0;
}
.check--list_item:before {
  content: "";
  background: url(images/checkList_icon.png) no-repeat top center/cover;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .price--list {
    width: 100%;
    border-right: none;
  }
  .price--list:not(:last-child) {
    border-bottom: none;
  }
  .price--list dt,
  .price--list dd {
    padding: 16px 8px;
    width: 100%;
  }
  .price--list_ttl {
    max-width: none;
  }
  .price--list dt {
    width: 100%;
  }
  .price--list dt:last-of-type {
    border-bottom: 1px solid #f8b400;
  }
  .price--list dd {
    width: 100%;
    border-right: 1px solid #f8b400;
  }
  .check--list {
    gap: 8px;
  }
  .check--list_item {
    width: 48%;
    padding: 0 0 8px;
  }
  .check--list_item:before {
    background: url(images/checkList_icon.png) no-repeat top center/contain;
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 8px;
    margin-top: 5px;
  }
}
/****************************************

ラベル

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

ボタン

*****************************************/
/* ボタンエリア */
.btnArea {
  display: flex;
  justify-content: center;
}

.btnArea_2 {
  gap: 40px;
}

.btnArea--sin {
  margin-top: 20px;
  gap: 30px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .btnArea--sin {
    gap: 8px;
  }
}

/* ボタン親*/
.btn {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  padding: 15px 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
}
.btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn-noArrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn-noArrow a {
  display: inline-block;
  text-decoration: none;
  padding: 13px 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

.btn_sin {
  width: 340px;
}
.btn_sin a {
  font-size: var(--ffSize_18);
  font-weight: 400;
}

.btn--main a {
  background-color: #f8b400;
  color: #fff;
}
.btn--main a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url(images/btn_arrow.png) no-repeat top center/cover;
}
.btn--main a:hover {
  background-color: #3ea23c;
  transition: 0.3s;
}

.btn--main-noArrow a {
  background-color: #f8b400;
  color: #fff;
}
.btn--main-noArrow a:hover {
  background-color: #3ea23c;
  transition: 0.3s;
}

.btn--main02 a {
  background-color: #f89800;
  color: #fff;
}
.btn--main02 a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background: url(images/btn_arrow.png) no-repeat top center/cover;
}
.btn--main02 a:hover {
  background-color: #3ea23c;
  transition: 0.3s;
}

.btn--accent a {
  background-color: #3ea23c;
  color: #fff;
}
.btn--accent a:hover {
  background-color: #f8b400;
  transition: 0.3s;
}

.btn--service {
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 1px solid #f89800;
  border-radius: 10px;
}
.btn--service a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  width: 100%;
  color: #f89800;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .btn--service a {
    font-size: 1.4rem;
  }
}
.btn--service a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #f89800;
  border-right: 2px solid #f89800;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn--service a:hover {
  background-color: #f89800;
  color: #fff;
}
.btn--service a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn--news {
  width: 340px;
  display: inline-block;
}
.btn--news a {
  font-size: 1.8rem;
  background-color: #f8b400;
  color: #fff;
  padding: 14px 0;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
}
.btn--news a:hover {
  background-color: #3ea23c;
  transition: 0.3s;
}

.btn--sin a {
  padding: 12px 0;
}
.btn--sin a:before {
  display: none;
}
.btn--sin a img {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 290px;
    font-size: 1.6rem;
  }
  .btn a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: var(--fSize_body);
  }
  .btn--news a {
    font-size: 1.4rem;
  }
  .btn--sin {
    margin: 0 auto;
  }
  .btn_sin {
    width: 240px;
  }
  .btn_sin a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .btn--sin {
    margin-top: 16px;
    width: 240px;
  }
  .btn--sin a img {
    max-width: 20px;
    margin-right: 8px;
    margin-top: -4px;
    background-size: cover;
  }
}
/****************************************

txt設定

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

.ml15 {
  margin-left: 15px;
}

.mt30 {
  margin-top: 30px;
}

.txt580 {
  width: 580px;
}

.txt680 {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50,
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 40px;
  }
  .txt580 {
    width: 100%;
  }
}
/****************************************

P

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

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 1.8rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #FF0000;
}

.blue {
  color: #f8b400;
}

.line {
  -webkit-text-decoration: border;
          text-decoration: border;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.6rem;
  }
}
/*block*/
.inline-block {
  display: inline-block;
}

/* 位置 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

/*displaynone*/
.pc-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center;
  }
  .left_sp {
    text-align: left;
  }
  .flex_center_sp {
    justify-content: center;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
/****************************************

img

*****************************************/
/* ホバー時にズーム */
figure.img_zoom {
  position: relative;
  overflow: hidden;
}
figure.img_zoom a {
  display: block;
  position: relative;
  background: #1967a5;
}
figure.img_zoom a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  content: "詳しく見る";
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.4s linear;
}
figure.img_zoom a::after {
  display: block;
  content: "";
  padding-top: 75%;
}
figure.img_zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: 0.3s linear;
}
figure.img_zoom:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
figure.img_zoom:hover a::before,
figure.img_zoom:hover a::after {
  opacity: 1;
}

.fg--w {
  width: 440px;
}

.img_radius {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .img_zoom::before {
    font-size: 1.4rem;
  }
  .img400 {
    width: 100%;
    max-width: 400px;
  }
}
/****************************************

トップページタイトル

*****************************************/
.top_headline {
  font-size: var(--fSize_primary-top);
  font-weight: bold;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
@media print, screen and (min-width: 768px) {
  .top_headline {
    padding-top: 70px;
  }
}
.top_headline .color {
  color: #f89800;
}

.top_subhead01 {
  font-size: var(--fSize_secondly-top);
  font-weight: bold;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 56px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.top_subhead01:before {
  content: "";
  position: absolute;
  background: url(images/ttl_bg.png) no-repeat bottom center;
  height: 115px;
  width: 70px;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.top_news_ttl {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 22px;
  margin-bottom: 50px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
}
.top_news_ttl:before {
  content: "";
  position: absolute;
  background-color: #f8b400;
  height: 2px;
  width: 90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bottom_nav_ttl {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.bottom_nav_ttl .bottom_nav_sub {
  font-size: 3rem;
  line-height: 1lh;
  margin-bottom: 16px;
  display: block;
}
.bottom_nav_ttl .ttl_en {
  line-height: 1.6lh;
  font-size: 8rem;
}

.ttl_flower {
  position: relative;
}
.ttl_flower:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 95px;
  bottom: 0px;
  right: -71px;
  background: url(images/top_ttl_icon.png) no-repeat top center/cover;
}

.top_subhead02 {
  display: flex;
  align-items: center;
}
.top_subhead02 span {
  color: #f8b400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  background: linear-gradient(180deg, #ffffff 40%, #BBBBBB 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.top_subhead02:before {
  content: "";
  background: url(images/ttl_icon01.png) no-repeat top center/contain;
  width: 51px;
  height: 53px;
  margin-right: 16px;
}
.top_subhead02:after {
  content: "";
  height: 1px;
  width: 410px;
}

@media screen and (max-width: 767px) {
  .top_headline {
    margin-bottom: 25px;
    position: relative;
    text-align: left;
  }
  .top_headline::before {
    width: 100%;
  }
  .top_subhead01 {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 25px;
    width: 100%;
  }
  .top_subhead01 span {
    font-size: 1.3rem;
  }
  .top_subhead01:before {
    background: url(images/ttl_bg.png) no-repeat bottom center/cover;
    height: 87px;
    width: 53px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .top_news_ttl {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .top_news_ttl:before {
    width: 70px;
  }
  .top_subhead02 {
    margin-bottom: 20px;
    padding: 2px 0 2px 15px;
    border-left-width: 4px;
    font-size: 2rem;
  }
  .bottom_nav_ttl {
    line-height: 1lh;
    margin-bottom: 0;
  }
  .bottom_nav_ttl .bottom_nav_sub {
    font-size: 1.4rem;
    line-height: 1lh;
    margin-bottom: 10px;
  }
  .bottom_nav_ttl .ttl_en {
    font-size: 3rem;
  }
  .top_news_ttl {
    margin-bottom: 25px;
  }
  .bottom_nav_ttl {
    font-size: 2.4rem;
  }
}
/****************************************

下層ページタイトル

*****************************************/
.headline {
  font-size: var(--fSize_primary-sub);
  font-weight: bold;
  color: #000;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 20px;
  margin-bottom: 40px;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
}
.headline:before {
  content: "";
  position: absolute;
  background-color: #f8b400;
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.single_tit {
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: center;
}

/* h2 */
.h2_subhead01 {
  font-size: var(--fSize_third);
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
  margin-bottom: 16px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.h2_subhead01::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #000;
}

.post-sin_ttl {
  font-size: var(--fSize_third);
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  position: relative;
}
.post-sin_ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #000;
}

.h2_subhead02 {
  font-size: var(--fSize_third);
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 45px;
  position: relative;
}
.h2_subhead02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 530px;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 49, 111) 50%, rgba(255, 255, 255, 0));
}

.h3_subhead01 {
  font-size: var(--ffSize_18);
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  text-align: left;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #f3f1ee;
}

.h4_subhead01 {
  font-size: var(--fSize_third);
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #f8b400;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .headline {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
  }
  .headline::before {
    content: "";
    position: absolute;
    background: url(images/ttl_bg.png) no-repeat bottom center/cover;
    height: 90px;
    width: 50px;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .headline .subHdl {
    font-size: 1.3rem;
    display: block;
    font-weight: 600;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #6c7e8d;
  }
  .single_tit {
    margin-bottom: 20px;
    padding-top: 16px;
    background-size: 30px auto;
    font-size: 2rem;
  }
  .post-sin_ttl,
  .h2_subhead01 {
    font-size: var(--fSize_secondly);
    margin-bottom: 16px;
    text-align: left;
    align-items: flex-start;
  }
  .h3_subhead01 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    padding: 10px;
    text-align: left;
  }
  .h4_subhead01 {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
/****************************************

見出し

*****************************************/
@media screen and (max-width: 767px) {
  .headline {
    line-height: 1.4;
  }
  .headline span {
    font-size: 1.4rem;
    /* 見出しに小さな英字がある場合に使用 */
  }
}
/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  #sp_footer {
    position: relative;
  }
  #sp_footer .sp_bnr {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  #sp_footer .sp_bnr .sp_bnr_parts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 33.3333333333%;
    background: #3ea23c;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
  }
  #sp_footer .sp_bnr .sp_bnr_parts > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #sp_footer .sp_bnr .sp_bnr_parts img {
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
  }
  #sp_footer .sp_bnr .sp_bnr_parts p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  #sp_footer .sp_footer_box {
    padding: 40px 8px 70px;
    color: #000;
  }
  #sp_footer .sp_footer_box .sp_logo {
    max-width: 280px;
    margin: 0 auto 15px;
  }
  #sp_footer .sp_footer_box .sp_copyright {
    display: block;
    padding: 15px 0 0;
    font-size: 1.1rem;
    text-align: center;
  }
  #sp_footer .sp_footer_box .side_bnr {
    display: none;
  }
}
/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .side_bnr {
    position: fixed;
    right: 0;
    bottom: 55%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .side_bnr .opacity {
    opacity: 0.8;
  }
  .pagetop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    transition: 0.3s linear;
    display: none;
  }
  .pagetop:hover {
    transform: translateY(-5px);
  }
  .pc_footer_box {
    color: #000;
  }
  .pc_footer_box .footer_body {
    display: flex;
    justify-content: space-between;
    width: 1600px;
    margin-left: auto;
  }
  .pc_footer_box .footer_left {
    width: 600px;
    padding: 130px 50px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  .pc_footer_box .footer_left {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .pc_footer_box .footer_left .footer_logo {
    margin-bottom: 10px;
  }
  .pc_footer_box .footer_left .footer_logo a {
    text-decoration: none;
    transition: 0.3s;
  }
  .pc_footer_box .footer_right {
    text-align: center;
    width: calc(100% - 600px);
  }
  .pc_footer_box .footer_right iframe {
    height: 100%;
  }
  .pc_footer_box .footer_right .cpr_info {
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: 25px;
  }
  .pc_copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 1.4rem;
    background-color: #f8b400;
    color: #fff;
  }
}
/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}
.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #f8b400 solid;
  background-color: #f8b400;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(248, 180, 0, 0.3);
  background-color: #fff;
  color: #f8b400;
  transition: all 0.25s;
}
.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #f8b400 solid;
  box-shadow: 0 0 2px 2px rgba(248, 180, 0, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}
.form_row .form_label {
  width: 300px;
}
.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}
.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input_post {
  width: 180px;
}
.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #f8b400;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}
.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #f8b400;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #f8b400;
  border-right: 3px solid #f8b400;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #f8b400;
  box-shadow: 0 0 2px 2px rgba(248, 180, 0, 0.5);
  background-color: #f8b400;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}
.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  display: inline-block;
}
.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}
.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(248, 180, 0, 0.5);
}
.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #f8b400;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  transform: translateY(-50%);
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #f8b400;
  border-right: 1px solid #f8b400;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #f8b400;
  border-right: 1px solid #f8b400;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #f8b400;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(248, 180, 0, 0.7), rgba(248, 180, 0, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/*お問い合わせ項目、縦列*/
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(248, 180, 0, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(248, 180, 0, 0.3);
}

.wpcf7-response-output {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .tc {
    text-align: left;
  }
  .wpcf7 .tc input[type=submit] {
    font-size: 16px;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.3em;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  span.wpcf7-list-item {
    font-size: 1.4rem;
  }
}
/****************************************

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 *//*# sourceMappingURL=style.css.map */