@charset "UTF-8";
.l-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.l-header {
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 35px;
  background-color: #fff;
}

.clearfix {
  zoom: 1;
}

.l-header .logo {
  float: left;
}

a {
  color: #282828;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.l-header nav {
  width: 30%;
  display: inline-block;
}

.l-header .header-contact .tel:before {
  display: none;
}

.l-header .header-contact .tel-schedule span {
  position: relative;
  margin: 0 10px 0 0;
}

.l-header .header-contact .tel-schedule span:before {
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/sf-admin/images/sp/icn-phone.png);
  /* content: url(/sf-admin/images/sp/icn-phone.png); */
  position: absolute;
  left: 34px;
  bottom: 0px;
  width: 13px;
  height: 13px;
}

.l-header .header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

/* 202304修正 */
.l-header .header-contact {
  gap: 15px;
}

.l-header {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  z-index: 1000;
}

.l-header nav .header-nav .header-item-style:nth-of-type(1) {
  display: none;
}

.l-header nav .header-nav {
  margin: 10px 0 0 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #282828;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
}

.l-header nav .header-item-style:nth-child(-n + 8) {
  margin: 0 23px 0 0;
}

.l-header .header-contact .tel {
  margin: 2px 0 0;
  text-align: right;
  margin-right: 20px;
  text-align: center;
  position: relative;
  padding-left: 24px;
}

/* .l-header .header-contact .form-btn {
  width: 153px;
} */

/* ヘッダーボタン青2308 */
.header-contact {
  z-index: 10000;
}
.form-btn a:nth-child(1) {
  background-color: #031de2;
  color: white !important;
  font-weight: bold;
  height: 44px;
  width: 210px;
  border-radius: 44px;
  font-size: 17px;
  margin-top: 0px;
  opacity: 1;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px;
}

.form-btn a:nth-child(1):before {
  position: absolute;
  content: "";
  width: 33px;
  height: 5px;
  background-image: url(https://www.ccc.seraku.co.jp/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-btn a:nth-child(1):hover {
  opacity: 0.5;
  transition: 0.4s ease;
  cursor: pointer;
}

/* ヘッダーボタン黄2308 */
.form-btn:nth-of-type(2) a {
  background-color: #f3d71e !important;
  color: #282828 !important;
  font-weight: bold;
  height: 44px;
  width: 210px;
  border-radius: 44px;
  font-size: 17px;
  margin-top: 0px;
  opacity: 1;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0px;
}

.form-btn:nth-of-type(2) a:before {
  position: absolute;
  content: "";
  width: 33px;
  height: 5px;
  background-image: url(https://www.ccc.seraku.co.jp/images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.form-btn:nth-of-type(2) a:hover {
  opacity: 0.5;
  transition: 0.4s ease;
  cursor: pointer;
}

/* 202304修正
.l-header .header-contact .form-btn a {
  padding: 0 20px;
  background-color: #3019dd !important;
  width: 220px;
  display: inline-block;
  height: 44px;
  text-align: center;
  font-size: 16px;
}

.l-header .header-contact .form-btn a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 4px;
  background-image: url(https://www.ccc.seraku.co.jp/images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 202304修正 */
/* .l-header .header-contact .form-btn a:hover {
  background-color: #f3d71e !important;
  opacity: 1;
  color: #282828;
} */

/* 202304修正 */
/* .l-header .header-contact .form-btn a:hover::before {
  background-image: url(https://www.ccc.seraku.co.jp/images/arrow_black.svg);
} */
/* 
.l-header .header-contact .form-btn:nth-of-type(2) {
  margin: 0 14px 0 -7px;
  width: 220px;
}

.l-header nav .header-item-style a:hover {
  color: #2e59a6;
}

.l-header .header-contact .form-btn:nth-of-type(2) a {
  background-color: #2e59a6 !important;
  background-image: none;
} */

/* 202304修正 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a {
  background-color: #f3d71e !important;
  width: 220px;
  color: #282828;
} */

/* 202304修正 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 4px;
  background-image: url(https://www.ccc.seraku.co.jp/images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
} */

/* 202304修正 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a:hover {
  background-color: #3019dd !important;
  opacity: 1;
  color: white;
  border: none;
} */

/* 202304修正 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
  background-image: url(https://www.ccc.seraku.co.jp/images/arrow.svg);
} */

/* 202304修正 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a::before {
  box-shadow: none !important;
}

.l-header .header-contact .form-btn:nth-of-type(3) a {
  background: #fb6450;
  transition: all 0.3s ease;
}

.l-header .header-contact .tel-schedule {
  font-size: 13px;
  font-weight: bold;
}

.l-header .header-contact .tel-number {
  font-size: 20px;
  font-weight: bold;
}

.l-header .header-contact .form-btn {
  position: relative;
  width: 400px;
    height: 80px;
  margin: auto;
  width: 220px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
}

.l-header .header-contact .form-btn::after,
.l-header .header-contact .form-btn::before {
  position: absolute;
  content: "";
}  */

/* 202304コメント化
.l-header .header-contact .form-btn::before {
  right: 10px;
  top: 17px;
  width: 6px;
  height: 6px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
} */

/* 202304コメント化
.l-header .header-contact .form-btn:nth-of-type(3) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #fb6450 inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
} */

/* 202304コメント化
.l-header .header-contact .form-btn:nth-of-type(3):hover::before {
  border-top: 2px solid #fb6450;
  border-right: 2px solid #fb6450;
} */

/* 202304コメント化
.l-header .header-contact .form-btn:nth-of-type(3) a:hover {
  color: #fb6450;
} */

.l-header .header-contact .form-btn:nth-of-type(3) a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* 202304コメント化 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #2e59a6 inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
} */

/* 202304コメント化
.l-header .header-contact .form-btn:nth-of-type(2):hover::before {
  border-top: 2px solid #2e59a6;
  border-right: 2px solid #2e59a6;
} */

/* 202304コメント化
.l-header .header-contact .form-btn:nth-of-type(2) a:hover {
  color: #2e59a6;
} */

/* 202304コメント化 */
/* .l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
} */

.l-header nav .header-contact {
  display: none;
}

.l-header {
  padding: 13px 20px 13px 9px;
}

.consultation-btn01 {
  position: relative;
  width: 330px;
  height: 60px;
  margin: auto;
}

.consultation-btn01::after,
.consultation-btn01::before {
  position: absolute;
  content: "";
}

.consultation-btn01::before {
  right: 0px;
  top: 25px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.consultation-btn01 a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-left: 30px;
  width: 330px;
  height: 60px;
  font-size: 22px;
  color: #fff;
  background: #fb6450;
  background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
  transition: all 0.3s ease;
}

.consultation-btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #fb6450 inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.consultation-btn01:hover::before {
  border-top: 2px solid #fb6450;
  border-right: 2px solid #fb6450;
}

.consultation-btn01 a:hover {
  color: #fb6450;
}

.consultation-btn01 a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.consultation-btn {
  position: relative;
  width: 450px;
  height: 80px;
  margin: auto;
}

.consultation-btn::after,
.consultation-btn::before {
  position: absolute;
  content: "";
}

.consultation-btn::before {
  right: 30px;
  top: 35px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.consultation-btn a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: auto;
  width: 450px;
  height: 80px;
  font-size: 26px;
  color: #fff;
  background: #fb6450;
  background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
  transition: all 0.3s ease;
}

.consultation-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #fb6450 inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.consultation-btn:hover::before {
  border-top: 2px solid #fb6450;
  border-right: 2px solid #fb6450;
}

.consultation-btn a:hover {
  color: #fb6450;
}

.consultation-btn a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.document-btn {
  position: relative;
  width: 450px;
  height: 80px;
  margin: auto;
}

.document-btn::after,
.document-btn::before {
  position: absolute;
  content: "";
}

.document-btn::before {
  right: 30px;
  top: 35px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.document-btn a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: auto;
  width: 450px;
  height: 80px;
  font-size: 26px;
  color: #fff;
  background: #9e9e9e;
  /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
  transition: all 0.3s ease;
}

.document-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #9e9e9e inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.document-btn:hover::before {
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
}

.document-btn a:hover {
  color: #9e9e9e;
}

.document-btn a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.document-btn01 {
  position: relative;
  width: 330px;
  height: 60px;
  margin: auto;
}

.document-btn01::after,
.document-btn01::before {
  position: absolute;
  content: "";
}

.document-btn01::before {
  right: 30px;
  top: 25px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.document-btn01 a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  width: 330px;
  height: 60px;
  font-size: 22px;
  color: #fff;
  background: #9e9e9e;
  /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
  transition: all 0.3s ease;
}

.document-btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #9e9e9e inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.document-btn01:hover::before {
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
}

.document-btn01 a:hover {
  color: #9e9e9e;
}

.document-btn01 a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.free-download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: lavender;
  width: 1000px;
  margin: 0 auto 10px;
  height: 300px;
}

.free-download-img {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
  text-align: center;
  margin: 40px 20px;
}

.free-download-img img {
  width: 400px;
}

.free-download-text {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 70px 0 70px -100px;
}

.free-download-btn {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}

.chara-btn-box01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 30px 0;
  background-color: #2e59a6;
}

.text-document-btn01 {
  position: relative;
  width: min(100%, 350px);
  height: 70px;
  margin: auto;
}

.text-document-btn01::after,
.text-document-btn01::before {
  position: absolute;
  content: "";
}

.text-document-btn01::before {
  right: 22px;
  top: 30px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.text-document-btn01 a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: auto;
  width: 100%;
  height: 70px;
  font-size: 22px;
  color: #fff;
  background: #2e59a6;
  /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
  transition: all 0.3s ease;
}

.text-document-btn01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #2e59a6 inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.text-document-btn01:hover::before {
  border-top: 2px solid #2e59a6;
  border-right: 2px solid #2e59a6;
}

.text-document-btn01 a:hover {
  color: #2e59a6;
}

.text-document-btn01 a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.clearfix01:after {
  content: "";
  clear: both;
  display: block;
}

.chara-btn-wrap01 a {
  border-bottom: none;
}

.chara-btn-box01 h3 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 23px;
  color: white;
}

.chara-btn-wrap01 > a {
  font-weight: normal;
  border-bottom: 2px solid #fff;
}

.chara-btn-wrap01 > a:hover {
  border-bottom: none;
}

.chara-btn-wrap .consultation-btn,
.chara-btn-wrap .document-btn {
  margin: 0 10px;
}

.chara-btn-wrap a {
  border-bottom: none;
}

.chara-btn-box {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 47px 0 65px;
  background-color: #2e59a6;
}

.free-download-btn {
  position: relative;
  width: 440px;
  height: 70px;
  margin: 0 0 0 -15px;
}

.free-download-btn::after,
.free-download-btn::before {
  position: absolute;
  content: "";
}

.free-download-btn::before {
  right: 22px;
  top: 30px;
  width: 8px;
  height: 8px;
  z-index: 100;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.free-download-btn a {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  z-index: 0;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: auto;
  width: 100%;
  height: 70px;
  font-size: 22px;
  color: #fff;
  background: #2e59a6;
  /* background: linear-gradient(90deg, rgba(107,107,107,1) 0%, rgba(168,168,168,1) 100%); */
  transition: all 0.3s ease;
}

.free-download-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #2e59a6 inset;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.free-download-btn:hover::before {
  border-top: 2px solid #2e59a6;
  border-right: 2px solid #2e59a6;
}

.free-download-btn a:hover {
  color: #2e59a6;
}

.free-download-btn a:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* ------------ 220117 フッター ----------- */
.footer {
  padding: 60px 0;
  background-color: #282828;
}
.footer__container {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__top {
  display: flex;
  gap: 80px;
}
.footer__logo {
  width: 180px;
}
.footer__nav {
  padding-top: 16px;
}
.footer__nav ul {
  width: 100%;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.footer__nav ul li {
  margin-bottom: 12px;
}
.footer__nav ul li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.footer__bottom {
  margin-top: 40px;
}
.footer__copyright ul {
  display: flex;
  margin-bottom: 1em;
}
.footer__copyright ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.footer__copyright ul li:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #ffffff;
}
.footer__copyright ul li:not(:first-child) {
  padding-left: 16px;
}
.footer__copyright p {
  color: #ffffff;
}

ul {
  list-style: none;
  padding: 0;
}

/* 02230308サービスメニュー */

.service-nav-container {
  display: flex;
  margin: 0 auto;
  width: auto;
  justify-content: center;
  gap: 100px;
  display: none;
}

.l-header nav .header-item-style a.service-title {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  border-bottom: solid 1px white;
}

.l-header nav .header-item-style a.service-title:hover {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}

.li {
  margin-bottom: 30px;
}

.l-header nav .header-item-style a.service-contents {
  display: block;
  color: white;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  border-bottom: solid 1px white;
  margin-bottom: 10px;
}

.l-header nav .header-item-style a.service-contents:hover {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}

.l-header nav .header-item-style a.header-item-style-line {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.service-nav-tap {
  cursor: pointer;
  cursor: hand;
}

/* ヘッダーのスタイル */
a.header-item-line {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

li.header-item {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/* .l-header nav .header-item-style a.header-item-style-line:hover {
  text-decoration: underline;
} */

/* サービスメニュー */
.arrow-nav {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  display: grid;
  place-items: center;
}
.arrow-nav::before {
  content: "";
  top: 0;
  right: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  transform: rotate(135deg);
  transition: transform 0.3s;
}

.arrow-nav.arrow-top::before {
  transform: rotate(315deg);
}

nav.service-nav-box {
  background-color: #0000008e;
  margin: 0 auto;
  padding: 20px 0px;
  position: fixed;
  top: 76px;
  right: 0px;
  width: 100%;
  transition: all 0.3s ease-in;
  height: 0%;
  padding: 0%;
}

nav.service-nav-box.open {
  background-color: #000000c2;
  margin: 0 auto;
  padding: 20px 0px;
  position: fixed;
  top: 76px;
  right: 0px;
  width: 100%;
  height: auto;
  z-index: 9999;
}

.service-nav-container.open {
  display: flex;
}

/* 02230308サービスメニュー */

@media screen and (max-width: 780px) {
  .service-nav-tap {
    display: flex;
    width: 100%;
    cursor: pointer;
  }
  .chara-btn-box01 {
    padding: 15px 0;
  }

  .footer__copyright ul {
    flex-direction: column;
    row-gap: 0.5em;
    text-align: center;
  }

  .footer__copyright ul li:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }

  .footer__copyright ul li:not(:first-child) {
    padding-left: 0;
  }

  .footer__copyright p {
    text-align: center;
  }

  .header-item-style.sp-nav {
    display: flex;
  }

  nav.on {
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
  }

  .tap-nav {
    padding: 0 20px 0 0;
    text-align: center;
  }

  .arrow-nav {
    margin: 20px 0 20px 0;
  }

  nav.service-nav-box {
    margin: 0 auto;
    position: fixed;
    right: 0px;
    width: 100%;
    transition: all 3s ease-in;
    padding: 0%;
    opacity: 0;
    max-height: 0px;
    transition: all 0.4s ease;
  }

  nav.service-nav-box.open {
    background-color: #585858;
    padding: 0px;
    top: 38px;
    margin: 0 auto;
    position: static;
    right: 0px;
    width: 100%;
    flex-basis: 100%;
    opacity: 1;
    max-height: 10000px;
    transition: all 0.4s ease;
  }

  .l-header nav .header-nav {
    border-width: 0px;
    position: static;
  }

  .l-header nav .header-nav .header-item-style a {
    background-color: transparent;
  }

  .l-header nav .header-nav .header-item-style a.service-title {
    font-size: 15px;
    border-bottom: none;
    height: 0px;
    margin: 0px;
    margin-top: 10px;
    padding: 10px 0 10px 20px;
    text-decoration: underline;
    margin-bottom: 10px;
  }

  .l-header nav .header-nav .header-item-style a.service-title:hover {
    text-decoration: none;
  }

  .l-header nav .header-nav .header-item-style a.service-contents {
    height: 0px;
    font-size: 12px;
    border-bottom: 1px solid #6a6a6a;
    margin-top: 10px;
    padding: 10px 0 20px 20px;
    text-decoration: underline;
  }

  .l-header nav .header-nav .header-item-style a.service-contents:hover {
    text-decoration: none;
  }

  .service-nav-container.open {
    display: block;
  }

  .header-item-style.sp-down {
    position: relative;
    top: 300px;
  }
}

@media screen and (max-width: 1180px) {
  .service-nav {
    border-bottom: 1px solid #6a6a6a;
  }

  .service-nav-tap {
    display: flex;
    width: 100%;
    cursor: pointer;
  }

  .consultation-btn a,
  .document-btn a {
    width: 100%;
    height: 55px;
    font-size: 20px;
  }

  .consultation-btn,
  .document-btn {
    width: 100%;
    height: 54px;
  }

  .chara-btn-wrap .consultation-btn {
    margin: 0;
  }

  .chara-btn-wrap .document-btn {
    margin: 0 auto 10px;
  }

  .chara-btn-wrap {
    width: 81.18%;
  }

  .l-content {
    width: 92%;
    max-width: none;
    margin: 0 auto;
  }

  .consultation-btn::before,
  .document-btn::before {
    right: 24px;
    top: 24px;
  }

  body {
    padding-top: 55px;
  }

  .l-header {
    position: fixed;
    height: 55px;
  }

  .on {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
  }

  .gnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 101;
  }

  .icon-animation {
    display: block;
    z-index: 9998;
    position: absolute;
    top: 1rem;
    right: 0.3rem;
    width: 25px;
    height: 25px;
    float: right;
    text-align: center;
    cursor: pointer;
    display: block;
  }

  .icon-animation span {
    -webkit-transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    display: block;
    position: absolute;
    top: 10px;
    left: 43%;
    width: 25px;
    height: 3px;
    margin-left: -25px;
    transform: rotate(0deg);
    background: #282828;
    transition: all 0.3s;
    display: block;
  }

  .icon-animation .linetop {
    transform: translateY(-5px);
    display: block;
  }

  .icon-animation .bottom {
    transform: translateY(13px);
    display: block;
  }

  .icon-animation .middle {
    transform: translateY(4px);
    display: block;
  }

  .is-open .middle {
    background: rgba(51, 51, 51, 0);
    display: block;
  }

  .is-open .linetop {
    transform: rotate(-45deg) translateY(0px);
    display: block;
  }

  .is-open .bottom {
    transform: rotate(45deg) translateY(0px);
    display: block;
  }

  .is-open .icon-animation span {
    top: 14px;
  }

  .graylayer {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 53;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
  }

  .l-header nav {
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s ease;
    pointer-events: none;
    background-color: #fff;
    width: 100%;
    float: none;
    margin-top: 12px;
    max-height: calc(100vh - 55px);
  }

  .l-header {
    padding: 13px 0px 13px 0px;
  }

  .l-header .l-content {
    width: 100%;
    height: 0px;
    /* pointer-events: none; */
  }

  .l-header nav .header-item-style:nth-child(-n + 8) {
    margin: 0;
  }

  .l-header nav .header-nav {
    width: 100%;
    margin: 0;
    border-top: 1px solid #dddddd;
    right: auto;
    flex-wrap: wrap;
    position: static;
  }

  .l-header nav .header-nav .header-item-style {
    width: 1000%;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    display: block;
  }

  /* .l-header nav .header-nav .header-item-style:nth-of-type(2),
  .l-header nav .header-nav .header-item-style:nth-of-type(4),
  .l-header nav .header-nav .header-item-style:nth-of-type(6),
  .l-header nav .header-nav .header-item-style:nth-of-type(8) {
    border-right: 1px solid #dddddd;
  } */

  .l-header nav .header-nav .header-item-style:nth-of-type(8),
  .l-header nav .header-nav .header-item-style:nth-of-type(9) {
    border-bottom: none;
  }

  .l-header nav .header-nav .header-item-style a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: transparent;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    flex-basis: 90%;
  }

  nav.on > .header-contact > .header-contact-inner > .form-btn a::before {
    display: none;
  }

  /* .l-header .header-contact-inner .form-btn:nth-of-type(2) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #fb6450 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  } */

  /* 202304コメント化
  .l-header .header-contact .form-btn:nth-of-type(2):hover::before {
    border-top: 2px solid #fb6450;
    border-right: 2px solid #fb6450;
  } */

  /* .l-header .header-contact .form-btn:nth-of-type(2) a:hover {
    color: #fb6450;
  }

  /* 202304修正 */
  /* .l-header .header-contact .form-btn:nth-of-type(2) a:hover {
    color: white;
    background-color: #3019dd !important;
  } */

  /* .l-header .header-contact .form-btn:nth-of-type(2) a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }  */

  /* .l-header .header-contact .form-btn:nth-of-type(1) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px #2e59a6 inset;
    transform: scale3d(0.6, 0.6, 1);
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  } */

  /* .l-header .header-contact .form-btn:nth-of-type(1):hover::before {
    border-top: 2px solid #2e59a6;
    border-right: 2px solid #2e59a6;
  } */

  /* .l-header .header-contact .form-btn:nth-of-type(1) a:hover {
    color: #2e59a6;
  }

  /* 202304修正 */
  /* .l-header .header-contact .form-btn:nth-of-type(1) a:hover {
    background-color: #f3d71e !important;
    color: #282828;
  }  */

  /* 202304コメント化 */
  /* .l-header .header-contact .form-btn:nth-of-type(1) a:hover::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  } */

  .l-header .header-contact .form-btn:nth-of-type(2) a {
    background: #fb6450;
    background: linear-gradient(90deg, #fb6450 0%, #f18e26 100%);
    transition: all 0.3s ease;
  }

  /* 202304修正 */
  .l-header .header-contact .form-btn:nth-of-type(2) a {
    background: #f3d71e !important;
    color: #282828;
    width: 80%;
    min-width: 155px;
    white-space: nowrap;
    font-size: 14px;
  }

  .l-header .header-contact .form-btn:nth-of-type(1) a {
    background-color: #2e59a6 !important;
    /* background-image: url(/sf-admin/form/images/icon_document.png); */
    background-size: 20px;
    background-position: center left 25px;
    background-repeat: no-repeat;
  }

  /* 202304修正 */
  .l-header .header-contact .form-btn:nth-of-type(1) a {
    background-color: #3019dd !important;
    position: relative;
    width: 80%;
    min-width: 155px;
    white-space: nowrap;
    font-size: 14px;
  }

  .l-header .header-contact .tel {
    text-align: center;
    /* display: inline-block; */
    width: 170px;
    white-space: nowrap;
    margin: 15px auto 15px;
  }

  .header-contact .form-btn:nth-of-type(1) a {
    background-image: none;
  }

  .l-header .logo {
    margin: 0 0 0 15px;
    width: 97px;
  }

  .l-header nav .header-contact {
    display: block;
    float: none;
    margin: 16px 0 0;
  }

  .l-header nav + .header-contact {
    display: none;
  }

  .l-header .header-contact .tel-number {
    font-size: 19px;
    white-space: nowrap;
  }

  .l-header .header-contact .form-btn:nth-of-type(1) {
    margin: auto;
  }

  .l-header .header-contact .form-btn:nth-of-type(2) {
    margin: auto;
  }

  .header-contact-inner {
    display: -ms-flex;
    display: flex;
  }

  .chara-btn-box .chara-tel {
    margin: 0;
  }

  .chara-btn-wrap > a {
    font-size: 18px;
    margin: 0 0 25px;
    display: inline-block;
  }

  .bottom-contact {
    position: fixed;
    bottom: -2px;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0 0 5px #c4c4c4;
    transition: 0.4s;
  }

  .clearfix:after {
    content: "";
    clear: both;
    display: block;
  }

  /* 202304コメント化
  .bottom-contact .bottom-tel {
    width: 50%;
    background-color: #2e59a6;
    float: left;
    height: 60px;
    border: 2px solid #5385e0;
    box-sizing: border-box;
    text-align: center;
  } */

  /* 202304修正 */
  .bottom-contact .bottom-tel {
    width: 50%;
    background-color: #3019dd;
    float: left;
    height: 60px;
    border: 0px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
  }

  .bottom-contact .bottom-web {
    width: 50%;
    background-color: #f3d71e;
    float: right;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .bottom-contact .bottom-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 1;
    color: white;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  /* 202304コメント化
  .bottom-contact .bottom-web {
    width: 50%;
    background-color: #fb6450;
    float: right;
    height: 60px;
    border: solid 2px #fb6450;
    box-sizing: border-box;
    text-align: center;
  } */

  .bottom-contact .bottom-web a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .bottom-contact .bottom-tel a span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }

  .bottom-contact .bottom-tel a {
    color: white;
  }

  .bottom-contact .bottom-tel a span:before {
    content: "";
  }

  .bottom-contact .bottom-web .bottom-web_icon {
    color: #df3a3a;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 6px;
    background: #fff;
    font-size: 12px;
    font-weight: bolder;
    border-radius: 4px;
  }

  .document-btn01 a {
    margin: 0 auto 10px;
    width: 300px;
  }

  .consultation-btn01 a {
    margin: 10px auto;
    width: 300px;
  }

  .consultation-btn01 {
    width: 100%;
  }

  .document-btn01 {
    width: 100%;
    height: 60px;
  }

  .chara-btn-box01 h3 {
    margin: 15px 15px;
    text-align: center;
    font-size: 18px;
    color: white;
  }

  .consultation-btn01::before {
    right: 35px;
  }

  .document-btn01::before {
    right: 35px;
  }
  .footer {
    padding: 40px 0 140px;
  }
  /*-------220510 無料ダウンロードコンテンツモバイル-------*/
  .free-download {
    width: 100%;
    height: initial;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
  }

  .free-download-img {
    order: 1;
    width: 100%;
    margin: 0;
  }

  .free-download-text {
    order: 2;
    margin: 20px 0 0;
    width: 100%;
    font-size: 15px;
  }

  .free-download-btn {
    order: 3;
    width: 100%;
    margin: 20px 0 0;
  }

  .free-download-btn a {
    font-size: 13px;
    height: 50px;
  }

  .free-download-btn::before {
    width: 6px;
    height: 6px;
    top: 22px;
    right: 15px;
  }

  .header-item-style.sp-nav {
    display: flex;
  }

  .tap-nav {
    padding: 0 20px 0 0;
    text-align: center;
    flex-basis: 10%;
  }

  .arrow-nav {
    margin: 20px 0 20px 0;
  }

  nav.service-nav-box {
    margin: 0 auto;
    position: fixed;
    right: 0px;
    width: 100%;
    transition: all 3s ease-in;
    padding: 0%;
    opacity: 0;
    max-height: 0px;
    transition: all 0.4s ease;
  }

  nav.service-nav-box.open {
    background-color: #585858;
    padding: 0px;
    top: 38px;
    margin: 0 auto;
    position: static;
    right: 0px;
    width: 100%;
    flex-basis: 100%;
    opacity: 1;
    max-height: 10000px;
    transition: all 0.4s ease;
    display: block;
  }

  .l-header nav .header-nav {
    border-width: 0px;
    position: static;
  }

  .l-header nav .header-nav .header-item-style a {
    background-color: transparent;
  }

  .l-header nav .header-nav .header-item-style a.service-title {
    font-size: 15px;
    border-bottom: none;
    height: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
    text-decoration: underline;
  }

  .l-header nav .header-nav .header-item-style a.service-title:hover {
    text-decoration: none;
  }

  .l-header nav .header-nav .header-item-style a.service-contents {
    height: 0px;
    font-size: 12px;
    border-bottom: 1px solid #6a6a6a;
    margin-top: 10px;
    padding: 10px 0 20px 20px;
    text-decoration: underline;
  }

  .l-header nav .header-nav .header-item-style a.service-contents:nth-child(1) {
    border-bottom: 0px;
    margin: 0px;
  }

  .l-header nav .header-nav .header-item-style a.service-contents:hover {
    text-decoration: none;
  }

  .service-nav-container.open {
    display: block;
  }

  .header-item-style.sp-down {
    position: static;
  }

  nav.service-nav-box {
    margin: 0 auto;
    position: fixed;
    right: 0px;
    width: 100%;
    transition: all 3s ease-in;
    padding: 0%;
    opacity: 0;
    max-height: 0px;
    transition: all 0.4s ease;
  }

  nav.service-nav-box.open {
    background-color: #585858;
    padding: 0px;
    top: 38px;
    margin: 0 auto;
    position: static;
    right: 0px;
    width: 100%;
    flex-basis: 100%;
    opacity: 1;
    max-height: 10000px;
    transition: all 0.4s ease;
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__nav ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer__nav ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=common.css.map */
