/*
Theme Name:20240527resposive2_side_install_pack
*/
@charset "utf-8";
@import url(option.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* --------------------------------------
ブラウザスタイル初期化
-------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* --------------------------------------
背景＆基本設定
-------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
body {
  color: #303030;
  background-color: #fff;
  line-height: 1;
  -webkit-text-size-adjust: none;
  min-width: 1000px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, 0.941rem + 0.29vw, 1.125rem);
  font-size: 16px;
}
*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
img {
  border: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: .5s;
}
a:link {
  color: #000;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666;
  text-decoration: none;
  transition: .5s;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
ul {
  list-style: none;
  margin-bottom: 20px;
}
ol {
  margin-left: 25px;
}
dt {
  width: 20%;
  clear: left;
  float: left;
  padding: 10px 0;
}
dd {
  padding: 10px 0 10px 20%;
  border-bottom: 1px solid rgb(239, 239, 239);
}
hr {
  overflow: hidden;
  height: 0;
  border: #bdbdbd dotted 1px;
  margin: 5px 0 15px 0;
}
/* --------------------------------------
webアイコン定義
-------------------------------------- */
.fa-home {
  font-size: 12px !important;
}
.fa-window-restore {
  margin-left: 3px;
}
/* --------------------------------------
レイアウト定義
-------------------------------------- */
#base {
  overflow: hidden;
  background: #f9f9f9;
}
.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
  padding-top: 76px;
}
.wrapper_head {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  background-color: #fff;
}
#content {
  padding: clamp(0.625rem, -0.551rem + 5.88vw, 3.125rem);
  max-width: 1170px;
  padding: 0 25px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
  padding-bottom: 0;
}
#content #main {
  width: 100%;
  line-height: 1.8;
  text-align: justify;
}
/* メイン画像 */
#simplegallery1 {
  clear: both;
  margin-bottom: 10px;
  z-index: 2;
}
.simplegallery {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}
.simplegallery img {
  width: 100%;
}
#ibox {
  height: 460px;
  width: 100%;
  background-image: url(img/main.png);
  background-size: cover;
  background-position: center center;
}
.ibox_p {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 460px;
}
.ibox_p h1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 16px 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.71);
  font-size: 32px;
  font-style: italic;
}
/* キャッチを画像にする場合 */
.ibox_p img {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#imagebox {
  clear: both;
  z-index: 2;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#imagebox img {
  width: 100%;
}
#imagebox3 {
  clear: both;
  z-index: 2;
  text-align: center;
  height: 506px;
  background-color: #f6f7fa;
  padding-top: 40px;
  margin-bottom: 0;
  background-position: center;
  background-image: url("img/main.png");
  position: relative;
  background-size: cover;
}
#base #bg #imagebox3 h1 {
  font-size: 54px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: normal;
  color: #fff;
}
#base #bg #imagebox3 h1 .fs {
  font-size: 25px;
}
.imagebox_p {
  width: auto;
  height: auto;
  padding: 50px 100px;
  background-color: rgba(0, 0, 0, 0.42);
}
.imagebox_p p {
  line-height: normal;
  color: white;
  font-size: 20px;
}
.imagebox_p span.c_2 {
  font-size: 23px;
}
.imagebox_p span.c_3 {
  font-size: 30px;
  text-shadow: 1px 1px 0 white;
  /* font-weight: bold; */
  color: rgb(255, 80, 80);
}
#pan {
  font-size: 10px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin: 20px auto;
  max-width: 1170px;
  padding: 0 25px;
  line-height: 1.3;
}
#pan a {
  background: transparent;
}
.sec {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#content .sec h2:first-child, #content .sec h3:first-child, #content .sec h4:first-child {
  margin-top: 0 !important;
}
.page_wrap {
  padding: 0 40px;
}
/* --------------------------------------
各ページタイトル
-------------------------------------- */
#content #main .singletitle a, #content #main .title a {
  color: #ff6000;
  text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
-------------------------------------- */
a:hover img {
  opacity: 0.6; /* opera  firefox safari */
  filter: alpha(opacity=60); /* ie */
  -ms-filter: "alpha( opacity=60 )";
  transition: .5s;
}
#content #side a:hover img {
  opacity: 0.6; /* opera  firefox safari */
  filter: alpha(opacity=60); /* ie */
  -ms-filter: "alpha( opacity=60 )";
}
#content #side li:hover {
  opacity: 0.6; /* opera  firefox safari */
  filter: alpha(opacity=60); /* ie */
  -ms-filter: "alpha( opacity=60 )";
  background: #fff; /* border-left:#ff6000 2px solid; */
}
/* --------------------------------------
ヘッダー定義
-------------------------------------- */
.header_l h1, .header_l p {
  display: none;
}
#header_main {
  width: 100%;
  margin: auto;
  background-color: #78909c;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.header_r {
  margin-left: auto;
}
header h1.title {
  padding: 0;
  text-align: inherit;
  display: inline-block;
}
header h1.title a {
  display: block;
}
.header_tel {
  line-height: 40px;
  background-color: #8fafdb;
  color: #fff;
  height: 40px;
}
.header_tel p {
  width: 1000px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}
/* -------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
/* 横ならびメニュー部分 */
#menu {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
#menu li {
  position: relative;
  flex-grow: 1;
}
#menu > li a {
  display: block;
  margin: 0;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.3s;
  border-bottom: 3px solid #fff;
}
#menu > li a:hover {
  border-bottom: 3px solid #ffb560;
}
#m_logo svg {
  width: 66px;
  height: 31px;
  margin-top: 10px;
  margin-left: 10px;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(200px) rotateX(90deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(0deg);
  }
}
/* --ここまで-- */
#menu {
  position: relative;
  height: auto;
}
header.fixed #menu {
  position: relative;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header_r_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_r_box ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.header_r_box ul li {
  margin: 0 2em 0 0;
}
div#header_main .header_r_box ul li a {
  font-size: 13px;
  padding: 0 10px;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  font-weight: bold;
  background:
    linear-gradient(#78909cff 50%, transparent 0) 0 0 / 100% 200% no-repeat, linear-gradient(90deg, #331fc8ff, #d200ffff);
  transition: .3s;
  line-height: 1.8;
  display: block;
}
header {
  background: #aaa;
}
.header_l a {
  display: block;
  line-height: 0;
  padding: 8px;
}
div#header_main .header_r_box ul li a:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
  background-position: 0 -100%;
}
div#header_main .head_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 164px;
  background: linear-gradient(to right, #331fc8, #d200ff);
  text-align: center;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 50px;
  position: relative;
  z-index: 0;
}
.header_l {}
.head_contact {
  padding: 0 30px;
}
div#header_main .head_contact a:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: inherit;
  filter: blur(10px);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
div#header_main .head_contact a:hover:after {
  opacity: .7;
  visibility: visible;
}
/* --------------------------------------
サイドタイトル
-------------------------------------- */
#content #side h3 {
  background: url("img/btn_title_side.png") 10px center no-repeat, url("img/bg_title_side.png") left top repeat-x;
  background: #fc1d25; /* Old browsers */
  background: -moz-linear-gradient(top, #fc1d25 1%, #bf0209 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc1d25 1%, #bf0209 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc1d25 1%, #bf0209 100%);
  height: auto;
  padding: 7px 0 6px 15px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  border: none;
  margin: 20px 0 0 0;
  text-indent: 10px;
  position: relative;
  /* 上部角丸の場合コメントアウト外す
border-top-right-radius: 4px;
border-top-left-radius: 4px;
*/
}
#content #side div:first-child h3 {
  margin: 0 0 0 0;
}
#content #side h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #feed68;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
/* --------------------------------------
サイドメニューリスト
-------------------------------------- */
#content #side ul {
  margin: 0;
  list-style: none;
}
#content #side li {
  border-bottom: #c9c1b9 1px dotted;
  vertical-align: middle;
  position: relative;
}
#content #side li a {
  display: block;
  color: #080808;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  position: relative;
}
#content #side li a::before, #content #side li.recentcomments::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: 0.3s;
}
#content #side li a:hover::before, #content #side li.recentcomments:hover::before {
  transform: translate(2px, -50%);
}
#content #side li.recentcomments {
  padding: 10px 10px 10px 20px;
}
#content #side li.recentcomments a::before {
  content: none;
}
/* --------------------------------------
フッター定義
-------------------------------------- */
footer {
  height: auto;
  padding: 120px 0 0;
  background-color: #78909c;
}
footer, footer a {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.footer_nav {
  width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 0.875rem;
}
.footer_btm_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
/* footer_btm_left  */
.logo_footer {
  display: block;
  margin-bottom: 12px;
}
.logo_footer img {
  width: 210px; /* フッターのロゴ横幅 */
}
a.logo_footer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.logo_footer svg {
  margin-bottom: 12px;
  width: 80px;
  float: left;
}
footer svg path {
  fill: rgb(152, 152, 152);
}
p.cinfo, p.urls {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
p.urls {
  margin: 20px 0 10px;
}
/* footer_btm_right  */
.footer_btm_right {
  margin-left: auto;
}
.f_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.tel {
  padding: 0 20px 0 0;
  color: #333;
  font-weight: bold;
}
.tel img {
  width: 25px;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  background: #333;
  box-sizing: border-box;
  border-radius: 4px;
  transform: translateY(2px);
}
.telnum {
  font-size: 1.875rem;
  font-family: Roboto;
  line-height: 1.3;
}
.tel .note {
  display: block;
  font-size: 0.875rem;
}
.f_mail a {
  display: block;
  padding: 10px 40px;
  background: #333;
  border-radius: 4px;
  color: #fff;
}
.f_mail img {
  margin: 0 5px 0 0;
  transform: translateY(2px);
}
/* footermenu  */
.footermenu {
  margin: 30px 0;
}
.footermenu ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.footermenu li {
  width: auto;
  white-space: nowrap;
  margin: 0 0 10px;
}
.footermenu li a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 0.75rem;
  padding: 0 20px;
  border-right: 1px solid #333;
}
.footermenu li:last-child a {
  border: none;
}
.copyright {
  padding: 40px 0;
  color: #333;
  text-align: center;
  background: #ffffff;
}
.copyright a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}
#pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
a#pagetop:hover {
  opacity: 0.6;
}
#fix_footer {
  display: none;
}
.foot_main_box {
  display: flex;
  justify-content: space-between;
  color: #fff;
  min-height: 375px;
  border-bottom: 1px solid;
}
.foot_main_box a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.foot_main_cont {
  width: 32%;
  border-top: 1px solid;
  padding: 20px 0;
}
.foot_main_cont a {}
.foot_main ul {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.foot_main ul li {
  padding: 10px;
}
.foot_main ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
/* --------------------------------------
コンテンツ共通パーツ
-------------------------------------- */
/* お客様編集時のためにここは変えない */
#content #main p {
  margin-bottom: 20px;
}
#content #main .singleline {
  overflow: hidden;
}
#submain {
  height: 200px;
  background-color: #d2d2d2;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* background-position-y: 50%;
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1); */
}
#submain img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -550px;
  /*
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
*/
  opacity: 0.5;
}
.h1wrap {
  width: 1000px;
  height: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
#submain h1 {
  width: 100%;
  padding: 0 30px;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.dotted {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}
/* --------------------------------------
ブログ系
-------------------------------------- */
.blog-eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}
.blog-eyecatch img {
  width: 100px;
  height: 100px;
}
.prev-next {
  text-align: center;
  margin: 30px 0;
  overflow: visible !important;
  font-size: 16px;
}
.wp-pagenavi {
  overflow: visible !important;
}
.wp-pagenavi span.pages {
  font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 6px 8px;
  color: #585858;
  border-radius: 2px;
}
.wp-pagenavi span.current {
  background: #bdbdbd;
  color: black;
  border-color: #5f5f5f;
}
/* newarchivephp */
.post .s-time, .single .s-time {
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
}
blockquote {
  position: relative;
  padding: 20px 60px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #888;
  font-size: 0.9em;
}
/* archives.php 202007_add */
#content #main .post_box p.more {
  padding: 5px 20px 5px 40px;
  position: relative;
  text-decoration: none;
}
#content #main .post_box p.more::before {
  content: " \f054";
  font-family: FontAwesome;
  color: #ccc;
  position: absolute;
  left: 15px;
  top: 5px;
  transition: 0.3s;
}
#content #main .post_box a:hover p.more::before {
  transform: translateX(4px);
}
.post_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
}
#main .post_wrap::after {
  content: none;
}
.post_box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}
.post_box a, .post_box a:visited, .post_box a:link {
  text-decoration: none;
}
.post_box a.post_link {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.post_box a.post_link:hover {
  transform: translateY(-4px);
}
.posttitle {
  margin-bottom: 5px;
}
#content #main .post_wrap h3 {
  clear: both;
  height: auto;
  background: none;
  padding: 0;
  margin: 5px 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  line-height: normal;
  text-align: left;
  border-bottom: none;
}
#content #main .post_box p.date {
  display: block;
  padding: 10px;
  margin: 0;
}
#content #main p.date i {
  margin: 0 10px 0 0;
}
.post_img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post_box img {
  width: 100%;
  height: auto;
  max-height: auto;
}
#content #main .post_box p {
  padding: 10px;
  line-height: 1.5;
}
/* single.php */
.article_img {
  text-align: center;
}
.article_img img {
  width: auto;
  height: auto;
}
.cat_list li {
  display: inline-block;
}
.cat_list li a {
  display: flex;
  align-items: center;
  height: 3.2em;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 1em;
  margin: 0 1em 0 0;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  transition: color, background-color 0.1s ease-out;
}
.cat_list li a:hover {
  background: #666;
  color: #fff;
}
/* --------------------------------------
見出し設定
-------------------------------------- */
/* h1共通部分 */
#content #main h1.singletitle, #content #main h1 {
  clear: both;
  height: auto; /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #054594;
  font-size: 38px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  letter-spacing: 2px;
  line-height: normal;
  position: relative;
  z-index: 10;
  padding: 0 0 10px 0;
}
/* コンテンツ中のh1上margin */
#content #main h1.title {
  margin-top: 0;
}
#content #main.under_page h2 {
  clear: both;
  height: auto; /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #000;
  border-bottom: #d2d2d2 solid 1px;
  border-top: #d2d2d2 solid 1px;
  font-size: clamp(1.563rem, 1.474rem + 0.44vw, 1.75rem);
  margin: 60px 0 14px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 10px 0;
}
#content #main h2:nth-of-type(1), h2:nth-of-type(1) {
  margin-top: 0;
}
#content #main.under_page h2 a {
  text-decoration: none;
}
#content #main.under_page h3 {
  clear: both;
  height: auto; /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #303030;
  border-bottom: #bdbdbd dashed 1px;
  font-size: 22px;
  margin: 30px 0 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 8px 0;
}
#content #main.under_page h4 {
  clear: both;
  height: auto; /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #303030;
  font-size: 18px;
  margin: 20px 0 2px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 8px 0;
}
/* special css */
/* end special css */
/* --------------------------------------
パーツ
-------------------------------------- */
.eyecatch_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 30px;
  align-items: center;
  padding: 20px;
  position: relative;
  border: 10px solid #edf8f7;
}
.eyecatch_box .ttl_wrap {
  padding: 0 50px;
  width: calc(100% - 350px);
}
#content #main.under_page .eyecatch_box .ttl_wrap h4 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  color: #00b6c1;
  background: none;
  margin-bottom: 20px;
  display: inline-block;
  border: none;
}
#content #main.under_page .eyecatch_box .ttl_wrap h4::before {
  content: none;
}
.eyecatch_box figure {
  width: 300px;
  line-height: 0;
  position: relative;
  z-index: 1;
  margin: 0;
}
/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  background: white;
}
th {
  border: 1px solid #c7c7c7;
  padding: 10px;
  background: #fff5da;
  font-weight: bold;
}
td {
  border: 1px solid #c7c7c7;
  padding: 10px;
  vertical-align: middle;
}
.table2 {
  border: 2px solid #c7c7c7;
}
.table2 th {
  vertical-align: middle;
  text-align: center;
}
/* --------------------------------------
テーブル
-------------------------------------- */
.tablestyle {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.tdstyle {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  width: 30%;
  text-align: center;
}
.tdstyle_none {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  text-align: center;
}
/* 左寄せ */
.tdstyle2 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: left;
}
/* 右寄せ */
.tdstyle3 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: right;
}
/* 中央寄せ */
.tdstyle4 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: center;
}
/* special css */
/* end special css */
/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */
/* 色:グレー */
.sq1 {
  border: 1px solid #ecebeb;
  background-color: #f3f3f3;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
  border: 5px solid #f3f3f3;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
/* 囲み：赤 */
.sqred {
  border: 1px solid #f29e9e;
  background-color: #fffafa;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */
.nizyuu {
  border-width: 4px;
  border-style: double;
}
/* 囲み：点線 */
.tensen {
  border-width: 3px;
  border-style: dotted;
}
/* 囲み：角丸 */
.radious {
  border-radius: 5px;
}
/* special css */
/* end special css */
/* --------------------------------------
便利ボタン
-------------------------------------- */
.btn-round1 {
  min-width: 300px;
  height: auto;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  background: #10a0dc;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.btn-round1:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round1:hover {
  opacity: 0.8;
}
.btn-round2 {
  min-width: 300px;
  height: auto;
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  background: #ff731e;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.btn-round2:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-round2:hover {
  opacity: 0.8;
}
.btn-list1 {
  min-width: 240px;
  height: auto;
  color: #333;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #10a0dc;
}
.btn-list1::before {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #10a0dc;
  border-right: 2px solid #10a0dc;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.btn-list1:hover {
  opacity: 0.8;
}
.btn-list2 {
  border-radius: 4px;
  width: auto;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#f6efd5));
  background: linear-gradient(180deg, #fffbf2, #f6efd5);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: justify;
}
.btn-list2::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #b58d5a;
  border-right: 2px solid #b58d5a;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
}
.btn-list2:hover {
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}
.btn-list-arc {
  width: auto;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 7px 40px 7px 40px;
  position: relative;
  text-align: justify;
  font-size: 13px;
  background-color: #f1f1f1;
  margin-top: 10px;
  border-radius: 4px;
}
.btn-list-arc::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
}
.btn-list-arc:hover {
  opacity: 0.6;
}
/* special css */
/* end special css */
/* --------------------------------------
テキスト飾り設定
-------------------------------------- */
.hosoku {
  color: #5a5a5a;
  font-size: 90%;
  line-height: 1.7;
}
.datetxt {
  color: gray;
  font-size: 90%;
}
.fs2 {
  font-size: 114.2857%;
}
.fs3 {
  font-size: 130%;
}
.fs4 {
  font-size: 160%;
  line-height: 1.5;
}
.fs5 {
  font-size: 200%;
  line-height: 1.5;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.yellow {
  background-color: #ffff85;
  padding: 4px 5px 2px 5px;
  font-weight: normal;
}
/* テキスト装飾 */
.tk1 {
  color: #e60000;
}
.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, rgba(255, 216, 0, 1) 40%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
}
/* ディスプレイインラインブロック */
.dib {
  display: inline-block !important;
}
.uline {
  color: #f00;
  text-decoration: underline;
  font-style: italic;
}
.round {
  border-radius: 100px;
}
.blue {
  color: #4485e9;
}
/* 電話番号装飾 */
.telarea {
  border: 1px solid #cecece;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 26px;
}
.freedial {
  text-align: left;
}
/* チェックボックスの付くリスト */
.check_list-border li {
  position: relative;
  text-indent: -31px;
  padding-left: 2em;
}
.check_list-border li::before {
  content: url("img/check-b.webp");
  margin-right: 10px;
}
.check_list li {
  position: relative;
  text-indent: -1.8em;
  padding-left: 2em;
  margin-bottom: 10px;
  line-height: 1.5;
}
.check_list li::before {
  content: url("img/check.webp");
  margin-right: 10px;
}
/* special css */
/* end special css */
/* --------------------------------------
Q&A
-------------------------------------- */
.q {
  background-color: #f3f3f3;
  color: #ff6000;
  padding: 4px;
  font-weight: bold;
}
.a {
  padding: 7px 4px;
  border-bottom: #ccc 1px dotted;
  margin: 5px 0 20px 1em;
  text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: inline;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.fixmargin {
  margin-top: -23px;
}
#overlay {
  z-index: 1000 !important;
}
#lightbox {
  z-index: 9999 !important;
}
/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
  background-color: #f5f3f3;
  font-size: 11px;
  color: #ff6000;
  padding: 5px 10px 0 10px;
  margin: 0;
  line-height: 130%;
}
#feed_new li {
  border-bottom: #ccc dotted 1px;
  list-style: none;
  padding-bottom: 5px;
}
#feed_new a {
  font-size: 13px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */
/* div */
* html #main div {
  height: 1px;
}
/* fontcontrol */
#control {
  position: absolute;
  top: 5px;
  right: 5px;
}
#control a {
  color: white;
  text-decoration: none;
}
#control a:hover {
  text-decoration: underline;
}
span#intro {
  font-size: 13px;
  margin-right: 5px;
}
span#f-big {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}
span#f-medium {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}
span#f-small {
  background-color: black;
  padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.al {
  text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
  text-align: left;
}
ul.li_1 {
  margin-bottom: 20px;
}
ul.li_1 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_1 li::before {
  content: " \f14a";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_2 {
  margin-bottom: 20px;
}
ul.li_2 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_2 li::before {
  color: #008600;
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_3 {
  margin-bottom: 20px;
}
ul.li_3 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_3 li::before {
  content: " \f058";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_4 {
  margin-bottom: 20px;
}
ul.li_4 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_4 li::before {
  content: " \f05d";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_5 {
  margin-bottom: 20px;
}
ul.li_5 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_5 li::before {
  content: " \f0a9 ";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_6 {
  margin-bottom: 20px;
}
ul.li_6 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_6 li::before {
  content: " \f18e";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_7 {
  margin-bottom: 20px;
}
ul.li_7 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_7 li::before {
  content: " \f138";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_8 {
  margin-bottom: 20px;
}
ul.li_8 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_8 li::before {
  content: " \f152";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_9 {
  margin-bottom: 20px;
}
ul.li_9 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_9 li::before {
  content: " \f0da";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_10 {
  margin-bottom: 20px;
}
ul.li_10 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_10 li::before {
  content: " \f069";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_11 {
  margin-bottom: 20px;
}
ul.li_11 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_11 li::before {
  content: " \f111";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_12 {
  margin-bottom: 20px;
}
ul.li_12 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
ul.li_12 li::before {
  content: " \f192";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}
ul.li_maru li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: bold;
}
ul.li_maru li::before {
  content: "● ";
  color: #5077c2;
}
ul.li_kome li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}
ul.li_kome li::before {
  content: "※ ";
  color: #5077c2;
}
ul.b_gray li::before {
  color: #d9d8d8;
}
ul.b_pink li::before {
  color: #f79698;
}
ul.b_green li::before {
  color: #cafdb1;
}
ul.b_skyblue li::before {
  color: #a0dff3;
}
ul.b_blue li::before {
  color: #608aeb;
}
ul.b_gold li::before {
  color: #d9b087;
}
ul.b_orange li::before {
  color: #fb8230;
}
ul.b_yellow li::before {
  color: #f8ee6d;
}
ul.b_azuki li::before {
  color: #731f21;
}
ul.b_purple li::before {
  color: #aa79e7;
}
/* --------------------------------------
box3-box4
-------------------------------------- */
.flex-box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex-box2 .flex-cont {
  width: 48%;
  border: 2px solid #f4f4e6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.flex-box2 .flex-cont .title {
  background: #f4f4e6;
  padding: 10px 20px;
  font-size: 20px;
  color: #52281c;
  font-weight: bold;
}
.flex-box2 .flex-cont .txt {
  padding: 20px;
}
.flex-box2 .flex-cont .txt a.more {
  font-size: 14px;
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.flex-box2 .flex-cont .txt a.more:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid #359898;
  border-right: 2px solid #359898;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex-box3 .flex-cont {
  width: 32%;
  border: 2px solid #f4f4e7;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.flex-box3 .title {
  background: #f4f4e7;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  color: #52281c;
}
.flex-box3 .txt {
  padding: 20px 20px 0;
  font-size: 14px;
}
.flex-box3 .txt a {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.flex-box3 .txt a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 11px;
  height: 11px;
  border-top: 2px solid #359898;
  border-right: 2px solid #359898;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box3 .txt a:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(405deg);
  transform: translate(5px, -50%) rotate(405deg);
}
.flex-box4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.flex-box4 .flex-cont {
  width: 23%;
  border: 1px solid #f4f4e8;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  border-top: 3px solid #498315;
}
.flex-box4 .flex-cont .title {
  background: #f4f4e8;
  font-size: 16px;
  padding: 10px;
  color: #52281c;
  font-weight: bold;
}
.flex-box4 .flex-cont .txt {
  padding: 15px 15px 0;
  font-size: 14px;
}
.flex-box4 .flex-cont .txt a:before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #359898;
  border-right: 2px solid #359898;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-box4 .flex-cont .txt a {
  float: right;
  text-decoration: none;
  margin: 0 3% 3% 0;
  position: relative;
}
.flex-box4 .flex-cont .txt a:hover:before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}
/* --------------------------------------
電話番号エリア
-------------------------------------- */
.responsedevise {
  border: 1px solid #b7d87f;
  padding: 15px;
  text-align: center;
  margin: 30px auto 0;
  border-radius: 5px;
}
/* --------------------------------------
フォームボタン
-------------------------------------- */
div.sbtn_1 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #409fdb;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_2 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ec802e;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_3 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #ee6d6d;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_4 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #b38746;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.sbtn_5 input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #bbb6af;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  text-indent: 1em;
}
div.maru input[type="submit"] {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  padding: 8px 20px 8px 20px;
  text-shadow: 1px 1px 3px #666;
  box-shadow: 0 0 6px 3px #e6e6e6;
  -moz-box-shadow: 0 0 6px 3px #e6e6e6;
  -webkit-box-shadow: 0 0 6px 3px #e6e6e6;
  width: auto;
}
div.sbtn_1 input:hover {
  background: #96cff5;
}
div.sbtn_2 input:hover {
  background: #fac871;
}
div.sbtn_3 input:hover {
  background: #f0a3a3;
}
div.sbtn_4 input:hover {
  background: #ebd3b0;
}
div.sbtn_5 input:hover {
  background: #f0ece4;
}
/* mail_icon表示用 */
.sbtn_1.action, .sbtn_2.action, .sbtn_3.action, .sbtn_4.action, .sbtn_5.action {
  position: relative;
  width: 270px;
  height: 60px;
  margin: auto;
}
.sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
  position: absolute;
  top: 1.2em;
  left: 80px;
}
/* ページ内スライド制御 */
.sliderbox {
  width: 500px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
/*  special css */
/* end special css */
/* ---------------------
H レスポンシブ用
------------------------ */
/* PC用とモバイル用のロゴを出し分ける */
#pc_logo {
  display: inline;
}
#pc_logo img {
  margin: 0 auto;
}
#mobile_logo {
  display: none;
}
#mobile_button {
  display: none;
}
.mobile_menu {
  display: none;
}
#mobile_main {
  display: none;
}
/* デスクトップでは非表示にする */
#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
  display: none;
}
#content #main p.wp-caption-text {
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 10px 0;
  line-height: 17px;
}
#content #main h2.spe {
  padding: 0;
  margin: 0 0 30px;
  background-color: #fff;
  border: 0;
  display: inline-block;
  color: #444;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
}
.rightbox {
  float: right;
}
.leftbox {
  float: left;
}
.w40 {
  width: 40%;
}
.w60 {
  width: 60%;
}
/* コンタクトフォーム */
.wpcf7-form {
  color: #333;
}
input.wpcf7-form-control {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
textarea.wpcf7-form-control::placeholder {
  color: #999;
}
/* プルダウンメニュー */
select.wpcf7-form-control {
  max-width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 45px 5px 15px;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}
/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  margin: 7.5px;
}
.wpcf7-form-control input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}
/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  margin: 7.5px;
}
.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 7.5px;
  color: #555;
}
.wpcf7-form-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}
/* フォーム幅の調整 */
.field_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.field_wrap.first {
  margin-top: 30px;
}
.field_name {
  display: table-cell;
  width: 200px;
  padding: 0 0 30px 30px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  color: #555;
  vertical-align: middle;
}
.field {
  display: table-cell;
  padding: 0 0 30px 30px;
  border-bottom: 2px solid #ddd;
}
.field_name label {
  font-weight: bold;
}
#main div.field_name.require::after, #main div.field_name.any::after {
  display: inline-block;
  font-size: 10px;
  line-height: normal;
  border-radius: 2px;
  padding: 0 6px 1px;
  margin: 0 0 0 10px;
  position: relative;
  bottom: 2px;
  visibility: visible;
  height: auto;
}
#main div.field_name.require::after {
  content: "必須";
  color: #ee6354;
  border: 1px solid #ee6354;
}
#main div.field_name.any::after {
  content: "任意";
  color: #999;
  border: 1px solid #999;
}
#main div.field_wrap::after {
  content: none;
}
section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.Inner {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 0 25px;
}
section.footer_contact {
  background: url("img/top/contact-bg.webp") center center;
  background-size: cover;
  padding: 120px 0;
}
section.footer_contact ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
section.footer_contact ul li {
  width: 50%;
  text-align: center;
  color: #fff;
}
section.footer_contact ul li p {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
section.footer_contact ul li p span {
  font-size: 21px;
  font-weight: normal;
}
.to_contact a {
  font-weight: bold;
  background: linear-gradient(90deg, #361ec9 0%, #d000fe 50%, #361ec9 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: block;
  height: 100%;
  line-height: 2;
  width: 100%;
  transition: .5s;
  background-size: 200% 100%;
}
.to_contact a:hover {
  background-position: 100% 0;
}
.to_contact {
  width: 240px;
  font-size: 28px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 50px;
  transition: .5s;
}
.to_contact:hover {
  box-shadow: 0px 0px 20px #fff;
}
.to_tel a {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
section.FV_area .Inner {
  height: 520px;
  display: flex;
  padding-top: 150px;
}
section.FV_area .Inner p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
section.FV_area .Inner h1 {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1px;
}
section.FV_area .Inner h1 span {
  background: linear-gradient(90deg, #361ec9 17%, #d000fe 85%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 90px;
}
.bar {
  position: relative;
  height: 40px;
}
.top_01 h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bar:before {
  content: "";
  height: 1px;
  width: calc(100% - 60px);
  background: #c6c6c6;
  position: absolute;
  right: 0;
  top: 0;
}
.bar:after {
  content: "";
  height: 10px;
  width: 40px;
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  position: absolute;
  left: 0;
  top: -6px;
  border-radius: 50px;
}
.bar img {
  position: absolute;
  top: -30px;
  right: 0;
}
.home .wrapper {
    background: url("img/top/fv.webp") no-repeat;
    background-position: left top  100px;
    background-attachment: fixed;
}
.top_01 h2 span {
  background: linear-gradient(90deg, #361ec9 17%, #d000fe 85%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.top_01 {
  margin-bottom: 80px;
}
.top_02 {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.top_02_head h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_02_head {
  width: 40%;
}
.top_02_under {
  width: 60%;
  padding: 10px 0 0;
}
.top_02_under_top ul {
  display: flex;
  justify-content: space-between;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 50px;
  height: 40px;
}
.top_02_under_top ul li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_02_under_top ul li:before {
  content: "";
  height: 25px;
  width: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translate(0, 0%) rotate(20deg);
  bottom: -3px;
}
.top_02_under_top ul li:after {
  content: "";
  height: 25px;
  width: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translate(0, 0%) rotate(-20deg);
  top: -3px;
}
.top_02_under_top ul li:last-child:after, .top_02_under_top ul li:last-child:before {
  content: none;
}
.top_02_under_top .txt {
  display: flex;
}
.top_02_under .txt {
  display: flex;
  justify-content: space-between;
}
.top_02_under .txt .cont {
  width: calc(100% / 3);
}
.top_02_under .txt .cont ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
.top_02_under .txt .cont ul li:before {
  content: url("img/top/cilcle1.webp");
  position: absolute;
  left: 0;
}
.top_02_under .txt .cont ul {
  margin-left: 20px;
}
.top_02_under .txt .cont ul {
  margin-left: 20px;
}
section.top_service {
  padding: 120px 0 30px;
  background: #fff;
}
h2.h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_service_head {
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 120px;
}
.top_service_head ul {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(90deg, #361ec9 17%, #d000fe 85%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0 0 -16px;
}
#content #main .top_service_head .txt p {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
}
.more a {
  display: inline-block;
  background: linear-gradient(to right, #331fc8, #d200ff);
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  border-radius: 25px;
  position: relative;
  z-index: 0;
}
.more a::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: inherit;
  filter: blur(10px);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}
.more a:hover::after {
  opacity: .7;
  visibility: visible;
}
.top_service_head .txt {
  text-align: right;
}
.top_service_box1 {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 40px 70px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
h3.h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.top_service_box1 figure {
  text-align: right;
}
.top_service_box1 .cont {
  width: 50%;
}
.top_service_box1 .cont .txt p {
  line-height: 2;
}
.top_service_box1 .img {
  width: 50%;
  display: flex;
  justify-content: center;
}
.top_service_box2 .cont {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.top_service_box2 {
  padding: 40px 70px;
}
.top_service_box2 .cont .detail {
  width: 46%;
  position: relative;
  padding: 10px 10px 10px 40px;
}
.top_service_box2 .cont .detail:before {
  content: "";
  width: 5px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: linear-gradient(135deg, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
}
.top_service_box2 .cont .detail .name {
  font-size: 30px;
  font-weight: bold;
}
.top_service_box2 .cont .detail .name rt {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: normal;
  font-weight: normal;
  text-align: justify;
}
#content #main .top_service_box2 .cont .detail p {
  margin: 0;
}
section.top_service02 {
  padding: 150px 0;
}
section.top_service02 ul {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
section.top_service02 ul li {
  width: 22%;
  text-align: center;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 20px;
}
section.top_service02 ul li b {
  position: absolute;
  top: -50px;
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(90deg, rgb(54, 30, 201) 30%, rgb(208, 0, 254) 66%) text;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  left: 0;
  right: 0;
  margin: auto;
}
section.top_service02 ul li figure {
  height: 160px;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 40px;
}
section.top_service02 ul li .txt h3 {
  background: linear-gradient(90deg, #361ec9 17%, #d000fe 85%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
section.top_service02 ul li .txt p {
  text-align: justify;
  font-size: 14px;
}
section.top_flow {
  background: #fff;
  padding: 120px 0;
}
section.top_flow ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 128px;
  border-radius: 128px;
}
section.top_flow ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 5);
  position: relative;
}
#content #main section.top_flow ul li p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
}
#content #main section.top_flow ul li p span {
  font-size: 17px;
  font-weight: bold;
}
section.top_flow ul li:before {
  content: "";
  height: 70px;
  width: 5px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translate(0, 0%) rotate(10deg);
  bottom: -6px;
}
section.top_flow ul li:after {
  content: "";
  height: 70px;
  width: 5px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translate(0, 0%) rotate(-10deg);
  top: -3px;
}
.Precautions {
  background: #f9f9f9;
  padding: 40px 19% 40px 70px;
  border-radius: 30px;
}
.Precautions p {
  position: relative;
  padding: 0 0 0 30px;
}
.Precautions p:before {
  content: url("img/top/cilcle1.webp");
  position: absolute;
  left: 0;
  top: 0;
}
section.Faq_area {
  padding: 120px 0;
}
.faq-check {
  display: none;
}
.faq {
  width: 100%;
  margin: 30px 0 0;
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.7s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #331fc8, #d200ff, #361ec9) border-box;
  overflow: hidden;
  position: relative;
  background-size: 200% 100%;
  transition: .5s;
}
.faq:hover {
  background-position: 100% 0;
  opacity: 1;
}
.faq:has(.faq-check:checked) {
  grid-template-rows: auto 1fr;
  border-radius: 8px;
}
.faq .question {
  cursor: pointer;
  display: block;
  padding: 10px 60px 10px 80px;
  position: relative;
  z-index: 2;
}
.faq .question:before {
  content: "Q.";
  position: absolute;
  left: 30px;
  font-size: 22px;
  color: #331fc8;
  font-weight: bold;
  top: 5px;
}
.faq .question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.faq .answer {
  overflow: hidden;
}
.faq .answer-content {
  padding: 0 40px 0 25px;
  line-height: 1.6;
}
.icon-trigger {
  position: absolute;
  right: 15px;
  top: 0;
  width: 21px;
  height: 21px;
  bottom: 0;
  margin: auto;
}
.icon-trigger::before, .icon-trigger::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  margin-top: -1px;
  transform-origin: center;
  transition: transform 0.7s ease, opacity 0.2s;
}
.icon-trigger::before {
  transform: rotate(90deg);
}
.faq-check:checked + .question .icon-trigger::before {
  transform: rotate(0deg);
  opacity: 0;
}
section.News_area {
  padding: 120px 0;
  background: #fff;
}
ul.newsblog li {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
ul.newsblog li span.datetxt {
  color: #434343;
  font-size: 16px;
  margin: 0 30px 0 0;
}
ul.newsblog li span.category {
  background: #eeeeef;
  color: #434343;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 20px;
  margin-right: 30px;
}
ul.newsblog li a {
  display: flex;
  align-items: center;
  padding: 30px 0;
  background: url("img/top/cilcle2.webp") no-repeat;
  background-position: right 20px center;
}
ul.newsblog li a:hover {
  color: #cb00f8;
  opacity: 1;
}
section.News_area ul.newsblog {
  margin-bottom: 100px;
}
.top_link_box {
  display: flex;
  justify-content: space-between;
}
.top_link_box .cont {
  width: 48%;
  background: #f9f9f9;
  border-radius: 30px;
  padding: 40px 40px 20px;
}
#content #main .top_link_box .cont p {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top_link_box .cont p img {
  margin-right: 35px;
}
.top_link_box .cont .more a {
  font-size: 18px;
  width: 166px;
  height: 40px;
}
.top_link_box .cont .more {
  text-align: right;
}
.sub_main {
  height: 520px;
  display: flex;
  padding-top: 150px;
}
.sub_main .FV_txt p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#content #main .sub_main .FV_txt h1 {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.sub_main .FV_txt h1 span {
  background: linear-gradient(90deg, #361ec9 17%, #d000fe 85%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 90px;
}
#content #main .about_01 h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.about_01 {
  margin-bottom: 80px;
}
.about_02name p {
  font-size: 38px;
  font-weight: bold;
  background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline;
}
.about_02name p span {
  font-size: 17px;
}
.about_02name {
  margin-bottom: 20px;
}
.about_02 ul {
  margin-left: 20px;
  border-left: 2px solid #999999;
  padding: 5px 20px;
}
.about_02 ul li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.about_02 ul li:before {
  content: url("img/common/cilcle1.webp");
  position: absolute;
  left: 0;
}
.about_02 {
  margin-bottom: 80px;
}
.about_02 .link_twin {
  margin: 60px 0;
  display: flex;
}
.about_02 .link_twin .more a {
  width: 265px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.about_02 .link_twin .more a:before {
  content: "▶";
  font-size: 16px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about_02 .link_twin .more {
  margin-right: 30px;
}
.about_03 {
  margin-bottom: 80px;
}
.about_03 h2.h2, .about_04 h2.h2 {
  margin-bottom: 30px;
}
.about_04 {
  margin-bottom: 80px;
}
.table_index {
  width: 48%;
  margin-bottom: 100px;
}
.table_index a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding-right: 60px;
  font-size: 18px;
  padding: 15px 0;
}
#content #main .table_index p {
  margin: 0;
}
.table_index a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  width: 90%;
  height: 1px;
  background: linear-gradient(to right, #331fc8, #d200ff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}
.table_index a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.table_index a:not(:hover)::after {
  transform-origin: right;
  transform: scaleX(0);
}
.table_index p span {
  background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 22px;
  font-weight: bold;
}
.table_index ul li {
  position: relative;
  border-bottom: 2px solid #ccc;
}
.table_index a span {
  background: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 0;
}
.table_index ul li:before {
  content: url("img/common/check.webp");
  position: absolute;
  right: 0;
  top: 16px;
}
section.method01 {
  background: #fff;
  padding: 100px 0 40px;
}
section.method01 .box h3 {
  font-size: 24px;
}
section.method01 .box {
  position: relative;
  padding-left: 35px;
}
section.method01 .box .cont {
  position: relative;
  margin-bottom: 30px;
}
section.method01 .box:before {
  content: "";
  height: 100%;
  width: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: linear-gradient(to bottom, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 5px;
  top: 23px;
}
section.method01 .box .cont:before {
  content: "●";
  position: absolute;
  left: -37px;
  top: 10px;
  color: #aaa;
  z-index: 1;
}
section.method01 .box .cont .cont_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.method01 .box .cont .cont_02 .detail {
  width: 48.5%;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
section.method01 .box .cont .cont_02 .detail h4 span {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
section.method01 .box .cont .cont_02 .detail h4 {
  margin-bottom: 10px;
}
section.method01 .box .cont:last-child:after {
  content: "";
  height: 100%;
  width: 5px;
  background: #ffffff;
  position: absolute;
  left: -32px;
  top: 23px;
}
section.method01 .box .cont:nth-child(1):before {
  color: #3420c8;
}
section.method01 .box .cont:nth-child(2):before {
  color: #4a24cf;
}
section.method01 .box .cont:nth-child(3):before {
  color: #bd19f7;
}
section.method01 .box .cont:nth-child(4):before {
  color: #d101ff;
}
section.method02 {
  padding: 100px 0 20px;
}
section.method02 .box01 {
  padding: 20px;
  margin-bottom: 80px;
}
section.method02 h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
section.method02 .box01 figure {
  width: 100%;
  text-align: center;
}
section.method02 .box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
section.method02 .box02 ul li {
  width: 32%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
section.method02 .box02 ul li h4 {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}
section.method02 .box02 ul li h4 span {
  width: 34px;
  display: inline-flex;
  height: 34px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-right: 10px;
}
section.method02 .box02 ul li figure {
  text-align: center;
  margin-bottom: 0px;
}
#content #main section.method02 .box02 ul li .txt p {
  font-size: 13px;
  margin: 0;
}
section.method02 .box02 {
  padding: 20px;
  padding-bottom: 0;
}
section.Faq_area.back_w {
  background: #fff;
}
.table {
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 0px 0 2px;
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  margin-bottom: 60px;
}
.table table th {
  background: none;
  text-align: center;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 20px;
  border-right: 2px solid #fff;
}
.table table th:last-child {
  border: none;
}
.table table {
  table-layout: fixed;
  border: none;
  margin: 0;
  width: 100%;
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
}
.table table td {
  text-align: center;
  border: none;
  position: relative;
  padding: 15px 0;
}
.table table th:last-child {
  border: none;
}
.table table td:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 0;
}
section.price01 h2 {
  margin-bottom: 20px;
}
section.price01 td span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
section.price01 td:nth-child(1) span {
  font-size: 18px;
  font-weight: bold;
}
.table table td b {
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  line-height: 1;
}
.price_flex {
  display: flex;
  align-items: center;
}
.price_flex h2 {
  margin-right: 30px;
}
.price_flex p {
  font-size: 18px;
  margin: 0 !important;
}
.table.table_p04 table {
  table-layout: initial;
}
.table.table_p04 table th {
  width: 25%;
}
.table.table_p04 table th:last-child {
  width: 50%;
}
.table.table_p04 table tr:nth-child(2) td:last-child span b {
  background: #ddd1d100;
  -webkit-text-fill-color: #d200ff;
  text-fill-color: transparent;
  color: #d200ff;
  font-size: 35px;
}
.table.table_p04 table tr:nth-child(2) td:last-child:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  background: #ffffff;
  left: 0px;
  top: auto;
  border-radius: 0 0 7px 0;
  bottom: 2px;
}
.table table tr:last-child td:last-child:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  background: #ffffff;
  left: 0px;
  top: auto;
  border-radius: 0 0 7px 0;
  bottom: 2px;
}
.table table tr:last-child td:first-child:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  background: #ffffff;
  left: 0px;
  top: auto;
  border-radius: 0 0 0 7px;
  bottom: 2px;
}
.table.table_p04 table tr:last-child td:last-child:before {
  border-radius: 0;
}
.table.table_p03 {
  margin-bottom: 120px;
}
.table.table_p04 table tr:last-child td:last-child:before {
  border-radius: 0;
}
section.price01 {
  padding: 40px 0 70px;
}
section.price02 p {
  font-size: 18px;
}
section.price02 h3 {
  font-size: 24px;
  margin: 40px 0;
  position: relative;
  font-weight: bold;
  padding: 0 40px;
}
section.price02 {}
section.price02 h3:before {
  content: "";
  width: 9px;
  height: 37px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
.price02box {
  width: 60%;
  margin-bottom: 50px;
}
.price02box .cont {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
}
section.price02 {
  padding-bottom: 120px;
}
#content #main .price02box .cont p {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}
.price02-detail ul li {
  display: flex;
}
.price02-detail ul li p:nth-child(1) {
  width: 20%;
  margin: 0;
}
.price02-detail ul li p {
  margin: 0 !important;
}
section.price03 {
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  padding: 130px 0;
}
.price03box {
  display: flex;
  justify-content: space-between;
}
.price03box .cont:before {
  content: url("img/common/check2.webp");
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.price03box .cont {
  width: 49%;
  background: #fff;
  border-radius: 15px;
  padding: 50px 40px;
  position: relative;
}
.price03box .cont h3 span {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.price03box .cont h3 {
  text-align: center;
  margin-bottom: 30px;
}
.price03box .cont .detail h4 {
  font-size: 18px;
  font-weight: bold;
}
.price03box .cont .detail .txt {
  padding: 0 40px 0 20px;
}
.price03box .cont .detail .txt p {
  font-size: 15px;
}
.price03box .cont ul {
  position: relative;
  padding-left: 60px;
}
.price03box .cont ul:before {
  content: "";
  height: 100%;
  width: 2px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#361ec9+1,d000fe+99 */
  background: #d000fe; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 20px;
  top: 15px;
}
.price03box .cont ul li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 75px;
}
.price03box .cont ul li:before {
  content: "●";
  font-size: 16px;
  position: absolute;
  left: -47px;
  color: #d000fe;
  z-index: 1;
}
.price03box .cont ul li:last-child {
  margin-bottom: 0;
}
.price03box .cont ul li:last-child:after {
  content: "";
  height: 100%;
  width: 8px;
  background: #ffffff;
  position: absolute;
  left: -43px;
  top: 20px;
}
.pageLink {
  margin-top: -80px;
  padding-top: 80px;
}
section.service01 {
  padding: 100px 0;
  background: #fff;
}
section.service01 h2.h2 {
  margin-bottom: 30px;
}
section.service01 ul {
  margin-left: 20px;
  border-left: 2px solid #999999;
  padding: 5px 40px;
  margin-bottom: 40px;
}
section.service01 ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
  font-size: 21px;
}
section.service01 ul li:before {
  content: url("img/common/cilcle1.webp");
  position: absolute;
  left: 0;
}
section.service01 h3 span {
  background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}
section.service01 .box {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 20px 100px 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.service01 .box figure {
  width: 20%;
}
section.service01 .box .txt {
  width: 70%;
}
section.service01 .box .txt p {
  margin: 0 !important;
}
section.service02 {
  padding: 70px 0;
}
section.service02 h2 {
  margin-bottom: 30px;
}
section.service02 .head_txt p {
  font-size: 20px;
  font-weight: bold;
}
section.service02 .head_txt p.hosoku {
  font-size: 16px;
  font-weight: normal;
  color: #434343;
}
section.service02 .head_txt {
  margin-bottom: 50px;
}
section.service02 .box {
  position: relative;
  padding-left: 35px;
}
section.service02 .box:before {
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  position: absolute;
  left: 5px;
  top: 23px;
}
section.service02 .box .cont {
  position: relative;
  margin-bottom: 30px;
}
section.service02 .box .cont:before {
  content: "●";
  position: absolute;
  left: -37px;
  top: 10px;
  color: rgb(170, 170, 170);
  z-index: 1;
}
section.service02 .box .cont:nth-child(1):before {
  color: #3420c8;
}
section.service02 .box .cont:nth-child(2):before {
  color: #8a28e6;
}
section.service02 .box .cont:nth-child(3):before {
  color: #d103fe;
}
section.service02 .box .cont h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
section.service02 .box .cont:last-child:after {
  content: "";
  height: 100%;
  width: 5px;
  background: #f9f9f9;
  position: absolute;
  left: -32px;
  top: 23px;
}
section.service02 .box .cont .glaf_up {
  margin: 60px 50px;
  border-radius: 60px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
}
section.service02 .box .cont .glaf_up ul {
  display: flex;
}
section.service02 .box .cont .txt_box {
  margin: 0 50px;
  display: flex;
  margin-bottom: 70px;
  justify-content: space-around;
}
section.service02 .box .cont .txt {
  width: 31%;
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  margin-right: 6px;
}
section.service02 .box .cont .txt ul {
  margin: 0;
}
section.service02 .box .cont .txt ul li {
  position: relative;
}
section.service02 .box .cont .txt ul li:before {
  content: "・";
}
section.service02 .box .cont .glaf_up div {
  text-align: center;
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
section.service02 .box .cont .glaf_up div:before {
  content: "";
  height: 25px;
  width: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translate(0, 0%) rotate(20deg);
  bottom: -3px;
}
section.service02 .box .cont .glaf_up div:after {
  content: "";
  height: 25px;
  width: 4px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translate(0, 0%) rotate(-20deg);
  top: -3px;
}
section.service02 .box .cont .glaf_up div:last-child:after, section.service02 .box .cont .glaf_up div:last-child:before {
  content: none;
}
section.service02 .box .cont .txt:before {
  content: "◉";
  color: #341fc8;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
section.service02 .box .cont .txt:after {
  content: "";
  height: 62px;
  width: 1px;
  background: #380ec4;
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  margin: auto;
}
section.service02 .box .cont .txt:nth-child(2):before {
  color: #8528e4;
}
section.service02 .box .cont .txt:nth-child(2):after {
  background: #8528e4;
}
section.service02 .box .cont .txt:nth-child(3):before {
  color: #bc19f8;
}
section.service02 .box .cont .txt:nth-child(3):after {
  background: #bc19f8;
}
section.service02 .box .cont:nth-child(2) .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
section.service02 .box .cont:nth-child(2) .txtarea {
  font-size: 21px;
  margin-left: 20px;
}
section.service02 .box .cont:nth-child(2) .txtarea h4 {
  background: linear-gradient(90deg, #361ec9 17%, #d000fe 85%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}
section.service02 .box .cont:nth-child(3) .txtarea {
  margin-left: 20px;
  background: #fff;
  padding: 35px 35px 20px;
  border-radius: 20px;
  margin: 20px 0 20px 20px;
}
section.service02 .box .cont:nth-child(3) .txtarea p span {
  font-weight: normal;
  font-size: 16px;
}
section.service02 .box .cont:nth-child(3) .txtarea p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
section.service02 .box .cont:nth-child(3) .txtarea ul {
  padding-left: 30px;
}
section.service02 .box .cont:nth-child(3) .txtarea ul li {
  position: relative;
}
section.service02 .box .cont:nth-child(3) .txtarea ul li:before {
  content: url("img/common/cilcle1.webp");
  position: absolute;
  left: -25px;
  top: 2px;
}
section.howto {
  position: relative;
  padding-bottom: 20px;
}
section.howto:before {
  content: "";
  height: 50%;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.howtoIn {
  height: 190px;
  background: url("img/service/way_bg.webp");
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 30px 50px;
  color: #fff;
  position: relative;
}
.howtoIn p {
  font-size: 30px;
  font-weight: bold;
}
.howtoIn a {
  position: absolute;
  right: 40px;
  bottom: 25px;
  background: #fff;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  width: 230px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-align: center;
}
.howtoIn a span {
  font-weight: bold;
  background: linear-gradient(90deg, #361ec9 0%, #d000fe 50%, #361ec9 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  line-height: 2;
  transition: .5s;
  background-size: 200% 100%;
  margin: 0 auto;
}
.howtoIn a:hover {
  box-shadow: 0px 0px 20px #fff;
}
.howtoIn a:hover span {
  background-position: 100% 0;
}
section.service03 {
  background: #fff;
  padding: 100px 0 80px;
}
section.service03 .txt {
  margin-bottom: 40px;
}
section.service03 .table td span, section.service03 .table td ul {
  position: relative;
}
section.service03 .table td ul {
  margin-left: 20px;
  font-weight: bold;
}
section.service03 .table td ul li {
  position: relative;
  font-size: 17px;
  line-height: 2;
}
section.service03 .table td ul li:before {
  font-weight: bold;
  content: "・";
}
.table table td:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}
section.service03 .table {
  margin-bottom: 20px;
}
section.service03 .hosoku_txt ul li {
  color: #434343;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
section.service03 .hosoku_txt ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
section.service03 h2.h2 {
  font-size: 36px;
}
section.service03 .txt {
  margin-bottom: 40px;
}
section.service03 .table td span, section.service03 .table td ul {
  position: relative;
}
section.service03 .table td ul {
  margin-left: 20px;
  font-weight: bold;
}
section.service03 .table td ul li {
  position: relative;
}
section.service03 .table td ul li:before {
  font-weight: bold;
  content: "・";
}
.table table td:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
}
section.service03 .table {
  margin-bottom: 20px;
}
section.service03 .hosoku_txt ul li {
  color: #434343;
  position: relative;
  font-size: 16px;
  padding-left: 20px;
}
section.service03 .hosoku_txt ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
section.service03 h2.h2 {
  font-size: 36px;
}
section.service03 h3 {
  font-size: 24px;
  margin: 40px 0;
  position: relative;
  font-weight: bold;
  padding: 0 40px;
}
section.service03 h3:before {
  content: "";
  width: 9px;
  height: 37px;
  background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
.option_txt ul {
  margin-left: 30px;
}
.option_txt ul li {
  position: relative;
  padding-left: 20px;
}
.option_txt ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.option_price p {
  width: 430px;
  height: 70px;
  background: #eeeeef;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 50px;
}
.option_price {
  display: flex;
  width: 100%;
  justify-content: end;
}
section.service03 .h2.f30 {
  font-size: 30px;
  margin-bottom: 30px;
}
section.service03 .calte {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
section.service03 .calte figure {
  display: flex;
  justify-content: space-between;
  width: 65%;
  line-height: 0;
  margin: 0;
}
section.service03 .calte .calte_link {
  width: 30%;
  text-align: right;
  margin-bottom: 20px;
}
section.service03 .calte .calte_link a {
  font-size: 18px;
  width: 165px;
}
section.service03 .calte .calte_link p {
  font-size: 24px;
  font-weight: bold;
}
section.service03 .calte figure p {
  margin: 0 !important;
}
section.service04 {
  padding: 100px 0;
}
section.service04 .head_txt {
  margin-bottom: 20px;
}
section.service04 .box .cont {
  padding: 15px;
}
section.service04 .box .cont h3 {
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(90deg, #361ec9 19%, #d000fe 80%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    display: flex;
    line-height: 1;
    margin-bottom: 20px;
}
section.service04 .box .cont h3 span {
  margin: 0 30px 0 0;
}
section.service04 .box .cont p {
  margin-left: 70px;
}
section.service05 {
  padding: 120px 0;
  background: #fff;
}
section.service05 .head_txt {
  margin-bottom: 40px;
}
section.service05 .box {
  background: #f9f9f9;
  border-radius: 30px;
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.service05 .box .cont {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
section.service05 .box .cont figure {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
section.service05 .box .cont p {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 !important;
}
section.service05 .box .cont {
  border-bottom: 2px dotted #78909c;
  border-right: 2px dotted #78909c;
}
section.service05 .box .cont:nth-child(5), section.service05 .box .cont:nth-child(6), section.service05 .box .cont:nth-child(7), section.service05 .box .cont:nth-child(8) {
  border-bottom: none;
  position: relative;
}
section.service05 .box .cont:nth-child(4n) {
  border-right: none;
}
section.service05 .box .cont:nth-child(5):before, section.service05 .box .cont:nth-child(6):before, section.service05 .box .cont:nth-child(7):before {
  content: "●";
  color: #78909c;
  position: absolute;
  top: -16px;
  right: -9px;
}
@media screen and (max-width: 1170px) {
  div#header_main .header_r_box ul li a {
    padding: 0 10px 0 0;
  }
  .header_r_box ul li {
    margin: 0 1em 0 0;
  }
  .Inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
  }
}
/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 1000px) {
  /* 構造 */
  *, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    min-width: 320px;
    /* overflow-x: hidden; */
  }
  .wrapper {
    z-index: 10;
    width: 100%;
    padding-top: 50px;
  }
  body, .home { /* 背景画像を非表示にしています */
    background: none;
    background-color: #fff;
  }
  .headnav, .footermenu { /* tel画像、フッターメニューを非表示にしています */
    display: none;
  }
  #content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #content #side { /* スマホ用のサイドバー */
    margin: 20px auto 0 auto;
    width: 90%;
  }
  #content #main {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #submain .h1wrap {
    width: auto;
  }
  #content #side h3 {
    width: 100%;
  }
  #content #side ul.menu {
    width: 100%;
  }
  #content #side ul.menu li:last-child {
    border-bottom: none;
  }
  #header.fixed {
    /*  top:auto;メニュー戻り時ズレ防止 */
  }
  #header.fixed .header_l img {
    display: block;
  }
  .ibox_p {
    width: 100%;
  }
  #submain img {
    top: -250px;
  }
  #content img, #content iframe {
    max-width: 100%;
    height: auto;
  }
  #content {
    padding-top: 10px;
    width: auto;
  }
  #pan {
    width: auto;
    margin: 10px;
  }
  #content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .mobile_only { /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }
  .pc_only { /* pcにだけ表示させたいものに使用する */
    display: none;
  }
  /* ヘッダー */
  #pc_button {
    display: none;
  }.home .wrapper {
    background-size: auto 80vh;
    background-position: -50vw 100px;
}
.wrapper_head, #header_main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    margin-top: 0;
    height: 50px;
    background-color: #002456;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    position: fixed;
}
  #header_main .header_l {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #header_main .header_l img {
    margin: 0;
    width: auto;
    height: 50px;
  }
  .header_l a {
    display: block;
    line-height: 0;
    padding: 7px 0 0;
  }
  #header_main .header_l img {
    margin: 0;
    width: auto;
    height: 40px;
  }
  header nav {
    display: none;
  }
  #mobile_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    width: 50px;
    padding: 2px 10px 0 12px;
  }
  #mobile_button .menutxt {
    /* font-size: 10px; */
    text-decoration: none;
    position: relative;
    border: none;
    display: block;
  }
  #mobile_button .menutxt svg {
    width: 28px;
    height: auto;
  }
  #mobile_button .menutxt svg path {
    fill: gray;
  }
  .lineswrap {
    height: 20px;
  }
  #mobile_button .lines {
    background: #ffffff;
    display: inline-block;
    width: 28px;
    height: 3px;
    position: relative;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #mobile_button .lines::after, #mobile_button .lines::before {
    background: #ffffff;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 3px;
    content: '';
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #mobile_button .lines::before {
    top: 8px;
    right: 0;
  }
  #mobile_button .lines::after {
    top: -8px;
    right: 0;
  }
  #mobile_button a.xclose {
    display: block;
    position: relative;
    height: auto;
    padding: 10px 0;
    margin-top: 6px;
    z-index: 1020;
    cursor: pointer;
  }
  #mobile_button .xclose .menutxt {
    display: none;
  }
  #mobile_button .xclose .lines {
    background: 0 0;
  }
  #mobile_button .xclose .lines::before {
    top: -16px;
    right: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  #mobile_button .xclose .lines::after {
    top: -16px;
    right: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
#mobile_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #002456;
    height: 50px;
    width: 50px;
    padding: 10px 10px 0 12px;
}
  #mobile_main {
    display: inline-block;
  }
  #mobile_main img {
    max-width: 100%;
  }
.mobile_menu {
    top: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #78909c;
}
  .mobile_menu ul {
    margin-bottom: 0;
  }
  .mobile_menu ul li {
    border-bottom: 1px dotted #fff;
  }
  .mobile_menu ul li:last-child {
    border: none;
  }
  .mobile_menu ul li a {
    text-decoration: none;
    display: block;
  }
 .mobile_menu ul li a {
    padding: 15px 20px;
    color: #fff;
}
  .mobile_menu .sub-menu {
    background: #fff2f2;
  }
  .mobile_menu .sub-menu li {
    border-bottom: 1px solid #fbdedc;
  }
  .mobile_menu .sub-menu li:last-child {
    border: none;
  }
  .mobile_menu .sub-menu li a {
    padding: 15px 10px 15px 30px;
    font-size: 95%;
  }
  /* ハンバーガーボタン */
  #panel-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    /*  margin: 20px 0 10px; */
    background: #fff;
  }
  #panel-btn:hover {
    background: #fafafa;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -2px 0 0 -15px;
    background: #666;
    transition: 0.2s;
  }
  #panel-btn-icon::before, #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #666;
    transition: 0.3s;
  }
  #panel-btn-icon::before {
    margin-top: -10px;
  }
  #panel-btn-icon::after {
    margin-top: 6px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close::before, #panel-btn .close::after {
    margin-top: 0;
  }
  #panel-btn .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* モバイル用のメニュー */ .table #panel {
    display: none;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 5;
  }
  #panel li a {
    text-decoration: none;
    font-size: 87%;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    width: 220px;
    display: block;
    margin: 0 auto 12px;
    font-weight: bold;
  }
  #panel .menu_list1 li a { /* 固定ページのリスト部分 */
    background-color: #393871;
  }
  #panel .menu_list2 li a { /* 投稿カテゴリのリスト部分 */
    background-color: #ccc;
    color: #333;
  }
  /* メイン画像　下層画像 */
  #imagebox img {
    max-width: 100%;
  }
  #imagebox {
    margin: 0;
    text-align: center;
    height: auto;
  }
  #imagebox3 img {
    max-width: 80%;
    height: auto;
  }
  #imagebox3 {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .imagebox_p {
    width: 60%;
    padding: 50px 0 0 0;
    height: 50%;
  }
  #base #bg #imagebox3 h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 20px;
    color: #566278;
  }
  #base #bg #imagebox3 h1 .fs {
    font-size: 25px;
  }
  .imagebox_p span.c_2 {
    font-size: 20px;
  }
  .imagebox_p span.c_3 {
    font-size: 18px;
  }
  #imagebox2 {
    padding: 15px 10px 10px 10px;
    font-size: 125%;
    background-size: cover;
    height: auto;
    background-position: 50% 50%;
    line-height: 1.3;
  }
  /* 見出し */
  #content #main h2.singletitle, #content #main h2.title, #content #main h2, #content #main h3, #content #main h4 {
    line-height: 1.2;
  }
  #content #main h2 {
    line-height: 1.5;
    margin-top: 30px;
  }
  /* サイド */
  #mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .side_area img {
    display: block;
    margin: 0 auto;
  }
  #mobile_side .side_area h3 {
    width: 100%;
  }
  /* テーブル */
  .tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: 1px solid #dadada;
  }
  .tablestyle td {
    display: block;
    width: 100%;
    border-top: 0;
  }
  /* 固定ページ */
  .alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
  }
  .alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
    display: none;
  }
  /* コンタクトフォーム */
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }
  .wpcf7-text {
    width: 90%;
  }
  .k-year .wpcf7-form-control { /* 年号のテキスト */
    width: 5rem;
  }
  .wpcf7 td { /* フォームの行を縦に並べる */
    display: block;
    width: 100%;
    font-weight: bold;
  }
  .wpcf7 .tdstyle { /* フォームの項目を左寄せ */
    text-align: left;
  }
  /* 電話番号タップ */
  #mobile_tel {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px 0 5px 0;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
  }
  .mobile_tel_inner {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 2px;
    background: #fff;
  }
  .tel_name {
    padding: 5px 0;
    font-weight: bold;
    color: #333;
  }
  .tel_btn {
    display: block;
    border-radius: 5px;
    font-size: 150%;
    font-weight: bold;
    padding-top: 5px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
    background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0);
  }
  .tel_btn a {
    color: #fff;
    text-decoration: none;
  }
  /* フッター */
  .footer_nav {
    width: 100%;
  }
  .footer_btm_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }
  .footer_btm_left {
    width: 100%;
    margin: 0 0 20px;
  }
  p.cinfo, p.urls {
    text-align: center;
  }
  .footer_btm_right {
    margin: 0;
  }
  /* fix_footer */
  #fix_footer {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fffa;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.3s;
  }
  #fix_footer.fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    transition: 0.3s;
    z-index: 100;
  }
  #fix_footer.fadeout {
    transform: translateY(100%);
  }
  #fix_footer ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
    margin: 0;
  }
  #fix_footer ul li {
    width: 48%;
    border-radius: 6px;
  }
  #fix_footer ul li a {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  #fix_footer a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }
  #fix_footer img {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .fix_mailbtn {
    background: #333;
  }
  .fix_mailbtn a {
    color: #fff;
  }
  .fix_tel {
    background: #ccc;
  }
  .fix_tel a {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
  }
  .fix_tel a img {
    width: 22px;
    padding: 2px 5px;
    margin: 0 5px 0 0;
    background: #333;
    box-sizing: border-box;
    border-radius: 4px;
  }
  /* ------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
-------------------------------------------------------- */
  .simplegallery {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
  }
  /* ------------------------------------------------------
(1)スライダー
-------------------------------------------------------- */
  /* メイン画像マージン */
  .bx-wrapper {
    margin: 0 auto 0;
  }
  /* メイン画像に内余白をつける */
  .bx-wrapper .bx-viewport {
    padding: 0;
  }
  /* サムネイル */
  #bx-pager {
    background-color: #●●●; /* サムネイル枠背景色 */
    background-image: url(img/bg_sliderthum.png); /* サムネイル枠背景画像 */
    /* ▲どちらか一方を残しもう一方は削除▲ */
    padding: 12px 90px;
    margin-bottom: 20px;
  }
  #bx-pager a.last {
    margin-right: 0;
  }
  /* サムネイル通常時 */
  #bx-pager a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #bx-pager a {
    display: block;
    float: left;
    margin-right: 21px;
    border: 1px solid #e1e1e3;
  }
  /* メインで表示されている画像に対応するサムネイル */
  #bx-pager a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #bx-pager a.active {
    border: 1px solid #f00;
  }
  /* ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ */
  .img2 {
    display: none;
  }
  .img2.show {
    display: block;
  }
  .header_tel {
    display: none;
  }
  #pagetop {
    display: none;
  }
  #header.fixed {
    width: 100%;
    height: 50px;
  }
  a.link, a.link2 {
    width: 40%;
  }
  .cd0, .cd1, .cd2, .cd3 {
    padding: 20px 0 20px;
  }
  /* ページ内スライド制御 */
  .sliderbox {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* clearfixと組み合わせて使用 */
  .six_four_r, .six_four_l, .seven_three_r, .seven_three_l {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  section.FV_area .Inner {
    height: 475px;
    display: flex;
    padding-top: 70px;
  }
  section.FV_area .Inner h1 {
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .top_02 {
    flex-wrap: wrap;
    padding: 40px;
  }
  .top_02_head {
    width: 100%;
  }
  .top_02_under {
    width: 100%;
  }
  .top_service_head {
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
  }
  .top_service_head ul {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .top_service_head .txt {
    text-align: center;
    width: 100%;
  }
  #content #main .top_service_head .txt p {
    text-align: center;
  }
  .top_service_box1 {
    padding: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_service_box1 .cont {
    width: max-content;
    margin-bottom: 0;
  }
  .top_service_box1 .img {
    width: 100%;
  }
  .top_service_box1 figure {
    text-align: center;
  }
  section.top_service02 ul {
    flex-wrap: wrap;
  }
  section.top_service02 ul li {
    width: 48%;
    margin-bottom: 40px;
  }
  section.top_service02 {
    padding: 70px 0;
  }
  section.top_flow ul {
    flex-wrap: wrap;
    height: auto;
    background: none;
  }
  section.top_flow ul li {
    width: 100%;
    margin-bottom: 20px;
    background: #aaa;
    border-radius: 100px;
    padding: 10px;
    text-align: center;
  }
  section.top_flow ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0px 30px;
    border-color: #5025d1 transparent transparent transparent;
    transform: translate(0, 0%) rotate(0deg);
    background: unset;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.top_flow ul li:after {
    content: none;
  }
  section.top_flow ul li:nth-child(1) {
    background: #5316cd;
  }
  section.top_flow ul li:nth-child(2) {
    background: #6b28db;
  }
  section.top_flow ul li:nth-child(2):before {
    border-color: #6b28db transparent transparent transparent;
  }
  section.top_flow ul li:nth-child(3) {
    background: #9127e8;
  }
  section.top_flow ul li:nth-child(3):before {
    border-color: #9127e8 transparent transparent transparent;
  }
  section.top_flow ul li:nth-child(4) {
    background: #af1ff3;
  }
  section.top_flow ul li:nth-child(4):before {
    border-color: #af1ff3 transparent transparent transparent;
  }
  section.top_flow ul li:nth-child(5) {
    background: #d003fe;
  }
  section.top_flow ul li:nth-child(5):before {
    content: none;
  }
  .Precautions {
    padding: 40px;
  }
  section.top_flow {
    background: #fff;
    padding: 60px 0;
  }
  .faq .question {
    cursor: pointer;
    display: block;
    padding: 15px 60px 15px 80px;
    position: relative;
    z-index: 2;
  }
  .faq {
    border-radius: 10px;
  }
  section.footer_contact ul li {
    width: 48%;
    text-align: center;
    color: #fff;
  }
  section.footer_contact ul li p {
    font-size: 1.5em;
  }
  .to_contact a {
    font-weight: bold;
    background: linear-gradient(90deg, #361ec9 0%, #d000fe 50%, #361ec9 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    display: flex;
    height: 100%;
    line-height: 2;
    width: 100%;
    transition: .5s;
    background-size: 200% 100%;
    align-items: center;
    justify-content: center;
  }
  .to_contact {
    width: 100%;
    font-size: 24px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 50px;
    transition: .5s;
  }
  section.footer_contact ul li p span {
    font-size: .8em;
    font-weight: normal;
  }
  .top_link_box {
    flex-wrap: wrap;
  }
  .top_link_box .cont {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  #content #main .top_link_box .cont p {
    margin-bottom: 10px;
    justify-content: center;
  }
  .top_link_box .cont .more {
    text-align: center;
  }
  .foot_main_box {
    flex-wrap: wrap;
    justify-content: end;
    min-height: auto;
  }
  .foot_main_cont {
    width: 48%;
  }
  .foot_main_cont:nth-child(1) {
    margin-right: 4%;
  }
  .foot_main_box a {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
  }
  .sub_main {
    height: 475px;
    display: flex;
    padding-top: 70px;
  }
  .sub_main .FV_txt h1 span {
    font-size: 60px;
  }section.service02 .box .cont .txt_box {
    margin: 0;
}section.service02 .box .cont .txt {
    width: 31%;
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
    position: relative;
    margin-right: 6px;
}section.service02 .box .cont:nth-child(2) .detail figure {
    width: 30%;
}section.service02 .box .cont:nth-child(2) .txtarea {
    font-size: 21px;
    margin-left: 20px;
    width: 65%;
}.table table td {
    padding: 15px 10px;
}section.service03 .table td ul {
    margin-left: 0;
    font-weight: bold;
}section.service03 .table td ul li:before {
    font-weight: bold;
    content: "・";
    position: absolute;
    left: -5px;
}section.service03 .table td ul li {
    position: relative;
    padding-left: 15px;
}section.service03 .calte .calte_link p {
    font-size: 22px;
    font-weight: bold;
}section.service03 .calte figure p {
    margin: 0 !important;
    width: 49%;
}
} /* end */
/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
  #content #main {
    font-size: 0.875rem; /* 14px; */
  }
  #content #main h1.singletitle, #content #main h1 {
    padding-top: 70px;
  }
  #content #main h2 {}
  #content #main h3 {}
  #ibox {
    /* height: 250px; */
  }
  .ibox_p {
    height: 300px;
  }
  .ibox_p h1 {
    font-size: 20px;
  }
  /* キャッチを画像にする場合 */
  .ibox_p img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    display: block;
    margin: auto;
  }
  #submain {
    height: 100px;
  }
  #submain img {
    top: -150px;
  }
  #submain h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .three_box p {
    font-size: 14px;
  }
  /* フッター */
  .footer_btm_left {
    margin: 0;
  }
  .f_btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f_btn .tel {
    padding: 0 0 20px;
  }
  #fix_footer ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #fix_footer ul li {
    width: 100%;
    margin: 0 0 5px;
  }
  #fix_footer ul li:last-child {
    margin: 0;
  }
  #fix_footer a {
    padding: 5px;
    width: 100%;
  }
  #imagebox3 {
    clear: both;
    z-index: 2;
    text-align: center;
    height: 200px;
    background-color: #f6f7fa;
    padding-top: 20px;
    margin-bottom: 0;
    /* background-position: bottom center; */
    background-position: center;
    /* background-image: url("img/dot_black.png"),url("img/main_bg2.jpg"); */
    background-image: url("img/main_bg2.jpg");
    position: relative;
  }
  .imagebox_p {
    width: 95%;
    height: 60%;
    padding-top: 20px;
  }
  #base #bg #imagebox3 h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 12px;
  }
  #base #bg #imagebox3 h1 .fs {
    font-size: 16px;
  }
  .imagebox_p span.c_2 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .imagebox_p span.c_3 {
    font-size: 18px;
  }
  .imagebox_p p {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 0;
  }
  .imagebox_p span.c_2 {
    font-size: 15px;
    line-height: 1.3;
  }
  .imagebox_p span.c_3 {
    font-size: 15px;
    line-height: 1.3;
  }
  .rightbox, .leftbox {
    float: none;
  }
  .two_box, .three_box, .four_box {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  a.link, a.link2 {
    width: 90%;
  }
  .eyecatch_box {
    display: block;
  }
  .eyecatch_box .ttl_wrap {
    width: 100%;
  }
  .eyecatch_box .ttl_wrap, .eyecatch_box .txt_wrap {
    display: block;
  }
  .two_box {
    margin: 0 0 15px 0;
  }
  .three_box, .three_box:nth-child(3n-1), .four_box {
    margin: 0 0 15px 0;
  }
  /* フォームの調整 599px以下 */
  .field_wrap {}
  .field_name {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .field {
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
  }
  input.wpcf7-form-control, textarea.wpcf7-form-control, select.wpcf7-form-control, .wpcf7-list-item-label {
    font-size: 1.2em;
  }
  div.sbtn_1 input[type="submit"], div.sbtn_2 input[type="submit"], div.sbtn_3 input[type="submit"], div.sbtn_4 input[type="submit"], div.sbtn_5 input[type="submit"] {
    font-size: 1.2em;
  }
  .sbtn_1.action img, .sbtn_2.action img, .sbtn_3.action img, .sbtn_4.action img, .sbtn_5.action img {
    top: 1.4em;
  }
  /* archives.php 599px以下 */
  #content #main div.post_wrap::after {
    content: none;
  }
  .post_box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
  }
  .flex-box2, .flex-box3, .flex-box4 {
    flex-wrap: wrap;
  }
  .flex-box2 .flex-cont, .flex-box3 .flex-cont, .flex-box4 .flex-cont {
    width: 100%;
    margin-bottom: 15px;
  }
  section.FV_area .Inner {
    height: 85vw;
    display: flex;
    padding-top: 30px;
  }
  section.FV_area .Inner p {
    font-size: 24px;
  }
  section.FV_area .Inner h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
  }
  section.FV_area .Inner h1 span {
    font-size: 60px;
  }
  #content {
    padding: 0;
  }
  .top_01 h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .top_02 {
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 40px;
  }
  .top_02_head h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .top_02_under_top ul li {
    width: 28%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_02_under_top ul li:nth-child(3) {
    width: 44%;
  }
  .top_02_under_top ul {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
    border-radius: 50px;
    height: 40px;
  }
  .top_02_under .txt .cont ul {
    margin-left: 0px;
  }
  .top_02_under .txt .cont ul li {
    position: relative;
    padding-left: 15px;
    font-size: 11px;
  }
  section.top_service {
    padding: 60px 0 30px;
    background: #fff;
  }
  h2.h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
  }
  .top_service_head ul {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .top_service_head {
    padding: 15px 0 15px 20px;
  }
  #content #main .top_service_head .txt p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .top_service_head {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    padding: 15px 0 15px 20px;
  }
  .top_service_box1 {
    padding: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  h3.h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .Inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
  }
  .top_service_box2 {
    padding: 20px 0;
  }
  .top_service_box2 .cont {
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .top_service_box2 .cont .detail {
    width: 100%;
    position: relative;
    padding: 10px 0px 10px 20px;
    margin-bottom: 20px;
  }
  section.top_service02 ul li figure {
    height: 110px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 25px;
  }
  #content section.top_service02 ul li figure img {
    height: 70px;
  }
  section.top_service02 ul li {
    width: 48%;
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 10px;
  }
  section.top_service02 {
    padding: 35px 0;
  }
  #content #main section.top_flow ul li p span {
    font-size: 22px;
    font-weight: bold;
  }
  section.top_flow ul {
    flex-wrap: wrap;
    height: auto;
    background: none;
    margin-bottom: 20px;
  }
  section.top_flow {
    background: #fff;
    padding: 60px 0 40px;
  }
  #content #main .Precautions h3.h3 {
    margin-bottom: 15px;
  }
  section.Faq_area {
    padding: 60px 0 40px;
  }
  .faq .question:before {
    content: "Q.";
    position: absolute;
    left: 16px;
    font-size: 20px;
    color: #331fc8;
    font-weight: bold;
    top: 6px;
  }
  .faq .question {
    cursor: pointer;
    display: block;
    padding: 15px 45px 15px 45px;
    position: relative;
    z-index: 2;
  }
  .faq {
    width: 100%;
    margin: 0 0 10px;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.7s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s;
    border-radius: 15px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #331fc8, #d200ff, #361ec9) border-box;
    overflow: hidden;
    position: relative;
    background-size: 200% 100%;
    transition: .5s;
  }
  section.Faq_area h2.h2 {
    margin-bottom: 30px;
  }
  .faq .question h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5 !important;
  }
  section.News_area {
    padding: 60px 0 40px;
    background: #fff;
  }
  #content #main .top_link_box .cont p {
    margin-bottom: 10px;
    justify-content: start;
  }
  section.News_area ul.newsblog {
    margin-bottom: 30px;
  }
  ul.newsblog li a {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 0;
    background: url("img/top/cilcle2.webp") no-repeat;
    background-position: right center;
    font-size: 10px;
  }
  ul.newsblog li span.datetxt {
    color: #434343;
    font-size: 10px;
    margin: 0 10px 0 0;
  }
  ul.newsblog li span.category {
    background: #eeeeef;
    color: #434343;
    font-size: 9px;
    padding: 0px 5px;
    border-radius: 20px;
    margin-right: 10px;
    white-space: nowrap;
  }
  #content #main .top_link_box .cont p {
    font-size: 25px;
  }
  section.footer_contact {
    background: url("img/top/contact-bg.webp") center center;
    background-size: auto 100%;
    padding: 40px 0;
  }
  section.footer_contact ul li p {
    font-size: 17px;
  }
  section.footer_contact ul li {
    width: 50%;
    text-align: center;
    color: #fff;
  }
  section.footer_contact ul li p span {
    font-size: 12px;
    font-weight: normal;
  }
  .to_contact {
    font-size: 18px;
    height: auto;
    margin: 20px 0;
  }
  .to_tel a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  footer {
    height: auto;
    padding: 40px 0 0;
    background-color: #78909c;
  }
  .foot_main_box a {
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
  }
  .foot_main_box a {
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
  }
  .foot_main ul li a {
    font-size: 10px;
    color: #fff;
    text-decoration: underline;
  }
  .foot_main ul li {
    padding: 5px;
  }
  .copyright a {
    text-decoration: none;
    color: #000;
    font-size: 10px;
  }
  .copyright {
    padding: 20px 0;
    color: #333;
    text-align: center;
    background: #ffffff;
  }
  .sub_main {
    height: 85vw;
    display: flex;
    padding-top: 30px;
  }
  .sub_main .FV_txt p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .sub_main .FV_txt h1 span {
    font-size: 36px;
    line-height: 1.3;
  }
  #content #main .sub_main .FV_txt h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding: 0;
    line-height: 1.2;
  }
  #content #main .about_01 h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .about_02name p {
    font-size: 32px;
  }
  .about_02name p span {
    font-size: 15px;
  }
  .about_02 .link_twin {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about_02 .link_twin .more {
    margin: 0 0 15px;
  }
  .table_index {
    width: 100%;
    margin-bottom: 100px;
  }
  .table table {
    min-width: 800px;
    table-layout: unset;
  }
  .price_flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .table.table_p04 table tr:nth-child(2) td:last-child span b {
    font-size: 26px;
  }
  .price02box {
    width: 100%;
    margin-bottom: 50px;
  }
  #content #main .price02box .cont p {
    font-size: 15px;
    margin: 0;
    font-weight: bold;
  }
  .price02box .cont {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 20px;
  }
  section.price02 p {
    font-size: 13px;
  }
  .price02-detail ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .price02-detail ul li p:nth-child(1) {
    width: 100%;
    display: flex;
  }
  .price03box {
    flex-wrap: wrap;
  }
  .price03box .cont {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 40px 20px 20px;
    position: relative;
    margin-bottom: 60px;
  }
  .price03box .cont .detail .txt {
    padding: 0;
  }
  .price03box .cont .detail h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .price03box .cont ul li {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .js-scroll {
    overflow-x: auto; /* 横スクロールを可能にする */
    white-space: nowrap; /* 中身を折り返さない */
    -webkit-overflow-scrolling: touch; /* iOSで滑らかにスクロールさせる */
  }
  .scroll-hint-icon-wrap {
    z-index: 100;
  }
  section.price01 h2.h2 {
    font-size: 24px;
    text-align: left;
    letter-spacing: normal;
  }
  section.service01 ul li {
    position: relative;
    padding-left: 30px;
    line-height: 2;
    font-size: 18px;
  }
  section.service01 ul {
    margin-left: 20px;
    border-left: 2px solid #999999;
    padding: 5px 20px;
    margin-bottom: 40px;
  }
  section.service01 h3 span br, section.service02 .box .cont:nth-child(2) .txtarea h4 br {
    display: none;
  }
  section.service01 h3 span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  section.service02 .box .cont .glaf_up {
    margin: 10px 0 40px;
    border-radius: 60px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(54, 30, 201, 1) 1%, rgba(208, 0, 254, 1) 99%);
  }
  section.service02 .box .cont .txt_box {
    margin: 0;
    display: flex;
    margin-bottom: 70px;
    justify-content: space-around;
  }
  section.service02 .box .cont .txt {
    width: 31%;
    background: #fff;
    border-radius: 20px;
    padding: 10px 5px;
    position: relative;
    margin-right: 6px;
  }
  section.service02 .box {
    position: relative;
    padding-left: 15px;
  }
  section.service02 .box .cont:before {
    content: "●";
    position: absolute;
    left: -17px;
  }
  section.service02 .box .cont .txt ul li:before {
    content: "・";
    position: absolute;
    left: -3px;
  }
  section.service02 .box .cont .txt ul li {
    position: relative;
    font-size: 10px;
    padding-left: 10px;
  }
  #content #main section.service02 .box .cont h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  section.service02 .box .cont:nth-child(2) .detail {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  section.service02 .box .cont:nth-child(2) .txtarea {
    font-size: 17px;
    margin-left: 20px;
    width: 100%;
  }
  section.service02 .box .cont:nth-child(2) .txtarea h4 {
    font-size: 20px;
    line-height: 1.5 !important;
  }
  section.service02 .box .cont:nth-child(2) .detail figure {
    padding: 20px 50px;
    text-align: center;
  }
  section.service02 .box .cont:nth-child(3) .txtarea {
    margin-left: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    margin: 20px 0 20px 20px;
  }
  section.service02 .box .cont:nth-child(3) .txtarea p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
  }
  section.service02 .box .cont:nth-child(3) .txtarea p span {
    font-weight: normal;
    font-size: 15px;
    margin: 15px 0 0;
    display: block;
  }
  .howtoIn p {
    font-size: 20px;
    font-weight: bold;
  }
  .howtoIn a {
    font-size: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .howtoIn {
    background-size: auto 100%;
    background-position: center center;
  }
  .table table td:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
    padding: 0 10px;
  }
  .option_price p {
    width: 100%;
    height: auto;
    background: #eeeeef;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }
  .option_txt ul {
    margin-left: 10px;
  }
  section.service03 .calte {
    flex-wrap: wrap;
  }
  section.service03 .calte figure {
    flex-wrap: wrap;
    width: 100%;
  }
  section.service03 .calte .calte_link {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  section.service04 .box .cont h3 {
    font-size: 24px;
    display: flex;
  }
  section.service04 .box .cont p {
    margin-left: 0;
  }
  section.service05 .box {
    padding: 10px;
  }
  section.service05 .box .cont {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 15px 5px;
    position: relative;
  }
  section.service05 .box .cont figure {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px;
  }
  section.service03 .calte {
    flex-wrap: wrap;
  }
  section.service03 .calte figure {
    flex-wrap: wrap;
    width: 100%;
  }
  section.service05 .box .cont p {
    font-size: 12px;
  }
  section.service04 .box .cont h3 {
    font-size: 24px;
    display: flex;
  }
  section.service05 .box .cont:nth-child(2n) {
    border-right: none;
  }
  section.service05 .box .cont:nth-child(5), section.service05 .box .cont:nth-child(6) {
    border-bottom: 2px dotted #78909c;
  }
  section.service05 .box .cont:nth-child(6):before {
    content: none;
  }
  section.service05 .box .cont:nth-child(3):before {
    content: "●";
    color: #78909c;
    position: absolute;
    top: -16px;
    right: -9px;
  }
  section.service05 {
    padding: 60px 0;
    background: #fff;
  }
  section.service01 .box {
    flex-wrap: wrap;
    padding: 20px;
  }
  section.service01 .box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  section.service01 .box .txt {
    width: 100%;
  }
  section.service02 .box .cont:last-child:after {
    content: "";
    height: 100%;
    width: 5px;
    background: #f9f9f9;
    position: absolute;
    left: -12px;
    top: 23px;
  }
  section.service03 .table td {
    padding: 15px 10px;
  }
  section.method01 h2.h2 {
    margin-bottom: 20px;
  }
  section.method01 h3.h3 {
    font-size: 22px;
  }
  section.method01 .box .cont .cont_02 .detail {
    width: 100%;
    padding: 20px 20px 0;
  }
  section.method02 .box02 ul li {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
  }
  section.method02 .box02 {
    padding: 20px 0;
    padding-bottom: 0;
  }
} /* end */