@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #333;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .04em;
  font-size: 3.73333vw;
  word-break: normal;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6%;
  margin: 0 auto;
}

.com-pd {
  padding: 15% 0;
}

.com-pt {
  padding-top: 15%;
}

.com-pb {
  padding-bottom: 15%;
}

.com-mb {
  margin-bottom: 15%;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
}
#header h1 {
  width: 32%;
  line-height: 1;
}
#header .hd-right {
  display: none;
}

/*==========================================
mv
===========================================*/
#mv {
  position: relative;
  height: 50vw;
  background: url(../img/top/mv/mv-base_bg.png) right bottom/37.5% no-repeat;
}
#mv h2 {
  width: 59%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 4.1666%;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#mv .mv-slide-wrp {
  width: 62.5%;
  height: 100%;
  position: relative;
}
#mv .mv-slide-wrp:before {
  width: 100%;
  height: 8vw;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: url(../img/top/mv/mv-frame.png) center top/100% no-repeat;
}
#mv .mv-slide-wrp .mv-free {
  width: 37%;
  position: absolute;
  right: -12%;
  bottom: -7vw;
  z-index: 100;
}
#mv .mv-slide-wrp #top-slider {
  height: 50vw;
  position: relative;
}
#mv .mv-slide-wrp #top-slider li {
  height: 100%;
}
#mv .mv-slide-wrp #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center no-repeat;
  background-size: cover;
}
#mv .mv-slide-wrp #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center no-repeat;
  background-size: cover;
}
#mv .mv-slide-wrp #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center no-repeat;
  background-size: cover;
}
#mv .mv-slide-wrp #top-slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center no-repeat;
  background-size: cover;
}
#mv .mv-slide-wrp .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#mv .mv-slide-wrp .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#mv .mv-slide-wrp .bx-pager {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 5%;
  line-height: 1.8;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 4.26667vw;
  font-weight: 700;
  margin-bottom: 2%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.com-mail-btn {
  width: 74%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 2% 0 8%;
  font-size: 4vw;
  height: 15vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+0,02d4cd+100 */
  background: linear-gradient(to right, #07c5e1 0%, #02d4cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.com-mail-btn:before {
  width: 4.5vw;
  height: 3vw;
  position: absolute;
  content: '';
  background: url(../img/common/mail_icon.png) center/100% no-repeat;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.com-tel-wrp .phone-num {
  font-size: 6.66667vw;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #0abcd6;
  line-height: 1;
  padding-left: 4vw;
  background: url(../img/common/tel_icon.png) left center/3vw no-repeat;
}
.com-tel-wrp .tel-attention {
  display: block;
  line-height: 1;
}

.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  height: 16vw;
  box-sizing: border-box;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+0,02d4cd+100 */
  background: linear-gradient(to right, #07c5e1 0%, #02d4cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.com-btn span {
  position: relative;
  transition: all .3s;
}
.com-btn span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -7vw;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.com-btn:hover span:before {
  left: -6vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  text-align: left;
  border: 1px solid #00a7d7;
}
.com-dl > dl > dt {
  background: #ebfafb;
  color: #0abcd6;
  padding: 2% 3%;
  font-weight: 700;
}
.com-dl > dl > dd {
  padding: 3%;
}
.com-dl > dl > dd a[href^="tel:"],
.com-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 15px;
  right: 15px;
  bottom: auto;
  left: auto;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+0,02d4cd+100 */
  background: linear-gradient(to right, #07c5e1 0%, #02d4cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 52px;
  height: 52px;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 30px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 18px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 32px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

.sp-menu-btn.active .top {
  transform: translateY(8px) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-6px) translateX(-1px) rotate(-45deg);
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 7% 6% 5%;
  background-color: #fff;
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 7%;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav nav .drawer-link {
  padding: 3% 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 4vw;
}
#drawer-nav nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav nav .drawer-dropdown span {
  display: block;
}
#drawer-nav nav .drawer-dropdown span:before, #drawer-nav nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav nav .current {
  font-weight: 700;
  color: #00a7d7;
  border-bottom: 2px solid #cfedf2;
}
#drawer-nav nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .com-mail-btn {
  margin: 0 auto 7% auto;
}
#drawer-nav .com-tel-wrp {
  margin-bottom: 7%;
}
#drawer-nav .worktime {
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 7%;
}
#drawer-nav .worktime span {
  background: #eee;
  display: inline-block;
  padding: 0 1.5vw;
}
#drawer-nav .drawer-adr {
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 20px;
}
#drawer-nav .drawer-adr span {
  padding-left: 4vw;
  background: url(../img/common/ft-pin_icon.png) left center/3% no-repeat;
}
#drawer-nav .drawer-ofc {
  display: block;
  width: 77%;
  margin: 0 auto 10% auto;
}

/*==========================================
index.php
===========================================*/
/* top-worry
-----------------------------*/
#top-worry {
  padding: 12% 0 10% 0;
  position: relative;
  z-index: 1;
}
#top-worry:before {
  width: 91.6666%;
  height: 460px;
  min-width: 1200px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
  background: #07c5e1;
}
#top-worry h3 {
  font-size: 6.13333vw;
  color: #00a7d7;
  font-weight: 500;
  margin-bottom: 7%;
}
#top-worry h3 span {
  font-size: 7.73333vw;
  color: #0abcd6;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+73,fff66e+73 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 73%, #fff66e 73%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-worry .worry-wrp {
  background: url(../img/top/worry-house_illust.png) bottom 8vw center/85% no-repeat, linear-gradient(to bottom, #ebfafb 0%, #eeeeee 100%);
  padding: 7% 5% 56% 5%;
  margin-bottom: 22%;
  position: relative;
}
#top-worry .worry-wrp:before {
  width: 15%;
  height: 8vw;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -14vw;
  margin: 0 auto;
  background: url(../img/top/worry-arr.png) center/100% no-repeat;
}
#top-worry .worry-wrp .worry-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 6vw 4%;
}
#top-worry .worry-wrp .worry-list li {
  width: 48%;
  background: #fff;
  position: relative;
  font-size: 4.26667vw;
  font-weight: 500;
  line-height: 1.5;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-worry .worry-wrp .worry-list li:before {
  width: 17%;
  height: 5vw;
  position: absolute;
  content: '';
  background: url(../img/top/worry-li_arr.png) center/100% no-repeat;
  bottom: -4.5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top-worry .worry-wrp .worry-list li:nth-child(4n - 1):before, #top-worry .worry-wrp .worry-list li:nth-child(4n):before {
  transform: scale(-1, 1);
}
#top-worry .worry-wrp .worry-list li em {
  color: #00a7d7;
}
#top-worry .worry-solution {
  color: #fff;
  font-size: 5.6vw;
  line-height: 1.5;
  font-weight: 500;
}
#top-worry .worry-solution:first-line {
  font-size: 5.06667vw;
}
#top-worry .worry-solution span {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+73,fff66e+73 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 73%, #00d7df 73%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* top-intro
-----------------------------*/
#top-intro {
  padding: 10% 0 20% 0;
  background: url(../img/top/intro-bg.png) left top/70.8333% no-repeat;
}
#top-intro .intro-wrp {
  position: relative;
}
#top-intro .intro-content h3 {
  border-left: 3.5px solid #07c5e1;
  padding-left: 3%;
  font-size: 5.86667vw;
  margin-bottom: 20px;
  color: #00a7d7;
  font-weight: 500;
  line-height: 1.5;
}
#top-intro .intro-content h3 em {
  font-size: 6.4vw;
}
#top-intro .intro-content h3 span {
  color: #fbb52e;
  font-size: 6.4vw;
}
#top-intro .intro-img {
  position: relative;
  z-index: 1;
  margin-bottom: 10%;
}
#top-intro .intro-img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  right: -4%;
  bottom: -7%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfedf2+0,fff66e+100 */
  background: linear-gradient(to right, #cfedf2 0%, #fff66e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}

/* top-beginner
-----------------------------*/
#top-beginner {
  padding: 33% 0 12% 0;
  background: url(../img/top/beginner-bg.png) right bottom 70px/26.302% no-repeat, #ebfafb;
  position: relative;
  z-index: 1;
}
#top-beginner:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12vw 24vw 0 24vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}
#top-beginner h3 {
  font-size: 6.66667vw;
  color: #0abcd6;
  position: absolute;
  left: 0;
  right: 0;
  top: -10vw;
  font-weight: 500;
}
#top-beginner .inbox {
  position: relative;
}
#top-beginner .inbox:before {
  width: 41%;
  height: 67vw;
  position: absolute;
  content: '';
  right: 8.5%;
  bottom: 21.5vw;
  z-index: 10;
  background: url(../img/top/beginner-woman.png) center/100% no-repeat;
}
#top-beginner .beginner-content {
  background: rgba(207, 237, 242, 0.6);
  padding: 31% 5% 7% 5%;
  box-sizing: border-box;
  position: relative;
}
#top-beginner .beginner-content h4 {
  width: 88%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -12vw;
  background: #fff;
  font-size: 5.6vw;
  color: #00a7d7;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 5% 3%;
  box-sizing: border-box;
}
#top-beginner .beginner-content h4:before, #top-beginner .beginner-content h4:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
}
#top-beginner .beginner-content h4:before {
  left: 0;
  top: 0;
  border-width: 5vw 5vw 0 0;
  border-color: #07c5e1 transparent transparent transparent;
}
#top-beginner .beginner-content h4:after {
  right: 0;
  bottom: 0;
  border-width: 0 0 5vw 5vw;
  border-color: transparent transparent #07c5e1 transparent;
}
#top-beginner .beginner-content h4 span {
  color: #fbb52e;
  font-size: 6.13333vw;
}
#top-beginner .beginner-content p {
  margin: 0 auto 20px auto;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
  position: relative;
}
#top-beginner .beginner-content p:before, #top-beginner .beginner-content p:after {
  width: 2px;
  height: 6.5vw;
  position: absolute;
  content: '';
  background: #333;
  bottom: 2vw;
  margin: auto 0;
}
#top-beginner .beginner-content p:before {
  left: -1vw;
  transform: rotate(-25deg);
}
#top-beginner .beginner-content p:after {
  right: -1vw;
  transform: rotate(25deg);
}
#top-beginner .beginner-content p span {
  color: #00a7d7;
  font-size: 6.13333vw;
}
#top-beginner .beginner-content .beginner-list {
  gap: 2vw 4%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#top-beginner .beginner-content .beginner-list li {
  font-size: 4.26667vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 20vw;
}
#top-beginner .beginner-content .beginner-list li:nth-child(3n) {
  position: relative;
}
#top-beginner .beginner-content .beginner-list li:nth-child(3n):after {
  width: 23%;
  height: 8vw;
  position: absolute;
  content: '';
  right: 23%;
  bottom: -6vw;
  background: url(../img/top/beginner-li_mark.png) center/100% no-repeat;
}
#top-beginner .beginner-content .beginner-list li em {
  color: #00a7d7;
}
#top-beginner .beginner-content .beginner-list li:nth-child(1) {
  background: url(../img/top/beginner-li01_bg.png) center/100% no-repeat;
}
#top-beginner .beginner-content .beginner-list li:nth-child(2) {
  background: url(../img/top/beginner-li02_bg.png) center/100% no-repeat;
}
#top-beginner .beginner-content .beginner-list li:nth-child(3) {
  background: url(../img/top/beginner-li03_bg.png) center/100% no-repeat;
}
#top-beginner .beginner-content .com-btn {
  width: 100%;
  margin: 62% auto 0 auto;
}

/* top-business
-----------------------------*/
#top-business {
  padding: 12% 0;
  background: url(../img/top/business-bg.png) center/cover no-repeat;
}
#top-business h3 {
  font-size: 7.46667vw;
  color: #fff;
  font-weight: 500;
  margin-bottom: 34%;
}
#top-business .business-wrp {
  background: rgba(255, 255, 255, 0.9);
  padding: 12% 4% 7% 4%;
  box-sizing: border-box;
  position: relative;
}
#top-business .business-wrp .business-list {
  position: absolute;
  left: 0;
  right: 0;
  top: -22vw;
  width: 92%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2%;
}
#top-business .business-wrp .business-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 32%;
  padding: 3% 2%;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a7d7+0,3873ea+100 */
  background: linear-gradient(to bottom, #00a7d7 0%, #3873ea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top-business .business-wrp .business-list li .business-icon {
  flex: 1 0 auto;
  margin-bottom: 4%;
}
#top-business .business-wrp .business-list li .business-icon img {
  width: 71%;
}
#top-business .business-wrp .business-list li .business-list-txt {
  color: #fff;
  font-size: 4vw;
  display: block;
  line-height: 1.5;
  font-weight: 500;
  flex: 1 0 auto;
}
#top-business .business-wrp p {
  text-align: left;
}
#top-business .com-btn {
  width: 100%;
  margin: 10% auto 0 auto;
}

/* top-case
-----------------------------*/
#top-case {
  padding: 11% 0 30% 0;
  background: url(../img/top/case-bg.png) left bottom/47.9166% no-repeat;
}
#top-case .case-ttl-wrp {
  margin-bottom: 10%;
}
#top-case .case-ttl-wrp h3 {
  font-size: 7.46667vw;
  font-weight: 500;
  padding-bottom: 5%;
  border-bottom: 1px solid #fff66e;
  margin-bottom: 5%;
}
#top-case .case-ttl-wrp .view-more {
  display: block;
  width: 25%;
  margin-left: auto;
  font-size: 4vw;
  border-bottom: 1px solid;
}
#top-case .case-ttl-wrp .view-more:hover {
  text-decoration: underline;
}
#top-case .case-ttl-wrp .view-more span {
  position: relative;
  transition: all .3s;
}
#top-case .case-ttl-wrp .view-more span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6vw;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
#top-case .case-img-wrp .swiper-slide {
  width: 100%;
  height: 65vw;
}
#top-case .case-img-wrp .case-img-list {
  gap: 1.5vw 2%;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#top-case .case-img-wrp .case-img-list li {
  width: 32%;
  height: 15vw;
}

/* top-news
-----------------------------*/
#top-news {
  padding: 6% 0 11% 0;
}
#top-news .news-ttl-wrp {
  margin-bottom: 10%;
}
#top-news .news-ttl-wrp h3 {
  font-size: 7.46667vw;
  font-weight: 500;
  color: #0abcd6;
  margin-bottom: 5%;
}
#top-news .news-ttl-wrp .com-btn {
  width: 55%;
  height: 10.5vw;
  padding: 0 5% 0 11%;
  margin-left: auto;
}
#top-news .news-list {
  background: #f5f5f5;
  padding: 5% 4%;
  box-sizing: border-box;
}
#top-news .news-list .news-list-item {
  text-align: left;
  border-bottom: 1px solid #fff;
}
#top-news .news-list .news-list-item:last-child {
  border-bottom: none;
}
#top-news .news-list .news-list-item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 4% 0;
}
#top-news .news-list .news-list-item time {
  width: 31%;
  color: #fff;
  padding: 1.5% 1.5% 1.5% 5%;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 500;
  background: #07c5e1;
  position: relative;
}
#top-news .news-list .news-list-item time:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
#top-news .news-list .news-list-item h4 {
  width: 67%;
  font-weight: 500;
  font-size: 4vw;
}
#top-news .news-list .news-list-item .category-label {
  gap: 1.5vw 2vw;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 3%;
}
#top-news .news-list .news-list-item .category-label li {
  background: #fff;
  font-size: 3.2vw;
  color: #00a7d7;
  padding: 0 2vw;
}
#top-news .news-list .news-list-item:hover h4 {
  text-decoration: underline;
}

/*==========================================
footer
===========================================*/
#footer {
  border-top: 1px solid #cfedf2;
}
#footer .inbox {
  padding: 8% 6% 5% 6%;
}
#footer .ft-logo {
  display: block;
  width: 38%;
  margin: 0 auto 8% auto;
}
#footer .ft-info {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 3vw 3%;
  margin-bottom: 7%;
}
#footer .ft-info .com-mail-btn {
  width: 42%;
}
#footer .ft-info .com-mail-btn:before {
  left: 6%;
}
#footer .ft-info .com-tel-wrp {
  width: 55%;
}
#footer .ft-info .com-tel-wrp .phone-num {
  font-size: 5.86667vw;
}
#footer .ft-info .com-tel-wrp .phone-num small {
  font-size: 4vw;
}
#footer .worktime {
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 7%;
}
#footer .worktime span {
  background: #eee;
  display: inline-block;
  padding: 0 1.5vw;
}
#footer .ft-adr {
  font-size: 3.2vw;
  font-weight: 500;
  margin-bottom: 20px;
}
#footer .ft-adr span {
  padding-left: 4vw;
  background: url(../img/common/ft-pin_icon.png) left center/3% no-repeat;
}
#footer .ft-ofc {
  display: block;
  width: 77%;
  margin: 0 auto 10% auto;
}
#footer .ft-nav {
  column-count: 2;
}
#footer .ft-nav li {
  font-size: 3.46667vw;
  font-weight: 500;
  position: relative;
  text-align: left;
  margin-bottom: 7%;
}
#footer .ft-nav li:last-child {
  margin-bottom: 0;
}
#footer .ft-nav li a {
  color: #00a7d7;
  display: block;
}
#footer .ft-nav li a:hover {
  text-decoration: underline;
}

#copyright {
  background: #07c5e1;
  word-break: normal;
  color: #fff;
  padding: 2% 0;
}
#copyright small {
  font-size: 2.93333vw;
}
#copyright a {
  color: #fff;
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35vw;
}
.lower-sv h2 {
  font-size: 6.93333vw;
  color: #fff;
  font-weight: 500;
}
.lower-sv h2 span {
  padding: .45vw 4vw;
  line-height: 1.5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+0,02d4cd+100 */
  background: linear-gradient(to right, #07c5e1 0%, #02d4cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-block;
}

#beginner-sv {
  background: url(../img/sv/beginner-sv.jpg) center/cover no-repeat;
}

#business-sv {
  background: url(../img/sv/business-sv.jpg) center/cover no-repeat;
}

#case-sv {
  background: url(../img/sv/case-sv.jpg) center/cover no-repeat;
}

#info-sv {
  background: url(../img/sv/info-sv.jpg) center/cover no-repeat;
}

#faq-sv {
  background: url(../img/sv/faq-sv.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../img/sv/news-sv.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv.jpg) center/cover no-repeat;
}
#e404-sv h2 {
  font-size: 6.4vw;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 6.66667vw;
  color: #0abcd6;
  font-weight: 500;
  border-bottom: 5px solid #07c5e1;
  margin-bottom: 11%;
  padding-bottom: 2%;
}

.ttl02 {
  text-align: left;
  font-size: 5.86667vw;
  font-weight: 500;
  color: #0abcd6;
  border-left: 5px solid #0abcd6;
  padding-left: 3%;
  margin-bottom: 4%;
}

/*==========================================
beginner.php
===========================================*/
/* beginner-info
----------------------------*/
#beginner-info {
  padding-bottom: 10%;
}
#beginner-info h3 {
  font-size: 6.13333vw;
  font-weight: 500;
  color: #0abcd6;
  margin-bottom: 7%;
  line-height: 1.5;
}
#beginner-info h3 span {
  display: inline-block;
  margin-bottom: 3%;
  font-size: 4.53333vw;
  padding: 2.5% 0;
  border-top: 2.5px solid #0abcd6;
  border-bottom: 2.5px solid #0abcd6;
}
#beginner-info h3 em {
  color: #fbb52e;
}
#beginner-info h4 {
  background: #07c5e1;
  color: #fff;
  font-weight: 500;
  font-size: 5.6vw;
  margin-bottom: 6%;
}
#beginner-info .info-img {
  margin-bottom: 10%;
}
#beginner-info .info-img img {
  box-shadow: 2.5vw 2.5vw #ebfafb;
}

/* beginner-sign
----------------------------*/
#beginner-sign h3 {
  font-size: 6.66667vw;
  color: #0abcd6;
  margin-bottom: 3%;
  font-weight: 500;
}
#beginner-sign .sign-wrp {
  background: #ebfafb;
  padding: 18% 0 12% 0;
  position: relative;
}
#beginner-sign .sign-wrp:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 8.2vw 0 8.2vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
#beginner-sign .sign-leadtxt {
  background: #fff;
  margin: 0 auto 12% auto;
  padding: 5%;
  text-align: left;
  box-sizing: border-box;
}
#beginner-sign .sign-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 6vw 4%;
}
#beginner-sign .sign-list li {
  width: 48%;
}
#beginner-sign .sign-list li .sign-txt {
  display: block;
  font-size: 4.26667vw;
  color: #00a7d7;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 3%;
}

/* beginner-choose
----------------------------*/
#beginner-choose {
  padding: 12% 0;
}
#beginner-choose .choose-list li {
  text-align: left;
  margin-bottom: 9%;
  padding-bottom: 9%;
  border-bottom: 1px solid #cfedf2;
}
#beginner-choose .choose-list li:last-child {
  margin-bottom: 0;
}
#beginner-choose .choose-list li h4 {
  font-size: 6.13333vw;
  font-weight: 500;
  position: relative;
  padding-left: 16%;
  margin-bottom: 3%;
}
#beginner-choose .choose-list li h4 .choose-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 11vw;
  height: 11vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+0,02d4cd+100 */
  background: linear-gradient(to right, #07c5e1 0%, #02d4cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#beginner-choose .choose-list li h4 em {
  color: #00a7d7;
}
#beginner-choose .choose-list li .choose-content {
  background: #ebfafb;
  padding: 5%;
}
#beginner-choose .choose-business {
  background: url(../img/beginner/business-bg.jpg) center/cover no-repeat;
  position: relative;
  padding: 8% 5%;
  margin-top: 15%;
}
#beginner-choose .choose-business:before {
  width: calc(100% - 2.5vw);
  height: calc(100% - 2.5vw);
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 2.5px solid #fff;
  box-sizing: border-box;
}
#beginner-choose .choose-business p {
  font-size: 4.26667vw;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8%;
}
#beginner-choose .choose-business p span {
  color: #fff66e;
  font-size: 4.8vw;
}
#beginner-choose .choose-business .com-btn {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  color: #00a7d7;
  position: relative;
  z-index: 10;
  height: 14vw;
}
#beginner-choose .choose-business .com-btn span:before {
  border-color: #00a7d7;
}

/*==========================================
business.php
===========================================*/
/* business-intro
-----------------------*/
#business-intro {
  padding-bottom: 12%;
  background: url(../img/business/intro-bg.png) right bottom/60% no-repeat;
}
#business-intro h3 {
  margin-bottom: 7%;
}
#business-intro h3 .sub {
  background: #07c5e1;
  color: #fff;
  font-size: 4.53333vw;
  display: inline-block;
  padding: 1.5vw 3vw;
  box-shadow: 1.5vw 1.5vw #fff66e;
  margin-bottom: 4%;
}
#business-intro h3 .sub em {
  color: #fff66e;
}
#business-intro h3 .main {
  display: block;
  font-size: 6.13333vw;
  font-weight: 500;
  color: #0abcd6;
}
#business-intro h3 .main em {
  color: #fbb52e;
}
#business-intro .intro-content {
  border: 1px solid #cfedf2;
  padding: 7% 5%;
  margin-bottom: 13%;
}
#business-intro .intro-map {
  position: relative;
}
#business-intro .intro-map .map-content h4 {
  background: #ebfafb;
  font-size: 5.06667vw;
  font-weight: 500;
  padding: 1.5% 4%;
  color: #0abcd6;
  margin-bottom: 5%;
}
#business-intro .intro-map .map-content p span {
  font-size: 4.26667vw;
  font-weight: 500;
}
#business-intro .intro-map .map-img {
  text-align: center;
  width: 51%;
  margin: 0 auto 8% auto;
}

/* business-sec
-----------------------*/
#business-sec {
  padding: 8% 0;
}
#business-sec .business-wrp {
  padding-bottom: 12%;
  margin-bottom: 12%;
  border-bottom: 1px solid #cfedf2;
  position: relative;
}
#business-sec .business-wrp:last-child {
  margin-bottom: 0;
}
#business-sec .business-wrp .business-img {
  margin-bottom: 6%;
}

/* business-strength
-----------------------*/
#business-strength {
  padding: 8% 0 13% 0;
  background: url(../img/business/strength-bg.png) left top 55px/100% no-repeat;
}
#business-strength .strength-wrp {
  margin-bottom: 15%;
}
#business-strength .strength-wrp:last-child {
  margin-bottom: 0;
}
#business-strength .strength-wrp .strength-content h4 {
  font-size: 6.13333vw;
  font-weight: 500;
  border-bottom: 1px solid #07c5e1;
  position: relative;
  padding: 0 0 2% 17%;
  margin-bottom: 5%;
  color: #0abcd6;
}
#business-strength .strength-wrp .strength-content h4 em {
  color: #fbb52e;
  font-size: 6.66667vw;
}
#business-strength .strength-wrp .strength-content h4 .strength-num {
  position: absolute;
  left: 0;
  top: 1vw;
  width: 11vw;
  height: 11vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#07c5e1+0,02d4cd+100 */
  background: linear-gradient(to right, #07c5e1 0%, #02d4cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#business-strength .strength-wrp .strength-img {
  margin-bottom: 10%;
}
#business-strength .strength-wrp .strength-img img {
  box-shadow: 2vw 2vw #07c5e1;
}

/*==========================================
case.pho
===========================================*/
.archive-tag-list {
  background: #ebfafb;
  padding: 7% 4%;
  gap: 3vw 4%;
  margin-bottom: 13%;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.archive-tag-list .tag-list-item {
  font-size: 4vw;
  font-weight: 700;
}
.archive-tag-list .tag-list-item a {
  display: inline-block;
  padding: 2vw 3vw 2vw 8vw;
  color: #fff;
  background: #07c5e1;
}
.archive-tag-list .tag-list-item a span {
  position: relative;
  transition: all .3s;
}
.archive-tag-list .tag-list-item a span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5vw;
  right: auto;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 1.3vw;
  height: 1.3vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.archive-tag-list .tag-list-item a:hover {
  opacity: 1;
  background: #fff;
  color: #07c5e1;
}
.archive-tag-list .tag-list-item a:hover span:before {
  border-color: #07c5e1;
}
.archive-tag-list .tag-list-item.current a {
  background: #fff;
  color: #07c5e1;
}
.archive-tag-list .tag-list-item.current a span:before {
  border-color: #07c5e1;
}

/* case-archive
-------------------------*/
#case-archive .case-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5.5vw 4%;
}
#case-archive .case-list .case-list-item {
  width: 48%;
}
#case-archive .case-list .case-list-item a {
  display: block;
}
#case-archive .case-list .case-list-item .case-img {
  width: 100%;
  height: 40vw;
  overflow: hidden;
}
#case-archive .case-list .case-list-item .case-img .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: .3s;
}
#case-archive .case-list .case-list-item a:hover {
  opacity: .9;
}
#case-archive .case-list .case-list-item a:hover .img-eff {
  transform: scale(1.1);
}
#case-archive .case-list .case-list-item figcaption {
  text-align: left;
  font-size: 3.73333vw;
  font-weight: 700;
  padding: 2% 0 2% 11%;
  background: url(../img/case/case-check_icon.png) left top 2vw/8% no-repeat;
}
#case-archive .case-list .case-list-item .category-label {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5vw;
}
#case-archive .case-list .case-list-item .category-label li {
  font-size: 3.2vw;
  font-weight: 700;
  background: #07c5e1;
  color: #fff;
  padding: 0 5px;
}

/* case-single
-------------------------*/
#case-single .ttl02 {
  font-size: 4.8vw;
  border-width: 6px;
}
#case-single .gallery-wrp {
  border-top: 1px solid #cfedf2;
  border-bottom: 1px solid #cfedf2;
  padding: 7% 0;
  margin-bottom: 15%;
}
#case-single .gallery-wrp .gallery-list {
  gap: 4vw 4%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#case-single .gallery-wrp .gallery-list li {
  width: 48%;
  height: 40vw;
}
#case-single .gallery-wrp .gallery-list li:first-child {
  width: 100%;
  height: 64vw;
}
#case-single .after-wrp {
  position: relative;
}
#case-single .after-wrp:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -10vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vw 7.5vw 0 7.5vw;
  border-color: #fff66e transparent transparent transparent;
}
#case-single .case-data {
  margin-top: 15%;
}
#case-single .case-data dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 5%;
}
#case-single .case-data dl:last-child {
  margin-bottom: 0;
}
#case-single .case-data dl dt {
  width: 30%;
  color: #0abcd6;
  font-weight: 700;
  background: #ebfafb;
  padding: 2.5% 3%;
  box-sizing: border-box;
  text-align: left;
}
#case-single .case-data dl dd {
  width: 68%;
  box-sizing: border-box;
  padding: 2.5% 3%;
  text-align: left;
}
#case-single .case-comment {
  margin-top: 15%;
}
#case-single .case-comment .comment {
  text-align: left;
}
#case-single .category-label {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  gap: 1.5vw;
  margin-top: 7%;
}
#case-single .category-label li a {
  font-size: 3.2vw;
  color: #fff;
  font-weight: 700;
  background: #07c5e1;
  display: block;
  padding: 0 1.5vw;
}

/*==========================================
info.php
===========================================*/
/* info-greeting
-------------------------*/
#info-greeting {
  padding-bottom: 10%;
}
#info-greeting .greeting-wrp {
  position: relative;
}
#info-greeting .greering-content h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 5.6vw;
  padding-left: 3%;
  border-left: 3px solid #07c5e1;
}
#info-greeting .greering-content h4 small {
  margin-right: 4%;
  font-size: 4.26667vw;
  color: #0abcd6;
}
#info-greeting .greeting-img {
  position: relative;
  z-index: 1;
  margin-bottom: 12%;
}
#info-greeting .greeting-img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  right: -3vw;
  bottom: -3vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfedf2+0,fff66e+100 */
  background: linear-gradient(to right, rgba(207, 237, 242, 0.4) 0%, rgba(255, 246, 110, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: -1;
}

/* info
-------------------------*/
#info {
  padding: 8% 0 15% 0;
}
#info .info-tbl {
  margin-bottom: 10%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 55%;
  margin: 0 0 16% auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  font-size: 4.26667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: .8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3% 10% 3% 3%;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists > li {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists > li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 4% 0;
}
.post-wrap .column-lists > li:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-area {
  width: 55%;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 38%;
  font-size: 2.93333vw;
  color: #00a7d7;
  text-align: left;
  padding: .75vw 0;
  letter-spacing: .05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 61%;
  gap: 1vw 1.5vw;
}
.post-wrap .column-lists .post-ttl .category-label li {
  box-sizing: border-box;
  border: 1px solid #00a7d7;
  color: #fff;
  background: #00a7d7;
  padding: .75vw;
  text-align: center;
  font-size: 2.93333vw;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.8vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #00a7d7;
  border: 1px solid #00a7d7;
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6%;
}
.single-meta time {
  font-size: 3vw;
  width: 24%;
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.single-meta .category-label {
  display: flex;
  width: 75%;
  flex-wrap: wrap;
  align-items: center;
}
.single-meta .category-label li {
  font-size: 2.93333vw;
  margin: 0 4% 2% 0;
}
.single-meta .category-label li:last-child {
  margin-right: 0;
}
.single-meta .category-label li a {
  border: 1px solid #00a7d7;
  color: #00a7d7;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #00a7d7;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 5%;
}
#contact .contact-form dl dt {
  position: relative;
}
#contact .contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd li {
  list-style: none;
}
#contact .contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  font-size: 4.26667vw;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border-radius: 0;
}
#contact .contact-form select {
  padding: 5px;
  box-sizing: border-box;
  font-size: 4vw;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 73%;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.73333vw;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #00a7d7;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #fbb52e;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 5%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}
#contact input[type='button'][disabled],
#contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}
#contact input[type='button'],
#contact input[type='submit'],
#contact .contact-submits-wrap button {
  font-size: 4.26667vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #00a7d7;
  color: #00a7d7;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #00a7d7;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type="submit"],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 6%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}
