html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #111;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
  word-wrap: break-word;
}

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

p,
span,
dt,
dd,
div,
li,
a {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 2;
}
@media screen and (max-width: 320px) {
  p,
  span,
  dt,
  dd,
  div,
  li,
  a {
    font-size: 1.4rem;
  }
}

p {
  line-height: 1.85;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

img,
svg {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  color: #2e2e2e;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/*---------------------
margin-bottom
---------------------*/
.u-mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .u-mb10 {
    margin-bottom: 5px;
  }
}

.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-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 85px;
  }
}

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

.u-mb190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .u-mb190 {
    margin-bottom: 95px;
  }
}

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

/*---------------------
u-display
---------------------*/
.u-display--pc {
  display: block;
}
@media screen and (max-width: 580px) {
  .u-display--pc {
    display: none;
  }
}
.u-display--md {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--md {
    display: block;
  }
}
.u-display--smd {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-display--smd {
    display: block;
  }
}
.u-display--smd_none {
  display: block;
}
@media screen and (max-width: 580px) {
  .u-display--smd_none {
    display: none;
  }
}
.u-display--sm {
  display: none;
}
@media screen and (max-width: 426px) {
  .u-display--sm {
    display: block;
  }
}
.u-display--xs {
  display: none;
}
@media screen and (max-width: 320px) {
  .u-display--xs {
    display: block;
  }
}
.u-display--none {
  display: none;
}

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

.u-text_left_sp {
  text-align: center;
}
@media screen and (max-width: 580px) {
  .u-text_left_sp {
    text-align: left;
  }
}

/*------------------------------------------
c-wrapper
------------------------------------------*/
.c-wrapper--700 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 700px;
}

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

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

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

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

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

/*------------------------------------------
c-card
------------------------------------------*/
.c-card {
  padding: 15rem 0;
}
@media screen and (max-width: 1200px) {
  .c-card {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 1000px) {
  .c-card {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c-card {
    padding: 4rem 0;
  }
}

/*------------------------------------------
c-subpage_cap
------------------------------------------*/
/*------------------------------------------
c-back_btn
------------------------------------------*/
.c-back_btn {
  background: #222;
  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;
}

/*------------------------------------------
p-title
------------------------------------------*/
.p-title--voice h2 {
  text-align: center;
  position: relative;
}
.p-title--voice h2::after {
  content: "";
  background-size: contain;
  background-position: center center;
  width: 13rem;
  height: 1rem;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 580px) {
  .p-title--voice h2::after {
    bottom: -20%;
    width: 5rem;
    height: 0.5rem;
  }
}
.p-title--voice h2::after {
  background: url(../images/orn01.png) no-repeat;
}
@media screen and (max-width: 580px) {
  .p-title--voice h2::after {
    background: url(../images/orn01_sp.png) no-repeat;
  }
}

.p-title--flow h2 {
  text-align: center;
  position: relative;
}
.p-title--flow h2::after {
  content: "";
  background-size: contain;
  background-position: center center;
  width: 13rem;
  height: 1rem;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 580px) {
  .p-title--flow h2::after {
    bottom: -20%;
    width: 5rem;
    height: 0.5rem;
  }
}
.p-title--flow h2 {
  color: #113663;
}
.p-title--flow h2::after {
  background: url(../images/orn02.png) no-repeat;
}
@media screen and (max-width: 580px) {
  .p-title--flow h2::after {
    background: url(../images/orn02_sp.png) no-repeat;
  }
}

.p-title--faq h2 {
  text-align: center;
  position: relative;
}
.p-title--faq h2::after {
  content: "";
  background-size: contain;
  background-position: center center;
  width: 13rem;
  height: 1rem;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 580px) {
  .p-title--faq h2::after {
    bottom: -20%;
    width: 5rem;
    height: 0.5rem;
  }
}
.p-title--faq h2 {
  color: #113663;
}
.p-title--faq h2::after {
  background: url(../images/orn02.png) no-repeat;
}
@media screen and (max-width: 580px) {
  .p-title--faq h2::after {
    background: url(../images/orn02_sp.png) no-repeat;
  }
}

.p-title--contact h2 {
  text-align: center;
  position: relative;
}
.p-title--contact h2::after {
  content: "";
  background-size: contain;
  background-position: center center;
  width: 13rem;
  height: 1rem;
  position: absolute;
  bottom: -40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (max-width: 580px) {
  .p-title--contact h2::after {
    bottom: -20%;
    width: 5rem;
    height: 0.5rem;
  }
}
.p-title--contact h2 {
  color: #fff;
}
.p-title--contact h2::after {
  background: url(../images/orn01.png) no-repeat;
}
@media screen and (max-width: 580px) {
  .p-title--contact h2::after {
    background: url(../images/orn01_sp.png) no-repeat;
  }
}

/*------------------------------------------
p-form
------------------------------------------*/
.p-form {
  background: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 5rem;
  width: 100%;
  max-width: 80rem;
}
@media screen and (max-width: 768px) {
  .p-form {
    border-radius: 10px;
    padding: 1.5rem 2rem;
  }
}
.p-form__text_box p {
  color: #222;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .p-form__text_box p {
    font-size: 1.4rem;
    letter-spacing: -0.1rem;
  }
}
.p-form__text_box p span {
  border-bottom: #e62139 3px solid;
  color: #e62139;
  font-size: 110%;
  background: url(../images/mail_icon.png) no-repeat left top;
  background-size: 28px;
  padding-left: 28px;
}
@media screen and (max-width: 580px) {
  .p-form__text_box p span {
    background-size: 23px;
    padding-left: 23px;
  }
}
@media screen and (max-width: 426px) {
  .p-form__text_box p span {
    background-size: 20px;
    padding-left: 20px;
    font-size: 100%;
    border-bottom: #bf0303 2px solid;
  }
}
.p-form__textarea {
  text-align: center;
}
.p-form__textarea input {
  border: 4px solid #21ad75;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1.8rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-form__textarea input {
    font-size: 1.6rem;
    padding: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .p-form__textarea input {
    font-size: 1.4rem;
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .p-form__textarea input {
    border: 3px solid #21ad75;
    padding: 1.5rem;
  }
}
.p-form__caution p {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  text-indent: -1em;
  width: min(80%, 600px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 580px) {
  .p-form__caution p {
    text-align: left;
  }
}
.p-form__btn {
  width: min(100%, 44rem);
}
.p-form__check_box {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.08rem;
  font-weight: 900;
}
@media screen and (max-width: 580px) {
  .p-form__check_box {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 426px) {
  .p-form__check_box {
    margin-bottom: 0;
  }
}
.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: -8px;
  left: 4px;
  width: 12px;
  height: 22px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 4px solid #bf0303;
  border-right: 4px solid #bf0303;
}
@media screen and (max-width: 580px) {
  .p-form__check_box label .check_agreement:checked + .check_agreement-parts::after {
    top: -5px;
    left: 2px;
    width: 9px;
    height: 15px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-bottom: 3px solid #bf0303;
    border-right: 3px solid #bf0303;
  }
}
.p-form__check_box label a {
  color: #0000ff;
  border-bottom: 1px solid #00f;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-form__check_box label a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  .p-form__check_box label a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 426px) {
  .p-form__check_box label a {
    font-size: 1rem;
  }
}
.p-form__check_box label a:visited {
  border-bottom: 1px solid #660099;
  color: #660099;
}
.p-form__check_box label .check_agreement-parts {
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-form__check_box label .check_agreement-parts {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .p-form__check_box label .check_agreement-parts {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 426px) {
  .p-form__check_box label .check_agreement-parts {
    font-size: 1rem;
  }
}
.p-form__check_box label .check_agreement-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #111;
  background: #fff;
}
@media screen and (max-width: 580px) {
  .p-form__check_box label .check_agreement-parts::before {
    top: 1px;
    left: 0;
    width: 12px;
    height: 12px;
  }
}

.p-ani_btn {
  -webkit-animation: btn_animation 1s infinite;
          animation: btn_animation 1s infinite;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: min(100%, 44rem);
}
@media screen and (max-width: 426px) {
  .p-ani_btn {
    width: 92%;
  }
}
.p-ani_btn:hover {
  opacity: 0.7;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
  }
  20% {
    -webkit-transform: scale(0.9, 1);
            transform: scale(0.9, 1);
  }
  95% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
  }
  20% {
    -webkit-transform: scale(0.9, 1);
            transform: scale(0.9, 1);
  }
  95% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.p-form__check_box label .fv_form_color {
  border-bottom: 1px solid #ffff57;
  color: #ffff57;
}

.p-caution {
  color: #fff;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  padding-left: 1em;
  text-indent: -1em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-caution {
    text-align: left;
    line-height: 1.4;
  }
}

.p-redmark {
  color: #fff;
  display: inline;
  font-size: 120%;
  font-weight: 700;
  padding: 0.125em 0.25em 0.1em;
  background: #e72239;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.l-header {
  padding: 8px 10px;
}
.l-header__wrap {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
}
.l-header__wrap__logo {
  max-width: 218px;
  margin-right: 20px;
}
@media screen and (max-width: 426px) {
  .l-header__wrap__logo {
    max-width: 150px;
  }
}
.l-header__wrap__contact {
  width: clamp(120px, 22vw, 226px);
}
.l-header__wrap__contact a {
  color: #113663;
  line-height: 1.2;
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  font-weight: 700;
  display: block;
}
.l-header__wrap__contact a:hover {
  opacity: 0.5;
}

.l-fv {
  background: url(../images/fv_image_bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: clamp(2rem, 6vw, 6rem);
}
.l-fv__content {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .l-fv__content h1 {
    padding-top: min(2vw, 2rem);
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.l-about__top {
  padding: clamp(3rem, 8vw, 8rem) 0;
  background: url(../images/about_bg.jpg) no-repeat center/cover;
  text-align: center;
}
.l-about__top h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.5;
}
@media screen and (max-width: 320px) {
  .l-about__top h2 {
    font-size: 1.6rem;
  }
}
.l-about__top h2 em {
  color: #e72239;
  font-style: normal;
}
.l-about__top h2 span {
  color: #fff;
  display: inline;
  font-size: 120%;
  font-weight: 700;
  padding: 0.125em 0.25em 0.1em;
  background: #e72239;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.l-about__top h2 b {
  color: #f9ef32;
}
.l-about__top__img01 {
  width: min(100%, 700px);
  margin-left: auto;
  margin-right: auto;
}
.l-about__lead {
  background-color: #113663;
  text-align: center;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  .l-about__lead {
    padding: 30px 0;
    line-height: 1.6;
  }
}
.l-about__lead p {
  color: #fff;
  text-align: center;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.5;
  font-weight: 700;
}
.l-about__lead__main {
  font-size: clamp(2.2rem, 4vw, 4rem);
  border-bottom: 2px solid #fff;
}
.l-about__lead__main span {
  color: #e72239;
  font-size: clamp(3rem, 5vw, 6rem);
}
@media screen and (max-width: 580px) {
  .l-about__lead__main {
    border-bottom: 1px solid #fff;
  }
}
.l-about__lead img {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.l-about__lead__explain {
  background: #fff;
  width: min(90%, 800px);
  margin-left: auto;
  margin-right: auto;
  padding: min(3vw, 3rem) min(5vw, 5rem);
  border-radius: 2vw;
}
.l-about__lead__explain p {
  color: #222;
  text-align: left;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 500;
  line-height: 1.8;
}
.l-about__lead__explain span {
  color: #e72239;
  font-weight: 700;
}
.l-about__data {
  background: #fff;
  border-radius: 2vw;
  padding-bottom: min(5vw, 5rem);
}
.l-about__data p {
  background: #d7a31a;
  color: #fff;
  font-size: clamp(1.6rem, 3.4vw, 3.6rem);
  padding: min(2vw, 2rem);
  border-radius: 2vw 2vw 0 0;
}

.l-ask {
  padding: clamp(3rem, 8vw, 8rem) 0;
  background: #091b31;
  color: #fff;
}
.l-ask ul > li {
  font-size: clamp(1.6rem, 3vw, 3rem);
  position: relative;
  margin-left: 5vw;
}
.l-ask ul > li::before {
  content: "";
  background: url(../images/icon.png) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 1rem;
  position: absolute;
  top: 1.3rem;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .l-ask ul > li::before {
    top: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .l-ask ul > li::before {
    top: 0.7rem;
    margin-right: 3rem;
  }
}
.l-ask__arrow {
  width: min(13vw, 130px);
  margin-left: auto;
  margin-right: auto;
}

.l-warning {
  padding: clamp(3rem, 8vw, 8rem) 0;
  background: url(../images/warning_bg.jpg) no-repeat center/cover;
}
.l-warning p:first-child > span {
  color: #e72239;
}
.l-warning__bottom {
  text-align: center;
}
.l-warning__bottom span {
  line-height: 1.4;
  color: #fff;
  background: #113663;
  padding: min(0.2vw, 0.2rem) min(1vw, 1rem);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 700;
}
.l-warning__bottom span em {
  color: #fff799;
  font-style: normal;
}

.l-book {
  padding: clamp(3rem, 10vw, 12rem) 0 0;
  background: #113663;
}
.l-book__title {
  font-size: clamp(2.2rem, 4vw, 4rem);
  color: #111;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-bottom: 5px dotted;
  padding-bottom: min(3vw, 3rem);
}
.l-book__title span {
  font-size: clamp(2.2rem, 4vw, 4rem);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff799));
  background: linear-gradient(transparent 50%, #fff799 50%);
}
.l-book__box {
  background-color: #fff;
  padding: clamp(2rem, 5vw, 5rem) min(2vw, 2rem);
  border-radius: 2vw;
}
.l-book__box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-book__box__flex {
    display: block;
  }
}
.l-book__box__flex__left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .l-book__box__flex__left {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 426px) {
  .l-book__box__flex__left {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-book__box__flex__right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .l-book__box__flex__right {
    width: 100%;
  }
}
.l-book__box__flex__right p {
  color: #111;
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
  line-height: 1.6;
}
.l-book__box__flex__right p span {
  color: #e72239;
  font-size: 105%;
  font-weight: 600;
  line-height: 1.8;
}

.l-voice {
  background-color: #113663;
  padding: clamp(3rem, 10vw, 10rem) 0;
}
.l-voice h2 {
  color: #fff;
}
.l-voice__box {
  background-color: #fff;
  border-radius: 2vw;
  padding: clamp(1.5rem, 5vw, 5rem);
}
.l-voice__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 580px) {
  .l-voice__box__inner {
    display: block;
  }
}
.l-voice__box__inner__img {
  width: 20%;
}
@media screen and (max-width: 580px) {
  .l-voice__box__inner__img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  .l-voice__box__inner__img {
    width: 40%;
  }
}
.l-voice__box__inner__text {
  width: 75%;
}
@media screen and (max-width: 580px) {
  .l-voice__box__inner__text {
    width: 100%;
  }
}

.l-service {
  background-color: #eef2f7;
  padding: clamp(3rem, 10vw, 10rem) 0;
}
.l-service__catch {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  text-align: center;
}
.l-service__catch img {
  width: min(55vw, 551px);
  margin-left: auto;
  margin-right: auto;
}
.l-service__seminar {
  background-color: #fff;
  border-radius: 2vw;
}
.l-service__seminar h3 {
  background: #113663;
  color: #fff;
  font-size: clamp(1.9rem, 3.6vw, 3.6rem);
  text-align: center;
  border-radius: 2vw 2vw 0 0;
}
.l-service__seminar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: min(5vw, 5rem);
}
.l-service__seminar__content__img {
  width: 35%;
}
@media screen and (max-width: 580px) {
  .l-service__seminar__content__img {
    width: 80%;
    padding-bottom: min(3vw, 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.l-service__seminar__content__text {
  width: 65%;
}
.l-service__seminar__content__text p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.l-service__seminar__content__text span {
  color: #e72239;
}
@media screen and (max-width: 580px) {
  .l-service__seminar__content__text {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .l-service__seminar__content {
    display: block;
  }
}
.l-service__seminar__flow {
  width: min(100%, 969px);
  margin-left: auto;
  margin-right: auto;
}

.l-faq {
  padding: clamp(3rem, 10vw, 10rem) 0;
}
.l-faq dl {
  border: 1px solid #c0d1dd;
  padding: 3rem 5rem;
  -webkit-box-shadow: 0 3px 7px 0 rgba(121, 121, 121, 0.2);
          box-shadow: 0 3px 7px 0 rgba(121, 121, 121, 0.2);
}
@media screen and (max-width: 580px) {
  .l-faq dl {
    padding: 2rem 1.5rem;
  }
}
.l-faq dl dt {
  border-bottom: 1px solid #c0d1dd;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.l-faq dl dt span {
  color: #113663;
  font-weight: bold;
  font-size: 170%;
  padding-right: 1rem;
  font-family: "Noto serif", serif;
}
@media screen and (max-width: 426px) {
  .l-faq dl dt span {
    font-size: 130%;
    padding-right: 0.2rem;
  }
}
.l-faq dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
.l-faq dl dd span {
  color: #e72239;
  font-weight: bold;
  font-size: 170%;
  padding-right: 1rem;
  font-family: "Noto serif", serif;
}
@media screen and (max-width: 426px) {
  .l-faq dl dd span {
    font-size: 130%;
    padding-right: 0.2rem;
  }
}

/* ------------------------------------------------------------
l-contact
------------------------------------------------------------ */
.l-contact {
  padding: clamp(3rem, 10vw, 10rem) 0;
  background: #091b31;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
}
@media screen and (max-width: 580px) {
  .l-contact {
    padding: 50px 0;
  }
}
.l-contact__contents_box p {
  margin-top: 40px;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  line-height: 1.6;
}
@media screen and (max-width: 426px) {
  .l-contact__contents_box p {
    margin-top: 10px;
  }
}
.l-contact__contents_box__mail {
  width: min(45%, 300px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .l-contact__contents_box__mail {
    width: 80%;
  }
  .l-contact__contents_box__mail:first-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 426px) {
  .l-contact__contents_box__mail {
    width: 90%;
  }
  .l-contact__contents_box__mail:first-child {
    margin-bottom: 1rem;
  }
}
.l-contact__contents_box__mail p {
  color: #fff;
  font-weight: 600;
}
.l-contact__contents_box__mail a {
  background: #c8d9ee;
  color: #113663;
  display: grid;
  font-weight: 700;
  height: 65px;
  place-items: center;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-contact__contents_box__mail a {
    height: 60px;
  }
}
@media screen and (max-width: 580px) {
  .l-contact__contents_box__mail a {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media screen and (max-width: 426px) {
  .l-contact__contents_box__mail a {
    height: 50px;
    width: 100%;
  }
}
.l-contact__contents_box__mail a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 10;
  font-weight: 700;
}
.l-contact__contents_box__mail a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #769195;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 999px;
}
.l-contact__contents_box__mail a span:hover {
  color: #fff;
}
.l-contact__contents_box__mail a span:hover:before {
  width: 100%;
  border-radius: 999px;
}
.l-contact__contents_box__time {
  border: 1px solid #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 2em;
  margin-top: 40px;
}
.l-contact__contents_box__time p {
  margin-top: 0;
  font-weight: 700;
}

.l-footer {
  background: #113663;
  color: #fff;
  padding-top: min(5vw, 5rem);
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 580px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__inner__logo img {
  width: min(50vw, 247px);
}
@media screen and (max-width: 580px) {
  .l-footer__inner__logo {
    margin-bottom: min(3vw, 3rem);
  }
}
.l-footer__inner__text {
  position: relative;
}
.l-footer__inner__text a {
  color: #ffffff;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.l-footer__inner__text a:hover {
  opacity: 0.4;
}
.l-footer__inner__text::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15%;
}
@media screen and (max-width: 580px) {
  .l-footer__inner__text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: min(3vw, 3rem);
  }
}
.l-footer__inner__text ul li {
  line-height: 1;
  padding: 0 1.5rem;
  margin: 0.2em 0;
}

.l-footer__copyright {
  text-align: center;
  line-height: 30px;
  background: #fff;
  padding: min(1.5vw, 1.5rem);
}
.l-footer__copyright small {
  color: #113663;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
}

/* -------------------------------------
component
------------------------------------- */
.c-subpage_wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 800px;
}

.c-subpage_wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1000px;
}

/* -------------------------------------
porject
------------------------------------- */
.p-breadcrumb {
  background: #235088;
  padding: clamp(0.6rem, 0.8vw, 0.8rem) 0;
}
.p-breadcrumb ol li {
  display: inline;
}
.p-breadcrumb ol li::after {
  content: "/";
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  padding: 0 min(1.8vw, 1.8rem);
  color: #fff;
}
.p-breadcrumb ol li:last-child::after {
  content: "";
}
.p-breadcrumb ol li a {
  color: #fff;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.p-breadcrumb ol li a:hover {
  opacity: 0.65;
}

/* ------------------------------------------------------------
layout
------------------------------------------------------------ */
.l-subpage {
  background: #113663;
  padding: min(8vw, 8rem) 0 min(10vw, 10rem);
}
.l-subpage__inner {
  background: #fff;
  color: #111;
  padding: min(5vw, 5rem) 0 min(8vw, 8rem);
  border-radius: 10px;
}
.l-subpage__title {
  margin-bottom: min(4vw, 4rem);
}
.l-subpage__title h2 {
  text-align: center;
  position: relative;
  padding: min(10vw, 10rem);
  color: #163459;
  font-size: clamp(2.4rem, 4vw, 4rem);
}
.l-subpage__title h2::before {
  content: "";
  background: url(../images/subpagetitle.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(80%, 536px);
  height: 100%;
}
.l-subpage__cap {
  background: #113663;
  color: #fff;
  border-radius: 10px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-bottom: min(3vw, 3rem);
  padding: min(1vw, 1rem) min(1vw, 1rem) min(1vw, 1rem) min(3vw, 3rem);
}
.l-subpage__info dl {
  display: table;
}
.l-subpage__info dl dt,
.l-subpage__info dl dd {
  display: table-cell;
}
.l-subpage table {
  width: 100%;
}
.l-subpage table tr:nth-of-type(odd) {
  background: #eff3f8;
}
.l-subpage table tr th {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: bold;
  padding: min(2.5vw, 2.5rem) min(2vw, 2rem) min(2.5vw, 2.5rem);
  line-height: 1.5;
  vertical-align: top;
  width: 26%;
}
@media screen and (max-width: 426px) {
  .l-subpage table tr th {
    font-size: 1.3rem;
    padding: 20px 10px 20px;
    width: 35%;
  }
}
@media screen and (max-width: 320px) {
  .l-subpage table tr th {
    font-size: 1.2rem;
  }
}
.l-subpage table tr td {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  padding: min(2.5vw, 2.5rem) 0;
  line-height: 1.5;
}
.l-subpage__list li {
  margin-bottom: 10px;
  margin-left: 2em;
  list-style-type: decimal;
}
.l-subpage form dl dt {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-subpage form dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.l-subpage form dl dt span {
  color: #031933;
}
.l-subpage form dl dd {
  width: 100%;
  max-width: 860px;
}
.l-subpage form dl dd .mail_area {
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-subpage form dl dd .mail_area {
    padding: 14px;
  }
}
.l-subpage form dl dd .text_area {
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .l-subpage form dl dd .text_area {
    padding: 14px;
  }
}
.l-subpage form .send_wrap {
  background: #eee;
  margin-top: 30px;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .l-subpage form .send_wrap {
    margin-top: 20px;
    padding: 25px;
  }
}
.l-subpage form .send_wrap__btn {
  background: #163459;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  margin: 0 auto;
  padding: 25px 15px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .l-subpage form .send_wrap__btn {
    font-size: 1.7rem;
    padding: 20px 15px;
  }
}
.l-subpage form .send_wrap__btn:hover {
  opacity: 0.85;
}
.l-subpage__line {
  border-bottom: 3px double #b4bbc5;
  margin: min(8vw, 8rem) 0 min(10vw, 10rem);
}