@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  color: inherit;
}

/* html {
    scroll-behavior: smooth;
    } */
body {
  max-width: 1366px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.f-inner {
  max-width: 1366px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1216px) {
  .f-inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 720px) {
  .f-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 321px) {
  .f-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.l-accordion {
  margin-top: 140px;
  text-align: center;
}

@media screen and (max-width: 1216px) {
  .l-accordion {
    margin-top: 70px;
  }
}

@media screen and (max-width: 499px) {
  .l-accordion {
    margin-top: 10px;
  }
}

.l-accordion__title {
  margin-top: 50px;
  display: inline-block;
  position: relative;
}

.l-accordion__section-title {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 39px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(39 / 65);
}

@media screen and (max-width: 720px) {
  .l-accordion__section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 321px) {
  .l-accordion__section-title {
    font-size: 24px;
  }
}

.l-accordion__section-title:before {
  content: "Q & A";
  width: 100%;
  height: 22px;
  position: absolute;
  top: -40px;
  left: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(18 / 66);
}

@media screen and (max-width: 720px) {
  .l-accordion__section-title:before {
    font-size: 14px;
  }
}

.l-accordion__section-title::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #04598F;
}

.l-accordion__contents {
  margin-top: 108px;
  margin-left: auto;
  margin-right: auto;
  width: 876px;
}

@media screen and (max-width: 1216px) {
  .l-accordion__contents {
    width: 75vw;
  }
}

@media screen and (max-width: 499px) {
  .l-accordion__contents {
    margin-top: 70px;
  }
}

.l-accordion__head {
  display: block;
  margin-bottom: 45px;
  position: relative;
  padding-left: 42px;
  text-align: left;
  height: 42px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 42px;
  background-color: #4F8BB0;
  border-radius: 10px;
}

.l-accordion__head:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 959px) {
  .l-accordion__head {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 720px) {
  .l-accordion__head {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 321px) {
  .l-accordion__head {
    padding-left: 20px;
    font-size: 11px;
  }
}

.l-accordion__icon {
  position: absolute;
  content: "";
  right: 20px;
  line-height: 42px;
}

@media screen and (max-width: 720px) {
  .l-accordion__icon {
    right: 10px;
  }
}

.l-accordion__body-in {
  display: none;
  margin-top: 12px;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 45px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(32 / 18);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

.l-accordion__body-in:last-of-type {
  margin-top: 45px;
  margin-bottom: 0px;
}

@media screen and (max-width: 959px) {
  .l-accordion__body-in:last-of-type {
    margin-top: 25px;
  }
}

@media screen and (max-width: 959px) {
  .l-accordion__body-in:last-of-type {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1216px) {
  .l-accordion__body-in {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 959px) {
  .l-accordion__body-in {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 720px) {
  .l-accordion__body-in {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 321px) {
  .l-accordion__body-in {
    font-size: 11px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.l-answer {
  margin-top: -30px;
  background: url("../img/solution_bg.jpg") no-repeat center center/cover;
  -webkit-clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%);
          clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 95%, 50% 100%, 0 95%);
}

@media screen and (max-width: 1216px) {
  .l-answer {
    -webkit-clip-path: polygon(0 0, 50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%);
            clip-path: polygon(0 0, 50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}

@media screen and (max-width: 499px) {
  .l-answer {
    -webkit-clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 96%, 50% 100%, 0 96%);
            clip-path: polygon(0 0, 50% 5%, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}

@media screen and (max-width: 321px) {
  .l-answer {
    -webkit-clip-path: polygon(0 0, 50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%);
            clip-path: polygon(0 0, 50% 4%, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}

.l-answer__wrapper {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 720px) {
  .l-answer__wrapper {
    padding-top: 60px;
  }
}

.l-answer__img-part {
  margin-top: 100px;
  text-align: center;
}

.l-answer__img-part img {
  width: 180px;
  height: 103px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 499px) {
  .l-answer__img-part {
    margin-top: 60px;
  }
}

.l-answer__title {
  margin-top: 20px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 37px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(39 / 36);
}

@media screen and (max-width: 720px) {
  .l-answer__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 321px) {
  .l-answer__title {
    font-size: 21px;
  }
}

.l-answer__new-line {
  display: none;
}

@media screen and (max-width: 720px) {
  .l-answer__new-line {
    display: block;
  }
}

.l-answer__lists {
  margin-top: 25px;
  padding-right: 70px;
  width: 876px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background-color: #fff;
  border: solid 2px #F5A617;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .l-answer__lists {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__lists {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

.l-answer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-left: 90px;
}

@media screen and (max-width: 959px) {
  .l-answer__list {
    margin-top: 50px;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__list {
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.l-answer__list:first-of-type {
  margin-top: 60px;
}

.l-answer__list:nth-of-type(4) {
  margin-right: 130px;
}

@media screen and (max-width: 959px) {
  .l-answer__list:nth-of-type(4) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__list:nth-of-type(4) {
    margin-right: 15px;
  }
}

.l-answer__list:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 959px) {
  .l-answer__list:last-of-type {
    margin-bottom: 30px;
  }
}

.l-answer__list img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 720px) {
  .l-answer__list img {
    margin-right: 20px;
  }
}

.l-answer__list span {
  display: inline-block;
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(33 / 22);
  line-height: 30px;
}

@media screen and (max-width: 720px) {
  .l-answer__list span {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.l-answer__list-text {
  margin-right: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(33 / 16);
}

@media screen and (max-width: 959px) {
  .l-answer__list-text {
    margin-right: 80px;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__list-text {
    margin-right: 0px;
    width: 100%;
    font-size: 14px;
  }
}

.l-answer__list-bottom {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .l-answer__list-bottom {
    margin-right: 80px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__list-bottom {
    margin-bottom: 0px;
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.l-answer__list-bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-answer__list-bottom-text {
  margin-right: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(33 / 16);
}

@media screen and (max-width: 959px) {
  .l-answer__list-bottom-text {
    margin-right: 80px;
  }
}

@media screen and (max-width: 958px) {
  .l-answer__list-bottom-text {
    margin-right: 0px;
    width: 100%;
    font-size: 14px;
  }
}

.l-answer__list-bottom-img {
  margin-top: -133px;
}

@media screen and (max-width: 959px) {
  .l-answer__list-bottom-img {
    width: 30%;
    margin-top: 0px;
    margin-left: -65px;
  }
}

@media screen and (max-width: 958px) {
  .l-answer__list-bottom-img {
    width: 0%;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__list-bottom-img {
    margin-top: 0px;
    display: none;
  }
}

.l-answer__list-bottom-img img {
  margin-right: 0px;
  position: relative;
  bottom: -85px;
  width: 270%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1216px) {
  .l-answer__list-bottom-img img {
    width: 210%;
    bottom: -135px;
  }
}

@media screen and (max-width: 959px) {
  .l-answer__list-bottom-img img {
    width: 250%;
    height: 97%;
    bottom: -38px;
  }
}

@media screen and (max-width: 958px) {
  .l-answer__list-bottom-img img {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .l-answer__list-bottom-img img {
    width: 100%;
    bottom: 0px;
  }
}

.l-answer__sentence-part {
  margin-top: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.l-answer__sentence-part::after {
  padding: 0 10px;
  position: absolute;
  content: "";
  width: 190px;
  height: 25px;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF91;
  z-index: -1;
}

@media screen and (max-width: 720px) {
  .l-answer__sentence-part::after {
    width: 170px;
    top: 1px;
  }
}

@media screen and (max-width: 499px) {
  .l-answer__sentence-part::after {
    top: 1px;
  }
}

@media screen and (max-width: 321px) {
  .l-answer__sentence-part::after {
    width: 150px;
    top: -1px;
  }
}

.l-answer__text {
  text-align: center;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(37 / 22);
  font-weight: normal;
}

@media screen and (max-width: 720px) {
  .l-answer__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 321px) {
  .l-answer__text {
    font-size: 13px;
  }
}

.l-answer__text::before {
  margin-right: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 23px;
  background-color: #222222;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

@media screen and (max-width: 720px) {
  .l-answer__text::before {
    top: 0px;
    left: 5px;
  }
}

.l-answer__text::after {
  margin-left: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 2px;
  height: 23px;
  background-color: #222222;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

@media screen and (max-width: 720px) {
  .l-answer__text::after {
    top: 0px;
    right: 3px;
  }
}

.l-answer__cta {
  padding-bottom: 100px;
  text-align: center;
}

.l-answer__btn {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(26/ 16);
}

.l-campaign {
  margin-top: 240px;
  width: 100%;
  background-color: #EBF2F6;
}

@media screen and (max-width: 959px) {
  .l-campaign {
    margin-top: 100px;
  }
}

@media screen and (max-width: 499px) {
  .l-campaign {
    margin-top: 60px;
  }
}

.l-campaign__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .l-campaign__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.l-campaign__img-part {
  margin-left: 80px;
  margin-top: -25px;
  margin-bottom: -25px;
  width: 40%;
}

.l-campaign__img-part img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1216px) {
  .l-campaign__img-part {
    width: 50%;
    margin-left: 25px;
  }
}

@media screen and (max-width: 959px) {
  .l-campaign__img-part {
    margin-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 720px) {
  .l-campaign__img-part {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-campaign__contents {
  margin-left: 100px;
}

@media screen and (max-width: 1216px) {
  .l-campaign__contents {
    width: 50%;
    margin-left: 50px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 959px) {
  .l-campaign__contents {
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 720px) {
  .l-campaign__contents {
    width: 80%;
    margin-top: 30px;
  }
}

.l-campaign__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-campaign__title-part {
  margin-top: 30px;
  text-align: center;
}

.l-campaign__title {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(37 / 22);
}

@media screen and (max-width: 720px) {
  .l-campaign__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 321px) {
  .l-campaign__title {
    font-size: 13px;
  }
}

.l-campaign__title::before {
  margin-right: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 23px;
  background-color: #222222;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

@media screen and (max-width: 720px) {
  .l-campaign__title::before {
    top: 20px;
  }
}

.l-campaign__title::after {
  margin-left: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 2px;
  height: 23px;
  background-color: #222222;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

@media screen and (max-width: 720px) {
  .l-campaign__title::after {
    top: 20px;
  }
}

.l-campaign__new-line {
  display: none;
}

@media screen and (max-width: 720px) {
  .l-campaign__new-line {
    display: block;
  }
}

.l-campaign__subTitle {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(37 / 16);
  font-weight: normal;
}

@media screen and (max-width: 1216px) {
  .l-campaign__subTitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  .l-campaign__subTitle {
    font-size: 13px;
  }
}

@media screen and (max-width: 321px) {
  .l-campaign__subTitle {
    font-size: 12px;
  }
}

.l-campaign__list-part {
  margin-top: 50px;
}

.l-campaign__list-part img {
  display: inline-block;
  margin-right: 13px;
  width: 17px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 959px) {
  .l-campaign__list-part {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 720px) {
  .l-campaign__list-part {
    margin-top: 30px;
  }
}

.l-campaign__list {
  margin-top: 12px;
  margin-left: 70px;
}

.l-campaign__list:first-of-type {
  margin-top: 0px;
}

@media screen and (max-width: 1216px) {
  .l-campaign__list {
    margin-left: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1216px) {
  .l-campaign__list {
    margin-left: 0px;
  }
}

@media screen and (max-width: 720px) {
  .l-campaign__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 13px;
  }
}

@media screen and (max-width: 321px) {
  .l-campaign__list {
    font-size: 11px;
    line-height: calc(20/ 12);
  }
}

.l-campaign__cta {
  margin: 10px auto 30px auto;
  text-align: center;
}

.l-campaign__cta:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-campaign__text {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 720px) {
  .l-campaign__text {
    margin-top: 30px;
  }
}

.l-campaign__cta-anchor {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-features {
  margin-top: 140px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .l-features {
    margin-top: 200px;
  }
}

@media screen and (max-width: 499px) {
  .l-features {
    margin-top: 60px;
  }
}

.l-features__title {
  display: inline-block;
  margin-top: 50px;
  position: relative;
}

.l-features__title::after {
  content: "D-openには選ばれる理由があります";
  width: 120%;
  height: 20px;
  position: absolute;
  bottom: -70px;
  left: -20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(26 / 18);
  font-weight: normal;
}

@media screen and (max-width: 720px) {
  .l-features__title::after {
    font-size: 14px;
  }
}

.l-features__section-title {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 39px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(39 / 65);
}

@media screen and (max-width: 720px) {
  .l-features__section-title {
    font-size: 30px;
  }
}

.l-features__section-title:before {
  content: "Feature";
  width: 100%;
  height: 22px;
  position: absolute;
  top: -22px;
  left: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(18 / 66);
}

@media screen and (max-width: 720px) {
  .l-features__section-title:before {
    font-size: 14px;
  }
}

.l-features__section-title::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #04598F;
}

.l-features__cards {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 482px;
}

@media screen and (max-width: 720px) {
  .l-features__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.l-features__card {
  margin-right: 30px;
  display: inline-block;
  width: calc(100% / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 6px #00000069;
          box-shadow: 0 3px 6px #00000069;
}

.l-features__card:last-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 720px) {
  .l-features__card {
    margin-right: 0px;
    margin-bottom: 60px;
    width: 100%;
    height: 100%;
  }
  .l-features__card:last-of-type {
    margin-bottom: 0px;
  }
}

.l-features__img-above {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.l-features__img-above img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.l-features__img-under {
  background: url("../img/feature_01.jpg") no-repeat center center/cover;
  height: 232px;
  position: relative;
}

.l-features__img-under2 {
  background: url("../img/feature_02.jpg") no-repeat center center/cover;
  height: 232px;
  position: relative;
}

.l-features__img-under3 {
  background: url("../img/feature_03.jpg") no-repeat center center/cover;
  height: 232px;
  position: relative;
}

.l-features__mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.l-features__card-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'roboto',sans-serif;
  font-size: 57px;
  letter-spacing: 0em;
  line-height: calc(57 / 75);
  color: #04598F;
  font-weight: bold;
  text-shadow: 0 3px 6px #00000069;
}

@media screen and (max-width: 959px) {
  .l-features__card-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 499px) {
  .l-features__card-title {
    font-family: sans-serif;
  }
}

.l-features__card-sub-title {
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(26/ 19);
  text-shadow: 0 3px 6px #00000069;
}

@media screen and (max-width: 959px) {
  .l-features__card-sub-title {
    font-size: 16px;
  }
}

.l-features__text {
  margin: 14px 28px;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .l-features__text {
    text-align: center;
  }
}

.l-features__text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(26 / 18);
}

@media screen and (max-width: 1216px) {
  .l-features__text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 959px) {
  .l-features__text p {
    font-size: 13px;
  }
}

.l-footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(26 / 14);
  background-color: #083864;
}

@media screen and (max-width: 720px) {
  .l-footer {
    font-size: 12px;
  }
}

.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 34px;
}

@media screen and (max-width: 720px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 34px;
  }
}

.l-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 190px;
}

@media screen and (max-width: 1216px) {
  .l-footer__address {
    margin-left: 80px;
  }
}

@media screen and (max-width: 720px) {
  .l-footer__address {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__image {
  display: inline-block;
  width: 107px;
  height: 107px;
}

@media screen and (max-width: 499px) {
  .l-footer__image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.l-footer__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.l-footer__text-part {
  display: inline-block;
  margin-top: 8px;
  font-weight: normal;
  position: relative;
}

.l-footer__copy-right {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(40 / 12);
  font-weight: normal;
}

@media screen and (max-width: 720px) {
  .l-footer__copy-right {
    font-size: 10px;
  }
}

.l-footer__list-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__lists {
  margin-top: 30px;
  margin-right: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 120px;
}

.l-footer__lists:first-of-type {
  margin-left: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 499px) {
  .l-footer__lists:first-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1216px) {
  .l-footer__lists {
    margin-right: 50px;
  }
}

@media screen and (max-width: 720px) {
  .l-footer__lists {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__list:first-of-type {
  margin-right: 20px;
}

.l-footer__anchor {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(36 / 14);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .l-footer__anchor {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .l-footer__anchor {
    font-size: 11px;
  }
}

.l-footer__anchor:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-footer__to-top {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4F8BB0;
}

@media screen and (max-width: 959px) {
  .l-footer__to-top {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}

@media screen and (max-width: 499px) {
  .l-footer__to-top {
    width: 40px;
    height: 40px;
  }
}

.l-footer__to-top-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.l-footer__fontawesome {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-fv {
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

.l-fv__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
  width: 100vw;
  height: 90vh;
  position: relative;
  background: url("../img/FV_bg.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 1216px) {
  .l-fv__wrapper {
    height: 65vh;
  }
}

@media screen and (max-width: 959px) {
  .l-fv__wrapper {
    height: 75vh;
  }
}

@media screen and (max-width: 720px) {
  .l-fv__wrapper {
    height: 85vh;
  }
}

@media screen and (max-width: 499px) {
  .l-fv__wrapper {
    height: 100vh;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.l-fv__decoration-top {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 720px) {
  .l-fv__decoration-top {
    top: 20%;
    left: 75px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 499px) {
  .l-fv__decoration-top {
    left: 10px;
    top: 0%;
    width: 100px;
    height: 100px;
  }
}

.l-fv__deco-img-top {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  opacity: .5;
}

.l-fv__decoration-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 358px;
  height: 315px;
  z-index: 2;
}

@media screen and (max-width: 720px) {
  .l-fv__decoration-bottom {
    right: 80px;
    bottom: 0%;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 499px) {
  .l-fv__decoration-bottom {
    right: 10px;
    bottom: 0%;
    width: 100px;
    height: 100px;
  }
}

.l-fv__deco-img-bottom {
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: .5;
}

.l-fv__all-parts {
  position: relative;
  padding-left: 80px;
  padding-right: 0px;
  top: 25%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
}

@media screen and (max-width: 720px) {
  .l-fv__all-parts {
    padding: 0px;
    top: 10%;
  }
}

@media screen and (max-width: 499px) {
  .l-fv__all-parts {
    padding: 0px;
    top: 10%;
    height: 100vh;
  }
}

@media screen and (max-width: 321px) {
  .l-fv__all-parts {
    top: 13%;
  }
}

.l-fv__sentence-parts {
  margin-top: 10px;
  position: absolute;
  width: 36vw;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1216px) {
  .l-fv__sentence-parts {
    top: 60%;
    height: 50vh;
  }
}

@media screen and (max-width: 720px) {
  .l-fv__sentence-parts {
    top: 60%;
    left: 8%;
    height: 50vh;
    width: 90vw;
  }
}

@media screen and (max-width: 499px) {
  .l-fv__sentence-parts {
    top: 23%;
    left: 0%;
    width: 90vw;
    height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-fv__title {
  padding: 0 5px;
}

@media screen and (max-width: 1216px) {
  .l-fv__title {
    width: 34vw;
  }
}

@media screen and (max-width: 720px) {
  .l-fv__title {
    width: 90vw;
  }
}

.l-fv__title-above {
  padding: 10px;
  max-width: 362px;
  height: auto;
  background-color: #DAE2E7;
}

@media screen and (max-width: 959px) {
  .l-fv__title-above {
    padding: 10px 10px 5px 10px;
  }
}

.l-fv__title-above h2 {
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.7);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(52 / 36);
}

@media screen and (max-width: 959px) {
  .l-fv__title-above h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 321px) {
  .l-fv__title-above h2 {
    font-size: 24px;
  }
}

.l-fv__br {
  display: none;
}

@media screen and (max-width: 959px) {
  .l-fv__br {
    display: block;
  }
}

.l-fv__title-under {
  position: relative;
  padding: 10px;
  max-width: 464px;
  height: auto;
  background-color: #DAE2E7;
}

@media screen and (max-width: 959px) {
  .l-fv__title-under {
    padding: 10px 10px 5px 10px;
  }
}

@media screen and (max-width: 1216px) {
  .l-fv__title-under {
    margin-right: 0px;
  }
}

@media screen and (max-width: 321px) {
  .l-fv__title-under {
    margin-right: 0px;
  }
}

.l-fv__title-under h2 {
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.7);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(52 / 36);
}

@media screen and (max-width: 959px) {
  .l-fv__title-under h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 321px) {
  .l-fv__title-under h2 {
    font-size: 24px;
  }
}

.l-fv__subtitle {
  margin-top: 36px;
  margin-bottom: 8px;
  padding-left: 11px;
  width: 36vw;
  height: 90px;
  z-index: 2;
}

@media screen and (max-width: 1216px) {
  .l-fv__subtitle {
    margin-bottom: 40px;
    padding-left: 3px;
    width: 32vw;
  }
}

@media screen and (max-width: 959px) {
  .l-fv__subtitle {
    margin-top: 20px;
  }
}

@media screen and (max-width: 720px) {
  .l-fv__subtitle {
    width: 90vw;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 80px;
  }
}

.l-fv__text {
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.7);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(37 / 16);
}

@media screen and (max-width: 959px) {
  .l-fv__text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 720px) {
  .l-fv__text {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 90vw;
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .l-fv__text {
    font-size: 10px;
  }
}

.l-fv__cta {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-fv__cta:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 959px) {
  .l-fv__cta {
    width: 250px;
  }
}

.l-fv__image-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 48%;
  width: 42vw;
  height: 100%;
  max-width: 590px;
  min-width: 590px;
}

@media screen and (max-width: 1216px) {
  .l-fv__image-parts {
    min-width: 500px;
  }
}

@media screen and (max-width: 959px) {
  .l-fv__image-parts {
    min-width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .l-fv__image-parts {
    top: 80%;
    left: 15%;
    width: 75vw;
  }
}

@media screen and (max-width: 499px) {
  .l-fv__image-parts {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90vw;
    height: 40vh;
    min-width: 100%;
  }
}

@media screen and (max-width: 321px) {
  .l-fv__image-parts {
    top: 47%;
  }
}

.l-fv__image-parts-left {
  width: 45%;
}

.l-fv__image-parts-left img {
  position: absolute;
  top: 13%;
  width: 43%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px #333333;
          box-shadow: 0px 3px 6px #333333;
}

@media screen and (max-width: 720px) {
  .l-fv__image-parts-left img {
    top: 5%;
  }
}

.l-fv__image-parts-right {
  margin-left: 20px;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-fv__image-parts-top-image {
  display: inline-block;
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 3px 6px #333333;
          box-shadow: 0px 3px 6px #333333;
}

.l-fv__image-part-bottom-image {
  margin-top: 21px;
  display: inline-block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 0px 3px 6px #333333;
          box-shadow: 0px 3px 6px #333333;
}

@media screen and (max-width: 720px) {
  .l-fv__image-part-bottom-image {
    width: 93%;
  }
}

.l-header {
  max-width: 1366px;
  background-color: #fff;
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
  /* &-is-active {
        @include transition();
        &::after {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 100%;
            height: 4px;
            background: #04598F;
        }
    } */
  /*=========================
        ドロワーメニュー
    ===========================*/
}

.l-header__wrapper {
  height: 80px;
  width: 100vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: fixed;
  background-color: #fff;
  z-index: 10;
}

@media screen and (max-width: 321px) {
  .l-header__wrapper {
    width: 100vw;
  }
}

.l-header__logo {
  width: 50px;
  height: 67px;
  position: relative;
}

.l-header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__contents {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(38/ 15);
}

@media screen and (max-width: 1216px) {
  .l-header__contents {
    margin-left: 100px;
  }
}

@media screen and (max-width: 959px) {
  .l-header__contents {
    margin-left: 10px;
  }
}

.l-header__nav {
  line-height: 80px;
}

@media screen and (max-width: 720px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.l-header__list {
  font-weight: bold;
  margin-left: 50px;
  height: 80px;
}

@media screen and (max-width: 959px) {
  .l-header__list {
    margin-left: 20px;
  }
}

.l-header__anchor {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(38/ 16);
  line-height: 80px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-header__anchor:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-header__anchor:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 4px;
  background: #04598F;
}

.l-header-is-click {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-header-is-click::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 4px;
  background: #04598F;
}

.l-header__informations {
  margin-right: 83px;
  position: absolute;
  right: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(38/ 15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1216px) {
  .l-header__informations {
    margin-right: 40px;
  }
}

@media screen and (max-width: 959px) {
  .l-header__informations {
    margin-right: 20px;
  }
}

@media screen and (max-width: 720px) {
  .l-header__informations {
    display: none;
  }
}

.l-header__information {
  margin-top: 3px;
  margin-right: 27px;
}

.l-header__text {
  margin-top: 3px;
  font-family: 'roboto',sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0em;
  line-height: calc(12 / 16);
}

.l-header__icon {
  margin-right: 3px;
}

.l-header__link {
  display: block;
  width: 100%;
  height: 21px;
  text-decoration: none;
  font-family: 'roboto',sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 21px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-header__link:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-header__cta {
  margin-top: 5px;
  width: 120px;
  height: 50px;
}

.l-header__cta-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(26/ 16);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 43px;
}

.l-header__cta-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-header__trigger {
  display: none;
  position: fixed;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 300;
}

.l-header__trigger.is-active {
  -webkit-transform: translateX(-610%);
          transform: translateX(-610%);
}

@media screen and (max-width: 321px) {
  .l-header__trigger.is-active {
    -webkit-transform: translateX(-400%);
            transform: translateX(-400%);
  }
}

@media screen and (max-width: 720px) {
  .l-header__trigger {
    display: block;
  }
}

.l-header__triggerBar {
  display: none;
  position: absolute;
  left: 2px;
  width: 30px;
  height: 4px;
  background-color: #04598F;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 720px) {
  .l-header__triggerBar {
    display: block;
  }
}

.l-header__triggerBar:nth-child(1) {
  top: 6px;
}

.l-header__triggerBar:nth-child(2) {
  top: 16px;
}

.l-header__triggerBar:nth-child(3) {
  top: 26px;
}

.l-header__trigger-inner {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: #04598F;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  display: none;
}

.l-header__trigger-inner.is-active {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header__trigger-items {
  height: 100vh;
  list-style: none;
  background-color: #04598F;
}

.l-header__trigger-item {
  margin-bottom: 0px;
}

.l-header__trigger-item:last-child {
  margin-bottom: 0px;
}

.l-header__trigger-item-anchor {
  display: block;
  text-decoration: none;
  padding: 18px 20px;
  border-bottom: 1px dotted #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(38/ 16);
}

.l-header__trigger-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 298;
  display: none;
}

.l-header__trigger-background.is-active {
  display: block;
}

/* ===================
        header__trigger__active
    ====================== */
.is-active .l-header__triggerBar:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
          transform: translateY(11px) rotate(-315deg);
}

.is-active .l-header__triggerBar:nth-child(2) {
  opacity: 0;
}

.is-active .l-header__triggerBar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
}

.l-question {
  margin-top: 200px;
  margin-bottom: 0px;
}

@media screen and (max-width: 720px) {
  .l-question {
    margin-top: 100px;
  }
}

@media screen and (max-width: 499px) {
  .l-question {
    margin-top: 60px;
  }
}

.l-question__title-part {
  text-align: center;
}

.l-question__image-part-top {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
}

.l-question__image-part-top img {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-question__title {
  margin-top: 30px;
  display: inline-block;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 39px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(39 / 65);
}

@media screen and (max-width: 720px) {
  .l-question__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 321px) {
  .l-question__title {
    font-size: 15px;
  }
}

.l-question__title::after {
  position: absolute;
  content: "";
  width: 105%;
  height: 15px;
  top: 20px;
  left: -10px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#004B8B75));
  background: linear-gradient(to right, #fff, #004B8B75);
  z-index: -1;
}

.l-question__list-part {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  width: 876px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  background-color: #EBF2F6;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
          clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}

@media screen and (max-width: 959px) {
  .l-question__list-part {
    width: auto;
  }
}

@media screen and (max-width: 720px) {
  .l-question__list-part {
    padding-bottom: 55px;
  }
}

.l-question__image-part-under {
  margin-top: 10px;
  position: relative;
  top: 60px;
  text-align: center;
}

.l-question__image-part-under img {
  width: 320px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 321px) {
  .l-question__image-part-under img {
    width: 100%;
  }
}

.l-question__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: 90px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 22px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(24 / 22);
}

@media screen and (max-width: 959px) {
  .l-question__list {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media screen and (max-width: 720px) {
  .l-question__list {
    margin-left: 45px;
    margin-right: 45px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 321px) {
  .l-question__list {
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

.l-question__list:first-of-type {
  margin-top: 70px;
}

.l-question__list img {
  margin-right: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-vision {
  margin-top: 200px;
}

@media screen and (max-width: 720px) {
  .l-vision {
    margin-top: 100px;
  }
}

.l-vision__title {
  padding-top: 50px;
  margin-bottom: 88px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .l-vision__title {
    margin-bottom: 54px;
  }
}

.l-vision__section-title {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 39px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(39 / 65);
}

@media screen and (max-width: 720px) {
  .l-vision__section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 321px) {
  .l-vision__section-title {
    font-size: 23px;
  }
}

.l-vision__section-title:before {
  content: "Vision";
  width: 100%;
  height: 22px;
  position: absolute;
  top: -30px;
  left: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(18 / 66);
}

@media screen and (max-width: 720px) {
  .l-vision__section-title:before {
    font-size: 14px;
  }
}

.l-vision__section-title::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #04598F;
}

.l-vision__video-wrapper {
  margin-top: 53px;
  margin-right: auto;
  margin-left: auto;
  width: 867px;
  height: 546px;
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .l-vision__video-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 720px) {
  .l-vision__video-wrapper {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 321px) {
  .l-vision__video-wrapper {
    margin-top: 20px;
  }
}

.l-vision__video-contents {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 720px) {
  .l-vision__video-contents {
    height: 80%;
  }
}

.l-vision__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
}

@media screen and (max-width: 1216px) {
  .l-vision__video {
    width: 100%;
  }
}

.l-vision__sentence {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(16 /40);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 321px) {
  .l-vision__sentence {
    font-size: 13px;
  }
}

.l-vision__video-sentences {
  width: 634px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #045a8f3f;
  z-index: 1;
  text-align: center;
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 720px) {
  .l-vision__video-sentences {
    width: 100%;
    height: 83%;
  }
}

@media screen and (max-width: 499px) {
  .l-vision__video-sentences {
    height: 55%;
    top: 50%;
  }
}

@media screen and (max-width: 321px) {
  .l-vision__video-sentences {
    height: 49%;
  }
}

.l-vision__video-text-title {
  margin-top: 3vh;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(33 /36);
}

@media screen and (max-width: 720px) {
  .l-vision__video-text-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 499px) {
  .l-vision__video-text-title {
    margin-top: 2vh;
    font-size: 22px;
  }
}

@media screen and (max-width: 321px) {
  .l-vision__video-text-title {
    font-size: 18px;
  }
}

.l-vision__video-text {
  margin-top: 2vh;
  margin-left: 82px;
  margin-right: 82px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(33 /16);
}

@media screen and (max-width: 720px) {
  .l-vision__video-text {
    margin-top: 2vh;
    font-size: 14px;
    margin-right: 40px;
    margin-left: 40px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 499px) {
  .l-vision__video-text {
    margin-top: 1vh;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 321px) {
  .l-vision__video-text {
    margin-top: 1vh;
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 1.2;
  }
}

.l-inquiry {
  margin-top: 80px;
  padding-bottom: 35px;
  text-align: center;
  background-color: #F2F2F2;
}

@media screen and (max-width: 499px) {
  .l-inquiry {
    margin-top: 60px;
  }
}

.l-inquiry__wrapper {
  text-align: center;
}

.l-inquiry__title-part {
  position: relative;
  z-index: 1;
}

.l-inquiry__title-part::after {
  position: absolute;
  content: "";
  max-width: 460px;
  width: 100%;
  height: 15px;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  z-index: -1;
}

@media screen and (max-width: 499px) {
  .l-inquiry__title-part::after {
    top: 45px;
    max-width: 340px;
  }
}

@media screen and (max-width: 321px) {
  .l-inquiry__title-part::after {
    top: 35px;
  }
}

.l-inquiry__sub-title {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(37 / 18);
  letter-spacing: 0.23px;
}

@media screen and (max-width: 499px) {
  .l-inquiry__sub-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .l-inquiry__sub-title {
    font-size: 10px;
  }
}

.l-inquiry__sub-title::before {
  margin-right: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 2px;
  height: 47px;
  background-color: #707070;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (max-width: 720px) {
  .l-inquiry__sub-title::before {
    top: 20px;
    left: -25px;
  }
}

@media screen and (max-width: 499px) {
  .l-inquiry__sub-title::before {
    height: 35px;
    top: 25px;
    left: -10px;
  }
}

@media screen and (max-width: 321px) {
  .l-inquiry__sub-title::before {
    height: 35px;
    top: 20px;
    left: -7px;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}

.l-inquiry__sub-title::after {
  margin-left: 25px;
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 2px;
  height: 47px;
  background-color: #707070;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media screen and (max-width: 720px) {
  .l-inquiry__sub-title::after {
    top: 20px;
    right: -25px;
  }
}

@media screen and (max-width: 499px) {
  .l-inquiry__sub-title::after {
    height: 35px;
    top: 25px;
    right: -10px;
  }
}

@media screen and (max-width: 321px) {
  .l-inquiry__sub-title::after {
    height: 35px;
    top: 20px;
    right: -7px;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

.l-inquiry__span-number {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(37 / 36);
  letter-spacing: 0.47px;
}

@media screen and (max-width: 499px) {
  .l-inquiry__span-number {
    font-size: 20px;
  }
}

@media screen and (max-width: 321px) {
  .l-inquiry__span-number {
    font-size: 16px;
  }
}

.l-inquiry__span-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 25px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(37 / 25);
  letter-spacing: 0.33px;
}

@media screen and (max-width: 499px) {
  .l-inquiry__span-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 321px) {
  .l-inquiry__span-text {
    font-size: 16px;
  }
}

.l-inquiry__cta {
  margin-top: 30px;
  text-align: center;
}

.l-inquiry__link {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(28/ 60);
}

.l-inquiry__informations {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 499px) {
  .l-inquiry__informations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-inquiry__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 499px) {
  .l-inquiry__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-inquiry__text {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(25/ 18);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 959px) {
  .l-inquiry__text {
    font-size: 13px;
    min-width: 80px;
  }
}

@media screen and (max-width: 720px) {
  .l-inquiry__text {
    font-size: 12px;
  }
}

.l-inquiry__text:last-of-type {
  margin-left: 10px;
}

@media screen and (max-width: 499px) {
  .l-inquiry__text:last-of-type {
    margin-left: 0px;
  }
}

.l-inquiry__tel {
  display: block;
  margin-left: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 34px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(45/ 34);
  font-family: 'roboto',sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-inquiry__tel:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 959px) {
  .l-inquiry__tel {
    min-width: 135px;
  }
}

@media screen and (max-width: 499px) {
  .l-inquiry__tel {
    margin-left: 0px;
    font-size: 30px;
  }
}

.l-inquiry__btn-part {
  margin-left: 40px;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 499px) {
  .l-inquiry__btn-part {
    margin-left: 0px;
  }
}

.l-inquiry__cta-btn {
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 499px) {
  .l-inquiry__cta-btn {
    margin-top: 10px;
  }
}

.l-fv-another-page {
  padding-top: 80px;
}

.l-fv-another-page__wrapper {
  height: 170px;
  position: relative;
}

.l-fv-another-page__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: url("../img/FV_bg.jpg");
  background-repeat: no-repeat;
  background-position: center 32%;
  background-size: cover;
}

@media screen and (max-width: 499px) {
  .l-fv-another-page__img {
    background-position: center 35%;
    background-size: auto;
  }
}

.l-fv-another-page__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(32 / 65);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 321px) {
  .l-fv-another-page__text {
    font-size: 28px;
  }
}

.l-form-fv {
  padding-top: 80px;
}

.l-form-fv__wrapper {
  height: 170px;
  position: relative;
}

.l-form-fv__img-part {
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%), to(#86ABCC));
  background: linear-gradient(to right, #fff, 25%, #86ABCC);
  opacity: .58;
}

@media screen and (max-width: 499px) {
  .l-form-fv__img-part {
    background-position: center 35%;
    background-size: auto;
  }
}

.l-form-fv__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 52%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("../img/feature_01.jpg");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  background-color: #fff;
  opacity: .58;
}

@media screen and (max-width: 720px) {
  .l-form-fv__img {
    width: 85%;
    background-position: center 20%;
    background-size: auto;
  }
}

.l-form-fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(32 / 65);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 499px) {
  .l-form-fv__text {
    font-size: 26px;
  }
}

@media screen and (max-width: 321px) {
  .l-form-fv__text {
    font-size: 22px;
  }
}

/* 会社情報の説明*/
.l-form {
  position: relative;
  margin-top: 33px;
  /* フォーム部分の装飾 */
  /* 郵便番号部分 */
  /* ラジオボタン */
  /* テキストエリア */
  /* 送信ボタン */
}

.l-form__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 499px) {
  .l-form__wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-form__announce {
  display: none;
  position: absolute;
  top: 3%;
  right: 11%;
  display: inline-block;
  width: 150px;
  height: 100px;
  background-color: #333333;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .l-form__announce {
    display: none;
  }
}

.l-form__announce::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #333333;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  bottom: 25%;
  left: -11%;
}

.l-form__announce p {
  padding-top: 10px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(35 / 14);
}

.l-form__announce p span {
  display: inline-block;
  margin: 0 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(40 / 35);
  letter-spacing: -2.4px;
}

.l-form__text-part {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(28 / 16);
}

.l-form__link-part {
  margin-top: 5px;
}

.l-form__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 499px) {
  .l-form__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-form__text-top {
  margin-left: 10px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (max-width: 959px) {
  .l-form__text-top {
    min-width: 80px;
  }
}

@media screen and (max-width: 499px) {
  .l-form__text-top {
    margin-left: 0px;
  }
}

@media screen and (max-width: 321px) {
  .l-form__text-top {
    font-size: 14px;
  }
}

.l-form__text-top:last-of-type {
  margin-left: 10px;
}

@media screen and (max-width: 499px) {
  .l-form__text-top:last-of-type {
    margin-left: 0px;
  }
}

.l-form__text-top span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 14px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 3;
}

.l-form__tel {
  margin-left: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 27px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(40/ 30);
  letter-spacing: .01em;
  font-family: roboto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-form__tel:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 959px) {
  .l-form__tel {
    min-width: 135px;
  }
}

@media screen and (max-width: 499px) {
  .l-form__tel {
    margin-left: 0px;
    font-size: 20px;
  }
}

.l-form__form {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 800px;
  max-width: 100%;
}

@media screen and (max-width: 1216px) {
  .l-form__form {
    width: 800px;
    margin: 0 auto;
  }
}

.l-form__form input::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(60 / 16);
  opacity: 1;
}

.l-form__form input:-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(60 / 16);
  opacity: 1;
}

.l-form__form input::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(60 / 16);
  opacity: 1;
}

.l-form__form input::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(60 / 16);
  opacity: 1;
}

@media screen and (max-width: 499px) {
  .l-form__form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .l-form__form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .l-form__form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .l-form__form input::placeholder {
    font-size: 13px;
  }
}

.l-form__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-form__content:not(:first-child) {
  margin-top: 0px;
}

@media screen and (max-width: 720px) {
  .l-form__content:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 321px) {
  .l-form__content:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 720px) {
  .l-form__content {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-form__item {
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 10px;
  min-width: 160px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(60 / 18);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 720px) {
  .l-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 321px) {
  .l-form__item {
    font-size: 13px;
  }
}

.l-form__item span {
  vertical-align: 2px;
  margin-left: 10px;
  padding: 5px 8px;
  width: 40px;
  height: 10px;
  background-color: #F5A617;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 32px;
}

@media screen and (max-width: 720px) {
  .l-form__item span {
    margin-left: 10px;
  }
}

@media screen and (max-width: 321px) {
  .l-form__item span {
    margin-left: 7px;
  }
}

.l-form__name {
  width: calc(100% - 160px);
}

@media screen and (max-width: 720px) {
  .l-form__name {
    width: 100%;
  }
}

.l-form__input-part {
  margin-left: 10px;
}

@media screen and (max-width: 499px) {
  .l-form__input-part {
    margin-left: 0px;
  }
}

@media screen and (max-width: 321px) {
  .l-form__input-part {
    margin-top: 10px;
  }
}

.l-form__input-text {
  padding-top: 3px;
  padding-left: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  width: 680px;
  height: 44px;
  line-height: 1;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
}

@media screen and (max-width: 959px) {
  .l-form__input-text {
    width: 100%;
    max-width: 100%;
  }
}

.l-form__postal-code {
  width: 340px;
}

@media screen and (max-width: 720px) {
  .l-form__postal-code {
    width: 100%;
    max-width: 100%;
  }
}

.l-form__anchor {
  text-decoration: none;
  position: absolute;
  top: 6%;
  left: 22%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #4F8BB0;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(60 / 16);
}

@media screen and (max-width: 720px) {
  .l-form__anchor {
    top: 4%;
    left: 40%;
  }
}

@media screen and (max-width: 499px) {
  .l-form__anchor {
    left: 46%;
  }
}

@media screen and (max-width: 321px) {
  .l-form__anchor {
    top: 24%;
    left: 3%;
    font-size: 12px;
  }
}

.l-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-form__radio label {
  margin-top: 16px;
}

.l-form__radio label:first-of-type {
  margin-top: 0px;
}

.l-form__radio-test {
  display: none;
  margin-top: 16px;
}

.l-form__radio-test + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.3;
}

.l-form__radio-test + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.l-form__radio-test + span::after {
  -webkit-transform: translateY(-50%);
  background: #4F8BB0;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 2px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

.l-form__radio-test:checked + span::after {
  opacity: 1;
}

.l-form__textarea {
  margin-top: 16px;
  padding-top: 10px;
  padding-left: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  width: 680px;
  height: 240px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  resize: none;
}

@media screen and (max-width: 959px) {
  .l-form__textarea {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }
}

.l-form__textarea:focus {
  border: 1px solid #707070;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.l-form__textarea::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #cccccc;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}

.l-form__textarea:-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #cccccc;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}

.l-form__textarea::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #cccccc;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}

.l-form__textarea::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #cccccc;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1.5;
}

@media screen and (max-width: 321px) {
  .l-form__textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .l-form__textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .l-form__textarea::-ms-input-placeholder {
    font-size: 13px;
  }
  .l-form__textarea::placeholder {
    font-size: 13px;
  }
}

.l-form__text-part-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.l-form__privacy-policy {
  color: #4F8BB0;
  text-decoration: none;
}

@media screen and (max-width: 321px) {
  .l-form__text {
    font-size: 13px;
  }
}

.l-form__button-part {
  text-align: center;
  margin-bottom: 60px;
}

.l-form__button-part input {
  font-family: FontAwesome;
}

.l-form__button {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(28/ 60);
}

@media screen and (max-width: 321px) {
  .l-form__button {
    width: 75%;
  }
}

.l-form__button:hover, .l-form__button:focus {
  outline: none;
}

.l-form__button::-moz-focus-inner {
  border: none;
}

.l-reply {
  padding-top: 100px;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .l-reply {
    padding-top: 50px;
  }
}

@media screen and (max-width: 499px) {
  .l-reply {
    margin-bottom: 35px;
  }
}

.l-reply__title {
  display: inline-block;
  margin-top: 50px;
}

@media screen and (max-width: 720px) {
  .l-reply__title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 499px) {
  .l-reply__title {
    margin-top: 27px;
  }
}

@media screen and (max-width: 321px) {
  .l-reply__title {
    margin-top: 25px;
  }
}

.l-reply__section-title {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 39px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(65 / 39);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 499px) {
  .l-reply__section-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 321px) {
  .l-reply__section-title {
    font-size: 25px;
  }
}

.l-reply__section-title::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #04598F;
}

@media screen and (max-width: 321px) {
  .l-reply__section-title::after {
    bottom: -25px;
  }
}

.l-reply__new-line {
  display: none;
}

@media screen and (max-width: 720px) {
  .l-reply__new-line {
    display: block;
  }
}

.l-reply__contents {
  margin-top: 150px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 720px) {
  .l-reply__contents {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 321px) {
  .l-reply__contents {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.l-reply__text-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: left;
  width: 600px;
  height: 200px;
  border-radius: 10px;
  background: #FEF6E8;
  padding: 0px;
  border: #F5A617 solid 2px;
}

.l-reply__text-part:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 18px 30px 0 0;
  border-color: #FEF6E8 transparent transparent transparent;
  top: 80%;
  right: -30px;
  margin-top: -9px;
}

@media screen and (max-width: 499px) {
  .l-reply__text-part:after {
    display: none;
  }
}

.l-reply__text-part:before {
  content: '';
  position: absolute;
  width: 0;
  z-index: 0;
  border-style: solid;
  border-width: 19px 31px 0 0;
  border-color: #F5A617 transparent transparent transparent;
  top: 80%;
  right: -32px;
  margin-top: -10px;
  display: block;
}

@media screen and (max-width: 499px) {
  .l-reply__text-part:before {
    display: none;
  }
}

.l-reply__text {
  display: inline-block;
  margin-left: 35px;
  margin-right: 50px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(32 / 18);
}

@media screen and (max-width: 720px) {
  .l-reply__text {
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.l-reply__image-part {
  width: 228px;
  height: 200px;
  margin-left: 20px;
}

@media screen and (max-width: 499px) {
  .l-reply__image-part {
    display: none;
  }
}

.l-reply__image {
  -o-object-fit: contain;
     object-fit: contain;
}

.l-reply__logo {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 138px;
  height: 185px;
}

@media screen and (max-width: 321px) {
  .l-reply__logo {
    margin-top: 20px;
  }
}

.l-reply__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-reply__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 52%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("../img/feature_01.jpg");
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
  background-color: #fff;
  opacity: .58;
}

@media screen and (max-width: 720px) {
  .l-reply__img {
    width: 85%;
    background-position: center 20%;
    background-size: auto;
  }
}

.l-privacy {
  padding-top: 80px;
}

.l-privacy__wrapper {
  height: 170px;
  position: relative;
}

.l-privacy__img-part {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: url("../img/FV_bg.jpg");
  background-repeat: no-repeat;
  background-position: center 32%;
  background-size: cover;
}

@media screen and (max-width: 499px) {
  .l-privacy__img-part {
    background-position: center 35%;
    background-size: auto;
  }
}

.l-privacy__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(65 / 32);
  text-shadow: 0 0.05em 0.08em rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 499px) {
  .l-privacy__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 321px) {
  .l-privacy__title {
    font-size: 23px;
  }
}

.l-privacy__newline {
  display: none;
}

@media screen and (max-width: 720px) {
  .l-privacy__newline {
    display: block;
  }
}

.l-privacy__image {
  -o-object-fit: contain;
     object-fit: contain;
}

.l-privacy__logo {
  margin-top: 70px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 138px;
  height: 185px;
}

@media screen and (max-width: 321px) {
  .l-privacy__logo {
    margin-top: 20px;
  }
}

.l-privacy__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-privacy__sentence-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 876px;
  max-width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(24 / 16);
}

.l-privacy__sentence-top {
  margin-top: 50px;
  margin-bottom: 50px;
}

.l-privacy__text-contents {
  margin-top: 25px;
}

.l-privacy__headline {
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 33px;
}

.l-privacy__headline::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #04598F;
  width: 5px;
  height: 33px;
}

.l-privacy_text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(24 / 16);
}

/* 会社情報の説明*/
.l-discriptioin-list {
  margin-top: 50px;
}

.l-discriptioin-list__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 85vw;
  max-width: 800px;
}

.l-discriptioin-list__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #D5D5D5;
}

.l-discriptioin-list__dl:last-of-type {
  border-bottom: solid 1px #D5D5D5;
}

.l-discriptioin-list__dt {
  padding: 15px 0px;
  min-width: 80px;
  margin-right: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: calc(32 / 18);
}

@media screen and (max-width: 499px) {
  .l-discriptioin-list__dt {
    margin-right: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 321px) {
  .l-discriptioin-list__dt {
    min-width: 60px;
    margin-right: 6px;
    font-size: 14px;
  }
}

.l-discriptioin-list__dd {
  padding: 15px 0px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 18px;
  color: #222222;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: calc(32 / 18);
}

@media screen and (max-width: 499px) {
  .l-discriptioin-list__dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 321px) {
  .l-discriptioin-list__dd {
    font-size: 14px;
  }
}

.l-discriptioin-list__anchor {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #1571DA;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.l-discriptioin-list__anchor:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-btn {
  width: 300px;
  height: 61px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #04598F;
  -webkit-box-shadow: 0px 3px 6px #333333;
          box-shadow: 0px 3px 6px #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 61px;
}

@media screen and (max-width: 720px) {
  .c-btn {
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 321px) {
  .c-btn {
    width: 200px;
  }
}

.c-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-btn--big {
  width: 464px;
  height: 61px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #04598F;
  -webkit-box-shadow: 0px 3px 6px #333333;
          box-shadow: 0px 3px 6px #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 61px;
  line-height: 61px;
}

@media screen and (max-width: 959px) {
  .c-btn--big {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}

@media screen and (max-width: 499px) {
  .c-btn--big {
    width: 250px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

@media screen and (max-width: 321px) {
  .c-btn--big {
    width: 200px;
  }
}

.c-btn--big:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-btn--middle {
  padding: 0 10px;
  width: 173px;
  height: 40px;
  line-height: 39px;
  border-radius: 4px;
  border: solid 1px #04598F;
  outline: none;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","YuGothicPr6NM" ,sans-serif;
  font-size: 22px;
  color: #083864;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 40px;
  -webkit-box-shadow: 0px 2px 2px #333333;
          box-shadow: 0px 2px 2px #333333;
}

@media screen and (max-width: 720px) {
  .c-btn--middle {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.c-btn--middle:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.c-btn--small {
  width: 120px;
  height: 43px;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #F5A617;
  -webkit-box-shadow: 0px 3px 6px #333333;
          box-shadow: 0px 3px 6px #333333;
}

@media screen and (max-width: 720px) {
  .c-btn--small {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

.c-btn--small:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* リンクに飛ばされた時に、位置のずれを修正する */
.c-anchor {
  display: block;
  padding-top: 90px;
  margin-top: 0px;
}

/* 携帯の時だけ、電話がかかるようにする */
@media screen and (min-width: 720px) {
  .c-anchor-tel {
    pointer-events: none;
  }
}
