@charset "UTF-8";
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
    .sp-dsn{
        display: none !important;
    }
}

.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #142c53;
transition: 0.3s;
margin-top: 20px;
color: #fff;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}

/* フォント */
body,
body p,
body span,
body li {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
　font-weight: 700; /* 400（標準）より少し太め */
}

/* 見出しを明朝に */
h1, h2, h3, h4, h5, h6 {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  font-weight: 500; /* 適度な太さ。700にすると強くなります */
  line-height: 1.4;
}

[data-module="FadeIn"].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}

.l-top .p-lead__ttl .underline {
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl .main {
    border-bottom: 0.25vw solid #38AEEB;
    font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  }
}

.l-top .p-worries__bottom-text .marker {
  color: #fff;
  position: relative;
  display: inline-block;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

ol,
ul,
li,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  width: 100%;
}

textarea {
  white-space: revert;
}

input,
button {
  border: none;
  box-shadow: none;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000001;
  width: 100vw;
  transition: all 0.3s;
}
@media screen and (min-width: 820px) {
  .l-header {
    height: 110px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-header {
    height: 6.875vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 16vw;
  }
}
.l-header.is-scrolled {
  background-color: #142c53;
}
.l-header__inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 820px) {
  .l-header__inner {
    max-width: 1920px;
    padding: 0 60px 0 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-header__inner {
    max-width: 120vw;
    padding: 0 3.75vw 0 2.5vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__inner {
    max-width: 88vw;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 820px) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 820px) {
  .l-header__logo img {
    width: 210px;
    height: 53.65px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__logo img {
    width: 13.125vw;
    height: 3.353125vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__logo img {
    width: 40vw;
    height: 10.2186666667vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__navwrap {
    background-color: #062F7C;
    color: #FFFFFF;
    position: fixed;
    z-index: 100001;
    right: -120%;
    top: 0;
    padding: 16vw 13.3333333333vw 24vw;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16vw;
	background-image: url(../img/top/bg-lead-wasi.jpg);
  }
  .l-header__navwrap::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    top: 16vw;
    left: 0;
    right: 0;
    width: 100%;
    height: 117.2vw;
    z-index: -1;
  }
}
@media screen and (max-width: 820px) {
  .l-header__navwrap.is-panelactive {
    right: 0;
  }
}
.l-header__nav {
  display: flex;
}
@media screen and (min-width: 820px) {
  .l-header__nav {
    align-items: center;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav {
    flex-direction: column;
  }
}
.l-header__nav-list {
  display: flex;
}
@media screen and (min-width: 820px) {
  .l-header__nav-list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-list {
    column-gap: 1.875vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-list {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.l-header__nav-list > li {
  display: flex;
}
.l-header__nav-list > li > a {
  position: relative;
  color: #FFFFFF;
}
@media screen and (min-width: 820px) {
  .l-header__nav-list > li > a {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-list > li > a {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-list > li > a {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 820px) {
  .l-header__nav-list > li > a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-list > li > a {
    padding-right: 3.8666666667vw;
  }
}
.l-header__nav-list > li > a::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 820px) {
  .l-header__nav-list > li > a::after {
    width: 100%;
    height: 2px;
    background-color: #c0bfbe;
    bottom: 0;
    left: 0;
    opacity: 0;
    bottom: -4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-list > li > a::after {
    bottom: -0.25vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-list > li > a::after {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/common/ic-arrow-wh2.png);
    width: 1.2vw;
    height: 2vw;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header__nav-btn {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 820px) {
  .l-header__nav-btn {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-btn {
    font-size: 1vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-btn {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 820px) {
  .l-header__nav-btn {
    width: 180px;
    height: 54px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-btn {
    width: 11.25vw;
    height: 3.375vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-btn {
    width: 48vw;
    height: 12.8vw;
    border-radius: 1.0666666667vw;
  }
}
.l-header__nav-btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 51%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.l-header__nav-btn.contact {
  background-color: #fff;
  border: 2px solid #fff;
  color: #404040;
}
@media screen and (min-width: 820px) {
  .l-header__nav-btn.contact {
    margin-left: 60px;
    padding-left: 58px;
  }
  .l-header__nav-btn.contact:hover {
    background-color: #404040;
    color: #fff;
  }
  .l-header__nav-btn.contact:hover::before {
    background-image: url(../img/common/ic-mail-wh.png);
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-btn.contact {
    margin-left: 3.75vw;
    padding-left: 3.625vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-btn.contact {
    margin-top: 10.6666666667vw;
    padding-left: 16vw;
  }
}
.l-header__nav-btn.contact::before {
  background-image: url(../img/common/ic-mail-bl.png);
}
@media screen and (min-width: 820px) {
  .l-header__nav-btn.contact::before {
    width: 21px;
    height: 18px;
    left: 27px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-btn.contact::before {
    width: 1.3125vw;
    height: 1.125vw;
    left: 1.6875vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-btn.contact::before {
    width: 5.6vw;
    height: 4.8vw;
    left: 6.4vw;
  }
}
.l-header__nav-btn.document {
  background-color: #404040;
  border: 2px solid #FFF;
  color: #fff;
}
@media screen and (min-width: 820px) {
  .l-header__nav-btn.document {
    margin-left: 24px;
    padding-left: clamp(40px, 4.861vw, 70px);
  }
  .l-header__nav-btn.document:hover {
    background-color: #fff;
    color: #404040;
  }
  .l-header__nav-btn.document:hover::before {
    background-image: url(../img/common/ic-document-bl.png);
  }
}

}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-btn.document {
    margin-left: 1.5vw;
    padding-left: 4.375vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-btn.document {
    margin-top: 8vw;
    padding-left: 19.3333333333vw;
  }
}
.l-header__nav-btn.document::before {
  background-image: url(../img/common/ic-document-wh.png);
}

@media screen and (min-width: 820px) {
  .l-header__nav-btn.document::before {
    width: 16px;
    height: 20px;
    left: 44px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 820px) {
  .l-header__nav-btn.document::before {
    width: 1vw;
    height: 1.25vw;
    left: 2.75vw;
  }
}
@media screen and (max-width: 820px) {
  .l-header__nav-btn.document::before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    left: 11.0666666667vw;
  }
}
.l-header__nav-company .logo {
  display: flex;
}
.l-header__nav-company .logo img {
  width: 37.3333333333vw;
  height: 9.5373333333vw;
}
.l-header__nav-company .sns {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  color: #151515;
  margin-top: 8vw;
  width: 44vw;
  height: 10vw;
  border-radius: 4.9333333333vw;
  padding-left: 16.1333333333vw;
  position: relative;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 820px) {
  .l-header__nav-company .sns {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-header__nav-company .sns::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-x.png);
  width: 3.7786666667vw;
  height: 3.7786666667vw;
  left: 9.6vw;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__openbtn {
  position: relative;
  width: 9.6vw;
  height: 9.6vw;
  border-radius: 0.5333333333vw;
  background-color: #404040;
  z-index: 100003;
}
.l-header__openbtn span {
  position: absolute;
  z-index: 1;
  height: 0.8vw;
  background-color: #FFFFFF;
  left: 1.2vw;
  transition: all 0.6s;
  border-radius: 0.4vw;
}
.l-header__openbtn span:first-of-type {
  width: 7.2vw;
  top: 2vw;
}
.l-header__openbtn span:nth-of-type(2) {
  width: 7.2vw;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__openbtn span:last-of-type {
  width: 4.8vw;
  bottom: 2vw;
}
.l-header__openbtn.is-active span:first-of-type {
  width: 7.2vw;
  top: 4.5333333333vw;
  transform: rotate(-45deg);
}
.l-header__openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__openbtn.is-active span:last-of-type {
  bottom: auto;
  top: 4.5333333333vw;
  width: 7.2vw;
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .l-under {
    margin-top: 110px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-under {
    margin-top: 6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-under {
    margin-top: 16vw;
  }
}
.l-under .l-header {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-under .l-header__nav-list > li > a {
    color: #222222;
  }
}
.l-under .l-header.is-scrolled {
  background-color: #fff;
}

.l-footer__bg {
  background-color: #404040;
}
@media screen and (min-width: 768px) {
  .l-footer__bg {
    padding: 54px 0 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__bg {
    padding: 3.375vw 0 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    padding: 16vw 0 21.3333333333vw;
  }
}
.l-footer__inner {
  margin: 0 auto;
  position: relative;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    justify-content: space-between;
    max-width: 1240px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__inner {
    max-width: 77.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 73.7333333333vw;
    flex-direction: column-reverse;
    row-gap: 16vw;
  }
}
.l-footer__company-logo {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__company-logo {
    width: 210px;
    margin-bottom: 30px;
  }
  .l-footer__company-logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-logo {
    width: 13.125vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-logo {
    width: 48vw;
    margin-bottom: 10.6666666667vw;
  }
}
.l-footer__company-ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__company-ttl {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-ttl {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-ttl {
    margin-bottom: 1.875vw;
  }
}
.l-footer__company-outline {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__company-outline {
    margin-bottom: 13.3333333333vw;
  }
}
.l-footer__company-outline th {
  vertical-align: top;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-footer__company-outline th {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-outline th {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-outline th {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-outline td {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-outline td {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-outline td {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-outline td {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-outline td {
    padding-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-outline td {
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-outline tr:not(:last-of-type) td {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-outline tr:not(:last-of-type) td {
    padding-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-outline tr:not(:last-of-type) td {
    padding-bottom: 8vw;
  }
}
.l-footer__company-x {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__company-x {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-x {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-x {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__company-x {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    width: 163px;
    height: 37px;
    padding-left: 54px;
  }
  .l-footer__company-x:hover {
    color: #38AEEB;
  }
  .l-footer__company-x:hover::before {
    background-image: url(../img/common/ic-x-bl.png);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-x {
    border-radius: 2.1875vw;
    width: 10.1875vw;
    height: 2.3125vw;
    padding-left: 3.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-x {
    border-radius: 4.9333333333vw;
    width: 44vw;
    height: 10vw;
    padding-left: 16.1333333333vw;
  }
}
.l-footer__company-x::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-x.png);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__company-x::before {
    width: 14px;
    height: 14px;
    left: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__company-x::before {
    width: 0.875vw;
    height: 0.875vw;
    left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__company-x::before {
    width: 3.7786666667vw;
    height: 3.7786666667vw;
    left: 9.6vw;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    align-items: flex-end;
    row-gap: 26px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__nav {
    row-gap: 1.625vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    row-gap: 8vw;
  }
}
.l-footer__nav-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__nav-list {
    column-gap: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    flex-direction: column;
    row-gap: 4.8vw;
  }
}
.l-footer__nav-list li {
  display: flex;
}
.l-footer__nav-list li a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list li a {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__nav-list li a {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list li a {
    padding-right: 14px;
  }
  .l-footer__nav-list li a:hover {
    color: #38AEEB;
  }
  .l-footer__nav-list li a:hover::after {
    background-image: url(../img/common/ic-arrow-bl2.png);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__nav-list li a {
    padding-right: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a {
    padding-right: 3.8666666667vw;
  }
}
.l-footer__nav-list li a::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-wh2.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list li a::after {
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__nav-list li a::after {
    width: 0.375vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a::after {
    width: 1.2vw;
    height: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-privacy {
    font-size: 12px;
    line-height: 2.1666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__nav-privacy {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-privacy {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-privacy:hover {
    color: #38AEEB;
  }
}
.l-footer__copy {
  background-color: #DBDFE7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__copy {
    padding: 1.875vw 0 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding: 3.2vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copy-text {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-footer__copy-text {
    font-size: 0.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy-text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.l-cta__bg {
  background-color: #142c53;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-cta__bg {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__bg {
    padding: 6.25vw 0 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__bg {
    padding: 16.9333333333vw 0 15.7333333333vw;
  }
}
.l-cta__bg::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-cta__bg::before {
    width: 2060px;
    height: 590px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__bg::before {
    width: 128.75vw;
    height: 36.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__bg::before {
    background-image: url(../img/common/bg-contact-sp.png);
    width: 70.6666666667vw;
    height: 223.3333333333vw;
  }
}
.l-cta__inner {
  position: relative;
  z-index: 3;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-cta__inner {
    justify-content: center;
    column-gap: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__inner {
    column-gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__inner {
    flex-direction: column;
    row-gap: 14.6666666667vw;
    align-items: center;
  }
}
.l-cta__link {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-cta__link {
    padding: 62px 0 97px;
    border-radius: 4px;
    width: 520px;
  }
  .l-cta__link:hover {
    transform: translateY(6px);
  }
  .l-cta__link:hover .c-ttl,
  .l-cta__link:hover .l-cta__link-text,
  .l-cta__link:hover .l-cta__link-btn {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link {
    padding: 3.875vw 0 6.0625vw;
    border-radius: 0.25vw;
    width: 32.5vw;
  }
  .l-cta__link:hover {
    transform: translateY(0.375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link {
    padding: 10.6666666667vw 6.6666666667vw;
    border-radius: 1.0666666667vw;
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .l-cta__link.contact .l-cta__link-img img {
    width: 42px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link.contact .l-cta__link-img img {
    width: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link.contact .l-cta__link-img img {
    width: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-cta__link.document .l-cta__link-img img {
    width: 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link.document .l-cta__link-img img {
    width: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link.document .l-cta__link-img img {
    width: 6.4vw;
  }
}
.l-cta__link .c-ttl {
  transition: opacity 0.3s;
}
.l-cta__link-text {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-cta__link-text {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link-text {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-cta__link-text {
    margin: 54px 0 75px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link-text {
    margin: 3.375vw 0 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link-text {
    margin: 6.4vw 0 13.3333333333vw;
  }
}
.l-cta__link-btn {
  transition: opacity 0.3s;
  position: relative;
  background-color: #404040;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cta__link-btn {
    width: 360px;
    height: 121px;
    padding-top: 60px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link-btn {
    width: 22.5vw;
    height: 7.5625vw;
    padding-top: 3.75vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link-btn {
    width: 100%;
    height: 19.6vw;
    border-radius: 1.0666666667vw;
    padding-top: 9.3333333333vw;
  }
}
.l-cta__link-btn span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-cta__link-btn span {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link-btn span {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link-btn span {
    font-size: calc(35 / 750 * 100vw);
    line-height: 1.4857142857;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-cta__link-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .l-cta__link-img {
    width: 90px;
    height: 90px;
    border: 4px solid #38AEEB;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-cta__link-img {
    width: 5.625vw;
    height: 5.625vw;
    border: 0.25vw solid #404040;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__link-img {
    width: 16vw;
    height: 16vw;
    border: 0.8vw solid #404040;
  }
}

.l-recruitcta__bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-recruitcta__bg {
    background-image: url(../img/common/bg-recruit.jpg);
    padding: 100px 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__bg {
    padding: 6.25vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__bg {
    background-image: url(../img/common/bg-recruit-sp.jpg);
    padding: 16vw 0 18.6666666667vw;
  }
}
.l-recruitcta__inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-recruitcta__inner {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__inner {
    flex-direction: column;
    row-gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruitcta__textwrap {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__textwrap {
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__textwrap {
    padding-left: 4.5333333333vw;
  }
}
.l-recruitcta__ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-recruitcta__ttl {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__ttl {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__ttl {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruitcta__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__ttl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.l-recruitcta__subttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-recruitcta__subttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__subttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__subttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruitcta__subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__subttl {
    margin-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__subttl {
    margin-bottom: 4vw;
  }
}
.l-recruitcta__text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-recruitcta__text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta__text {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta__text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-recruitcta .c-btn {
    width: 240px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruitcta .c-btn {
    width: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruitcta .c-btn {
    margin: 0 auto;
  }
}

.l-floatcta {
  position: fixed;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .l-floatcta {
    right: 10px;
    bottom: 32px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta {
    right: 0.625vw;
    bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-floatcta {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(21, 21, 21, 0.9);
    padding: 2.1333333333vw 0 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-floatcta.is-hidden {
    display: none;
  }
}
.l-floatcta__close {
  position: absolute;
  right: 0;
  transform: translateY(-100%);
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #BBBBBB;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-floatcta__close {
    width: 18px;
    height: 18px;
    top: -6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta__close {
    width: 1.125vw;
    height: 1.125vw;
    top: -0.375vw;
  }
}
.l-floatcta__close::before, .l-floatcta__close::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #BBBBBB;
}
@media screen and (min-width: 768px) {
  .l-floatcta__close::before, .l-floatcta__close::after {
    width: 8px;
    top: 7.2px;
    left: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta__close::before, .l-floatcta__close::after {
    width: 0.5vw;
    top: 0.45vw;
    left: 0.25vw;
  }
}
.l-floatcta__close::before {
  transform: rotate(-45deg);
}
.l-floatcta__close::after {
  transform: rotate(45deg);
}
.l-floatcta__link {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #CADFEA;
}
@media screen and (min-width: 768px) {
  .l-floatcta__link {
    width: 384px;
    height: 180px;
    border-radius: 4px;
  }
  .l-floatcta__link:hover::before, .l-floatcta__link:hover::after,
  .l-floatcta__link:hover .img,
  .l-floatcta__link:hover .l-floatcta__link-text {
    opacity: 0.7;
  }
  .l-floatcta__link:hover::after {
    right: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta__link {
    width: 24vw;
    height: 11vw;
    border-radius: 0.25vw;
  }
  .l-floatcta__link:hover::after {
    right: 1.5vw;
  }
}
.l-floatcta__link .img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.l-floatcta__link-text {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-floatcta__link-text {
    row-gap: 4px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta__link-text {
    row-gap: 0.25vw;
    padding-left: 0.9375vw;
  }
}
@media screen and (min-width: 768px) {
  .l-floatcta__link-text .logo {
    width: 132px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta__link-text .logo {
    width: 8.25vw;
  }
}
.l-floatcta__link-text .text {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-floatcta__link-text .text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-floatcta__link-text .text {
    font-size: 1vw;
  }
}
.l-floatcta__inner {
  display: flex;
  justify-content: center;
  column-gap: 2.6666666667vw;
}
.l-floatcta__btn {
  width: 42.6666666667vw;
  height: 11.2vw;
  border-radius: 1.0666666667vw;
  display: flex;
  align-items: center;
  position: relative;
  border: 0.2666666667vw solid #707071;
}
@media screen and (max-width: 767px) {
  .l-floatcta__btn {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-floatcta__btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 51%;
  transform: translateY(-50%);
}
.l-floatcta__btn.contact {
  background-color: #fff;
  color: #142C53;
  padding-left: 13.8666666667vw;
}
.l-floatcta__btn.contact::before {
  background-image: url(../img/common/ic-mail-bl.png);
  width: 4.6666666667vw;
  height: 4vw;
  left: 5.2vw;
}
.l-floatcta__btn.document {
  background-color: #142C53;
  color: #fff;
  padding-left: 17.0666666667vw;
}
.l-floatcta__btn.document::before {
  background-image: url(../img/common/ic-document-wh.png);
  width: 4.2666666667vw;
  height: 5.3333333333vw;
  left: 8.8vw;
}

.l-pagetop {
  position: fixed;
  z-index: 99999;
  bottom: 19.2vw;
  right: 6vw;
  width: 9.6vw;
  height: 9.6vw;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .l-case {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-item:not(:last-of-type) {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-item:not(:last-of-type) {
    margin-bottom: 12.8vw;
  }
}
.l-case__list-item a {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-case__list-item a {
    align-items: flex-start;
    column-gap: 80px;
  }
  .l-case__list-item a:hover .l-case__list-link img {
    transform: translateX(12px);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-item a {
    column-gap: 5vw;
  }
  .l-case__list-item a:hover .l-case__list-link img {
    transform: translateX(0.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-item a {
    flex-direction: column;
  }
}
.l-case__list-img {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-case__list-img {
    border-radius: 4px;
    width: 540px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-img {
    border-radius: 0.25vw;
    width: 33.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-img {
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-img > img {
    height: 360px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-img > img {
    height: 22.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-img > img {
    height: 58.6666666667vw;
  }
}
.l-case__list-img .company {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-case__list-img .company {
    width: 200px;
    height: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-img .company {
    width: 12.5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-img .company {
    width: 32.5333333333vw;
    height: 13.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-img .company img {
    width: 140px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-img .company img {
    width: 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-img .company img {
    width: 23.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-textwrap {
    width: 620px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-textwrap {
    width: 38.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-textwrap {
    padding-top: 4.2666666667vw;
  }
}
.l-case__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-case__list-ttl {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-ttl {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-case__list-company {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-case__list-company {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-company {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-company {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-company {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-company {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-company {
    margin-bottom: 2vw;
  }
}
.l-case__list-business {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-case__list-business {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-business {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-business {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-business {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-business {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-business {
    margin-bottom: 3.2vw;
  }
}
.l-case__list-tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-case__list-tag {
    column-gap: 16px;
    row-gap: 16px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-tag {
    column-gap: 1vw;
    row-gap: 1vw;
    margin: 0.625vw 0 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-tag {
    column-gap: 2.6666666667vw;
    row-gap: 2.6666666667vw;
    margin: 2.6666666667vw 0 4vw;
  }
}
.l-case__list-tag li {
  color: #fff;
  background-color: #142C53;
}
@media screen and (min-width: 768px) {
  .l-case__list-tag li {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-tag li {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-tag li {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-case__list-tag li {
    border-radius: 2px;
    padding: 3px 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-tag li {
    border-radius: 0.125vw;
    padding: 0.1875vw 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-tag li {
    border-radius: 0.5333333333vw;
    padding: 0.4vw 1.8666666667vw;
  }
}
.l-case__list-link {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  border-bottom: 1px solid #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-case__list-link {
    column-gap: 12px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-link {
    column-gap: 0.75vw;
    padding-bottom: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-link {
    column-gap: 2.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.l-case__list-link span {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-case__list-link span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-link span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-link span {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-case__list-link img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-case__list-link img {
    width: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-case__list-link img {
    width: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-case__list-link img {
    width: 3.2vw;
  }
}

.l-method__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-method__list {
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list {
    column-gap: 3.125vw;
    row-gap: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list {
    flex-direction: column;
    row-gap: 9.6vw;
  }
}
.l-method__list-item {
  box-shadow: 0px 0px 10px rgba(21, 21, 21, 0.15);
}
@media screen and (min-width: 768px) {
  .l-method__list-item {
    width: 380px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-item {
    width: 23.75vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-item {
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-method__list-item a:hover .l-method__list-link img {
    transform: translateX(12px);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-item a:hover .l-method__list-link img {
    transform: translateX(0.75vw);
  }
}
@media screen and (min-width: 768px) {
  .l-method__list-img {
    height: 254px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-img {
    height: 15.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-img {
    height: 58.6666666667vw;
  }
}
.l-method__list-textwrap {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-method__list-textwrap {
    padding: 20px 20px 33px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-textwrap {
    padding: 1.25vw 1.25vw 2.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-textwrap {
    padding: 4vw 4vw 8vw;
  }
}
.l-method__list-textwrap time {
  display: block;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-method__list-textwrap time {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-textwrap time {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-textwrap time {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-method__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-method__list-ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-ttl {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-method__list-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-ttl {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-ttl {
    margin-bottom: 3.2vw;
  }
}
.l-method__list-cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-method__list-cat {
    column-gap: 14px;
    row-gap: 14px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-cat {
    column-gap: 0.875vw;
    row-gap: 0.875vw;
    margin: 0.625vw 0 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-cat {
    column-gap: 2.6666666667vw;
    row-gap: 2.6666666667vw;
    margin: 2.6666666667vw 0 4vw;
  }
}
.l-method__list-cat li {
  color: #fff;
  background-color: #142C53;
}
@media screen and (min-width: 768px) {
  .l-method__list-cat li {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-cat li {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-cat li {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-method__list-cat li {
    border-radius: 2px;
    padding: 3px 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-cat li {
    border-radius: 0.125vw;
    padding: 0.1875vw 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-cat li {
    border-radius: 0.5333333333vw;
    padding: 0.4vw 1.8666666667vw;
  }
}
.l-method__list-link {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  border-bottom: 1px solid #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-method__list-link {
    column-gap: 12px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-link {
    column-gap: 0.75vw;
    padding-bottom: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-link {
    column-gap: 2.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.l-method__list-link span {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-method__list-link span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-link span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-link span {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-method__list-link img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-method__list-link img {
    width: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-method__list-link img {
    width: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-method__list-link img {
    width: 3.2vw;
  }
}

.l-archive__list-item {
  border-bottom: 1px solid #BBBBBB;
}
.l-archive__list-item a {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-archive__list-item a {
    align-items: center;
    padding: 42px 40px 36px;
    column-gap: 50px;
  }
  .l-archive__list-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-archive__list-item a {
    padding: 2.625vw 2.5vw 2.25vw;
    column-gap: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive__list-item a {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    flex-direction: column;
    row-gap: 1.0666666667vw;
  }
}
.l-archive__list-item a time {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-archive__list-item a time {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-archive__list-item a time {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-archive__list-item a time {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-archive__list-item a p {
    text-decoration: underline;
  }
}

.l-undermv__bg {
  background-color: #142c53;
  position: relative;
background-image: url(../img/top/bg-lead-wasi.jpg);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-undermv__bg {
    padding-top: 90px;
    height: 500px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-undermv__bg {
    padding-top: 5.625vw;
    height: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__bg {
    padding-top: 10.6666666667vw;
    min-height: 106.6666666667vw;
  }
}
.l-undermv__bg::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-undermv__bg::after {
    width: 1387px;
    height: 420px;
    top: 50px;
    left: calc((100vw - 624px) / 2);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-undermv__bg::after {
    width: 86.6875vw;
    height: 26.25vw;
    top: 3.125vw;
    left: calc((100vw - 39vw) / 2);
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__bg::after {
    width: 258.8vw;
    height: 78.4vw;
    top: 20.2666666667vw;
    left: 6vw;
  }
}
.l-undermv__text {
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-undermv__text-ttl {
    font-size: 48px;
    line-height: 1.3125;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-undermv__text-ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__text-ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-undermv__text-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-undermv__text-ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__text-ttl {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-undermv__text-lead {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-undermv__text-lead {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__text-lead {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-undermv__text-lead {
    width: 540px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-undermv__text-lead {
    width: 34.75vw;
  }
}

@media screen and (min-width: 768px) {
  .l-bread {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-bread {
    margin-top: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-bread {
    margin-top: 4.8vw;
  }
}
.l-bread__list {
  display: flex;
}
.l-bread__list li {
  position: relative;
  display: flex;
}
.l-bread__list li:not(:last-of-type) {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-bread__list li:not(:last-of-type) {
    padding-right: 16px;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-bread__list li:not(:last-of-type) {
    padding-right: 1vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-bread__list li:not(:last-of-type) {
    padding-right: 2.8vw;
    margin-right: 1.6vw;
  }
}
.l-bread__list li:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-bread.png);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-bread__list li:not(:last-of-type)::after {
    width: 6px;
    height: 10px;
    top: 5px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-bread__list li:not(:last-of-type)::after {
    width: 0.375vw;
    height: 0.625vw;
    top: 0.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-bread__list li:not(:last-of-type)::after {
    width: 1.2vw;
    height: 2vw;
    top: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-bread__list li a, .l-bread__list li span {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-bread__list li a, .l-bread__list li span {
    font-size: 0.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-bread__list li a, .l-bread__list li span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.l-bread__list li a {
  color: #38AEEB;
}
@media screen and (min-width: 768px) {
  .l-bread__list li a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .l-pagination {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-pagination {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination {
    margin-top: 10.6666666667vw;
  }
}
.l-pagination .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-pagination .pagination .nav-links {
    column-gap: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-pagination .pagination .nav-links {
    column-gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination .pagination .nav-links {
    column-gap: 4vw;
  }
}
.l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
    width: 48px;
    height: 48px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
    width: 3vw;
    height: 3vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination .pagination .nav-links a, .l-pagination .pagination .nav-links span {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.l-pagination .pagination .nav-links a {
  color: #0E6AAD;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-pagination .pagination .nav-links a:hover {
    box-shadow: 0px 0px 10px rgba(56, 174, 235, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .l-pagination .pagination .nav-links a.next img, .l-pagination .pagination .nav-links a.prev img {
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-pagination .pagination .nav-links a.next img, .l-pagination .pagination .nav-links a.prev img {
    width: 0.375vw;
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-pagination .pagination .nav-links a.next img, .l-pagination .pagination .nav-links a.prev img {
    width: 1.3333333333vw;
    height: 2.6666666667vw;
  }
}
.l-pagination .pagination .nav-links a.prev img {
  transform: scale(-1, 1);
}
.l-pagination .pagination .nav-links span {
  background-color: #0E6AAD;
  color: #fff;
}

.l-category {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-category {
    margin: 80px 0 100px;
    padding: 48px 109px 60px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-category {
    margin: 5vw 0 6.25vw;
    padding: 3vw 6.8125vw 3.75vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-category {
    margin: 10.6666666667vw 0;
    padding: 6.4vw 2.1333333333vw 7.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.l-category__ttl {
  text-align: center;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-category__ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-category__ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-category__ttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-category__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-category__ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-category__ttl {
    margin-bottom: 4vw;
  }
}
.l-category__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-category__list {
    column-gap: 48px;
    row-gap: 32px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-category__list {
    column-gap: 3vw;
    row-gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-category__list {
    column-gap: 4vw;
    row-gap: 4vw;
    justify-content: center;
  }
}
.l-category__list li {
  display: flex;
}
.l-category__list a {
  background-color: #0E6AAD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-category__list a {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-category__list a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-category__list a {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-category__list a {
    padding: 4px 16px;
    border-radius: 2px;
  }
  .l-category__list a:hover {
    background-color: #38AEEB;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-category__list a {
    padding: 0.25vw 1vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-category__list a {
    padding: 0.8vw 2.1333333333vw;
    border-radius: 0.2666666667vw;
  }
}

.l-single__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-single__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__inner {
    max-width: 56.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head-ttl {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-ttl {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head-ttl {
    margin: 80px 0 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-ttl {
    margin: 5vw 0 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-ttl {
    margin: 5.3333333333vw 0 4.8vw;
  }
}
.l-single__head-case .company-wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single__head-case .company-wrap {
    column-gap: 48px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .company-wrap {
    column-gap: 3vw;
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .company-wrap {
    flex-direction: column;
    margin-bottom: 2.1333333333vw;
    row-gap: 1.6vw;
  }
}
.l-single__head-case .company {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-single__head-case .company {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .company {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .company {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-single__head-case .url {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-single__head-case .url {
    column-gap: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .url {
    column-gap: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .url {
    column-gap: 2.1333333333vw;
  }
}
.l-single__head-case .url span {
  background-color: #EFF8FF;
}
@media screen and (min-width: 768px) {
  .l-single__head-case .url span {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .url span {
    font-size: 0.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .url span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head-case .url span {
    border-radius: 9px;
    padding: 2px 14px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .url span {
    border-radius: 0.5625vw;
    padding: 0.125vw 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .url span {
    padding: 0.2666666667vw 1.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.l-single__head-case .url a {
  color: #38AEEB;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-single__head-case .url a {
    font-size: 12px;
    line-height: 1.8666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .url a {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .url a {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8666666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head-case .url a:hover {
    opacity: 0.7;
  }
}
.l-single__head-case .business {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-single__head-case .business {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-case .business {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-case .business {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-single__head-method time {
  display: block;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-single__head-method time {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-method time {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-method time {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head-method time {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-method time {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-method time {
    margin-bottom: 2.6666666667vw;
  }
}
.l-single__head-method .cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-single__head-method .cat {
    row-gap: 12px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-method .cat {
    row-gap: 0.75vw;
    column-gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-method .cat {
    row-gap: 2.1333333333vw;
    column-gap: 2.6666666667vw;
  }
}
.l-single__head-method .cat li {
  display: flex;
}
.l-single__head-method .cat a {
  background-color: #062F7C;
  color: #fff;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single__head-method .cat a {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-method .cat a {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-method .cat a {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single__head-method .cat a {
    padding: 2px 12px;
  }
  .l-single__head-method .cat a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-method .cat a {
    padding: 0.125vw 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-method .cat a {
    padding: 0.2666666667vw 1.8666666667vw;
  }
}
.l-single__head-news time {
  display: block;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-single__head-news time {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__head-news time {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__head-news time {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-single__assignment {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-single__assignment {
    margin: 80px 0 100px;
    border-radius: 4px;
    padding: 48px 112px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment {
    margin: 5vw 0 6.25vw;
    border-radius: 0.25vw;
    padding: 3vw 7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment {
    margin: 10.6666666667vw 0 13.3333333333vw;
    border-radius: 1.0666666667vw;
    padding: 6.4vw 4vw 7.2vw;
  }
}
.l-single__assignment-ttl {
  text-align: center;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-single__assignment-ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-ttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__assignment-ttl {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-ttl {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-ttl {
    margin-bottom: 4.8vw;
  }
}
.l-single__assignment-item {
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item {
    column-gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item {
    column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item:not(:last-of-type) {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.l-single__assignment-item:not(:last-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  background-color: #38AEEB;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item:not(:last-of-type)::before {
    top: 35px;
    left: 44px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item:not(:last-of-type)::before {
    top: 2.1875vw;
    left: 2.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item:not(:last-of-type)::before {
    top: 6vw;
    left: 6.2666666667vw;
  }
}
.l-single__assignment-item .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #38AEEB;
  background-color: #fff;
  color: #38AEEB;
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item .ttl {
    font-size: 18px;
    line-height: 1.2222222222;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item .ttl {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item .ttl {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item .ttl {
    width: 90px;
    min-height: 90px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item .ttl {
    width: 5.625vw;
    min-height: 5.625vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item .ttl {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 1.0666666667vw;
  }
}
.l-single__assignment-item .ttl.achievement {
  background-color: #38AEEB;
  color: #fff;
}
.l-single__assignment-item .list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item .list li {
    padding-left: 18px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item .list li {
    padding-left: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item .list li {
    padding-left: 3.7333333333vw;
  }
}
.l-single__assignment-item .list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #151515;
  border-radius: 50%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item .list li::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item .list li::before {
    width: 0.5vw;
    height: 0.5vw;
    top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item .list li::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__assignment-item .list li:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__assignment-item .list li:not(:last-of-type) {
    margin-bottom: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__assignment-item .list li:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.l-single__content h2 {
  position: relative;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-single__content h2 {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h2 {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h2 {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content h2 {
    margin: 100px 0 36px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h2 {
    margin: 6.25vw 0 2.25vw;
    padding-left: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h2 {
    margin: 13.3333333333vw 0 5.3333333333vw;
    padding-left: 3.2vw;
  }
}
.l-single__content h2::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #38AEEB;
}
@media screen and (min-width: 768px) {
  .l-single__content h2::before {
    width: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h2::before {
    width: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h2::before {
    width: 0.5333333333vw;
  }
}
.l-single__content h3 {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-single__content h3 {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h3 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h3 {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content h3 {
    margin: 60px 0 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h3 {
    margin: 3.75vw 0 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h3 {
    margin: 10.6666666667vw 0 5.3333333333vw;
  }
}
.l-single__content h4 {
  color: #38AEEB;
}
@media screen and (min-width: 768px) {
  .l-single__content h4 {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h4 {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h4 {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content h4 {
    margin: 48px 0 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content h4 {
    margin: 3vw 0 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content h4 {
    margin: 9.6vw 0 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content p + p,
  .l-single__content ul + p,
  .l-single__content p + ul,
  .l-single__content ol + p,
  .l-single__content p + ol {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content p + p,
  .l-single__content ul + p,
  .l-single__content p + ul,
  .l-single__content ol + p,
  .l-single__content p + ol {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content p + p,
  .l-single__content ul + p,
  .l-single__content p + ul,
  .l-single__content ol + p,
  .l-single__content p + ol {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content .wp-block-image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .wp-block-image {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-image {
    margin-top: 4vw;
  }
}
.l-single__content ul, .l-single__content ol, .l-single__content dl {
  padding-left: 2.5em;
}
.l-single__content ul {
  list-style-type: disc;
}
.l-single__content ul li {
  list-style-type: disc;
}
.l-single__content ul li::marker {
  color: #0E6AAD;
}
.l-single__content ol {
  list-style-type: decimal;
}
.l-single__content ol li {
  list-style-type: decimal;
}
.l-single__content p a, .l-single__content li a {
  color: #38AEEB;
}
.l-single__content .table-ttl {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-single__content .table-ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .table-ttl {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .table-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content .table-ttl {
    margin: 30px 0;
    padding-left: 34px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .table-ttl {
    margin: 1.875vw 0;
    padding-left: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .table-ttl {
    margin: 6.4vw 0;
    padding-left: 8vw;
  }
}
.l-single__content .table-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #0E6AAD;
  border-radius: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-single__content .table-ttl::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .table-ttl::before {
    width: 1.125vw;
    height: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .table-ttl::before {
    width: 4vw;
    height: 4vw;
  }
}
.l-single__content .wp-block-table {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table {
    overflow-x: auto;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 6vw;
  }
}
.l-single__content .wp-block-table table {
  border: 1px solid #DDDDDD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}
.l-single__content .wp-block-table table thead {
  border-bottom: none;
}
.l-single__content .wp-block-table table thead th {
  border: 1px solid #DDDDDD;
  background-color: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .l-single__content .wp-block-table table thead th {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .wp-block-table table thead th {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table thead th {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table thead th {
    min-width: 33.3333333333vw;
    white-space: nowrap;
  }
}
.l-single__content .wp-block-table table tbody th {
  border: 1px solid #DDDDDD;
  background-color: #EFF8FF;
}
@media screen and (min-width: 768px) {
  .l-single__content .wp-block-table table tbody th {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .wp-block-table table tbody th {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table tbody th {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table tbody th {
    min-width: 33.3333333333vw;
    white-space: nowrap;
  }
}
.l-single__content .wp-block-table table tbody td {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
}
@media screen and (min-width: 768px) {
  .l-single__content .wp-block-table table tbody td {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .wp-block-table table tbody td {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table tbody td {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single__content .wp-block-table table tbody td {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__content .wp-block-table table tbody td {
    padding: 0.75vw 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-table table tbody td {
    padding: 4vw;
    min-width: 33.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__sns {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns {
    margin-top: 10.6666666667vw;
  }
}
.l-single__sns-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-single__sns-list {
    flex-wrap: wrap;
    row-gap: 4vw;
  }
}
.l-single__sns-list li.twitter a {
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .l-single__sns-list li.twitter a img {
    width: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns-list li.twitter a img {
    width: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns-list li.twitter a img {
    width: 5.3333333333vw;
  }
}
.l-single__sns-list li.facebook a {
  background-color: #1877F2;
}
@media screen and (min-width: 768px) {
  .l-single__sns-list li.facebook a img {
    width: 22px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns-list li.facebook a img {
    width: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns-list li.facebook a img {
    width: 5.8666666667vw;
  }
}
.l-single__sns-list li.line a {
  background-color: #06C755;
}
@media screen and (min-width: 768px) {
  .l-single__sns-list li.line a img {
    width: 22px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns-list li.line a img {
    width: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns-list li.line a img {
    width: 5.8666666667vw;
  }
}
.l-single__sns-list li.copy a {
  background-color: #888888;
}
@media screen and (min-width: 768px) {
  .l-single__sns-list li.copy a img {
    width: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns-list li.copy a img {
    width: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns-list li.copy a img {
    width: 5.3333333333vw;
  }
}
.l-single__sns-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-single__sns-list li a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns-list li a {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns-list li a {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__sns-list li a {
    width: 210px;
    height: 60px;
    border-radius: 8px;
    column-gap: 16px;
  }
  .l-single__sns-list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__sns-list li a {
    width: 13.125vw;
    height: 3.75vw;
    border-radius: 0.5vw;
    column-gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__sns-list li a {
    width: 41.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 1.0666666667vw;
    column-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__return {
    margin: 60px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__return {
    margin: 3.75vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__return {
    margin: 10.6666666667vw 0 18.6666666667vw;
  }
}
.l-single__return .c-btn {
  margin: 0 auto;
}
.l-single__cta {
  background-color: #EFF8FF;
  border: 1px solid #CADFEA;
  box-shadow: 0px 0px 10px rgba(21, 21, 21, 0.15);
}
@media screen and (min-width: 768px) {
  .l-single__cta {
    margin: 90px auto 160px;
    width: 720px;
    padding: 30px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta {
    margin: 5.625vw auto 10vw;
    width: 45vw;
    padding: 1.875vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta {
    margin: 16vw auto 21.3333333333vw;
    width: 80vw;
    padding: 8vw 5.3333333333vw 9.6vw;
    border-radius: 0.5333333333vw;
  }
}
.l-single__cta-inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-single__cta-inner {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-inner {
    column-gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-inner {
    flex-direction: column;
    row-gap: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__cta-text {
    width: 418px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-text {
    width: 26.125vw;
  }
}
.l-single__cta-text .ttl {
  color: #38AEEB;
}
@media screen and (min-width: 768px) {
  .l-single__cta-text .ttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-text .ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-text .ttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single__cta-text .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-text .ttl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-text .ttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single__cta-text .text {
    font-size: 17px;
    line-height: 1.8823529412;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-text .text {
    font-size: 1.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-text .text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-right {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-single__cta-right .img {
    width: 200px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-right .img {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-right .img {
    width: 47.516vw;
  }
}
.l-single__cta-right .link {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #38AEEB;
  color: #fff;
  border: 2px solid #38AEEB;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-single__cta-right .link {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-right .link {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-right .link {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .l-single__cta-right .link {
    width: 180px;
    height: 48px;
    border-radius: 4px;
    padding-left: 53px;
  }
  .l-single__cta-right .link:hover {
    background-color: #fff;
    color: #38AEEB;
  }
  .l-single__cta-right .link:hover::before {
    background-image: url(../img/common/ic-document-bl.png);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-right .link {
    width: 11.25vw;
    height: 3vw;
    border-radius: 0.25vw;
    padding-left: 3.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-right .link {
    width: 53.3333333333vw;
    height: 12.8vw;
    border-radius: 1.0666666667vw;
    padding-left: 17.4666666667vw;
    margin-top: 4vw;
  }
}
.l-single__cta-right .link::before {
  position: absolute;
  content: "";
  display: block;
  top: 52%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-document-wh.png);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-single__cta-right .link::before {
    width: 16px;
    height: 20px;
    left: 27px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__cta-right .link::before {
    width: 1vw;
    height: 1.25vw;
    left: 1.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__cta-right .link::before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    left: 9.2vw;
  }
}
.l-single__case-bg {
  background-color: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .l-single__case-bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__case-bg {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__case-bg {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-single__case .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__case .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__case .c-ttl {
    margin-bottom: 8vw;
  }
}
.l-single__case .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-single__case .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single__case .c-btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single__case .c-btn {
    margin-top: 10.6666666667vw;
  }
}
.l-single #ez-toc-container {
  counter-reset: number 0;
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container {
    margin-top: 80px;
    border-radius: 4px;
    padding: 40px 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container {
    margin-top: 5vw;
    border-radius: 0.25vw;
    padding: 2.5vw 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container {
    margin-top: 12vw;
    border-radius: 1.0666666667vw;
    padding: 6.4vw 4vw 7.2vw;
  }
}
.l-single #ez-toc-container .ez-toc-title {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container .ez-toc-title {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container .ez-toc-title {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container .ez-toc-title {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container .ez-toc-title {
    padding-left: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container .ez-toc-title {
    padding-left: 1.5vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container .ez-toc-title {
    padding-left: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.l-single #ez-toc-container .ez-toc-title::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-toc.png);
  top: 52%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container .ez-toc-title::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container .ez-toc-title::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container .ez-toc-title::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-single #ez-toc-container nav ul {
  counter-reset: cnt;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container nav ul {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container nav ul {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container nav ul {
    margin-top: 2.1333333333vw;
  }
}
.l-single #ez-toc-container nav ul li {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container nav ul > li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container nav ul > li {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container nav ul > li {
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container nav ul ul {
    padding-left: 22px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container nav ul ul {
    padding-left: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container nav ul ul {
    padding-left: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container nav ul ul li {
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.03em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container nav ul ul li {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container nav ul ul li {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container nav ul ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-single #ez-toc-container nav ul ul li:not(:last-of-type) {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-single #ez-toc-container nav ul ul li:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.l-single #ez-toc-container nav ul li::before {
  counter-increment: cnt;
  content: counters(cnt, "-") " | ";
  font-size: inherit;
}
.l-single #ez-toc-container nav ul li a {
  color: #38AEEB;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-single #ez-toc-container nav ul li a:hover {
    opacity: 0.7;
  }
}

/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #151515;
}
@media screen and (min-width: 768px) {
  body p, body li {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  body p, body li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  body p, body li {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}

a {
  transition: all 0.3s;
}

.l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-inner {
    max-width: 77.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 88vw;
  }
}

.c-ttl {
  text-align: center;
  position: relative;
  color: #142c53;
}
@media screen and (min-width: 768px) {
  .c-ttl {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-ttl {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-ttl {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-ttl {
    padding-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl {
    padding-bottom: 5.3333333333vw;
  }
}
.c-ttl::before, .c-ttl::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .c-ttl::before, .c-ttl::after {
    width: 12px;
    height: 12px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-ttl::before, .c-ttl::after {
    width: 0.75vw;
    height: 0.75vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl::before, .c-ttl::after {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 0.2666666667vw;
  }
}
.c-ttl::before {
  background-color: #142c53;
  transform: translateX(-150%);
}
.c-ttl::after {
  background-color: #404040;
  transform: translateX(25%);
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #404040;
}
@media screen and (min-width: 768px) {
  .c-btn {
    width: 200px;
    height: 48px;
    column-gap: 12px;
    border-radius: 2px;
  }
  .c-btn:hover img {
    transform: translateX(12px);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-btn {
    width: 12.5vw;
    height: 3vw;
    column-gap: 0.75vw;
    border-radius: 0.125vw;
  }
  .c-btn:hover img {
    transform: translateX(0.75vw);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 58.6666666667vw;
    height: 12.8vw;
    column-gap: 4vw;
    border-radius: 1.0666666667vw;
  }
}
.c-btn span {
  color: #142c53;
}
@media screen and (min-width: 768px) {
  .c-btn span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-btn span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn span {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.c-btn img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn img {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-btn img {
    width: 0.75vw;
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn img {
    width: 3.2vw;
    height: 3.2vw;
  }
}

.l-top .p-kv {
  position: relative;
}
.l-top .p-kv__img {
  display: flex;
}
.l-top .p-kv__img picture {
  width: 100%;
  display: flex;
}
.l-top .p-kv__img img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__img img {
    height: 100vh;
  }
}
.l-top .p-kv__cta {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__cta {
    bottom: 6vh;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-kv__cta {
    column-gap: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__cta {
    flex-direction: column;
    row-gap: 8vw;
    bottom: 14.2666666667vw;
  }
}
.l-top .p-kv__cta-btn {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__cta-btn {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-kv__cta-btn {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__cta-btn {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__cta-btn {
    justify-content: center;
    width: 260px;
    height: 64px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-kv__cta-btn {
    width: 16.25vw;
    height: 4vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__cta-btn {
    width: 48vw;
    height: 12.8vw;
    border-radius: 1.0666666667vw;
    border: 0.2666666667vw solid #707071;
  }
  .l-top .p-kv__cta-btn::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    top: 51%;
    transform: translateY(-50%);
  }
}
.l-top .p-kv__cta-btn.contact {
  background-color: #fff;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__cta-btn.contact:hover {
    background-color: #404040;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__cta-btn.contact {
    padding-left: 16vw;
  }
  .l-top .p-kv__cta-btn.contact::before {
    background-image: url(../img/common/ic-mail-bl.png);
    width: 5.6vw;
    height: 4.8vw;
    left: 6.4vw;
  }
}
.l-top .p-kv__cta-btn.document {
  background-color: #404040;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-kv__cta-btn.document:hover {
    background-color: #fff;
    color: #404040;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-kv__cta-btn.document {
    padding-left: 19.3333333333vw;
  }
  .l-top .p-kv__cta-btn.document::before {
    background-image: url(../img/common/ic-document-wh.png);
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    left: 11.0666666667vw;
  }
}
.l-top .p-lead__bg {
  background-color: #142c53;
background-image: url(../img/top/bg-lead-wasi.jpg);
  position: relative;
  z-index: 2;
	background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__bg {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__bg {
    padding: 5vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__bg {
    padding: 13.3333333333vw 0 16vw;
  }
}
.l-top .p-lead__bg::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__bg::after {
    width: 1417.5px;
    height: 424.36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__bg::after {
    width: 88.59375vw;
    height: 26.5225vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__bg::after {
    background-image: url(../img/top/bg-lead-sp.png);
    width: 100vw;
    height: 117.2vw;
  }
}
.l-top .p-lead__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__inner {
    max-width: 1022px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__inner {
    max-width: 63.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__inner {
    max-width: 88vw;
  }
}
.l-top .p-lead__ttl {
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__ttl {
    font-size: 42px;
    line-height: 1.4523809524;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl {
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.462962963;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-top .p-lead__ttl .underline {
  display: inline-block;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__ttl .underline {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl .underline {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl .underline {
    margin-bottom: 5.3333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.l-top .p-lead__ttl .underline::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/top/im-underline.png);
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__ttl .underline::after {
    height: 14px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl .underline::after {
    height: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl .underline::after {
    height: 2.2666666667vw;
  }
}
.l-top .p-lead__ttl .main {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__ttl .main {
    border-bottom: 4px solid #38AEEB;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl .main {
    border-bottom: 0.25vw solid #B5B5B5;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl .main {
   border-bottom: 1.0666666667vw solid #B5B5B5;    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl .main:nth-of-type(2) {
    margin-left: 2.1333333333vw;
  }
}
.l-top .p-lead__ttl .main::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__ttl .main::before {
    height: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__ttl .main::before {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__ttl .main::before {
    height: 10.1333333333vw;
  }
}
.l-top .p-lead__text {
  color: #fff;
  text-align: center;
}

.p-lead__text02 {
  color: #fff;
  text-align: center;
}

.p-lead__text02 {
    font-size: 18px;
	line-height: 42px;
  }

@media screen and (min-width: 768px) {
  .l-top .p-lead__text {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__text {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__text {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__text {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__text {
    margin-bottom: 9.3333333333vw;
  }
}
.l-top .p-lead__text img {
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .l-top .p-lead__text img {
    width: 41px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-lead__text img {
    width: 2.5625vw;
    margin-right: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-lead__text img {
    width: 7.4666666667vw;
    margin-right: 2vw;
  }
}
.l-top .p-lead .c-btn {
  margin-left: auto;
  margin-right: auto;
}
.l-top .p-worries__bg {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__bg {
    background-image: url(../img/top/bg-worries.jpg);
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__bg {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__bg {
    background-image: url(../img/top/bg-worries-sp.jpg);
    padding: 13.3333333333vw 0 16vw;
  }
}
.l-top .p-worries .c-ttl {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-top .p-worries .c-ttl {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-worries .c-ttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries .c-ttl {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries .c-ttl {
    margin-bottom: 18vw;
  }
}
.l-top .p-worries__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list {
    column-gap: 2.5vw;
    row-gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list {
    flex-direction: column;
    row-gap: 12.4vw;
    align-items: center;
  }
}
.l-top .p-worries__list-item {
  background-color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-item {
    width: 280px;
    height: 180px;
    border-radius: 4px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-item {
    width: 17.5vw;
    height: 11.25vw;
    border-radius: 0.25vw;
    padding-top: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list-item {
    width: 66.6666666667vw;
    padding: 12vw 0 5.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-item.item06 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-item.item06 {
    padding-top: 3.125vw;
  }
}
.l-top .p-worries__list-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  background-color: #142c53;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-number {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-number {
    width: 4.375vw;
    height: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list-number {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.l-top .p-worries__list-number::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-number::after {
    width: 4px;
    height: 24px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-number::after {
    width: 0.25vw;
    height: 1.5vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list-number::after {
    width: 1.0666666667vw;
    height: 6.4vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-number img {
    width: 48px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-number img {
    width: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list-number img {
    width: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-text {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list-text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
.l-top .p-worries__list-text span {
  color: #142c53;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__list-text span {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__list-text span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__list-text span {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__bottom {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__bottom {
    padding: 6.25vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__bottom {
    padding: 13.3333333333vw 0;
  }
}
.l-top .p-worries__bottom-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__bottom-text {
    font-size: 34px;
    line-height: 3;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__bottom-text {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__bottom-text {
    font-size: calc(54 / 750 * 100vw);
    line-height: 2.2;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-worries__bottom-text img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__bottom-text img {
    top: 24px;
    width: 257.51px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__bottom-text img {
    top: 1.5vw;
    width: 16.094375vw;
    margin-right: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__bottom-text img {
    top: 2.6666666667vw;
    width: 40vw;
    margin-right: 2.6666666667vw;
  }
}
.l-top .p-worries__bottom-text .marker {
  color: #fff;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__bottom-text .marker {
    font-size: 42px;
    line-height: 2.4285714286;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__bottom-text .marker {
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__bottom-text .marker {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.98;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-top .p-worries__bottom-text .marker::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  top: 51.5%;
  transform: translateY(-50%);
  left: 0;
  background-color: #142c53;
}
@media screen and (min-width: 768px) {
  .l-top .p-worries__bottom-text .marker::after {
    height: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-worries__bottom-text .marker::after {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-worries__bottom-text .marker::after {
    height: 10.8vw;
  }
}
.l-top .p-features__bg {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__bg {
    background-image: url(../img/top/bg-features.jpg);
    padding: 84px 0 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__bg {
    padding: 5.25vw 0 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__bg {
    background-image: url(../img/top/bg-features-sp.jpg);
    padding: 11.7333333333vw 0 13.3333333333vw;
  }
}
.l-top .p-features__ttl {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__ttl {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__ttl {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__ttl {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__ttl {
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__ttl {
    margin-bottom: 4.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__ttl {
    margin-bottom: 13.3333333333vw;
  }
}
.l-top .p-features__ttl img {
  position: relative;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__ttl img {
    top: 16px;
    width: 334px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__ttl img {
    top: 1vw;
    width: 20.875vw;
    margin-right: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__ttl img {
    top: 1.6vw;
    width: 44.5333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.l-top .p-features__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list {
    justify-content: center;
    column-gap: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list {
    column-gap: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list {
    flex-direction: column;
    align-items: center;
    row-gap: 12vw;
  }
}
.l-top .p-features__list-item {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item {
    width: 370px;
    border-radius: 4px;
    padding: 60px 30px 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-item {
    width: 23.125vw;
    border-radius: 0.25vw;
    padding: 3.75vw 1.875vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item {
    width: 72vw;
    padding: 10.333333vw 4vw 5.3333333333vw 4vw;
    border-radius: 1.0666666667vw;
  }
}
.l-top .p-features__list-item::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #142c53;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-item::before {
    width: 200px;
    height: 64px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-item::before {
    width: 8.4375vw;
    height: 4vw;
    top: -0.375vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 0.5vw 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-item::before {
    width: 58.75vw;
    height: 11.3333333333vw;
    top: -1.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 1.0666666667vw 1.0666666667vw;
  }
}
.l-top .p-features__list-icon {
  width:  150px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-icon {
    width:  150px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-icon {
    width:  9.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-icon {
    width:   23.47vw;
  }
}
.l-top .p-features__list-num {
  position: absolute;
  display: flex;
  z-index: 3;
  align-items: flex-end;
  justify-content: center;
  j
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-num {
    width: 200px;
    height: 64px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-num {
    width: 8.4375vw;
    height: 4vw;
    top: -0.375vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-num {
    width: 58.75vw;
    height: 9.3333333333vw;
    top: -1.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.3333333333vw;
  }
}
.l-top .p-features__list-num::before, .l-top .p-features__list-num::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #8894AF;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-num::before, .l-top .p-features__list-num::after {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-num::before, .l-top .p-features__list-num::after {
    width: 0.375vw;
    height: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-num::before, .l-top .p-features__list-num::after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.l-top .p-features__list-num::before {
  top: 0;
  right: 0;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-num::before{
    right: -6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-num::before{
    right: -0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-num::before{
    right: -1.3333333333vw;
  }
}
.l-top .p-features__list-num::after {
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-num::after{
    left: -6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-num::after{
    left: -0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-num::after{
    left: -1.3333333333vw;
  }
}
.l-top .p-features__list-num span {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-num span {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    margin-left: -40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-num span {
    font-size: 0.9375vw;
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-num span {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-num img {
    width: auto;
    height: 48px;
    position: absolute;
    left: 104px;
    top: 6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-num img {
    width: auto;
    height: 3.35vw;
    position: relative;
    bottom: -0.5vw;
    left: unset;
    top:unset;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-num img {
    margin-left: 1.4666666667vw;
    width: 5.6666666667vw;
    position: relative;
    bottom: -1.3vw;
  }
}
.l-top .p-features__list-text .ttl {
  text-align: center;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-text .ttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-text .ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-text .ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-features__list-text .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 78px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-features__list-text .ttl {
    margin-bottom: 1.25vw;
    height: 4.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-features__list-text .ttl {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-about {
    padding: 4.375vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
.l-top .p-about__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__inner {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-about__inner {
    max-width: 81.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__inner {
    max-width: 92.8vw;
  }
}
.l-top .p-about__ttl {
  text-align: center;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__ttl {
    font-size: 28px;
    line-height: 1.2857142857;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-about__ttl {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__ttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-about__ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-about__lead {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-about__lead {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__lead {
    width: 88vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.l-top .p-about__chart {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-about__chart {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-about__chart {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-about__chart {
    margin-bottom: 9.3333333333vw;
  }
}
.l-top .p-about .c-btn {
  margin-left: auto;
  margin-right: auto;
}
.l-top .p-case__bg {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__bg {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__bg {
    padding: 13.3333333333vw 0 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-top .p-case__list, .l-case .p-case__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.l-case .p-case__list {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list, .l-case .p-case__list {
    justify-content: space-between;
    margin-top: 120px;
  }
  /* 空の要素を追加して左詰めにする */
  .l-case .p-case__list::after {
    content: "";
    display: block;
    width: 360px;
    height: 0;  /* 高さがないように */
    margin: 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list, .l-case .p-case__list {
    margin-top: 7.5vw;
  }
  /* レスポンシブ対応 */
  .l-case .p-case__list::after {
    width: 22.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list, .l-case .p-case__list {
    margin-top: 12.8vw;
    flex-direction: column;
    row-gap: 12.8vw;
  }
}
.l-case .p-case__list-item {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-item, .l-case .p-case__list-item {
    width: 360px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-item, .l-case .p-case__list-item {
    width: 22.5vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-item a:hover .p-case__list-link img, .l-case .p-case__list-item a:hover .p-case__list-link img {
    transform: translateX(12px);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-item a:hover .p-case__list-link img, .l-case .p-case__list-item a:hover .p-case__list-link img {
    transform: translateX(0.75vw);
  }
}
.l-top .p-case__list-img, .l-case .p-case__list-img {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-img, .l-case .p-case__list-img {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-img, .l-case .p-case__list-img {
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-img, .l-case .p-case__list-img {
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-img > img, .l-case .p-case__list-img > img {
    height: 240px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-img > img, .l-case .p-case__list-img > img {
    height: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-img > img, .l-case .p-case__list-img > img {
    height: 58.6666666667vw;
  }
}
.l-top .p-case__list-img .company, .l-case .p-case__list-img .company {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-img .company, .l-case .p-case__list-img .company {
    width: 120px;
    height: 48px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-img .company, .l-case .p-case__list-img .company {
    width: 7.5vw;
    height: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-img .company, .l-case .p-case__list-img .company {
    width: 32.5333333333vw;
    height: 13.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-img .company img, .l-case .p-case__list-img .company img {
    width: 84px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-img .company img, .l-case .p-case__list-img .company img {
    width: 5.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-img .company img, .l-case .p-case__list-img .company img {
    width: 23.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-textwrap, .l-case .p-case__list-textwrap {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-textwrap, .l-case .p-case__list-textwrap {
    padding-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-textwrap, .l-case .p-case__list-textwrap {
    padding-top: 4.2666666667vw;
  }
}
.l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-ttl, .l-case .p-case__list-ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.l-top .p-case__list-company, .l-case .p-case__list-company {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-company, .l-case .p-case__list-company {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-company, .l-case .p-case__list-company {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-company, .l-case .p-case__list-company {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-company, .l-case .p-case__list-company {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-company, .l-case .p-case__list-company {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-company, .l-case .p-case__list-company {
    margin-bottom: 2vw;
  }
}
.l-top .p-case__list-business, .l-case .p-case__list-business {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-business, .l-case .p-case__list-business {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-business, .l-case .p-case__list-business {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-business, .l-case .p-case__list-business {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-business, .l-case .p-case__list-business {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-business, .l-case .p-case__list-business {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-business, .l-case .p-case__list-business {
    margin-bottom: 3.2vw;
  }
}
.l-top .p-case__list-tag, .l-case .p-case__list-tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-tag, .l-case .p-case__list-tag {
    column-gap: 14px;
    row-gap: 14px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-tag, .l-case .p-case__list-tag {
    column-gap: 0.875vw;
    row-gap: 0.875vw;
    margin: 0.625vw 0 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-tag, .l-case .p-case__list-tag {
    column-gap: 2.6666666667vw;
    row-gap: 2.6666666667vw;
    margin: 2.6666666667vw 0 4vw;
  }
}
.l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
  color: #fff;
  background-color: #142C53;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
    border-radius: 2px;
    padding: 3px 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
    border-radius: 0.125vw;
    padding: 0.1875vw 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-tag li, .l-case .p-case__list-tag li {
    border-radius: 0.5333333333vw;
    padding: 0.4vw 1.8666666667vw;
  }
}
.l-top .p-case__list-link, .l-case .p-case__list-link {
  display: flex;
  align-items: center;
  width: max-content;
  margin-left: auto;
  border-bottom: 1px solid #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-link, .l-case .p-case__list-link {
    column-gap: 12px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-link, .l-case .p-case__list-link {
    column-gap: 0.75vw;
    padding-bottom: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-link, .l-case .p-case__list-link {
    column-gap: 2.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
}
.l-top .p-case__list-link span, .l-case .p-case__list-link span {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-link span, .l-case .p-case__list-link span {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-link span, .l-case .p-case__list-link span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-link span, .l-case .p-case__list-link span {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.l-top .p-case__list-link img, .l-case .p-case__list-link img {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-top .p-case__list-link img, .l-case .p-case__list-link img {
    width: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case__list-link img, .l-case .p-case__list-link img {
    width: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case__list-link img, .l-case .p-case__list-link img {
    width: 3.2vw;
  }
}

.l-top .p-case .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-case .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-case .c-btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-case .c-btn {
    margin-top: 10.6666666667vw;
  }
}
.l-top .p-method__bg {
  background-color: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .l-top .p-method__bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-method__bg {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-method__bg {
    padding: 13.3333333333vw 0 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-method .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-method .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-method .c-ttl {
    margin-bottom: 8vw;
  }
}
.l-top .p-method .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-method .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-method .c-btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-method .c-btn {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-news {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-news {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-news {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-news .c-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-news .c-ttl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-news .c-ttl {
    margin-bottom: 4vw;
  }
}
.l-top .p-news .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-news .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-news .c-btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-news .c-btn {
    margin-top: 10.6666666667vw;
  }
}
.l-top .p-faq__bg {
background-image: url(../img/top/bg-lead-wasi.jpg);
  background-color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq__bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-faq__bg {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq__bg {
    padding: 16.6666666667vw 0 13.3333333333vw;
  }
}
.l-top .p-faq .c-ttl {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .p-faq .c-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-faq .c-ttl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-faq .c-ttl {
    margin-bottom: 12.2666666667vw;
  }
}
.l-top .l-accordion__one {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__one {
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__one {
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__one {
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__one:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__one:not(:last-of-type) {
    margin-bottom: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__one:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
.l-top .l-accordion__header {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header {
    padding: 30px 110px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header {
    padding: 1.875vw 6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header {
    padding: 4vw 13.3333333333vw 2.6666666667vw 11.3333333333vw;
  }
}
.l-top .l-accordion__header::before {
  position: absolute;
  content: "Q";
  font-family: "Lato", sans-serif;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header::before {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header::before {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header::before {
    font-size: calc(50 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header::before {
    left: 42px;
    top: 28px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header::before {
    left: 2.625vw;
    top: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header::before {
    left: 2.6666666667vw;
    top: 3.7333333333vw;
  }
}
.l-top .l-accordion__header .i_box {
  position: absolute;
  border: 1px solid #38AEEB;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header .i_box {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header .i_box {
    width: 3vw;
    height: 3vw;
    border-radius: 0.125vw;
    right: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header .i_box {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 0.5333333333vw;
    right: 2.4vw;
    top: 3.2vw;
  }
}
.l-top .l-accordion__header .i_box::before, .l-top .l-accordion__header .i_box::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #38AEEB;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-top .l-accordion__header .i_box::before {
  height: 1px;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header .i_box::before {
    width: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header .i_box::before {
    width: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header .i_box::before {
    width: 3.2vw;
  }
}
.l-top .l-accordion__header .i_box::after {
  width: 1px;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header .i_box::after {
    height: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header .i_box::after {
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header .i_box::after {
    height: 3.2vw;
  }
}
.l-top .l-accordion__header.is-open .i_box::after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__header-text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__header-text {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__header-text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-top .l-accordion__body {
  display: none;
  background-color: #062F7C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__body {
    padding: 30px 110px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__body {
    padding: 1.875vw 6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__body {
    padding: 4vw 2.6666666667vw 2.6666666667vw 11.3333333333vw;
  }
}
.l-top .l-accordion__body::before {
  position: absolute;
  content: "A";
  font-family: "Lato", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__body::before {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__body::before {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__body::before {
    font-size: calc(50 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__body::before {
    left: 42px;
    top: 28px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__body::before {
    left: 2.625vw;
    top: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__body::before {
    left: 2.9333333333vw;
    top: 3.7333333333vw;
  }
}
.l-top .l-accordion__body-text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-top .l-accordion__body-text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .l-accordion__body-text {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .l-accordion__body-text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
.l-top .p-flow__bg {
  background-color: #EFF8FF;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__bg {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-flow__bg {
    padding: 3.75vw 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__bg {
    padding: 16.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-top .p-flow .c-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-flow .c-ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow .c-ttl {
    margin-bottom: 6.6666666667vw;
  }
}
.l-top .p-flow__chart {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-top .p-flow__chart {
    max-width: 1260px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-top .p-flow__chart {
    max-width: 78.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-top .p-flow__chart {
    max-width: 81.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-sale_dock .p-about {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about .c-ttl {
    padding-bottom: 28px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about .c-ttl {
    padding-bottom: 1.75vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-sale_dock .p-about .c-ttl img {
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about .c-ttl img {
    width: 300px;
    margin-right: 20px;
    top: -8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about .c-ttl img {
    width: 18.75vw;
    margin-right: 1.25vw;
    top: -0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about .c-ttl img {
    width: 48vw;
    margin-right: 1.6vw;
    top: -0.8vw;
  }
}
.l-sale_dock .p-about__item {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(21, 21, 21, 0.15);
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item {
    padding: 40px 48px 54px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about__item {
    padding: 2.5vw 3vw 3.375vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about__item {
    padding: 6.4vw 5.3333333333vw 7.2vw;
    border-radius: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about__item:not(:last-of-type) {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about__item:not(:last-of-type) {
    margin-bottom: 9.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item-text {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about__item-text {
    margin-bottom: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about__item-text {
    margin-bottom: 6.4vw;
  }
}
.l-sale_dock .p-about__item-text .ttl {
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item-text .ttl {
    font-size: 32px;
    line-height: 1.4875;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about__item-text .ttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about__item-text .ttl {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item-text .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about__item-text .ttl {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about__item-text .ttl {
    margin-bottom: 4vw;
  }
}
.l-sale_dock .p-about__item-img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item-img {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-about__item-img {
    flex-direction: column;
    row-gap: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-about__item-img img {
    width: 540px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-about__item-img img {
    width: 33.75vw;
  }
}
.l-sale_dock .p-thought__bg {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-thought__bg {
    padding: 100px 0 110px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-thought__bg {
    padding: 6.25vw 0 6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-thought__bg {
    padding: 13.3333333333vw 0 17.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-thought .c-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-thought .c-ttl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-thought .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-sale_dock .p-thought__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-sale_dock .p-thought__text {
    font-size: 28px;
    line-height: 2.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-thought__text {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-sale_dock .p-thought__text {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message .c-ttl {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-sale_dock .p-message .c-ttl {
    margin-bottom: 5.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-company .p-message__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-company .p-message__wrap {
    margin-left: calc((100vw - 1240px) / 2);
    column-gap: 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__wrap {
    margin-left: calc((100vw - 77.5vw) / 2);
    column-gap: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__wrap {
    flex-direction: column-reverse;
    row-gap: 9.3333333333vw;
  }
}
.l-company .p-message__text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text {
    width: 540px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text {
    width: 33.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text {
    width: 88vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-ttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text-ttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text-ttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text-ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text-ttl {
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text-text {
    margin-bottom: 1.875vw;
  }
}
.l-company .p-message__text-name {
  width: max-content;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-name {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text-name {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-name p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text-name p {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text-name p {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-name p {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text-name p {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text-name p {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__text-name img {
    width: 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__text-name img {
    width: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__text-name img {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__img {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-message__img img {
    width: 880px;
    height: 540px;
    border-radius: 4px 0 0 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-message__img img {
    width: 55vw;
    height: 33.75vw;
    border-radius: 0.25vw 0 0 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-message__img img {
    width: 94vw;
    height: 57.6vw;
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment {
    padding: 100px 0 264px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment {
    padding: 6.25vw 0 16.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment {
    padding: 10.6666666667vw 0 43.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment .c-ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__lead {
    text-align: center;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__lead {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__lead {
    margin-bottom: 12vw;
  }
}
.l-recruit .p-recruitment__subttl {
  color: #0E6AAD;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__subttl {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__subttl {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__subttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__subttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__subttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__subttl {
    margin-bottom: 5.3333333333vw;
  }
}
.l-recruit .p-recruitment__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__wrap {
    max-width: 900px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__wrap {
    max-width: 56.25vw;
  }
}
.l-recruit .p-recruitment__table {
  border-top: 1px solid #BBBBBB;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table tbody {
    display: block;
  }
}
.l-recruit .p-recruitment__table tr {
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table tr {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table:not(:last-of-type) {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table:not(:last-of-type) {
    margin-bottom: 43.2vw;
  }
}
.l-recruit .p-recruitment__table th {
  vertical-align: top;
  background-color: #F7F5F5;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table th {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table th {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table th {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table th {
    text-align: left;
    padding: 23px 48px;
    width: 220px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table th {
    padding: 1.4375vw 3vw;
    width: 13.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table th {
    display: block;
    text-align: center;
    padding: 2.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table td {
    padding: 26px 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table td {
    padding: 1.625vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table td {
    display: block;
    padding: 4vw 4vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table td.ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table td.ttl {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table td.ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4933333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table td.ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table td.ttl {
    padding-top: 1vw;
    padding-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table td.ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table td p, .l-recruit .p-recruitment__table td li {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7428571429;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-recruit .p-recruitment__table-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #38AEEB;
  border: 1px solid #38AEEB;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table-btn {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table-btn {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table-btn {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-recruitment__table-btn {
    width: 180px;
    height: 48px;
    border-radius: 2px;
  }
  .l-recruit .p-recruitment__table-btn:hover {
    background-color: #fff;
    color: #38AEEB;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-recruitment__table-btn {
    width: 11.25vw;
    height: 3vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-recruitment__table-btn {
    width: 37.3333333333vw;
    height: 12.8vw;
    border-radius: 1.0666666667vw;
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: -8.6666666667vw;
    position: absolute;
  }
}
.l-recruit .p-history__bg {
  background-color: #EFF8FF;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-history__bg {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-history__bg {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-history__bg {
    padding: 13.3333333333vw 0 17.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-history .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-history .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-history .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-history__text p {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-history__text p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-history__text p + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-history__text p + p {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-history__text p + p {
    margin-top: 4vw;
  }
}
.l-recruit .p-history__name {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-history__name {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-history__name {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-history__name {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-history__name p {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-history__name p {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo {
    padding-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-recruit .p-ceo__wrap {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__wrap {
    column-gap: 160px;
    max-width: 1920px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__wrap {
    column-gap: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__wrap {
    flex-direction: column;
    row-gap: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__wrap + .p-ceo__wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__wrap + .p-ceo__wrap {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__wrap + .p-ceo__wrap {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__img img {
    width: 880px;
    border-radius: 0 4px 4px 9px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__img img {
    width: 55vw;
    border-radius: 0 0.25vw 0.25vw 0.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__img img {
    width: 94vw;
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__text {
    width: 540px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__text {
    width: 33.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__text {
    width: 88vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__text-name {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__text-name {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__text-name {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__text-name .post {
    font-size: 14px;
    line-height: 2.0571428571;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__text-name .post {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__text-name .post {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8285714286;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-ceo__text-name .name {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-ceo__text-name .name {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-ceo__text-name .name {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview {
    padding: 6.25vw 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-recruit .p-interview__cat {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__cat {
    justify-content: center;
    column-gap: 14px;
    row-gap: 10px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__cat {
    column-gap: 0.875vw;
    row-gap: 0.625vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__cat {
    column-gap: 1.3333333333vw;
    row-gap: 1.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.l-recruit .p-interview__cat-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #38AEEB;
  border-radius: 2px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__cat-item {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__cat-item {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__cat-item {
    font-size: calc(19 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__cat-item {
    width: 195px;
    height: 72px;
  }
  .l-recruit .p-interview__cat-item:hover {
    background-color: rgba(56, 174, 235, 0.7);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__cat-item {
    width: 12.1875vw;
    height: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__cat-item {
    width: 20.9333333333vw;
    height: 9.6vw;
  }
}
.l-recruit .p-interview__cat-item.is-active {
  background-color: #0E6AAD;
}
.l-recruit .p-interview__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__wrap {
    column-gap: 50px;
    row-gap: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__wrap {
    column-gap: 3.125vw;
    row-gap: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__wrap {
    flex-direction: column;
    row-gap: 13.3333333333vw;
    align-items: center;
  }
}
.l-recruit .p-interview__item {
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__item {
    width: 380px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__item {
    width: 23.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__item {
    width: 72vw;
  }
}
.l-recruit .p-interview__item.is-show {
  display: block;
}
.l-recruit .p-interview__item-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__item-img {
    height: 380px;
    border-radius: 4px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__item-img {
    height: 23.75vw;
    border-radius: 0.25vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__item-img {
    height: 72vw;
    border-radius: 1.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-recruit .p-interview__item-lead {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__item-lead {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__item-lead {
    margin-bottom: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__item-lead {
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__item-name {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__item-name {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__item-name {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-interview__item-name {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-interview__item-name {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-interview__item-name {
    margin-bottom: 8vw;
  }
}
.l-recruit .p-interview__item .c-btn {
  margin-left: auto;
  margin-right: auto;
}
.l-recruit .p-form__bg {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__bg {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__bg {
    padding: 6.25vw 0 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__bg {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form .c-ttl {
    margin-bottom: 8vw;
  }
}
.l-recruit .p-form__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__inner {
    max-width: 56.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item {
    margin-bottom: 8vw;
  }
}
.l-recruit .p-form__item label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item label {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item label {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item label {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item label {
    column-gap: 10px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item label {
    column-gap: 0.625vw;
    margin-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item label {
    column-gap: 1.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.l-recruit .p-form__item label span {
  color: #38AEEB;
}
.l-recruit .p-form__item input,
.l-recruit .p-form__item textarea,
.l-recruit .p-form__item select {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #CADFEA;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item input,
  .l-recruit .p-form__item textarea,
  .l-recruit .p-form__item select {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item input,
  .l-recruit .p-form__item textarea,
  .l-recruit .p-form__item select {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item input,
  .l-recruit .p-form__item textarea,
  .l-recruit .p-form__item select {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item input,
  .l-recruit .p-form__item textarea,
  .l-recruit .p-form__item select {
    border-radius: 4px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item input,
  .l-recruit .p-form__item textarea,
  .l-recruit .p-form__item select {
    border-radius: 0.25vw;
    padding: 0.625vw 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item input,
  .l-recruit .p-form__item textarea,
  .l-recruit .p-form__item select {
    border-radius: 1.0666666667vw;
    padding: 2.1333333333vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item input, .l-recruit .p-form__item select {
    height: 54px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item input, .l-recruit .p-form__item select {
    height: 3.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item input, .l-recruit .p-form__item select {
    height: 10.6666666667vw;
  }
}
.l-recruit .p-form__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #BBBBBB;
  cursor: pointer;
}
.l-recruit .p-form__item .selectwrap {
  position: relative;
}
.l-recruit .p-form__item .selectwrap::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-bl2.png);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item .selectwrap::after {
    width: 6px;
    height: 12px;
    top: 24px;
    right: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item .selectwrap::after {
    width: 0.375vw;
    height: 0.75vw;
    top: 1.5vw;
    right: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item .selectwrap::after {
    width: 1.6vw;
    height: 3.2vw;
    top: 4.8vw;
    right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__item textarea {
    height: 243px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__item textarea {
    height: 15.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__item textarea {
    height: 48vw;
  }
}
.l-recruit .p-form .wpcf7-form-control-wrap,
.l-recruit .p-form .wpcf7-form-control {
  display: block;
}
.l-recruit .p-form .wpcf7-list-item {
  margin-left: 0;
}
.l-recruit .p-form__privacy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__privacy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__privacy {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__privacy {
    margin-top: 10.6666666667vw;
  }
}
.l-recruit .p-form__privacy input {
  appearance: none;
  display: none;
  margin: 0;
}
.l-recruit .p-form__privacy .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label {
    padding-left: 31px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label {
    padding-left: 1.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label {
    padding-left: 8vw;
  }
}
.l-recruit .p-form__privacy .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-recruit .p-form__privacy .wpcf7-list-item label::before, .l-recruit .p-form__privacy .wpcf7-list-item label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.l-recruit .p-form__privacy .wpcf7-list-item label::before {
  background-color: #fff;
  border: 1px solid #CADFEA;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label::before {
    width: 1.125vw;
    height: 1.125vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label::before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 0.5333333333vw;
  }
}
.l-recruit .p-form__privacy .wpcf7-list-item label::after {
  border-bottom: 1px solid #38AEEB;
  border-right: 1px solid #38AEEB;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label::after {
    top: 7.5px;
    left: 6px;
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label::after {
    top: 0.46875vw;
    left: 0.375vw;
    width: 0.375vw;
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__privacy .wpcf7-list-item label::after {
    top: 1.0666666667vw;
    left: 1.6vw;
    width: 1.6vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item-label {
    font-size: 15px;
    line-height: 1.92;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__privacy .wpcf7-list-item-label {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__privacy .wpcf7-list-item-label {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-recruit .p-form__privacy .wpcf7-list-item-label a {
  text-decoration: underline;
}
.l-recruit .p-form__btn {
  display: flex;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__btn {
    margin-top: 20px;
    width: 240px;
    height: 48px;
  }
  .l-recruit .p-form__btn:hover {
    box-shadow: 0px 0px 10px rgba(56, 174, 235, 0.3);
  }
  .l-recruit .p-form__btn:hover::after {
    transform: translate(12px, -50%);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__btn {
    margin-top: 1.25vw;
    width: 15vw;
    height: 3vw;
  }
  .l-recruit .p-form__btn:hover::after {
    transform: translate(0.75vw, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__btn {
    margin-top: 10.6666666667vw;
    width: 58.6666666667vw;
    height: 12.8vw;
  }
}
.l-recruit .p-form__btn:has(input:disabled) {
  pointer-events: none;
}
.l-recruit .p-form__btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-bl.png);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__btn::after {
    width: 12px;
    height: 12px;
    right: 75px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__btn::after {
    width: 0.75vw;
    height: 0.75vw;
    right: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 17.2vw;
  }
}
.l-recruit .p-form__btn input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #38AEEB;
  color: #38AEEB;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__btn input {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__btn input {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__btn input {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form__btn input {
    padding-left: 75px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form__btn input {
    padding-left: 4.6875vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form__btn input {
    padding-left: 17.2vw;
    border-radius: 1.0666666667vw;
  }
}
.l-recruit .p-form__btn input:disabled {
  opacity: 0.5;
}
.l-recruit .p-form__btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
.l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 2.5vw 0 0;
    padding: 1.25vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 10.6666666667vw 0 0;
    padding: 4.8vw 13.3333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.l-recruit .p-form .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #FFF5F5;
  color: #C73249;
}
.l-recruit .p-form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #062F7C;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-interview .p-interview {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview {
    padding: 6.25vw 0 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.l-interview .p-interview__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__inner {
    max-width: 56.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__inner {
    max-width: 88vw;
  }
}
.l-interview .p-interview__img {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img {
    margin-bottom: 77px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img {
    margin-bottom: 4.8125vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img {
    margin-bottom: 10.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.l-interview .p-interview__img-img {
  display: flex;
}
.l-interview .p-interview__img-ttl {
  position: absolute;
  right: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-ttl {
    top: 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-ttl {
    top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-ttl {
    bottom: 31.3333333333vw;
  }
}
.l-interview .p-interview__img-ttl span {
  color: #0E6AAD;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-ttl span {
    font-size: 34px;
    line-height: 1.8823529412;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-ttl span {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-ttl span {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-ttl span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-ttl span {
    padding: 0 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-ttl span {
    padding: 0 1.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.l-interview .p-interview__img-ttl span::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-ttl span::before {
    height: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-ttl span::before {
    height: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-ttl span::before {
    height: 9.3333333333vw;
  }
}
.l-interview .p-interview__img-name {
  background-color: #0E6AAD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-name {
    padding: 1.5vw 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-name {
    text-align: center;
    padding: 4.8vw 0;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-name .name {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-name .name {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-name .name {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__img-name .name {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__img-name .name {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__img-name .name {
    margin-bottom: 1.6vw;
  }
}
.l-interview .p-interview__lead {
  background-color: #EFF8FF;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__lead {
    padding: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__lead {
    padding: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__lead {
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__lead-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__lead-text {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__lead-text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__content {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__content {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__content {
    margin-bottom: 18.6666666667vw;
  }
}
.l-interview .p-interview__content .q {
  color: #0E6AAD;
  border-bottom: 1px solid #DBDFE7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__content .q {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__content .q {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__content .q {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__content .q {
    margin: 80px 0 36px;
    padding: 0 0 6px 58px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__content .q {
    margin: 5vw 0 2.25vw;
    padding: 0 0 0.375vw 3.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__content .q {
    margin: 10.6666666667vw 0 5.3333333333vw;
    padding: 0 0 1.6vw 9.6666666667vw;
  }
}
.l-interview .p-interview__content .q::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-q.png);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__content .q::before {
    width: 38px;
    height: 30px;
    top: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__content .q::before {
    width: 2.375vw;
    height: 1.875vw;
    top: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__content .q::before {
    width: 8.0666666667vw;
    height: 6.4vw;
    top: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__content .a {
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__content .a + .a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__content .a + .a {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__content .a + .a {
    margin-top: 4.8vw;
  }
}
.l-interview .p-interview__link {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__link {
    column-gap: 20px;
    align-items: center;
  }
  .l-interview .p-interview__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__link {
    column-gap: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__link {
    column-gap: 3.2vw;
    align-items: flex-start;
  }
}
.l-interview .p-interview__link .icon {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__link .icon {
    width: 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__link .icon {
    width: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__link .icon {
    width: 9.6vw;
    margin-top: 1.6vw;
  }
}
.l-interview .p-interview__link span {
  color: #38AEEB;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__link span {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__link span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__link span {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.l-interview .p-interview__link .arrow {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview__link .arrow {
    width: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview__link .arrow {
    width: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview__link .arrow {
    width: 3.2vw;
    margin-top: auto;
    margin-bottom: 1.3333333333vw;
  }
}
.l-interview .p-interview .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-interview .p-interview .c-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-interview .p-interview .c-btn {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-interview .p-interview .c-btn {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-company .p-mission {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission {
    padding: 6.25vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission {
    padding: 14.6666666667vw 0 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item:not(:last-of-type) {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item:not(:last-of-type) {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item:not(:last-of-type) {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item .p-company__ttl {
    flex-shrink: 0;
    width: 458px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item .p-company__ttl {
    width: 27.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item .p-company__ttl {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text {
    padding-top: 54px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text {
    padding-top: 3.375vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .subttl {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .subttl {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .subttl {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .subttl {
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .subttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .subttl {
    margin-bottom: 4vw;
  }
}
.l-company .p-mission__item-text .subttl span {
  color: #0E6AAD;
font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .subttl span {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .subttl span {
    font-size: 2.5vw;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .subttl span {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
.l-company .p-mission__item-text .subttl .ruby {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.l-company .p-mission__item-text .subttl .rt {
  display: block;
  position: absolute;
  top: -0.4vw;
  left: -0.4vw;
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .subttl .rt {
    top: -2.6666666667vw;
    left: -3.3333333333vw;
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .text {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .text {
    white-space: nowrap;
  }
}
.l-company .p-mission__item-text .box {
  padding-block: 36px;
  border: 1px solid #0E6AAD;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.0666666667vw 5.3333333333vw;
  }
}
.l-company .p-mission__item-text .box p {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .box p {
    text-align: center;
  }
}
.l-company .p-mission__item-text .box p:first-child {
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:first-child {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:first-child {
    font-size: 1.5vw;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-text .box p:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:first-child {
    font-size: 18px;
    line-height: 1.3333333333;
    letter-spacing: 0.036em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:first-child {
    font-size: 1.125vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:nth-child(2) {
    font-size: 18px;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:nth-child(2) {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:nth-child(2) {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.028em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-mission__item-text .box p:nth-child(2) {
    font-size: 0.875vw;
  }
}
.l-company .p-mission__item-grid {
  display: grid;
  grid-template-columns: repeat(2, 24vw);
  gap: 4vw;
}
@media screen and (max-width: 767px) {
  .l-company .p-mission__item-grid {
    grid-template-columns: 100%;
    gap: 5.3333333333vw;
  }
}
.l-company .p-sad__bg {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__bg {
    padding: 170px 0 140px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__bg {
    padding: 10.625vw 0 8.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__bg {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad .p-company__ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad .p-company__ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad .p-company__ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__lead {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__lead {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__lead {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__lead-text {
    font-size: 34px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__lead-text {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__lead-text {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__lead-text:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__lead-text:not(:last-of-type) {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__lead-text:not(:last-of-type) {
    margin-bottom: 4.2666666667vw;
  }
}
.l-company .p-sad__subttl {
  text-align: center;
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__subttl {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__subttl {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__subttl {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__subttl {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__subttl {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__subttl {
    margin-bottom: 13.3333333333vw;
  }
}
.l-company .p-sad__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__list {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 48px;
    row-gap: 94px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__list {
    column-gap: 3vw;
    row-gap: 5.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__list {
    flex-direction: column;
    align-items: center;
    row-gap: 11.7333333333vw;
  }
}
.l-company .p-sad__list-item {
  position: relative;
  box-shadow: 0px 0px 10px rgba(21, 21, 21, 0.15);
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__list-item {
    width: 360px;
    border-radius: 4px;
    padding: 70px 0 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__list-item {
    width: 22.5vw;
    border-radius: 0.25vw;
    padding: 4.375vw 0 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__list-item {
    width: 77.3333333333vw;
    border-radius: 1.0666666667vw;
    padding: 7.4666666667vw 0 5.6vw;
  }
}
.l-company .p-sad__list-item .number {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #142c53;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__list-item .number {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__list-item .number {
    width: 4.375vw;
    height: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__list-item .number {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.l-company .p-sad__list-item .number::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #142c53;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__list-item .number::after {
    width: 4px;
    height: 24px;
    border-radius: 10px;
    bottom: -11px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__list-item .number::after {
    width: 0.25vw;
    height: 1.5vw;
    border-radius: 0.625vw;
    bottom: -0.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__list-item .number::after {
    width: 0.5333333333vw;
    height: 3.2vw;
    border-radius: 1.3333333333vw;
    bottom: -1.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__list-item .number img {
    width: 48px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__list-item .number img {
    width: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__list-item .number img {
    width: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-sad__list-item .text {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-sad__list-item .text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-sad__list-item .text {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-company {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company {
    padding: 6.25vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-company .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company .c-ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.l-company .p-company__table {
  margin: 0 auto;
  border-top: 1px solid #BBBBBB;
}
@media screen and (min-width: 768px) {
  .l-company .p-company__table {
    width: 720px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__table {
    width: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table {
    display: block;
    width: 88vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table tbody {
    display: block;
  }
}
.l-company .p-company__table tr {
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table tr {
    display: block;
  }
}
.l-company .p-company__table th {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-company .p-company__table th {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__table th {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table th {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-company__table th {
    text-align: left;
    vertical-align: top;
    width: 180px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__table th {
    width: 11.25vw;
    padding: 1.25vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table th {
    display: block;
    text-align: center;
    padding: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-company__table td {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__table td {
    padding: 1.25vw 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table td {
    text-align: center;
    display: block;
    padding: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-company__table td p + p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__table td p + p {
    margin-top: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__table td p + p {
    margin-top: 1.0666666667vw;
  }
}
.l-company .p-company__ttl-sub {
  display: block;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-company .p-company__ttl-sub {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__ttl-sub {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__ttl-sub {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-company .p-company__ttl-sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__ttl-sub {
    margin-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__ttl-sub {
    margin-bottom: 3.2vw;
  }
}
.l-company .p-company__ttl-main {
  display: block;
  color: #062F7C;
  font-family: "Lato", sans-serif;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}
@media screen and (min-width: 768px) {
  .l-company .p-company__ttl-main {
    font-size: 72px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-company .p-company__ttl-main {
    font-size: 4.5vw;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
  }
}
@media screen and (max-width: 767px) {
  .l-company .p-company__ttl-main {
    font-size: calc(86 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 900;
  }
}
.l-company .p-company__ttl-main span {
  color: #0E6AAD;
	font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
}

@media screen and (min-width: 768px) {
  .l-blog {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-blog {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-blog {
    margin-bottom: 18.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .l-news {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-news {
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-news {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-news .l-news__ttl {
    font-size: 48px;
    line-height: 1.3125;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-news .l-news__ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-news .l-news__ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-news .l-news__ttl {
    margin: 90px 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-news .l-news__ttl {
    margin: 5.625vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-news .l-news__ttl {
    margin: 13.3333333333vw 0 8vw;
  }
}

@media screen and (min-width: 768px) {
  .l-contact {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__main {
    margin-top: 5.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__main {
    margin-top: 13.3333333333vw;
  }
}
.l-contact .l-contact__inner {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__inner {
    max-width: 1240px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__inner {
    max-width: 77.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__inner.rg-0 {
    row-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text {
    width: 540px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text {
    width: 33.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-ttl {
    font-size: 48px;
    line-height: 1.3125;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-ttl {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-ttl {
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-ttl {
    margin-bottom: 7.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-list {
    margin: 24px 0;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-list {
    margin: 1.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-list {
    margin: 4vw 0;
  }
}
.l-contact .l-contact__text-list li {
  color: #38AEEB;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-list li {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-list li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-list li {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-list li {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-list li {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-list li {
    padding-left: 8.5333333333vw;
  }
}
.l-contact .l-contact__text-list li::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-check.png);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-list li::before {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-list li::before {
    top: 0.625vw;
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-list li::before {
    top: 1.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-list li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-list li:not(:last-of-type) {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-list li:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.l-contact .l-contact__text-box {
  border: 1px solid #BBBBBB;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box {
    border-radius: 4px;
    margin: 54px 0;
    padding: 30px 30px 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box {
    border-radius: 0.25vw;
    margin: 3.375vw 0;
    padding: 1.875vw 1.875vw 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box {
    width: 77.3333333333vw;
    margin: 8vw auto;
    padding: 5.3333333333vw 0 7.2vw 10.6666666667vw;
  }
}
.l-contact .l-contact__text-box .ttl {
  position: relative;
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .ttl {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .ttl {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box .ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .ttl {
    margin-bottom: 32px;
    padding-left: 38px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .ttl {
    margin-bottom: 2vw;
    padding-left: 2.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box .ttl {
    margin-bottom: 6.4vw;
    padding-left: 7.7333333333vw;
  }
}
.l-contact .l-contact__text-box .ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-light.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .ttl::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .ttl::before {
    width: 1.75vw;
    height: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box .ttl::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.l-contact .l-contact__text-box .list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .list {
    flex-wrap: wrap;
    row-gap: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .list {
    row-gap: 1vw;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box .list {
    flex-direction: column;
    row-gap: 2.1333333333vw;
  }
}
.l-contact .l-contact__text-box .list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .list li {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .list li {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .list li {
    width: 50%;
    padding-left: 18px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .list li {
    padding-left: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box .list li {
    padding-left: 3.7333333333vw;
  }
}
.l-contact .l-contact__text-box .list li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #151515;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__text-box .list li::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__text-box .list li::before {
    width: 0.5vw;
    height: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-box .list li::before {
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__text-img {
    display: block;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.l-contact .l-contact__text-img .slick-prev {
  left: 8px;
  z-index: 100;
}
.l-contact .l-contact__text-img .slick-next {
  right: 8px;
  z-index: 100;
}
.l-contact .l-contact__form {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-contact .l-contact__form {
    padding: 60px 60px 80px;
    width: 620px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .l-contact__form {
    padding: 3.75vw 3.75vw 5vw;
    width: 38.75vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .l-contact__form {
    width: 100vw;
    padding: 10.6666666667vw 6vw 21.3333333333vw;
  }
}
.l-contact .p-form__bg {
  background-color: #F4F8FA;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__bg {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__bg {
    padding: 6.25vw 0 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__bg {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form .c-ttl {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form .c-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form .c-ttl {
    margin-bottom: 8vw;
  }
}
.l-contact .p-form__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__inner {
    max-width: 900px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__inner {
    max-width: 56.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__inner {
    max-width: 88vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item {
    margin-bottom: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item {
    margin-bottom: 8vw;
  }
}
.l-contact .p-form__item label {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item label {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item label {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item label {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item label {
    column-gap: 10px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item label {
    column-gap: 0.625vw;
    margin-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item label {
    column-gap: 1.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.l-contact .p-form__item label span {
  color: #38AEEB;
}
.l-contact .p-form__item input,
.l-contact .p-form__item textarea,
.l-contact .p-form__item select {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #CADFEA;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item input,
  .l-contact .p-form__item textarea,
  .l-contact .p-form__item select {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item input,
  .l-contact .p-form__item textarea,
  .l-contact .p-form__item select {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item input,
  .l-contact .p-form__item textarea,
  .l-contact .p-form__item select {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item input,
  .l-contact .p-form__item textarea,
  .l-contact .p-form__item select {
    border-radius: 4px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item input,
  .l-contact .p-form__item textarea,
  .l-contact .p-form__item select {
    border-radius: 0.25vw;
    padding: 0.625vw 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item input,
  .l-contact .p-form__item textarea,
  .l-contact .p-form__item select {
    border-radius: 1.0666666667vw;
    padding: 2.1333333333vw 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item input, .l-contact .p-form__item select {
    height: 54px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item input, .l-contact .p-form__item select {
    height: 3.375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item input, .l-contact .p-form__item select {
    height: 10.6666666667vw;
  }
}
.l-contact .p-form__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #BBBBBB;
  cursor: pointer;
}
.l-contact .p-form__item .selectwrap {
  position: relative;
}
.l-contact .p-form__item .selectwrap::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-bl2.png);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item .selectwrap::after {
    width: 6px;
    height: 12px;
    top: 24px;
    right: 30px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item .selectwrap::after {
    width: 0.375vw;
    height: 0.75vw;
    top: 1.5vw;
    right: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item .selectwrap::after {
    width: 1.6vw;
    height: 3.2vw;
    top: 4.8vw;
    right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__item textarea {
    height: 243px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__item textarea {
    height: 15.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__item textarea {
    height: 48vw;
  }
}
.l-contact .p-form .wpcf7-form-control-wrap,
.l-contact .p-form .wpcf7-form-control {
  display: block;
}
.l-contact .p-form .wpcf7-list-item {
  margin-left: 0;
}
.l-contact .p-form__privacy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__privacy {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__privacy {
    margin-top: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__privacy {
    margin-top: 10.6666666667vw;
  }
}
.l-contact .p-form__privacy input {
  appearance: none;
  display: none;
  margin: 0;
}
.l-contact .p-form__privacy .wpcf7-list-item label {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item label {
    padding-left: 31px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item label {
    padding-left: 1.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__privacy .wpcf7-list-item label {
    padding-left: 8vw;
  }
}
.l-contact .p-form__privacy .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}
.l-contact .p-form__privacy .wpcf7-list-item label::before, .l-contact .p-form__privacy .wpcf7-list-item label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.l-contact .p-form__privacy .wpcf7-list-item label::before {
  background-color: #fff;
  border: 1px solid #CADFEA;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item label::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item label::before {
    width: 1.125vw;
    height: 1.125vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__privacy .wpcf7-list-item label::before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 0.5333333333vw;
  }
}
.l-contact .p-form__privacy .wpcf7-list-item label::after {
  border-bottom: 1px solid #38AEEB;
  border-right: 1px solid #38AEEB;
  transform: rotate(45deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item label::after {
    top: 7.5px;
    left: 6px;
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item label::after {
    top: 0.46875vw;
    left: 0.375vw;
    width: 0.375vw;
    height: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__privacy .wpcf7-list-item label::after {
    top: 1.0666666667vw;
    left: 1.6vw;
    width: 1.6vw;
    height: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item-label {
    font-size: 15px;
    line-height: 1.92;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__privacy .wpcf7-list-item-label {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__privacy .wpcf7-list-item-label {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.l-contact .p-form__privacy .wpcf7-list-item-label a {
  text-decoration: underline;
}
.l-contact .p-form__btn {
  display: flex;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__btn {
    margin-top: 20px;
    width: 240px;
    height: 48px;
  }
  .l-contact .p-form__btn:hover {
    box-shadow: 0px 0px 10px rgba(56, 174, 235, 0.3);
  }
  .l-contact .p-form__btn:hover::after {
    transform: translate(12px, -50%);
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__btn {
    margin-top: 1.25vw;
    width: 15vw;
    height: 3vw;
  }
  .l-contact .p-form__btn:hover::after {
    transform: translate(0.75vw, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__btn {
    margin-top: 10.6666666667vw;
    width: 58.6666666667vw;
    height: 12.8vw;
  }
}
.l-contact .p-form__btn:has(input:disabled) {
  pointer-events: none;
}
.l-contact .p-form__btn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/common/ic-arrow-bl.png);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__btn::after {
    width: 12px;
    height: 12px;
    right: 75px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__btn::after {
    width: 0.75vw;
    height: 0.75vw;
    right: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__btn::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 17.2vw;
  }
}
.l-contact .p-form__btn input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #38AEEB;
  color: #38AEEB;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__btn input {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__btn input {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__btn input {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form__btn input {
    padding-left: 75px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form__btn input {
    padding-left: 4.6875vw;
    border-radius: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form__btn input {
    padding-left: 17.2vw;
    border-radius: 1.0666666667vw;
  }
}
.l-contact .p-form__btn input:disabled {
  opacity: 0.5;
}
.l-contact .p-form__btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
.l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 40px 0 0;
    padding: 20px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 2.5vw 0 0;
    padding: 1.25vw;
    border-radius: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output,
  .l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
    margin: 10.6666666667vw 0 0;
    padding: 4.8vw 13.3333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.l-contact .p-form .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #FFF5F5;
  color: #C73249;
}
.l-contact .p-form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #062F7C;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-privacy {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-privacy .l-privacy__content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy .l-privacy__content {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content-ttl {
    margin-bottom: 8vw;
  }
}
.l-privacy .l-privacy__content-ttl .sub {
  display: block;
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl .sub {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl .sub {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content-ttl .sub {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl .sub {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl .sub {
    margin-bottom: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content-ttl .sub {
    margin-bottom: 2.6666666667vw;
  }
}
.l-privacy .l-privacy__content-ttl .main {
  display: block;
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl .main {
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy .l-privacy__content-ttl .main {
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content-ttl .main {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content p {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .l-privacy .l-privacy__content p {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-privacy .l-privacy__content p {
    margin-top: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-privacy .l-privacy__content p {
    margin-top: 6.4vw;
  }
}

.l-404 .p-404 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-404 .p-404 {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-404 .p-404 {
    padding: 6.25vw 0 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-404 .p-404 {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-404 .p-404__ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-404 .p-404__ttl {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .l-404 .p-404__ttl {
    margin-bottom: 7.2vw;
  }
}
.l-404 .p-404__ttl span {
  display: block;
}
.l-404 .p-404__ttl-main {
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-404 .p-404__ttl-main {
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-404 .p-404__ttl-main {
    font-size: 2.625vw;
  }
}
@media screen and (max-width: 767px) {
  .l-404 .p-404__ttl-main {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-404 .p-404__ttl-main {
    margin-bottom: 1.6vw;
  }
}
.l-404 .p-404__ttl-sub {
  color: #0E6AAD;
}
@media screen and (min-width: 768px) {
  .l-404 .p-404__ttl-sub {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-404 .p-404__ttl-sub {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-404 .p-404__ttl-sub {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.l-404 .p-404 .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-404 .p-404 .c-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-404 .p-404 .c-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-404 .p-404 .c-btn {
    margin-top: 9.3333333333vw;
  }
}

.l-thanks .l-thanks__main {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-thanks .l-thanks__main {
    padding: 110px 0 190px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-thanks .l-thanks__main {
    padding: 6.875vw 0 11.875vw;
  }
}
@media screen and (max-width: 767px) {
  .l-thanks .l-thanks__main {
    padding: 14.6666666667vw 0 25.3333333333vw;
  }
}
.l-thanks .l-thanks__main h2 {
  color: #062F7C;
}
@media screen and (min-width: 768px) {
  .l-thanks .l-thanks__main h2 {
    font-size: 34px;
    line-height: 1.7647058824;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-thanks .l-thanks__main h2 {
    font-size: 2.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-thanks .l-thanks__main h2 {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-thanks .l-thanks__main h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-thanks .l-thanks__main h2 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-thanks .l-thanks__main h2 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-thanks .l-thanks__main p {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .l-thanks .l-thanks__main p {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-thanks .l-thanks__main p {
    margin-bottom: 6.6666666667vw;
  }
}
.l-thanks .l-thanks__main .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .is-sp {
    display: none;
  }
}

/* keyframe */
[data-module=FadeIn] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}

[data-module=FadeIn].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}

/* 目次CTA */
.tc-cta {
 border: solid 2px #062F7C;
 margin-top: 24px;
	h3{
	  text-align: center;
	  background-color: #062F7C;
	  color: white;
	  margin-top: 0px;
	  margin-bottom: 0px;
	}
	.tc-content-inner {
    display: flex;
	padding: 24px;
	gap: 20px;
		@media screen and (max-width: 1024px) {
        flex-direction: column;
      }
  }
  .right {
    display: flex;
    flex-direction: column;
	align-items: center;
  }
  .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-grow: 1;
	  img{
		 width: 100%;
	  }
	  a:hover{
		opacity: 0.8;
	}
  }
 .tc-btn {
    background-color: #38AEEB;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 8px;
	margin-top: 8px;
	position: relative;
	border: solid 1px #38AEEB;
	width: 300px;
	  &::before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    top: 51%;
    transform: translateY(-50%);
    transition: all 0.3s;
	left: 40px;
	 width: 30px;
	 height: 20px;
    }
  }	
	.tc-materials {
	&::before {
       background-image: url(../img/common/ic-document-wh.png);
    }
		&:hover{
        background-color: #fff;
        color: #38AEEB;
        border: solid 1px;
		}
		&:hover::before {
        background-image: url(../img/common/ic-document-bl.png);
      }
  }
  .tc-contact {
	  background-color: white;
	  color: #38AEEB;
	  &::before {
       background-image: url(../img/common/ic-mail-bl.png);
    }
	  &:hover{
        background-color: #38AEEB;
        color: #fff;
	 }
	  &:hover::before {
        background-image: url(../img/common/ic-mail-wh.png);
    }
  }
}
/* 資料作成ページ */
.white-list-wrapper {
	padding: 0 24px;
    margin-inline: auto;
    max-width: 900px;
	margin-bottom: 60px;
	.w-list-wrap{
 	margin-top: 48px;
 	background-color: #DBDFE7;
 	padding: 12px;
	border-radius: 24px;
		&:hover{
			opacity: 0.8;
		}
		img{
			border-radius: 12px;
		}
	}
	.w-list-btn{
		margin-left: 0px;
	}
	.right{
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.left{
		figure{
			margin-bottom: 0px;
		}
	}
	.document{
	  width: 160px;
	  padding-left: 50px;
	  font-size: 15px;
	  height: 40px;
		@media screen and (max-width: 768px) {
       	  margin-inline: auto;
      }
		&::before{
			 left: 20px;
			 width: 14px;
			 height: 18px;
		}
	}
}

.w-single{
	.left{
		.w-image{
			padding-top: 40px;
		}
	}
}
/* ルームセールス非表示 */
.none-w{
	display: none!important;
}

.menu {
  position: relative;
}

.has-submenu {
  position: relative;
}

.submenu {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  background-color: #0000009c;
  z-index: 100;
  width: fit-content;
	li{
		word-break: keep-all;
		white-space: nowrap;
	}
	li:not(:last-child) {
  margin-bottom: 10px;
}
	a{
	font-size: 14px;
	color: white;
		&:hover{
			opacity: 0.7;
		}
	}
}

.has-submenu:hover .submenu {
  opacity: 1;
  padding: 12px;
  transform: translateY(0);
  max-height: 1200px;
	@media screen and (max-width: 820px) {
       	display: none;
      }
}

.s-list{
	margin-top: 5vw;
}