
/* CSS Document */
/*----------------------------------------------------------------------
/////■■ utility ■■/////
----------------------------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 80px;
  }
}

.u-sp_br--block {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-sp_br--block {
    display: block;
  }
}

@media screen and (max-width: 440px) {
  .u-sp_br--none {
    display: none;
  }
}

.u-text_align--center {
  text-align: center;
}

/*----------------------------------------------------------------------
/////■■ component ■■/////
----------------------------------------------------------------------*/
.c-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .c-wrapper {
    max-width: 100%;
  }
}

.c-wrapper--1100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
}

.c-wrapper--1240 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
}

.c-card {
  padding: 4em 2em;
  position: relative;
}
@media screen and (max-width: 440px) {
  .c-card {
    padding: 4em 1.5em;
  }
}

.c-back_btn {
  background: #333;
  color: #fff;
  display: block;
  padding: 18px 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 280px;
}
.c-back_btn:hover {
  opacity: 0.7;
}

.c-inner {
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
  padding: 50px;
  width: 95%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 440px) {
  .c-inner {
    padding: 20px;
  }
}

.c-lead_text {
  color: #0e3154;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-lead_text {
    font-size: 1.7rem;
    text-align: start;
  }
}
@media screen and (max-width: 440px) {
  .c-lead_text {
    font-size: 1.5rem;
  }
}

/*----------------------------------------------------------------------
/////■■ project ■■/////
----------------------------------------------------------------------*/
.p-common_btn {
  -webkit-animation: btn_ani 0.5s ease 0s infinite alternate;
          animation: btn_ani 0.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-left: auto;
  margin-right: auto;

}
@-webkit-keyframes btn_ani {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes btn_ani {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-common_btn a,
.p-common_btn button {
  background: #01b797;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
}

.p-form {
  padding-top: clamp(2rem, 3vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
  margin-right: auto;
  margin-left: auto;
  width: min(96%, 900px);
}
.p-form .check_box {
  margin-top: 20px;
  text-align: center;
}
.p-form .check_box label {
  margin-right: 3rem;
}
@media screen and (max-width: 580px) {
  .p-form .check_box label {
    margin-right: 2rem;
  }
}
.p-form .check_box label .check_agreement {
  display: none;
}
.p-form .check_box label .check_agreement:checked + .check_agreement-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 10px;
  height: 20px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 4px solid #ff1329;
  border-right: 4px solid #ff1329;
}
@media screen and (max-width: 580px) {
  .p-form .check_box label .check_agreement:checked + .check_agreement-parts::after {
    border-bottom: 3px solid #ff1329;
    border-right: 3px solid #ff1329;
    left: 2px;
    width: 7px;
    height: 13px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}
.p-form .check_box label a {
  font-size: 1.6rem;
  border-bottom: 1px solid #0000ff;
  color: #0000ff;
}
@media screen and (max-width: 1000px) {
  .p-form .check_box label a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .p-form .check_box label a {
    font-size: 1.2rem;
  }
}
.p-form .check_box label a:hover {
  opacity: 0.4;
}
.p-form .check_box label a:visited {
  border-bottom: 1px solid #0000ff;
  color: #ff0004;
}
.p-form .check_box label .check_agreement-parts {
  color: #111;
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .p-form .check_box label .check_agreement-parts {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 580px) {
  .p-form .check_box label .check_agreement-parts {
    font-size: 1.2rem;
    padding-left: 1.5rem;
  }
}
.p-form .check_box label .check_agreement-parts::before {
  content: "";
  border: 1px solid #111;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 580px) {
  .p-form .check_box label .check_agreement-parts::before {
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
  }
}
.p-form .text {
  margin-right: auto;
  margin-left: auto;
  width: min(90%, 900px);
}
@media screen and (max-width: 580px) {
  .p-form .text {
    width: min(100%, 768px);
  }
}
.p-form .text p {
  color: #111;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.p-form .text p a {
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #216ba2;
  color: #216ba2;
}

/*--------------------
/////■■ footer ■■/////
--------------------*/
.l-footer {
  background: #031933;
  color: #fff;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 300;
  padding: 4em 1.5em;
}
.l-footer p small {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
.l-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 440px) {
  .l-footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer ul li {
  margin-right: 2em;
}
@media screen and (max-width: 440px) {
  .l-footer ul li {
    margin-right: 0em;
    width: 50%;
  }
}
.l-footer ul li:last-child {
  margin-right: 0em;
}
.l-footer ul li a {
  color: #fff;
}

/*--------------------
/////■■ key_visual ■■/////
--------------------*/
.l-key_visual__cap {
  background: #1c5095;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
  line-height: 1.4;
}
.l-key_visual__inner {
  background: url(../image/key_visual_bg_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 440px) {
  .l-key_visual__inner {
    background: url(../image/key_visual_bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}
.l-key_visual__inner__wrapper {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}

/*--------------------
/////■■ achievement ■■/////
--------------------*/
.l-achievement {
  background: url(../image/achievement_bg.jpg) no-repeat center center;
  background-size: cover;
}
.l-achievement h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  text-align: center;
  line-height: 1.6;
}
.l-achievement h2 strong {
  background: #1c5095;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  padding: 0.5rem 1.5rem 0.2rem;
}
.l-achievement__lead {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-achievement__lead {
    text-align: left;
  }
}
.l-achievement__lead p {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 2;
}
.l-achievement__lead p strong {
  color: #fe073b;
}
.l-achievement__text {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-achievement__text {
    text-align: left;
  }
}
.l-achievement__text p {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.l-achievement__text p strong {
  color: #fe073b;
  font-weight: 500;
}
.l-achievement__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1.5em;
}
.l-achievement__list li:last-child {
  margin-bottom: 0em;
}
@media screen and (max-width: 768px) {
  .l-achievement__list li {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.l-achievement__list li > div {
  background: #1c5095;
  color: #fff;
  padding: 2em 1em;
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .l-achievement__list li > div {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .l-achievement__list li > div {
    padding: 0.5em 1em;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-achievement__list li > div {
    max-width: 100%;
    width: 100%;
  }
}
.l-achievement__list li > div div {
  border-bottom: solid 1px #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}
.l-achievement__list li > div div p {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
}
.l-achievement__list li > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 700;
}
.l-achievement__list li > div dl:nth-of-type(3) {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}
.l-achievement__list li > div dl:nth-of-type(3) dd {
  color: #eaff00;
  font-size: 130%;
}
.l-achievement__list li > div dl dt {
  margin-right: 0.5em;
}
.l-achievement__list li > img {
  max-width: 700px;
  width: 70%;
}
@media screen and (max-width: 440px) {
  .l-achievement__list li > img {
    max-width: 100%;
    width: 100%;
  }
}

/*--------------------
/////■■ law ■■/////
--------------------*/
.l-law__title {
  position: relative;
}
.l-law__title h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  text-align: center;
  line-height: 1.4;
  padding-top: 2em;
}
@media screen and (max-width: 440px) {
  .l-law__title h2 {
    padding-top: 1.5em;
  }
}
.l-law__title span {
  color: #bcd4f4;
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -999;
}
.l-law__caution {
  border: solid 2px #c93939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1.5em;
}
@media screen and (max-width: 440px) {
  .l-law__caution {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5em;
  }
}
.l-law__caution img {
  max-width: clamp(104px, 20.8vw, 208px);
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-law__caution img {
    margin: 0 auto 1.5em;
    width: 50%;
  }
}
.l-law__caution p {
  color: #c93939;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  margin-left: 1em;
  max-width: clamp(335px, 67vw, 670px);
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-law__caution p {
    margin-left: 0em;
    max-width: 100%;
  }
}
.l-law__text p {
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.l-law__text p strong {
  color: #cf1818;
  font-weight: 500;
}
.l-law__list {
  background: #f6f8fa;
}
.l-law__list > div {
  background: #1c5095;
  color: #fff;
  font-size: clamp(2rem, 2.9vw, 2.9rem);
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
}
.l-law__list > ul {
  padding: 2.5em;
}
@media screen and (max-width: 440px) {
  .l-law__list > ul {
    padding: 1.5em 1em;
  }
}
.l-law__list > ul li {
  margin-bottom: 1em;
  padding: 0 0.75em;
}
@media screen and (max-width: 440px) {
  .l-law__list > ul li {
    margin-bottom: 0.75em;
  }
}
.l-law__list > ul li:last-child {
  background: #fff9f3;
  border: solid 4px #ff8401;
  margin-bottom: 0em;
  padding: 0.5em;
}
.l-law__list > ul li:last-child dl dt {
  background: #ff8401;
}
.l-law__list > ul li:last-child dl dd {
  color: #ff8401;
  font-size: 200%;
}
.l-law__list > ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-law__list > ul li dl dt {
  background: #1c5095;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  font-weight: 700;
  text-align: center;
  margin-right: 0.75em;
  height: clamp(33px, 6.5vw, 65px);
  width: clamp(33px, 6.5vw, 65px);
}
.l-law__list > ul li dl dd {
  font-size: clamp(1.4rem, 2.8vw, 2.8rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-law__list > ul li dl dd {
    width: 80%;
  }
}
.l-law__bottom {
  border: solid 3px #1c5095;
  color: #1c5095;
  text-align: center;
  padding: 2em 1.5em;
}
@media screen and (max-width: 440px) {
  .l-law__bottom {
    text-align: left;
  }
}
.l-law__bottom p {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
}
.l-law__bottom p strong {
  color: #ff8401;
  font-weight: 700;
}

/*--------------------
/////■■ merit ■■/////
--------------------*/
.l-merit {
  background: #eef1f4;
}
.l-merit__title {
  position: relative;
}
.l-merit__title h2 {
  font-size: clamp(3.2rem, 4.6vw, 4.6rem);
  text-align: center;
  line-height: 1.4;
  padding-top: 2em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 440px) {
  .l-merit__title h2 {
    padding-top: 1.5em;
    line-height: 1.2;
  }
}
.l-merit__title span {
  color: #bcd4f4;
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.l-merit__list {
  display: grid;
  gap: clamp(30px, 6vw, 60px);
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 440px) {
  .l-merit__list {
    display: block;
  }
}
.l-merit__list li {
  background: #fff;
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-merit__list li {
    margin-bottom: 1.5em;
  }
  .l-merit__list li:last-child {
    margin-bottom: 0em;
  }
}
.l-merit__list li dl {
  padding: 1.5em;
}
.l-merit__list li dl dt {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.l-merit__list li dl dd {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.l-merit__voice > div {
  background: #1c5095;
  color: #fff;
  font-size: clamp(2rem, 2.9vw, 2.9rem);
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
}
.l-merit__voice > ul li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 440px) {
  .l-merit__voice > ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-merit__voice > ul li:first-child {
  padding: 3em 1.5em;
}
@media screen and (max-width: 440px) {
  .l-merit__voice > ul li:first-child {
    padding: 1.5em;
  }
}
.l-merit__voice > ul li:last-child {
  margin-bottom: 0em;
}
.l-merit__voice > ul li img {
  max-width: clamp(115px, 23vw, 230px);
}
@media screen and (max-width: 440px) {
  .l-merit__voice > ul li img {
    margin: 0 auto 1.5em;
  }
}
.l-merit__voice > ul li dl {
  margin-left: 1em;
  max-width: clamp(330px, 66vw, 660px);
}
@media screen and (max-width: 440px) {
  .l-merit__voice > ul li dl {
    margin-left: 0em;
  }
}
.l-merit__voice > ul li dl dt {
  border-left: solid 5px #1c5095;
  color: #1c5095;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 1.5em;
}

/*--------------------
/////■■ service ■■/////
--------------------*/
.l-service__title {
  padding: 5em 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-service__title {
    padding: 4em 0 0;
  }
}
@media screen and (max-width: 440px) {
  .l-service__title {
    padding: 2em 0 0;
  }
}
.l-service__title::before, .l-service__title::after {
  content: "";
  background: url(../image/service_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 380px;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .l-service__title::before, .l-service__title::after {
    height: 300px;
  }
}
@media screen and (max-width: 580px) {
  .l-service__title::before, .l-service__title::after {
    height: 200px;
  }
}
@media screen and (max-width: 440px) {
  .l-service__title::before, .l-service__title::after {
    height: 120px;
  }
}
.l-service__title::after {
  background: #eaf4ff;
  top: 128px;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 440px) {
  .l-service__title::after {
    top: 30px;
  }
}
.l-service__title h2 {
  border-left: 7px solid #f0ff00;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 3rem);
  margin-bottom: 50px;
  padding-left: 20px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .l-service__title h2 {
    border-left: 4px solid #f0ff00;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 440px) {
  .l-service__title h2 {
    border-left: 3px solid #f0ff00;
    margin-bottom: 20px;
  }
}
.l-service__box p {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 1.8;
}
.l-service__box h4 {
  background: #183e68;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding: 15px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-service__box h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .l-service__box h4 {
    font-size: 1.7rem;
  }
}
.l-service__box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-service__box__list li {
  width: 31.11%;
  max-width: 280px;
}
@media screen and (max-width: 580px) {
  .l-service__box__list li {
    margin: 0 auto 25px;
    width: 100%;
  }
}
.l-service__box__list li h5 {
  border-left: 3px solid #183e68;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.5;
  margin: 20px 0 10px;
  padding-left: 10px;
}
.l-service__box__list li small {
  display: block;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.6;
}
.l-service__box__list li small span {
  color: #cf1818;
  font-size: 100%;
  font-weight: 600;
}
.l-service__box__contact li {
  text-align: center;
}
.l-service__box__contact li:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-service__box__contact li:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 440px) {
  .l-service__box__contact li:first-child {
    margin-bottom: 20px;
  }
}
.l-service__box__contact li:first-child a {
  color: #111;
  font-size: 5rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-service__box__contact li:first-child a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .l-service__box__contact li:first-child a {
    font-size: 3.2rem;
  }
}
.l-service__box__contact li:first-child a::before {
  content: "";
  background: url(../image/tel.png) no-repeat center/contain;
  height: 37px;
  position: absolute;
  top: 58%;
  left: -1em;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
}
@media screen and (max-width: 1000px) {
  .l-service__box__contact li:first-child a::before {
    height: 34px;
    width: 34px;
  }
}
@media screen and (max-width: 768px) {
  .l-service__box__contact li:first-child a::before {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 580px) {
  .l-service__box__contact li:first-child a::before {
    height: 25px;
    width: 25px;
  }
}
@media screen and (max-width: 440px) {
  .l-service__box__contact li:first-child a::before {
    height: 20px;
    width: 20px;
  }
}
.l-service__box__contact li:first-child span {
  border: 1px solid #333;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding: 5px 20px;
}
.l-service__box__contact li:last-child a {
  background: #183e68;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  display: inline-block;
  padding: 16px 0;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .l-service__box__contact li:last-child a {
    padding: 12px 0;
    max-width: 280px;
  }
}
@media screen and (max-width: 440px) {
  .l-service__box__contact li:last-child a {
    padding: 12px 0;
    max-width: 240px;
  }
}

/*--------------------
/////■■ about ■■/////
--------------------*/
.l-about__title {
  position: relative;
}
.l-about__title h2 {
  font-size: clamp(3rem, 4.6vw, 4.6rem);
  text-align: center;
  line-height: 1.4;
  padding-top: 2em;
}
@media screen and (max-width: 440px) {
  .l-about__title h2 {
    padding-top: 1.5em;
  }
}
.l-about__title span {
  color: #bcd4f4;
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -999;
}
.l-about__lead {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-about__lead {
    text-align: left;
  }
}
.l-about__lead p {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
}
.l-about__list > div {
  background: #1c5095;
  color: #fff;
  font-size: clamp(2rem, 2.9vw, 2.9rem);
  font-weight: 700;
  text-align: center;
  padding: 0.5em;
}
.l-about__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 440px) {
  .l-about__list > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-about__list > ul li {
  margin-right: 1em;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-about__list > ul li {
    margin-right: 0em;
    margin-bottom: 2.5em;
    max-width: 100%;
  }
}
.l-about__list > ul li:last-child {
  margin-right: 0em;
}
@media screen and (max-width: 440px) {
  .l-about__list > ul li:last-child {
    margin-bottom: 0em;
  }
}
.l-about__list > ul li img {
  margin-bottom: 1.5em;
}
.l-about__list > ul li dl dt {
  border-left: solid 4px #1c5095;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  font-weight: 700;
  padding-left: 1em;
  margin-bottom: 0.75em;
}
.l-about__list > ul li dl dd {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

/*--------------------
/////■■ contact ■■/////
--------------------*/
.l-contact {
  background: url(../image/contact_bg.jpg) no-repeat center center;
  background-size: cover;
}
.l-contact__title {
  position: relative;
}
.l-contact__title h2 {
  font-size: clamp(3rem, 4.6vw, 4.6rem);
  text-align: center;
  line-height: 1.4;
  padding-top: 2em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 440px) {
  .l-contact__title h2 {
    padding-top: 1.5em;
  }
}
.l-contact__title span {
  color: #bcd4f4;
  font-size: clamp(7rem, 13vw, 13rem);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.l-contact__lead {
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-contact__lead {
    text-align: left;
  }
}
.l-contact__lead p {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
}
.l-contact__contents {
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
  margin: 0 auto;
  max-width: 590px;
  width: 100%;
}
.l-contact__contents ul li {
  text-align: center;
}
.l-contact__contents ul li:first-child {
  margin-bottom: 1em;
}
.l-contact__contents ul li:first-child > a {
  color: #001111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  width: 100%;
}
.l-contact__contents ul li:first-child > a img {
  margin-right: 1em;
  max-width: clamp(18px, 3.6vw, 36px);
}
.l-contact__contents ul li:first-child > a p {
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 1;
}
.l-contact__contents ul li:first-child > p {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.l-contact__contents ul li:last-child {
  border: solid 2px #111111;
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
.l-contact__contents ul li:last-child a {
  background: #111111;
  color: #fff;
  display: block;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  padding: 0.5em 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-contact__contents ul li:last-child a:hover {
  background: #fff;
  color: #111111;
}




/* ------------------------------------------------------------
l-form
------------------------------------------------------------ */
.l-form {
  background: #f1f1f1;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-form {
    padding: 30px 0;
  }
}
.l-form h2 {
  font-size: 2rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-form h2 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 425px) {
  .l-form h2 {
    font-size: 1.3rem;
  }
}
.l-form form {
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .l-form form {
    margin: 15px auto 0;
  }
}
.l-form form .l-form__textarea {

  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-form form .l-form__textarea {
    border: 3px solid #09cc80;
    font-size: 1.4rem;
    margin-bottom: 18px;
    padding: 14px 20px;
  }
}
.l-form form .l-form__btn {
  background: #09cc80;
  border-radius: 8px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 25px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .l-form form .l-form__btn {
    font-size: 2rem;
    padding: 17px 0;
    width: 360px;
  }
}
@media screen and (max-width: 580px) {
  .l-form form .l-form__btn {
    font-size: 1.6rem;
    width: 300px;
  }
}
@media screen and (max-width: 425px) {
  .l-form form .l-form__btn {
    font-size: 1.4rem;
    padding: 15px 0;
    width: 250px;
  }
}
.l-form form .l-form__btn:hover {
  opacity: 0.8;
}
.l-form form .entry_checkBox {
  margin: 0 auto;
  text-align: center;
}
.l-form form .entry_checkBox p {
  line-height: 1.4;
  text-align: left;
}
.l-form form .entry_checkBox p label {
  margin-right: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-form form .entry_checkBox p label {
    margin-right: 20px;
  }
}
.l-form form .entry_checkBox p label .check_agreement {
  display: none;
}
.l-form form .entry_checkBox p label .check_agreement:checked + .check_agreement-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #EC0206;
  border-right: 3px solid #EC0206;
}
.l-form form .entry_checkBox p label a {
  font-size: 1.5rem;
  color: #0bc9e0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-form form .entry_checkBox p label a {
    font-size: 1.2rem;
  }
}
.l-form form .entry_checkBox p label .check_agreement-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 0px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-form form .entry_checkBox p label .check_agreement-parts {
    font-size: 1.2rem;
  }
}
.l-form form .entry_checkBox p label .check_agreement-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}

.form_zoom {
  -webkit-animation-name: zoom_btn;
  animation-name: zoom_btn;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
@media screen and (max-width: 768px) {
  .form_zoom {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes zoom_btn {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoom_btn {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.form_zoom_ani {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}


/**/





.l-form h3 {
  color: #fe073b;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 400;
  text-align: center;
}
.l-form__textarea {
  text-align: center;
}
.l-form__textarea input {
  background: #fff;
  border: solid 4px #1c5095;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  padding: 1.3em 1em;
  max-width: 835px;
  width: 100%;
}
.l-form__check_box {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-form__check_box {
    text-align: left;
  }
}
.l-form__check_box label input {
  display: none;
}
.l-form__check_box label input:checked + span::after {
  content: "";
  border-bottom: 4px solid #111111;
  border-right: 4px solid #111111;
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  height: 22px;
  width: 12px;
}
@media screen and (max-width: 440px) {
  .l-form__check_box label input:checked + span::after {
    top: 5px;
  }
}
.l-form__check_box label span {
  display: block;
  font-weight: 400;
  padding-left: 1.5em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 470px;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-form__check_box label span {
    padding-left: 2.5em;
  }
}
.l-form__check_box label span::before {
  content: "";
  border: 1px solid #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 15px;
  width: 15px;
}
.l-form__check_box label a {
  color: #1c5095;
  border-bottom: 1px solid #1c5095;
  font-size: 100%;
}
.l-form__check_box label a:visited {
  color: #660099;
}
.l-form__caution {
  color: #fe073b;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  padding-left: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.l-form__caution::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}