@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  3% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  6% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  9% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  12% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-ExtraBold-subset.woff") format("woff"), url("../fonts/NotoSansJP-Bold-subset.ttf") format("truetype"), url('../fonts/NotoSansJP-ExtraBold-subset.svg#str-replace("Noto Sans JP", " ", "_")') format("svg");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold-subset.woff") format("woff"), url("../fonts/NotoSansJP-Bold-subset.ttf") format("truetype"), url('../fonts/NotoSansJP-Bold-subset.svg#str-replace("Noto Sans JP", " ", "_")') format("svg");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium-subset.woff") format("woff"), url("../fonts/NotoSansJP-Medium-subset.ttf") format("truetype"), url('../fonts/NotoSansJP-Medium-subset.svg#str-replace("Noto Sans JP", " ", "_")') format("svg");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular-subset.woff") format("woff"), url("../fonts/NotoSansJP-Regular-subset.ttf") format("truetype"), url('../fonts/NotoSansJP-Regular-subset.svg#str-replace("Noto Sans JP", " ", "_")') format("svg");
}
/* reset */
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, strong, sub, sup, tt, var, b, u, i, center, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #f8f8f8;
  color: #333;
  line-height: 1.428571429;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.035em;
  word-break: break-word;
  font-size: 15px;
}
body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
}

p {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 835px) {
  p {
    font-size: 13px;
  }
}

a {
  color: #333;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none !important;
}
a:hover img {
  opacity: 0.6;
}
a[href^="tel:"] {
  color: inherit;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=search], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #989898;
  height: 50px;
  padding: 0 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=tel]:placeholder-shown, input[type=password]:placeholder-shown, input[type=search]:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text].logiText, input[type=email].logiText, input[type=tel].logiText, input[type=password].logiText, input[type=search].logiText, textarea.logiText {
  font-size: 16px;
  padding: 0 7px;
  border: 1px solid #989898;
  border-radius: 8px;
}
input[type=text].error, input[type=email].error, input[type=tel].error, input[type=password].error, input[type=search].error, textarea.error {
  border-color: #d50002;
}

input[type=text], input[type=email], input[type=password] {
  height: 50px;
}

textarea {
  padding: 10px;
  height: 240px;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
button.logiBtn,
input[type=submit].logiBtn,
input[type=button].logiBtn {
  display: inline-block;
  font-weight: 500;
  background: #fff;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #989898;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.logiBtn {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #B8B8B8;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
figure img {
  width: 100%;
}
@media only screen and (max-width: 835px) {
  img {
    max-width: 100%;
  }
  figure img {
    width: 100%;
  }
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 0;
}

:root {
  interpolate-size: allow-keywords;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
@media only screen and (max-width: 835px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 835px) {
  .sp {
    display: inherit;
  }
}

.center {
  text-align: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 6px 28px;
  border-radius: 48px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.07);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn span {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.btn:hover {
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-blue {
  background: #0080c3;
  border-color: #0080c3;
}
.btn.btn-blue:hover {
  background: #fff;
  color: #0080c3;
}
.btn.btn-orange {
  background: #ff9c0d;
  border-color: #ff9c0d;
}
.btn.btn-orange:hover {
  background: #fff;
  color: #ff9c0d;
}
.btn.btn-gray {
  border: 0;
  background: #efefef;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.btn-gray:hover {
  background: #333;
  color: #fff;
}

.heading__cmn {
  width: min(88.8888888889vw, 90%);
  margin: 32px auto 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.heading__cmn.animated {
  -webkit-animation: fadeinright 0.5s ease-in 0s 1 forwards;
  animation: fadeinright 0.5s ease-in 0s 1 forwards;
}
@media only screen and (max-width: 835px) {
  .heading__cmn {
    margin: 16px auto;
  }
}
.heading__cmn span {
  font-weight: 900;
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  display: block;
}
.heading__cmn span:before, .heading__cmn span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 0;
  position: absolute;
}
.heading__cmn span:before {
  background: #004da0;
  top: 4px;
}
.heading__cmn span:after {
  background: #54c2f0;
  top: 12px;
}
@media only screen and (max-width: 835px) {
  .heading__cmn span {
    font-size: 14px;
    padding-top: 4px;
  }
}
.heading__cmn b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 74px;
  font-weight: 700;
  margin-top: 0.15em;
}
@media only screen and (max-width: 835px) {
  .heading__cmn b {
    font-size: max(11.2vw, 48px);
  }
}
.topContents .heading__cmn {
  width: min(83.3333333333vw, 1200px);
  margin-top: 0;
}
.topContents .heading__cmn span {
  font-size: 16px;
}
.topContents .heading__cmn span:before {
  top: 4px;
}
.topContents .heading__cmn span:after {
  top: 12px;
}
.topContents .heading__cmn b {
  font-size: max(4.4444444444vw, 64px);
}
@media only screen and (max-width: 835px) {
  .topContents .heading__cmn span {
    font-size: max(3.2vw, 12px);
  }
  .topContents .heading__cmn b {
    font-size: min(11.2vw, 42px);
  }
}

.head-illust {
  position: absolute;
  width: auto;
  left: 75%;
  top: 100px;
  z-index: 0;
  width: max(16.6666666667vw, 240px);
  text-align: center;
}
.head-illust img {
  -o-object-fit: contain;
     object-fit: contain;
  height: min(13.8888888889vw, 200px);
}
.head-illust .il-service {
  width: min(16.6666666667vw, 240px);
  height: min(13.8888888889vw, 180px);
  opacity: 0.75;
}
.head-illust .il-document {
  width: max(11.9444444444vw, 172px);
}
.head-illust .il-inquiry {
  width: max(11.9444444444vw, 172px);
}
@media only screen and (max-width: 835px) {
  .head-illust {
    top: 78px;
    left: auto;
    right: 3%;
    width: 33%;
  }
  .head-illust img {
    height: auto;
  }
  .head-illust .il-service {
    width: 25vw;
    margin-left: 2vw;
    margin-top: 5vw;
  }
  .head-illust .il-document {
    width: 21vw;
    margin-left: 14vw;
    margin-top: 8vw;
  }
  .head-illust .il-inquiry {
    width: 22vw;
    margin-left: 5vw;
    margin-top: 7vw;
  }
}

.list-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.service-search .list-keyword {
  gap: 6px;
}
.list-keyword > li a:hover {
  background: rgba(0, 128, 195, 0.15);
}

.keyword-tag {
  display: block;
  padding: 12px 18px 12px 16px;
  border-radius: 32px;
  background: #fff;
  line-height: 1.1;
  vertical-align: -0.025em;
}
.keyword-tag span {
  font-size: 13px;
  font-weight: 500;
  vertical-align: 0.05em;
}
.keyword-tag span:before {
  content: "＃";
  color: #0080c3;
}
.keyword-tag.btn_selected {
  color: #000;
  background: rgba(84, 194, 240, 0.33) !important;
}
.service-search .keyword-tag {
  padding: 8px 16px 8px 13px;
}
.iziModal .keyword-tag {
  background: #f1f1f1;
}
@media only screen and (max-width: 835px) {
  .keyword-tag {
    padding: 8px 12px 8px 10px;
  }
  .keyword-tag span {
    font-size: 12px;
  }
  .service-search .keyword-tag {
    padding: 8px 12px 8px 10px;
  }
}

.mark-tag {
  color: #0080c3;
}

.wrap_areaModal {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  max-height: 80svh;
  overflow-y: auto;
}
@media only screen and (max-width: 835px) {
  .wrap_areaModal {
    padding: 20px;
  }
  .wrap_areaModal .list-keyword {
    padding: 0;
  }
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  padding: 0 min(3.3333333333vw, 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
@media only screen and (max-width: 835px) {
  #header {
    height: 80px;
    padding: 0 16px;
  }
}
#header .logo {
  margin-right: auto;
}
@media only screen and (max-width: 835px) {
  #header .logo img {
    max-width: 132px;
  }
}
#header .nav.btn {
  z-index: 99;
}
@media only screen and (max-width: 835px) {
  #header .nav.btn {
    padding: 0 16px;
    width: 48px;
    background: #333 url(../images/yourlogi/icon-mail.png) no-repeat center;
    background-size: 16px auto;
  }
}
#header .nav.btn img {
  width: 16px;
}
#header .nav.btn span {
  padding-left: 24px;
  position: relative;
}
#header .nav.btn span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/yourlogi/icon-mail.png) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - 8px);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media only screen and (max-width: 835px) {
  #header .nav.btn span {
    display: none;
  }
}
#header .nav.btn:hover span:before {
  background-image: url(../images/yourlogi/icon-mail-bk.png);
}
#header .nav-fixed {
  opacity: 0;
  position: fixed;
  top: 10px;
  right: min(3.3333333333vw, 48px);
  z-index: 98 !important;
}
#header .nav-fixed.is-show {
  opacity: 1;
  top: 20px;
}
@media only screen and (max-width: 835px) {
  #header .nav-fixed.is-show {
    top: 15px;
  }
}
#header .text-link {
  text-decoration: underline;
  margin-right: 24px;
  letter-spacing: 0;
  font-size: 14px;
}
@media only screen and (max-width: 835px) {
  #header .text-link {
    display: none;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  padding: 48px;
  position: sticky;
  top: 100vh;
  top: 100dvh;
  border-top: 1px solid #e9e9e9;
}
#footer .footer__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  gap: 16px;
  font-size: 13px;
}
#footer .footer__nav a:hover {
  color: #004da0;
}
#footer .copyright {
  text-align: right;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: #989898;
}
@media only screen and (max-width: 835px) {
  #footer {
    padding: 40px 20px;
  }
  #footer .footer__blk {
    display: block;
  }
  #footer .footer__blk a img {
    max-width: 160px;
  }
  #footer .footer__nav {
    margin-top: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    font-size: 11px;
  }
  #footer .copyright {
    text-align: center;
  }
}

.btm-contact {
  background: url(../images/yourlogi/bg-ph.webp) no-repeat center;
  background-size: cover;
  padding: 96px max(24px, 5%);
}
@media only screen and (max-width: 835px) {
  .btm-contact {
    padding: 32px max(24px, 5%);
  }
}
.btm-contact .contact-wrap {
  display: grid;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
}
.btm-contact .contact-wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
  position: relative;
}
.btm-contact .contact-wrap > a > div {
  padding: 52px min(56px, 12%);
  width: 100%;
}
.btm-contact .contact-wrap > a:hover {
  top: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btm-contact .contact-wrap > a:hover > div .contact__heading {
  color: #0080c3;
}
.btm-contact .contact-wrap .contact {
  background: url(../images/yourlogi/il-contact.png) no-repeat 88% 50%;
  background-size: 108px auto;
}
.btm-contact .contact-wrap .contact__heading {
  margin-bottom: 1em;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btm-contact .contact-wrap .contact__heading .eng {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.btm-contact .contact-wrap .contact__heading .eng:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 0;
  position: absolute;
  background-color: #0080c3;
  top: calc(50% - 3px);
}
.btm-contact .contact-wrap .contact__heading b {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 835px) {
  .btm-contact .contact-wrap .contact__heading b {
    font-size: 24px;
  }
}
.btm-contact .contact-wrap .document {
  background: url(../images/yourlogi/il-document.png) no-repeat 88% 50%;
  background-size: 108px auto;
}
@media only screen and (max-width: 835px) {
  .btm-contact .contact-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .btm-contact .contact-wrap > a > div {
    padding: 40px min(56px, 12%);
  }
  .btm-contact .contact-wrap .contact {
    background-position: 90% 25%;
    background-size: 21vw auto;
  }
  .btm-contact .contact-wrap .document {
    background-position: 91% 18%;
    background-size: 19vw auto;
  }
}

/*----------------------------------------------------
	error
----------------------------------------------------*/
.error-page {
  text-align: center;
  margin-bottom: max(4vh, 32px);
}
.error-page .lead {
  margin-bottom: max(5vh, 48px);
}

.error_heading {
  font-family: "Montserrat", sans-serif;
  margin-top: max(10vh, 64px);
  color: #0080c3;
  line-height: 1.1;
  margin-bottom: max(5vh, 48px);
}
.error_heading b {
  font-size: max(10vw, 110px);
}
.error_heading span {
  display: block;
  font-size: max(2.2vw, 32px);
  letter-spacing: 0;
}
@media only screen and (max-width: 835px) {
  .error_heading b {
    font-size: max(24vw, 100px);
  }
  .error_heading span {
    font-size: 24px;
  }
}

/*----------------------------------------------------
	メイン
----------------------------------------------------*/
#fv {
  height: auto;
  min-height: max(100vh, 720px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 88px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 835px) {
  #fv {
    height: auto;
    min-height: min(100svh, 667px);
    padding-bottom: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#fv:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/yourlogi/bg_logo.webp) no-repeat;
  background-size: cover;
  background-position: left bottom;
  opacity: 0.2;
  z-index: 0;
  bottom: 31vh;
  height: auto;
  left: 48vw;
  aspect-ratio: 348/265;
  width: min(106.0416666667vw, 1527px);
}
@media only screen and (max-width: 835px) {
  #fv:before {
    width: 110vmax;
    left: 18vw;
    top: -45vmax;
    bottom: auto;
  }
}
#fv .copy {
  position: relative;
  z-index: 10;
  margin-bottom: 56px;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 835px) {
  #fv .copy {
    padding: 64px 24px 0;
    margin-bottom: 48px;
  }
  #fv .copy img {
    width: min(92%, 450px);
  }
}
#fv .pickup-keyword {
  margin-top: 24px;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 835px) {
  #fv .pickup-keyword {
    margin-bottom: auto;
  }
}
#fv .pickup-keyword .list-keyword {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(88.8888888889vw, 800px);
}
#fv .pickup-keyword .keyword-tag {
  padding: 8px 16px 8px 14px;
}
@media only screen and (max-width: 835px) {
  #fv .pickup-keyword .keyword-tag {
    padding: 8px 12px 8px 10px;
  }
}
#fv .illust {
  position: absolute;
  z-index: 0;
}
#fv .illust-fv-1 {
  top: 25%;
  right: min(50% + 388px, 74vw);
  width: min(34vw, 464px);
}
@media only screen and (max-width: 835px) {
  #fv .illust-fv-1 {
    top: 80px;
    right: auto;
    left: 6%;
    width: min(37%, 200px);
  }
}
#fv .illust-fv-1.animated {
  -webkit-animation: fadein 0.75s ease-in 1s 1 forwards;
  animation: fadein 0.75s ease-in 1s 1 forwards;
}
#fv .illust-fv-2 {
  top: max(12%, 88px);
  left: min(50% + 490px, 77vw);
  width: min(22svmin + 140px, 340px);
}
@media only screen and (max-width: 835px) {
  #fv .illust-fv-2 {
    width: min(33%, 170px);
    right: 2%;
    left: auto;
    top: max(8vh, 96px);
  }
}
#fv .illust-fv-2.animated {
  -webkit-animation: fadein 0.75s ease-in 0s 1 forwards;
  animation: fadein 0.75s ease-in 0s 1 forwards;
}
#fv .illust-fv-3 {
  left: min(50% + 452px, 80vw);
  bottom: min(23svh, 240px);
  width: min(18svmin + 100px, 252px);
}
@media only screen and (max-width: 835px) {
  #fv .illust-fv-3 {
    display: none;
  }
}
#fv .illust-fv-3.animated {
  -webkit-animation: fadein 0.75s ease-in 2s 1 forwards;
  animation: fadein 0.75s ease-in 2s 1 forwards;
}

.search-keyword {
  position: relative;
  z-index: 10;
}
#fv .search-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(580px, 88%);
  margin: 0 auto;
}
.service-search .search-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-preferred-size: max(50%, 520px);
      flex-basis: max(50%, 520px);
}
.service-search .search-keyword .l-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 835px) {
  .service-search .search-keyword .l-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
}
.service-search .search-keyword .keywords-list__open {
  font-weight: 500;
  padding-left: 16px;
}
.service-search .search-keyword .keywords-list__open:before {
  content: none;
}
.service-search .search-keyword .keywords-list__open:after {
  border-color: #333;
}
.service-search .search-keyword .keywords-list__open:hover {
  color: #0080c3;
}
.service-search .search-keyword .keywords-list__open:hover:after {
  border-color: #0080c3;
}
@media only screen and (max-width: 835px) {
  .service-search .search-keyword {
    display: block;
  }
}
.search-keyword__heading {
  font-size: 18px;
  font-weight: 900;
  margin-right: auto;
  margin-left: 1rem;
}
.search-keyword__heading big {
  font-size: 22px;
}
@media only screen and (max-width: 835px) {
  .search-keyword__heading {
    font-size: 12px;
  }
  .search-keyword__heading big {
    font-size: 14px;
  }
}
.service-search .search-keyword__heading {
  font-size: 15px;
  white-space: nowrap;
  position: relative;
  margin-left: 0;
  padding-left: 32px;
  letter-spacing: 0.015em;
  margin-bottom: 0.15em;
}
.service-search .search-keyword__heading:before {
  content: "";
  display: block;
  background: url(../images/yourlogi/icon-search.png) center;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 835px) {
  .service-search .search-keyword__heading {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 0;
  }
  .service-search .search-keyword__heading:before {
    width: 18px;
    height: 18px;
  }
}
.search-keyword__number {
  font-size: 13px;
  line-height: 1;
  margin-right: 1rem;
  font-weight: 400;
}
.search-keyword__number b {
  color: #0080c3;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
}
@media only screen and (max-width: 835px) {
  .search-keyword__number {
    font-size: 12px;
  }
  .search-keyword__number b {
    font-size: 20px;
  }
  .search-keyword__number span {
    display: none;
  }
}
.search-keyword__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  padding: 0 12px 0 0;
}
#fv .search-keyword__wrapper {
  margin-top: 1rem;
  min-height: 72px;
}
@media only screen and (max-width: 835px) {
  #fv .search-keyword__wrapper {
    margin-top: 0.5rem;
  }
}
.service-search .search-keyword__wrapper {
  border-radius: 30px;
}
.search-keyword__wrapper:has(:focus) {
  -webkit-box-shadow: 1px 1px 24px rgba(0, 128, 195, 0.5);
          box-shadow: 1px 1px 24px rgba(0, 128, 195, 0.5);
}
.search-keyword__input {
  border: 0 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: transparent;
}
#fv .search-keyword__input {
  min-height: 72px;
  width: 568px;
  padding: 16px;
}
@media only screen and (max-width: 835px) {
  #fv .search-keyword__input {
    width: 65%;
  }
}
.search-keyword__input.tagify {
  border: 0;
}
#fv .search-keyword__input.tagify {
  min-height: 72px;
  padding: 8px;
}
.service-search .search-keyword__input.tagify {
  padding: 8px;
}
.search-keyword .tagify {
  min-width: 240px;
  border-radius: 8px;
  --tag-pad:.8rem .4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-keyword .tagify__input {
  height: 56px;
  margin: 0 5px 0 12px;
  padding: 0;
  line-height: 56px;
}
.search-keyword .tagify__input:before {
  font-size: 16px;
}
.service-search .search-keyword .tagify__input {
  height: 44px;
  line-height: 44px;
}
@media only screen and (max-width: 835px) {
  .service-search .search-keyword .tagify__input {
    height: 36px;
    line-height: 36px;
  }
}
.search-keyword .tagify__tag {
  height: 32px;
  padding: 0 12px;
}
@media only screen and (max-width: 835px) {
  .search-keyword .tagify__tag {
    padding: 0 8px;
  }
}
.search-keyword .tagify__tag > div:before {
  background: #004da0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 32px;
}
.search-keyword .tagify__tag-text {
  color: #fff;
  font-size: 13px;
  vertical-align: 0.05em;
}
@media only screen and (max-width: 835px) {
  .search-keyword .tagify__tag-text {
    font-size: 12px;
  }
}
.search-keyword .tagify__tag__removeBtn {
  color: #fff;
  margin-right: 0;
}
.search-keyword .btn-search {
  background: #ff9c0d;
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  margin-top: 10px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.search-keyword .btn-search:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.scroll-infinity {
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0;
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 130px;
}
@media only screen and (max-width: 835px) {
  .scroll-infinity__wrap {
    height: 100px;
  }
}
.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
  white-space: nowrap;
}
.scroll-infinity__item {
  padding-right: 100px;
}
.scroll-infinity__item > img {
  max-width: 200px;
  max-height: 36px;
}
@media only screen and (max-width: 835px) {
  .scroll-infinity__item {
    padding-right: 64px;
  }
  .scroll-infinity__item > img {
    max-width: 150px;
    max-height: 28px;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.topContents {
  position: relative;
}
.topContents section {
  position: relative;
}
.topContents:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/yourlogi/bg_logo.webp) no-repeat;
  background-size: cover;
  background-position: left bottom;
  opacity: 0.15;
  z-index: 0;
  top: 5%;
  left: -70vw;
  aspect-ratio: 348/265;
  width: min(106.0416666667vw, 150%);
}
@media only screen and (max-width: 835px) {
  .topContents:before {
    display: none;
  }
}

#keywordList {
  margin: 150px 0;
}
@media only screen and (max-width: 835px) {
  #keywordList {
    margin: 80px 0;
  }
}
#keywordList .list-keyword {
  margin: 0 auto 40px;
  gap: 12px;
  width: min(83.3333333333vw, 1200px);
  max-height: 106px; /* 3行分の高さに制限（1.8emは行高） */
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
#keywordList .list-keyword__tag {
  display: block;
  white-space: nowrap;
}
#keywordList .list-keyword.expanded {
  max-height: none;
}
@media only screen and (max-width: 835px) {
  #keywordList .list-keyword {
    gap: 8px;
    max-height: 94px;
  }
}
#keywordList .btn {
  font-size: 15px;
  font-weight: 700;
  height: 64px;
  padding: 6px 44px 6px 32px;
  position: relative;
}
#keywordList .btn:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  right: 26px;
  top: 47%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
#keywordList .btn:hover:after {
  border-color: #333;
}

#aboutYourlogi {
  padding: 18vw 0;
  position: relative;
}
#aboutYourlogi .il-about {
  width: 55vw;
  position: absolute;
  right: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#aboutYourlogi .il-about.animated {
  -webkit-animation: fadein 0.5s ease-in 0.75s 1 forwards;
  animation: fadein 0.5s ease-in 0.75s 1 forwards;
}
#aboutYourlogi .wrap-about {
  width: min(83.3333333333vw, 1200px);
  margin: 0 auto;
}
#aboutYourlogi .wrap-about .heading__cmn {
  width: 100%;
}
#aboutYourlogi .wrap-about .text {
  width: min(50%, 450px);
}
@media only screen and (max-width: 835px) {
  #aboutYourlogi {
    padding: 64px 0 118vw;
    overflow-x: hidden;
  }
  #aboutYourlogi .il-about {
    top: auto;
    bottom: 0;
    width: 118vw;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #aboutYourlogi .wrap-about .text {
    width: 100%;
  }
}

#relatedSites {
  margin: 106px 0;
}
@media only screen and (max-width: 835px) {
  #relatedSites {
    margin: 80px auto;
  }
}
#relatedSites .list-sites {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: min(83.3333333333vw, 1200px);
  margin: 0 auto;
  gap: 12px;
}
#relatedSites .list-sites a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  height: 100px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.07);
  position: relative;
}
#relatedSites .list-sites a img {
  width: 70%;
  aspect-ratio: 4/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#relatedSites .list-sites a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 1px;
}
@media only screen and (max-width: 835px) {
  #relatedSites .list-sites {
    grid-template-columns: 1fr;
    padding: 0 8px;
  }
}

/*----------------------------------------------------
	下層ページ 共通
----------------------------------------------------*/
.container {
  padding-top: 88px;
  padding-bottom: 104px;
  position: relative;
  overflow: hidden;
}
.container:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/yourlogi/bg_logo.webp) no-repeat;
  background-size: cover;
  background-position: left bottom;
  opacity: 0.15;
  z-index: -1;
  top: -45vw;
  left: 55vw;
  aspect-ratio: 348/265;
  width: min(106.0416666667vw, 140%);
}
@media only screen and (max-width: 835px) {
  .container:after {
    display: none;
  }
}
@media only screen and (max-width: 835px) {
  .container {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.breadcrumbs {
  width: min(88.8888888889vw, 90%);
  margin: 0 auto 32px;
  font-size: 14px;
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ol li + li:before {
  content: "/";
  color: #ccc;
  margin: 0 12px;
}
@media only screen and (max-width: 835px) {
  .breadcrumbs ol li + li:before {
    margin: 0 8px;
  }
}
.breadcrumbs ol li a {
  color: #0080c3;
  font-family: "Montserrat", sans-serif;
}
.breadcrumbs ol li a:hover {
  color: #54c2f0;
}
@media only screen and (max-width: 835px) {
  .breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }
}

/*----------------------------------------------------
	サービス一覧
----------------------------------------------------*/
.service-search {
  width: min(88.8888888889vw, 90%);
  padding: 20px 24px;
  background: rgba(225, 225, 225, 0.5);
  margin: 0 auto 1rem;
  border-radius: 12px;
  position: relative;
}
@media only screen and (max-width: 835px) {
  .service-search {
    padding: 20px 16px;
    width: 100%;
    border-radius: 0;
  }
}
.service-search__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 835px) {
  .service-search__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.service-search__wrap .pickup-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-article__list {
  width: min(83.3333333333vw, 1200px);
  margin: 0 auto;
}
.service-article__list .num-service {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0.75em;
  font-weight: 500;
}
.service-article__list .num-service b {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #004da0;
  margin: 0 0.1em;
  vertical-align: -2px;
}
@media only screen and (max-width: 835px) {
  .service-article__list {
    width: 88.8888888889vw;
  }
}
.service-article__item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
}
.service-article__item + .service-article__item {
  margin-top: 32px;
}
.service-article__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 min(64px, 7%) 56px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 32px;
}
@media only screen and (max-width: 835px) {
  .service-article__item-wrap {
    display: block;
    padding-bottom: 32px;
  }
}
.service-article__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #efefef;
  height: 64px;
  width: 172px;
  border-bottom-left-radius: 12px;
  margin-left: auto;
  margin-bottom: 16px;
}
.service-article__check:hover {
  color: #004da0;
  background: #e5e5e5;
}
.service-article__check label {
  height: 64px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-article__check input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 8px;
}
.service-article__check input[type=checkbox]:checked:before {
  position: absolute;
  background: url(../images/yourlogi/icon-check.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}
@media only screen and (max-width: 835px) {
  .service-article__check {
    height: 48px;
    width: 132px;
    margin-bottom: 12px;
  }
  .service-article__check label {
    height: 48px;
    font-size: 12px;
  }
}
.service-article__check:has(:checked) {
  background: #ff9c0d;
  color: #fff;
}
.service-article__check:has(.no-data) {
  pointer-events: none;
  color: #989898;
}
.service-article__img-contents {
  width: min(400px, 40%);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.service-article__img-contents .modalOpen {
  position: relative;
}
.service-article__img-contents .modalOpen:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #f1f1f1 url(../images/yourlogi/icon-multi.svg) no-repeat center;
  background-size: 18px auto;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
@media only screen and (max-width: 835px) {
  .service-article__img-contents .modalOpen:before {
    width: 32px;
    height: 32px;
    background-size: 16px auto;
    right: 6px;
    bottom: 6px;
  }
}
.service-article__img-contents .modalOpen:hover:before {
  background-color: #DFEDF9;
}
.service-article__img-contents .modalOpen:hover img {
  opacity: 0.75;
}
.service-article__img-contents img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 835px) {
  .service-article__img-contents {
    width: 100%;
    margin-bottom: 2em;
  }
}
.service-article__txt-contents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-article__txt-contents .service-h2 {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 20px;
  display: block;
}
.service-article__txt-contents .service-h2:before, .service-article__txt-contents .service-h2:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 0;
  position: absolute;
}
.service-article__txt-contents .service-h2:before {
  background: #004da0;
  top: 18px;
}
.service-article__txt-contents .service-h2:after {
  background: #54c2f0;
  top: 26px;
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .service-h2 {
    font-size: 24px;
    padding-left: 16px;
  }
  .service-article__txt-contents .service-h2:before {
    top: 12px;
  }
  .service-article__txt-contents .service-h2:after {
    top: 20px;
  }
}
.service-article__txt-contents .service-h3 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  white-space: pre-line;
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .service-h3 {
    font-size: 18px;
  }
}
.service-article__txt-contents .showmore_wrap {
  position: relative;
  overflow: hidden;
  height: 148px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 40px;
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .showmore_wrap {
    height: 120px;
    margin-bottom: 24px;
  }
}
.service-article__txt-contents .showmore_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .showmore_wrap:before {
    height: 72px;
  }
}
.service-article__txt-contents .showmore_wrap.no-before {
  padding-bottom: 0;
  height: auto;
}
.service-article__txt-contents .showmore_wrap.no-before:before {
  content: none !important;
}
.service-article__txt-contents .showmore_wrap.active:before {
  opacity: 0;
  visibility: hidden;
}
.service-article__txt-contents .showmore_wrap.active .btn-showmore:before {
  -webkit-transform: translate(-90px, 0) rotate(180deg);
          transform: translate(-90px, 0) rotate(180deg);
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .showmore_wrap.active .btn-showmore:before {
    -webkit-transform: translate(-78px, 0) rotate(180deg);
            transform: translate(-78px, 0) rotate(180deg);
  }
}
.service-article__txt-contents .showmore_wrap .btn-showmore {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  text-align: center;
  padding-bottom: 8px;
  cursor: pointer;
  width: 100%;
}
.service-article__txt-contents .showmore_wrap .btn-showmore:before {
  content: "";
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-90px, 0);
          transform: translate(-90px, 0);
  background: #333 url(../images/yourlogi/icon-arrow-w.png) no-repeat;
  background-size: 12px auto;
  background-position: center;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.service-article__txt-contents .showmore_wrap .btn-showmore:hover {
  color: #555;
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .showmore_wrap .btn-showmore {
    font-size: 14px;
  }
  .service-article__txt-contents .showmore_wrap .btn-showmore:before {
    width: 32px;
    height: 32px;
    bottom: 4px;
    -webkit-transform: translate(-78px, 0);
            transform: translate(-78px, 0);
    background-size: 9px auto;
  }
}
.service-article__txt-contents .showmore_wrap .no-btn-showmore {
  display: none;
  pointer-events: none;
}
@media only screen and (max-width: 835px) {
  .service-article__txt-contents .showmore_wrap .showmore_container {
    font-size: 13px;
  }
}
.service-article__txt-contents .showmore_wrap p {
  margin-bottom: 1.5rem;
}
.service-article__txt-contents .showmore_wrap p a {
  color: #0080c3;
  text-decoration: underline;
}
.service-article__txt-contents .showmore_wrap p a:hover {
  color: #54c2f0;
}
.service-article__txt-contents .showmore_wrap ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.service-article__txt-contents .showmore_wrap ul li {
  text-indent: -1.5rem;
}
.service-article__txt-contents .showmore_wrap ul li:before {
  content: "・";
  font-weight: 700;
  color: #0080c3;
  margin-right: 0.5rem;
}
.service-article__txt-contents .showmore_wrap ul li + li {
  margin-top: 0.5rem;
}
.service-article__txt-contents .showmore_wrap ol {
  list-style-type: decimal;
  margin-bottom: 1.5rem;
}
.service-article__txt-contents .showmore_wrap ol li {
  margin-left: 2rem;
}
.service-article__txt-contents .showmore_wrap ol li::marker {
  color: #0080c3;
  font-family: "Montserrat", sans-serif;
}
.service-article__list-keyword {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding: 0;
}
.service-article__list-keyword .keyword-tag {
  background: #f1f1f1;
}
.service-article__nodata {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
.service-article__nodata p {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 835px) {
  .service-article__nodata {
    padding: 24px 20px;
  }
  .service-article__nodata p {
    text-align: left;
  }
}

.fixed-btm {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
}
.fixed-btm .selected-num {
  margin-right: 10px;
  min-width: 100px;
  text-align: right;
}
.fixed-btm .selected-num b {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 2px;
}
.fixed-btm .tooltip {
  position: relative;
  cursor: pointer;
}
.fixed-btm .tooltip .help {
  font-family: "Montserrat", sans-serif;
  color: #333;
  background: #fff;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  text-indent: 0.075em;
}
.fixed-btm .tooltip .fukidashi {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  border-radius: 8px;
  background: #f1f1f1;
  width: 304px;
  top: -88px;
  left: 50%;
  letter-spacing: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.fixed-btm .tooltip .fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 8px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 9.237604307px;
  width: 16px;
  background-color: #f1f1f1;
}
@media only screen and (max-width: 835px) {
  .fixed-btm .tooltip .fukidashi {
    width: 200px;
    font-size: 10px;
    text-align: left;
    padding: 8px;
    top: -92px;
    left: 75%;
  }
  .fixed-btm .tooltip .fukidashi:before {
    left: calc(50% - 12px);
  }
  .fixed-btm .tooltip .fukidashi br {
    display: none;
  }
}
.fixed-btm .tooltip:hover .fukidashi {
  display: inline-block;
}
@media only screen and (max-width: 835px) {
  .fixed-btm .selected-num {
    font-size: 12px;
    min-width: 80px;
    margin-right: 5px;
    margin-left: auto;
  }
  .fixed-btm .selected-num b {
    font-size: 20px;
  }
  .fixed-btm .help {
    font-size: 14px;
  }
}

.btn-dl-service {
  background-color: #ff9c0d;
  font-size: 18px;
  font-weight: bold;
  height: 64px;
  width: 340px;
  margin-left: 40px;
}
.btn-dl-service.gray_out {
  background: #ccc;
  pointer-events: none;
  opacity: 0.75;
}
.btn-dl-service span {
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 835px) {
  .btn-dl-service {
    margin: 0 auto;
    width: auto;
    font-size: 15px;
    letter-spacing: 0;
    padding: 6px 24px;
    height: 56px;
  }
  .btn-dl-service span {
    letter-spacing: 0.05em;
  }
}

.keywords-list__open {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  background: transparent;
}
.keywords-list__open:before, .keywords-list__open:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.keywords-list__open:before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #333;
  left: 0;
  margin-top: -7px;
}
.keywords-list__open:after {
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  margin-top: -2px;
}

.iziModal.keywordsListModal {
  max-width: 1080px !important;
  width: 88%;
  border-radius: 12px !important;
}

.modalOpen {
  cursor: pointer;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 835px) {
  .modal {
    padding: 20px 40px;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: calc(100svh - 180px);
}
.modal_inner {
  background: transparent;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -56px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 20;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__close-btn .lineClose {
  display: block;
  color: #000;
  line-height: 1;
  width: 20px;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.2rem;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close-btn .lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal__close-btn:hover {
  background: white;
}
@media only screen and (max-width: 835px) {
  .modal__close-btn {
    width: 40px;
    height: 40px;
    top: -48px;
  }
  .modal__close-btn .lineClose {
    width: 16px;
  }
}

.swiper img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide {
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 25px);
  cursor: pointer;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  z-index: 9999;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 835px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}

.swiper-button-prev {
  background-image: url(../images/yourlogi/arrow-prev.svg);
  left: -56px;
}
@media only screen and (max-width: 835px) {
  .swiper-button-prev {
    left: -36px;
  }
}

.swiper-button-next {
  background-image: url(../images/yourlogi/arrow-next.svg);
  right: -56px;
}
@media only screen and (max-width: 835px) {
  .swiper-button-next {
    right: -36px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: -36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  display: block;
  background-color: #fff;
  border-radius: 100%;
  height: 16px;
  opacity: 1;
  width: 16px;
  opacity: 0.7;
  cursor: pointer;
}
.swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #0080c3;
  opacity: 1;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
.lead {
  width: min(88.8888888889vw, 90%);
  margin: 4rem auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 835px) {
  .lead {
    font-size: 13px;
    text-align: left;
    margin: 3rem auto;
  }
}

.form-box {
  background: #fff;
  position: relative;
  width: min(83.3333333333vw, 90%);
  margin: 0 auto;
  padding: min(5.5555555556vw, 64px);
  border-radius: 16px;
  -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 835px) {
  .form-box {
    width: 100%;
    padding: 24px 6% 40px;
  }
}
.form-box .title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 835px) {
  .form-box .title {
    font-size: 24px;
  }
}
.form-box .form-box-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.form-box .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #efefef;
}
.form-box .form-field .btn {
  font-size: 12px;
}
.form-box .form-field .form-heading {
  display: block;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-top: 1.35rem;
  font-weight: bold;
  position: relative;
  padding-right: 60px;
}
.confirm-box .form-box .form-field .form-heading {
  padding-top: 0;
}
.form-box .form-field .form-heading:after {
  background-color: #efefef;
  content: "任意";
  display: block;
  position: absolute;
  width: 56px;
  height: 20px;
  border-radius: 3px;
  text-align: center;
  right: 0;
  font-weight: 400;
  font-size: 13px;
  top: 1.5rem;
  line-height: 20px;
}
.confirm-box .form-box .form-field .form-heading:after {
  content: none !important;
}
.form-box .form-field .form-heading.required:after {
  content: "必須";
  background: #333;
  color: #fff;
}
.form-box .form-field .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
.confirm-box .form-box .form-field .input-wrapper {
  padding-top: 0;
}
.form-box .form-field .input-wrapper.input-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
}
.form-box .form-field .input-wrapper.input-columns .input-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
.form-box .form-field .input-wrapper .wrap-textarea {
  max-width: min((83.333vw - 128px) * 0.7 - 24px, 816px);
}
@media only screen and (max-width: 835px) {
  .form-box .form-field .input-wrapper .wrap-textarea {
    max-width: none;
  }
}
.form-box .form-field .input-wrapper textarea {
  height: 120px;
}
.form-box .form-field .input-wrapper .list-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding-top: 1.35rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-box .form-field .input-wrapper .list-radio > li label {
  display: block;
}
.form-box .form-field .input-wrapper .list-radio > li label:has(:checked) {
  font-weight: bold;
}
@media only screen and (max-width: 835px) {
  .form-box .form-field .input-wrapper .list-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-box .form-field .input-wrapper .list-radio > li {
    width: 100%;
  }
}
.form-box .form-field .input-wrapper input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: -4px;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.form-box .form-field .input-wrapper input[type=radio]:checked {
  border-color: #0080c3;
}
.form-box .form-field .input-wrapper input[type=radio]:checked:before {
  position: absolute;
  background: #0080c3;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 3px;
  left: 3px;
}
.form-box .form-field .input-wrapper .wrap-select {
  display: inline-block;
  position: relative;
  background: #fff;
}
.form-box .form-field .input-wrapper .wrap-select:after {
  position: absolute;
  top: calc(50% - 12px);
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/icons.svg) no-repeat;
  background-position: -96px 0;
  pointer-events: none;
}
.form-box .form-field .input-wrapper .wrap-select select {
  padding: 0 48px 0 8px;
  height: 50px;
  background: transparent;
  border: 1px solid #989898;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border-radius: 6px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.form-box .form-field .input-wrapper .caution {
  color: #d50002;
  margin-top: 1rem;
  font-size: 13px;
  line-height: 1.4;
}
.form-box .form-field .selected-service__wrap {
  border: 1px solid #989898;
  border-radius: 6px;
  overflow-y: auto;
  max-height: 160px;
}
.form-box .form-field .selected-service__wrap ul {
  padding: 10px;
}
.form-box .form-field .selected-service__wrap ul li + li {
  margin-top: 2px;
}
.form-box .form-field .selected-service__wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  position: relative;
  margin: 0;
}
.form-box .form-field .selected-service__wrap label:has(:checked) {
  background: rgba(0, 128, 195, 0.15);
  font-weight: bold;
  padding-right: 64px;
}
.form-box .form-field .selected-service__wrap label:has(:checked):after {
  background: #0080c3;
  content: "選択済";
  color: #fff;
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: 400;
  right: 12px;
  padding: 1px 2px;
}
.form-box .form-field .selected-service__wrap input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  background: #fff;
  border: 1px solid #acacac;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 8px;
}
.form-box .form-field .selected-service__wrap input[type=checkbox]:checked:before {
  position: absolute;
  background: url(../images/yourlogi/icon-check.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}
@media only screen and (max-width: 835px) {
  .form-box .form-field {
    display: block;
  }
  .form-box .form-field .form-heading {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .form-box .form-field .form-heading:after {
    top: 0;
  }
  .form-box .form-field .input-wrapper {
    padding-left: 0;
  }
}
.form-box label.error {
  font-size: 12px;
  background: #ffebeb;
  color: #d50002;
  padding: 6px 12px;
  font-weight: bold;
  margin-top: 0.5em;
  display: inline-block;
  border-radius: 3px;
}
.form-box .note_privacy {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.form-box .privacy {
  background-color: #f1f1f1;
  border-radius: 6px;
  padding: 20px 24px;
  max-width: 920px;
  margin: 0 auto;
}
.form-box .privacy p {
  font-size: 13px;
}
.form-box .privacy p.title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 1rem;
}
.form-box .privacy p a {
  color: #0080c3;
  text-decoration: underline;
}
.form-box .btn-wrap {
  margin: 40px auto 0;
}

.btn-wrap {
  margin: 56px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.btn-wrap .btn {
  height: 64px;
  font-size: 18px;
  min-width: 260px;
}
.btn-wrap .btn span {
  font-weight: 700;
}
@media only screen and (max-width: 835px) {
  .btn-wrap {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
  .btn-wrap .btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=yourlogi.css.map */