@charset "UTF-8";
html {
  font-size: 62.5%;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  color: #082f50;
  overflow-x: hidden;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #082f50;
  text-decoration: none;
}

a:hover {
  color: #3e3a39;
  text-decoration: none;
  opacity: .7;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* base end */
.l-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .l-wrapper {
    width: 100%;
  }
}

.body {
  line-height: 1.6;
  font-size: 1.8rem;
  letter-spacing: .1rem;
}
@media (max-width: 1000px) {
  .body {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .body {
    font-size: 2.3vw;
    line-height: 1.6;
  }
}
@media (max-width: 520px) {
  .body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .inner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .inner {
    width: 80%;
  }
}
@media (max-width: 520px) {
  .inner {
    width: 90%;
  }
}


.title {
  font-size: 4.5rem;
  text-align: center;
  color: #144e94;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.title__min {
  font-size: 3.8rem;
}

@media (max-width: 768px) {
  .title__min {
    font-size: 1.8rem;
  }
}
@media (max-width: 320px) {
  .title__min {
    font-size: 1.3rem;
  }
}

.title__image {
  width: 30%;
  margin: 0 2rem 2rem 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .title__image {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  .title__image {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}

.title__image img {
  width: 100%;
}

.header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #fff;
  padding: 2rem 0;
  border-top: #cccccc #ccc 1px;
}

@media (max-width: 768px) {
  .header {
    border-top: none;
    padding: 1rem 0;
  }
}
@media (max-width: 520px) {
  .header {
    border-top: none;
    padding: 1.5rem 0;
  }
}


.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
@media (max-width: 1200px) {
 .header .inner {
    width: 95%;
  }
}

.header__logo {
  width: 20%;
}
@media (max-width: 768px) {
  .header__logo {
    width: 33vw;
  }
}
@media (max-width: 520px) {
  .header__logo {
    width: 60%;
  }
}

.header__logo img {
  width: 100%;
}

.header__logo a {
  display: flex;
  align-items: center;
}

.header__logo img {
  vertical-align: middle;
}

.header__nav {
  position: fixed;
  right: -80%;
  top : 0;
  transition:all .5s ease-out;
}
@media (max-width: 768px) {
  .header__nav {
    right: -115%;
  }
}
.header__nav.is-active {
  background: rgba(8,47,80,.95);
  width: 70%;
  height: 100%;
  z-index: 888;
  position: fixed;
  right: 0;
  top : 0;
}
@media (max-width: 768px) {
  .header__nav.is-active {
    width: 80%;
  }
}

.header__nav--list {
  padding: 7rem 6rem 0 ;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header__nav--list {
   padding: 5rem 2rem 0 ;
  }
}

.header__nav--item a {
  color: #fff;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
  display: block;
}
@media (max-width: 768px) {
  .header__nav--item a {
   font-size: 1.6rem;
   padding: 1rem 0;
  }
}

.header__nav--item a img {
  margin: 0 0 0 1rem;
  width: 40px;
}
@media (max-width: 768px) {
  .header__nav--item a img {
   width: 30px;
  }
}

.header__set {
  display: flex;
  justify-content: flex-end;
  width: 60%;
}

@media (max-width: 768px) {
  .header__set {
    width: 40%;
    position: fixed;
    top : 15px;
    right: 2rem;
    z-index: 900;
  }
}
@media (max-width: 428px) {
  .header__set {
    top : 18px;
  }
}

.header__btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  left: -40px;
}

.header__btn--item {
  width: 48%;
  border-radius: 4px;
}

.header__btn--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 0.5rem 0;
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.1;
  height: 54px;
}
@media (max-width: 1000px) {
  .header__btn--item a {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .header__btn--item a {
   font-size: 1.5rem;
  }
}
.header__btn--item a img {
  width: 32px;
  margin: 0 1rem 0 0;
}

.header__btn--item-line {
  background: #06c755;
  margin-bottom: 0;
  border-bottom: 4px solid #579a2f;
  margin-right: 10px;
  width: 150px;
}

.header__btn--item-mail {
  background: #ffaa00;
  border-bottom: 6px solid #df7e1e;
  margin-right: 30px;
  width: 150px;
}

.header__btn--item-tel {
  /*
  background: #144e94;
  border-bottom: 6px solid #0a335b;
  */
  background: #009c84;
  border-bottom: 6px solid #007160;
  
  margin-right: 10px;
  width: 250px;
}

@media (min-width: 751px) {
  .header__btn--item-tel a,
  .float__nav--item-tel a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.header__btn--item-tel img {
  width: 80% !important;

  position: relative;
  top : .1rem;
}

.header__tel {
  margin-right: .5rem;
}
@media (max-width: 768px) {
 .header__tel {
    margin-right: 5rem;
  }
}
.header__tel.is-hide {
  display: none;
}

.header__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #144e94;
  border-radius: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
 .header__tel a {
    background: #009c84;
  }
}

.header__tel a img {
  width: 70%;
  height: auto;
  vertical-align: middle;
}


.header__toggle {
  cursor: pointer;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  position: fixed;
  padding: 0 2rem;
  box-sizing: border-box;
  top: 20px;
  cursor: pointer;
  z-index: 990;
  background: #f2f2f2;
  border-bottom: 6px solid #cccccc;
}

@media (max-width: 768px) {
  .header__toggle {
    border: 1px solid #cccccc;
    width: 40px;
    height: 40px;
    top : 15px;
    padding: 0 1rem;
  }
}
@media (max-width: 428px) {
  .header__toggle {
    top : 18px;
  }
}

.header__toggle:hover {
  cursor: pointer;
  opacity: .8;
}

.header__toggle span {
  border-bottom: solid 3px #144e94;
  display: block;
  -moz-transition: .35s ease-in-out;
  position: absolute;
  transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  width: 20px;
}

.header__toggle span:nth-child(1) {
  top: 17px;
}
@media (max-width: 768px) {
 .header__toggle span:nth-child(1) {
    top : 10px;
  }
}

.header__toggle span:nth-child(2) {
  top: 25px;
}
@media (max-width: 768px) {
.header__toggle span:nth-child(2) {
    top : 18px;
  }
}

.header__toggle span:nth-child(3) {
  top: 33px;
}
@media (max-width: 768px) {
 .header__toggle span:nth-child(3) {
    top : 26px;
  }
}

.header__toggle.is-active span:nth-child(1)  {
      transform: translateY(10px) rotate(-45deg);
      -webkit-transform: translateY(10px) rotate(-45deg);
      border-bottom: solid 3px #144e94;
  }
@media (max-width: 768px) {
 .header__toggle.is-active span:nth-child(1)  {
      transform: translateY(8px) rotate(-45deg);
      -webkit-transform: translateY(8px) rotate(-45deg);
      border-bottom: solid 3px #144e94;
  }
}

.header__toggle.is-active span:nth-child(2) {
      opacity: 0;
  }
.header__toggle.is-active span:nth-child(3) {
      transform: translateY(-6px) rotate(45deg);
      -webkit-transform: translateY(-6px) rotate(45deg);
      border-bottom: solid 3px #144e94;
  }
@media (max-width: 768px) {
 .header__toggle.is-active span:nth-child(3) {
     transform: translateY(-8px) rotate(45deg);
      -webkit-transform: translateY(-8px) rotate(45deg);
      border-bottom: solid 3px #144e94;
  }
}



.float {
  background: #082f50;
  color: #fff;
  padding: 2.5rem 0;
}
@media (max-width: 768px) {
  .float {
    background: #082f50;
    padding: 2.5rem 0;
  }
}
@media (max-width: 520px) {
  .float {
    padding: 1.5rem 0;
  }
}

.float .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
}
@media (max-width: 1100px) {
  .float .inner {
    padding: 0 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .float .inner {
    display: block;
  }
}

.float__head {
  width: 45%;
}

@media (max-width: 768px) {
  .float__head {
    width: 100%;
  }
}

.float__set {
  width: 55%;
  display: flex;
  flex-direction: column-reverse;
  background: transparent url("../../assets/img/bg_float_arrow.svg") no-repeat left center;
  background-size: 70px auto;
}

@media (max-width: 768px) {
  .float__set {
    width: 100%;
    flex-direction: column;
    background: none;
  }
}

.float__text {
  text-align: left;
  font-size: 2.2rem;
  letter-spacing: 0;
  margin-bottom: .5rem;
}
@media (max-width: 1000px) {
  .float__text {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .float__text {
    font-size: 2.3vw;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 520px) {
  .float__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .float__text {
    font-size: 1.4rem;
  }
}


.float__text--line {
  color: #ffff00;
  text-decoration: underline;
  font-size: 2.6rem;
}
@media (max-width: 1000px) {
  .float__text--line {
    font-size: 1.8rem;
  }
}
@media (max-width: 320px) {
  .float__text--line {
    font-size: 1.6rem;
  }
}

.float__text--after {
  color: #ffff00;
  text-align: center;
  padding-left: 11rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .float__text--after {
    padding: 0;
  }
}

.float__nav {
  padding: 1.5rem 0 1.5rem 11rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .float__nav {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
  }
}

.float__nav--item {
  width: 80%;
  border-radius: 10rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .float__nav--item {
    width: 48%;
    border-radius: 4px;
  }
}

.float__nav--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  letter-spacing: 0;
  font-size: 2rem;
}
@media (max-width: 1050px) {
  .float__nav--item a {
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .float__nav--item a {
    font-size: 3vw;
    padding: 2rem 0.5rem;
  }
}
@media (max-width: 520px) {
  .float__nav--item a {
    font-size: 1.5rem;
    padding: .8rem .2rem;
  }
}
@media (max-width: 375px) {
  .float__nav--item a {
    font-size: 1.4rem;
  }
}
@media (max-width: 320px) {
  .float__nav--item a {
    font-size: 1.3rem;
  }
}

.float__nav--item a img {
  width: 30px;
  margin: 0 1rem 0 0;
}

@media (max-width: 768px) {
  .float__nav--item a img {
    width: 30px;
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 520px) {
  .float__nav--item a img {
    width: 20px;
    margin: 0 0.5rem 0 0;
  }
}

.float__nav--item-line {
  background: #06c755;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .float__nav--item-line {
    margin-bottom: 0;
    border-bottom: 4px solid #579a2f;
  }
}

.float__nav--item-tel {
  background: #009c84;
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .float__nav--item-tel {
    border-bottom: 4px solid #007160;
  }
  .float__nav--item-tel img {
    position: relative;
    top : .1rem;
  }
}

.float__nav--item-tel a img {
  width: 90%;
}

.float__nav--item-mail {
  background: #ffaa00;
}

@media (max-width: 768px) {
  .float__nav--item-mail {
    border-bottom: 4px solid #df7e1e;
  }
}

.main {
  background: #fff;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 10px #ccc;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .mv img {
    width: 100%; 
  }
}

.about {
  padding: 6rem 0 10rem;
}

@media (max-width: 768px) {
  .about {
    padding: 2.5rem 0 5rem;
  }
}

.about .title {
  letter-spacing: 0;
  margin-bottom: 6rem;
}

@media (max-width: 768px) {
  .about .title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 320px) {
  .about .title {
    font-size: 2rem;
  }
}

.about__bg {
  background: #ededed;
  padding: 4rem 0 2rem;
  position: relative;
  margin-bottom: 3rem;
}

@media (max-width: 520px) {
  .about__bg {
    padding: 1rem 0;
  }
}

.about__bg::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #ededed transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.about__bg .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .about__bg .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  .about__bg .inner {
    display: block;
    width: 90%;
  }
}

.about__bg2 {
  background: #144e94;
  padding: 1rem 0;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}



.about__bg2::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #144e94 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.about__set {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 2rem;
  box-sizing: border-box;
  width: 49%;
}

.about__set:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 520px) {
  .about__set {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.about__set--image {
  width: 20%;
}

.about__set--image img {
  width: 100%;
}

.about__set--text {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  .about__set--text {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .about__set--text {
    font-size: 1.8vw;
  }
}
@media (max-width: 520px) {
  .about__set--text {
    font-size: 1.6rem;
  }
}
@media (max-width: 320px) {
  .about__set--text {
    font-size: 1.2rem;
  }
}

.about__set--text-marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  color: #c71b21;
  font-weight: bold;
}

.about__lead {
  font-size: 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 2rem 0 0;
}

@media (max-width: 768px) {
  .about__lead {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 320px) {
  .about__lead {
    font-size: 1.6rem;
  }
}

.about__lead span {
  font-size: 5rem;
  font-weight: bold;
  color: #c71b21;
}

@media (max-width: 768px) {
  .about__lead span {
    font-size: 3rem;
  }
}
@media (max-width: 320px) {
  .about__lead span {
    font-size: 2rem;
  }
}


.about__detail {
  padding: 4rem 0 0;
}

.about__detail--title {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media (max-width: 768px) {
  .about__detail--title {
    font-size: 1.9rem;
  }
}

.about__detail--text {
  color: #fff;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .about__detail--text {
    margin-bottom: 1.5rem;
  }
}

.about__detail--image {
  border-radius: 10px;
  background: #fff;
  padding: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .about__detail--image {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 520px) {
  .about__detail--image {
    width: 100%;
  }
}

.about__detail--image img {
  width: 50%;
}

@media (max-width: 768px) {
  .about__detail--image img {
    width: 100%;
  }
}

.about__detail--after {
  color: #ffff00;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .about__detail--after {
    padding: 0;
    font-size: 1.6rem;
  }
}

.about__bottom {
  text-align: center;
  padding: 2rem 0 0;
}

@media (max-width: 768px) {
  .about__bottom {
    padding: 0;
  }
}

.about__bottom--lead {
  font-size: 2.6rem;
  color: #144e94;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .about__bottom--lead {
    font-size: 1.8rem;
  }
}

.about__bottom--lead img {
  display: block;
  margin: .5rem auto;
  width: 40%;
}
@media (max-width: 768px) {
  .about__bottom--lead img {
    width: 40%;
  }
}
@media (max-width: 520px) {
  .about__bottom--lead img {
    width: 70%;
  }
}

.about__bottom--text {
  letter-spacing: 0;
  margin-bottom: 3rem;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .about__bottom--text {
    font-size: 1.5rem;
  }
}

.about__bottom--movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.about__bottom--movie iframe {
  width: 100%;
  height: 100%;
}

.about__set:nth-child(1) .about__set--image {
  margin-right: 4rem;
  width: 16%;
}

@media (max-width: 768px) {
  .about__set:nth-child(1) .about__set--image {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.about__set:nth-child(2) .about__set--image {
  margin-left: 3rem;
  width: 22%;
}

@media (max-width: 768px) {
  .about__set:nth-child(2) .about__set--image {
    margin-right: 1rem;
    margin-left: 0;
  }
}

.about__set:nth-child(3) .about__set--image {
  margin-right: 4rem;
  width: 16%;
}

@media (max-width: 768px) {
  .about__set:nth-child(3) .about__set--image {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.about__set:nth-child(4) .about__set--image {
  margin-left: 3rem;
  width: 19%;
}

@media (max-width: 768px) {
  .about__set:nth-child(4) .about__set--image {
    margin-right: 1rem;
    margin-left: 0;
  }
}

.merit {
  padding: 6rem 0 10rem;
  border-top: 8px solid #144e94;
}

@media (max-width: 768px) {
  .merit {
    padding: 2.5rem 0 2.5rem;
    border-top: 4px solid #144e94;
  }
}

.merit .inner {
  width: 100%;
}
@media (max-width: 768px) {
  .merit .inner {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .merit .inner {
    width: 90%;
  }
}

.merit__table {
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .merit__table {
    margin-bottom: 2rem;
  }
}

.merit__table--left {
  width: 40%;
}

.merit__table--center {
  width: 20%;
}

.merit__table--right {
  width: 40%;
}

.merit__table--icon {
  background: #144e94;
  color: #fff;
  font-size: 1rem;
}

.merit__table--icon img {
  width: 40px;
  display: block;
  margin: 0 auto 0.5rem;
}

@media (max-width: 768px) {
  .merit__table--icon img {
    width: 50%;
  }
}

.merit__table th {
  background: #144e94;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .merit__table th {
    font-size: 1.2rem;
  }
}

.merit__table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 1.5rem 0;
  letter-spacing: 0;
  border-bottom: 1px solid #144e94;
}
@media (max-width: 768px) {
  .merit__table td {
    font-size: 2vw;
  }
}

@media (max-width: 520px) {
  .merit__table td {
    font-size: 1.1rem;
    padding: .5rem 0;
  }
}

.merit__table--ok {
  background: #ffffe1 url("../../assets/img/icon_merit_ok.svg") no-repeat center center;
  background-size: auto 80%;
}

.merit__table--ng {
  background: #fff url("../../assets/img/icon_merit_ng.svg") no-repeat center center;
  background-size: auto 80%;
}

.merit__table--red {
  color: #c71b21;
}

.merit__table--blue {
  font-weight: bold;
}

.merit__after {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .merit__after {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .merit__after {
    font-size: 1.3rem;
  }
}

.example {
  padding: 6rem 0 10rem;
  border-top: 8px solid #144e94;
  background: #ededed;
}

@media (max-width: 768px) {
  .example {
    padding: 2.5rem 0 5rem;
    border-top: 4px solid #144e94;
  }
}

.example__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .example__wrap {
    display: block;
  }
}

.example__set {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  width: 48%;
}

@media (max-width: 768px) {
  .example__set {
    width: 100%;
    border-bottom: #9e9e9f 1px solid;
  }
}

.example__set--last {
  border: none;
  padding-bottom: 0;
}

.example__set--head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example__set--head img {
  width: 12%;
  margin-right: 2rem;
}

.example__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.example__box {
  border-radius: 10px;
  background: #fff;
  border: #9e9e9f 1px solid;
  padding: 1rem;
  box-sizing: border-box;
  min-height: 30rem;
}

@media (max-width: 768px) {
  .example__box {
    width: 100%;
    border-bottom: #9e9e9f 1px solid;
    min-height: 100%;
  }
}

.example__box--left {
  width: 47%;
  position: relative;
}

.example__box--left::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #082f50;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.example__box--right {
  width: 49%;
}

.example__label {
  background: #082f50;
  color: #fff;
  text-align: center;
  padding: .3rem 0;
  margin-bottom: .5rem;
}

.example__detail {
  letter-spacing: 0;
  border-bottom: 1px solid #082f50;
  padding: .5rem 0;
}

.example__detail dt {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .example__detail dt {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .example__detail dt {
    font-size: 1.2rem;
  }
}

.example__detail dd {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .example__detail dd {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .example__detail dd {
    font-size: 1.2rem;
  }
}

.example__detail:last-child {
  border: none;
  padding-bottom: 0;
}

.example__detail--text {
  display: block;
  font-size: 1.4rem;
  color: #808080;
  font-weight: normal;
}

@media (max-width: 768px) {
  .example__detail--text {
    font-size: 2vw;
  }
}
@media (max-width: 520px) {
  .example__detail--text {
    font-size: 1.1rem;
  }
}


.example__red {
  color: #ff3333;
}

.example__after {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .example__after {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .example__after {
    font-size: 1.5rem;
  }
}

.example__after--marker {
  color: #c71b21;
  font-size: 2.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

@media (max-width: 768px) {
  .example__after--marker {
    font-size: 2.3rem;
  }
}

.example__nav a {
  display: block;
  border-radius: 10rem;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  background: #144e94;
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .example__nav a {
    font-size: 2.6vw;
  }
}
@media (max-width: 520px) {
  .example__nav a {
    font-size: 1.6rem;
  }
}

.example__nav a img {
  width: 20px;
  margin-left: 2rem;
  position: relative;
  top: -.4rem;
}

.example__last {
  text-align: center;
  color: #144e94;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .example__last {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .example__last {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .example__last {
    font-size: 1.2rem;
  }
}


.example__last span {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

.example__box--right .example__label {
  background: #0072b7;
}

.example__box--right .example__detail dd {
  color: #0072b7;
}

.reason {
  padding: 6rem 0 10rem;
}
@media (max-width: 768px) {
  .reason {
    padding: 5rem 0 5rem;
  }
}
@media (max-width: 520px) {
  .reason {
    padding: 2.5rem 0 2.5rem;
    border-top: 4px solid #144e94;
  }
}

.reason .title {
  margin-bottom: 5rem;
}

.reason__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .reason__wrap {
    display: block;
  }
}

.reason__set {
  border-radius: 10px;
  border: 6px #144e94 solid;
  margin-bottom: 5.5rem;
  position: relative;
  width: 47%;
}

@media (max-width: 768px) {
  .reason__set {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .reason__set--last {
    margin-bottom: 3rem;
  }
}

.reason__set--icon {
  width: 15%;
  margin: 0 auto;
  position: absolute;
  left: -3.5rem;
  top: -4.5rem;
}

@media (max-width: 768px) {
  .reason__set--icon {
    left: 50%;
    transform: translateX(-50%);
  }
}

.reason__head {
  display: flex;
  justify-content: space-between;
  background: #2999c4;
  border-bottom: 4px solid #2999c4;
}

.reason__head--image {
  width: 40%;
}

.reason__head--lead {
  width: 60%;
}

.reason__head--lead-inner {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.2rem;
  line-height: 1.4;
  height: 100%;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .reason__head--lead-inner {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .reason__head--lead-inner {
    font-size: 2.6vw;
  }
}
@media (max-width: 520px) {
  .reason__head--lead-inner {
    font-size: 1.6rem;
  }
}

.reason__head--lead-min {
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  .reason__head--lead-min {
    font-size: 1.7vw;
  }
}
@media (max-width: 768px) {
  .reason__head--lead-min {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .reason__head--lead-min {
    font-size: 1.3rem;
  }
}

.reason__text {
  padding: 2rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .reason__text {
    padding: 1rem;
  }
}

.reason__after {
  color: #144e94;
}

.reason__after--lead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .reason__after--lead {
    font-size: 1.6rem;
  }
}

.reason__after--lead img {
  width: 40%;
  margin-right: 1rem;
}

.reason__after--text {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .reason__after--text {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .reason__after--text {
    font-size: 1.6rem;
  }
}

.plan {
  padding: 0 0 10rem;
}

@media (max-width: 768px) {
  .plan {
    padding: 0 0 5rem;
  }
}

.plan__bg {
  background: #daeaf2;
  padding: 6rem 0 2rem;
  border-top: 8px solid #144e94;
}
@media (max-width: 768px) {
  .plan__bg {
    padding: 3rem 0 2rem;
    border-top: 4px solid #144e94;
  }
}
@media (max-width: 520px) {
  .plan__bg {
    padding: 1.5rem 0 1rem;
    border-top: 4px solid #144e94;
  }
}

.plan__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .plan__wrap {
    display: block;
  }
}

.plan__set {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 4rem;
  position: relative;
  width: 48%;
}

@media (max-width: 768px) {
  .plan__set {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .plan__set {
    width: 100%;
    margin-bottom: 1rem;
  }
}


.plan__set:last-child {
  border-radius: 0 10px 10px 10px;
}

.plan__set--title {
  background: #144e94;
  font-size: 2.6rem;
  color: #ffff00;
  text-align: center;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .plan__set--title {
    font-size: 2.3vw;
  }
}
@media (max-width: 768px) {
  .plan__set--title {
    font-size: 2.1rem;
    padding: .5rem 0;
  }
}
@media (max-width: 320px) {
  .plan__set--title {
    font-size: 1.6rem;
  }
}

.plan__set--title span {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .plan__set--title span {
    font-size: 1.25rem;
  }
}

.plan__set--description {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  .plan__set--description {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .plan__set--description {
    font-size: 2.6vw;
  }
}
@media (max-width: 530px) {
  .plan__set--description {
    font-size: 1.4rem;
  }
}

.plan__set--label {
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #144e94;
}

.plan__set--image {
  width: 25%;
  margin-right: 2.5rem;
}

@media (max-width: 768px) {
  .plan__set--image {
    margin-right: 1.5rem;
  }
}

.plan__set--sub {
  background: #daeaf2;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  border-radius: 4px;
  padding: .5rem 0;
}

@media (max-width: 768px) {
  .plan__set--sub {
    font-size: 2.3vw;
  }
}
@media (max-width: 520px) {
  .plan__set--sub {
    font-size: 1.4rem;
  }
}

.plan__set--list {
  padding: .7rem 0;
}

.plan__set--item {
  border-bottom: dotted 1px #2999c4;
  padding: .5rem;
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
  color: #082f50;
  font-weight: bold;
}

.plan__set--item:last-child {
  border: none;
}

.plan__set--item span {
  display: flex;
  justify-content: flex-start;
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  .plan__set--item span {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  .plan__set--item span {
    font-size: 1.5rem;
  }
}

.plan__set--item span::before {
  content: "●";
  color: #ffcc00;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .plan__set--item span::before {
    padding-right: .5rem;
  }
}

.plan__set--ribbon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

@media (max-width: 768px) {
  .plan__set--ribbon {
    width: 65px;
  }
}

.plan__after {
  background: transparent url("../../assets/img/img_plan_arrow.svg") no-repeat center 3rem;
  background-size: 35px;
  padding: 10rem 0 2rem;
}

@media (max-width: 768px) {
  .plan__after {
    background: transparent url("../../assets/img/img_plan_arrow.svg") no-repeat center 2rem;
    background-size: 15px;
    padding: 1rem 0 0;
  }
}
@media (max-width: 520px) {
  .plan__after {
    background: transparent url("../../assets/img/img_plan_arrow.svg") no-repeat center 1rem;
    background-size: 15px;
    padding: 1rem 0 0;
  }
}

.plan__after--text {
  text-align: center;
  padding: 4rem 0 4rem;
  font-size: 3rem;
}
@media (max-width: 1000px) {
  .plan__after--text {
    font-size: 2.8vw;
  }
}
@media (max-width:768px) {
  .plan__after--text {
    padding: 6rem 0 2rem;
  }
}
@media (max-width:520px) {
  .plan__after--text {
    font-size: 1.5rem;
    padding: 4rem 0 2rem;
  }
}

.plan__after--text-last {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .plan__after--text-last {
    font-size: 2.4vw;
  }
}
@media (max-width: 520px) {
  .plan__after--text-last {
    font-size: 1.6rem;
  }
}

.plan__after--lead {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .plan__after--lead {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 320px) {
  .plan__after--lead {
    font-size: 1.6rem;
  }
}

.plan__after--lead span {
  border-bottom: 4px solid #ff6600;
}

.plan__after--image {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .plan__after--image {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 520px) {
  .plan__after--image {
    width: 100%;
  }
}

.plan__after--text2 {
  width: 100%;
  margin: 0 auto 3rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .plan__after--text2 {
    width: 90%;
    font-size: 2.3vw;
    margin: 0 auto 3.5rem;
  }
}
@media (max-width: 520px) {
  .plan__after--text2 {
    width: 90%;
    font-size: 1.5rem;
    margin: 0 auto 3.5rem;
  }
}

.plan__set--list-first .plan__set--item {
  padding: 0.5rem 2.5rem;
}

.flow {
  padding: 6rem 0 10rem;
  background: #ededed;
}

@media (max-width: 768px) {
  .flow {
    padding: 2.5rem 0;
  }
}

.flow__list {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .flow__list {
    display: block;
  }
}

.flow__item {
  padding-right: 30px;
  margin-right: 10px;
  box-sizing: border-box;
  background: transparent url("../../assets/img/bg_arrow_right.svg") no-repeat right 11%;
  background-size: 15px;
  width: 20%;
}

@media (max-width: 768px) {
  .flow__item {
    width: 100%;
    background: transparent url("../../assets/img/bg_arrow_under.svg") no-repeat center bottom;
    background-size: 25px;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 3.5rem;
    margin-bottom: 2rem;
  }
}

.flow__item:last-child {
  background: none;
  margin-bottom: 0;
  padding-right: 0;
  margin-right: 0;
}

.flow__image {
  text-align: center;
  width: 80%;
  max-width: 128px;
  margin: 0 auto 1.5rem;
}
@media (max-width: 768px) {
  .flow__image {
    width: 20%;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .flow__image {
    width: 45%;
    max-width: 100%;
  }
}

.flow__label {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #144e94;
  font-size: 2.1rem;
  min-height: 7.5rem;
}
@media (max-width: 1000px) {
  .flow__label {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .flow__label {
    font-size: 2.3vw;
    min-height: auto;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 530px) {
  .flow__label {
    font-size: 1.5rem;
    min-height: auto;
    margin-bottom: 1.5rem;
  }
}


.flow__label--big {
  font-size: 2.1rem;
}
@media (max-width: 1000px) {
  .flow__label--big {
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  .flow__label--big {
    font-size: 2.1rem;
  }
}

.flow__label--red {
  color: #ee3322;
}

.staff {
  padding: 6rem 0 10rem;
  border-top: 8px solid #144e94;
}

@media (max-width: 768px) {
  .staff {
    padding: 2.5rem 0;
    border-top: 4px solid #144e94;
  }
}

.staff__lead {
  text-align: center;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .staff__lead {
    font-size: 2vw;
  }
}
@media (max-width: 530px) {
  .staff__lead {
    font-size: 1.5rem;
  }
}

.staff__lead--big {
  color: #ee3322;
  text-decoration: underline;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .staff__lead--big {
    font-size: 2.4vw;
  }
}
@media (max-width: 520px) {
  .staff__lead--big {
    font-size: 1.5rem;
  }
}

.staff__lead--last {
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .staff__lead--last {
    margin-bottom: 2.5rem;
  }
}

.staff__wrap {
  display: flex;
  justify-content:  space-between;
  flex-wrap: wrap;
}

.staff__set {
  width: 17%;
  margin: 0 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 1000px) {
  .staff__set {
    margin: 0 .5vw;
  }
}

@media (max-width: 768px) {
  .staff__set {
    margin: 0 .5rem;
  }
}

@media (max-width: 520px) {
  .staff__set {
    width: 44%;
    margin: 0 1rem 2rem;
  }
}
@media (max-width: 370px) {
  .staff__set {
    width: 42%;
    margin: 0 1rem 2rem;
  }
}

.staff__set--sp {
  display: none;
}
@media (max-width: 520px) {
  .staff__set--sp {
    display: block;
  }
}

.staff__image {
  margin-bottom: 1.5rem;
}

.staff__name {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .staff__name {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
}

@media (max-width: 768px) {
  .staff__text {
    font-size: 1.4rem;
  }
}

.voice {
  padding: 6rem 0 10rem;
  border-top: 8px solid #144e94;
}

@media (max-width: 768px) {
  .voice {
    padding: 2.5rem 0;
    border-top: 4px solid #144e94;
  }
}

.voice__box {
  background: #f2f2f2;
  border-radius: 6px;
  margin-bottom: 2rem;
  padding: 5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .voice__box {
    display: block;
    padding: 2.5rem;
  }
}

.voice__box:last-child {
  margin-bottom: 0;
}

.voice__head {
  width: 25%;
}

@media (max-width: 768px) {
  .voice__head {
    width: 100%;
  }
}

.voice__image {
  text-align: center;
  margin-bottom: 1rem;
}

.voice__image img {
  width: 70%;
}
@media (max-width: 768px) {
  .voice__image img {
    width: 30%;
  }
}
@media (max-width: 520px) {
  .voice__image img {
    width: 50%;
  }
}


.voice__name {
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .voice__name {
    font-size: 1.5rem;
    color: #666666;
    margin-bottom: 2rem;
  }
}

.voice__contents {
  width: 70%;
}

@media (max-width: 768px) {
  .voice__contents {
    width: 100%;
  }
}

.voice__title {
  font-weight: bold;
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .voice__title {
    font-size: 2rem;
  }
}

.voice__title--sub {
  font-weight: normal;
  font-size: 2.1rem;
}

@media (max-width: 768px) {
  .voice__title--sub {
    font-size: 1.8rem;
  }
}

.voice__text {
  margin-bottom: 2.5rem;
}

.voice__text:last-child {
  margin-bottom: 0;
}

.voice__after {
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .voice__after {
    padding: 0;
  }
}

.voice__after--text {
  color: #144e94;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .voice__after--text {
    font-size: 2.3vw;
    margin-bottom: 2rem;
  }
}
@media (max-width: 520px) {
  .voice__after--text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.voice__after--text-last {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .voice__after--text-last {
    font-size: 2.3vw;
  }
}
@media (max-width: 530px) {
  .voice__after--text-last {
    font-size: 1.7rem;
  }
}

.voice__after--text-last span {
  background: linear-gradient(transparent 60%, #ffff33 60%);
}

.faq {
  padding: 6rem 0 10rem;
  border-top: 8px solid #144e94;
}

@media (max-width: 768px) {
  .faq {
    padding: 2.5rem 0;
    border-top: 4px solid #144e94;
  }
}

.faq__list {
  border-bottom: 4px solid #ededed;
  padding-top: 2rem; 
}
.faq__list:last-child {
  border-bottom: none;
  margin-bottom: 4rem;
}

.faq__list dt {
  font-weight: bold;
  padding: 0 4rem 0 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2rem;
  background: transparent url("../../assets/img/icon_plus.svg") no-repeat right center;
  background-size: 25px;
  cursor: pointer;
}

.faq__list dt.is-active {
  background: transparent url("../../assets/img/icon_minus.svg") no-repeat right center;
  background-size: 25px;
}

.faq__list dt img {
  margin-right: 2rem;
  width: 50px;
}

.faq__list dd {
  display: none;
  padding-bottom: 3rem;
}

.faq__list dd p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.faq__list dd img {
  margin-right: 2rem;
  width: 50px;
}

.faq__list dd a {
  text-decoration: underline;
}

.faq__nav a {
  display: block;
  border-radius: 10rem;
  padding: 2rem 0;
  text-align: center;
  color: #fff;
  background: #144e94;
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .faq__nav a {
    font-size: 2.6vw;
  }
}
@media (max-width: 520px) {
  .faq__nav a {
    font-size: 1.6rem;
  }
}

.faq__nav a img {
  width: 20px;
  margin-left: 2rem;
  position: relative;
  top: -.4rem;
}

.contact {
  padding: 6rem 0 10rem;
}

@media (max-width: 768px) {
  .contact {
    padding: 2.5rem 0;
  }
}

.contact__inner {
  padding: 0 2rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
 .contact__inner {
    padding: 0;
  }
}

.contact__inner--more {
  display: none;
}

.contact__sub {
  background: #144e94;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  padding: .5rem 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .contact__sub {
    width: 70%;
  }
}
@media (max-width: 520px) {
  .contact__sub {
    width: 100%;
  }
}

.contact__sub--more {
  background: #f2f2f2;
  color: #144e94;
}
.contact__sub--more:hover {
  cursor: pointer;
  opacity: .8;
}
.contact__sub--more span::before {
  content: "";
  margin-right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #144e94 transparent transparent transparent;
  font-size: 0;
}
@media (max-width: 768px) {
  .contact__sub--more span::before {
    border-width: 10px 5px 0 5px;
  }
}
.contact__sub--more.is-active::before {
  border-width: 0  10px 20px 10px;
  border-color:  transparent transparent #fff transparent;
}
@media (max-width: 768px) {
  .contact__sub--more.is-active::before {
    border-width: 0  5px 10px 5px;
     border-color:  transparent transparent #fff transparent;
  }
}
@media (max-width: 768px) {
  .contact__sub--more {
    font-size: 1.5rem;
  }
}
@media (max-width: 320px) {
  .contact__sub--more {
    font-size: 1.2rem;
  }
}

.contact__set {
  border-bottom: 1px solid #cccccc;
  padding: 3rem 2rem ;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact__set {
    width: 70%;
    padding: 2rem 2rem 2rem;
  }
}
@media (max-width: 520px) {
  .contact__set {
    width: 100%;
    padding: 2rem 2rem 2rem;
  }
}

.contact__set--hide1,
.contact__set--hide2 {
  display: none;
}

.contact__set--hide1.is-show,
.contact__set--hide2.is-show {
  display: block;
}

.contact__set--confirm {
  border-bottom: none;
}

.contact__submit {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 768px) {
 .contact__submit {
    width: 70%;
  }
}
@media (max-width: 520px) {
 .contact__submit {
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
  }
}

.contact__submit--text {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}
.contact__submit--text a {
  text-decoration: underline;
}
.contact__submit--input input {
  background: #009966;
  display: block;
  padding: 3rem 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
}
.contact__submit--input input:hover {
  cursor: pointer;
  opacity: .8;
}

.contact__submit--input-submit input {
  margin-top: 3rem;
}

.contact__submit--input-back input {
  background: #f4f4f4;
  display: block;
  padding: 3rem 0;
  text-align: center;
  color: #000;
  font-size: 2rem;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  margin: 3rem auto;
}
.contact__submit--input-back input:hover {
  cursor: pointer;
  opacity: .8;
}
.contact__confirm--head {
  text-align: center;
  margin-bottom: 3rem;
}
.contact__confirm--err {
  text-align: center;
  margin-bottom: 4rem;
}
.contact__confirm--err .error_messe {
  color: #ee3322;
  margin-bottom: 2rem;
}


.contact__select--wrap {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 6px;
  display: inline-block;
  padding: .3rem .5rem;
  margin: 0 0 1rem 1.5rem;
  width: 200px;
  position: relative;
}
.contact__select--wrap-second {
  margin-left: 0;
}
.contact__select--wrap::before {
  content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 12px;
    top : 17px;
    z-index: 100;
}
.contact__select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  height: 40px;
  width: 300px;
  position: relative;
  
  width: 100%;
  background: #fff;
}


.contact__label {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contact__label {
   margin-bottom: 1rem;
  }
}

.contact__input input[type="text"] {
  width: 100%;
  font-size: 1.8rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
}

.contact__input-hissu {
  background: #fce4df !important;
}
.contact__input .contact__input-30[type="text"] {
  width: 30%;
}

.contact__input--radio {
  line-height: 1.8;
}

.contact__input textarea {
  width: 100%;
  font-size: 1.8rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  height: 200px;
}

.contact__hissu {
  color: #fff;
  background: #ee3322;
  border-radius: 4px;
  padding: 0.4rem 1rem;
  margin: 0 1rem 0 0;
  font-weight: normal;
}

.contact__nini {
  color: #fff;
  background: #989898;
  border-radius: 4px;
  padding: 0.4rem 1rem;
  margin: 0 1rem 0 0;
  font-weight: normal;
}

.contact__input--radio label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
}

.contact__input--radio label::before,
.contact__input--radio label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact__input--radio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.contact__input--radio label::after {
  background-color: #144e94;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px
}

.contact__input--radio input:checked +  label::after {
  opacity: 1;
}

.contact__input--radio input[type="radio"] {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}

/* チェックボックス */
.contact__input--checkbox {
  line-height: 2.5;
}
.contact__input--checkbox input[type=checkbox] {
    display: none;
}
.contact__input--checkbox label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.contact__input--checkbox label::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.contact__input--checkbox label::after {
    border-right: 3px solid #144e94;
    border-bottom: 3px solid #144e94;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.contact__input--checkbox input[type=checkbox]:checked + label::after {
    opacity: 1;
}

.contact__confirm--title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.message {
  background: #f2f2f2;
  padding: 6rem 0 12rem;
  border-top: 8px solid #144e94;
}

@media (max-width: 768px) {
  .message {
    padding: 2.5rem 0;
    border-top: 4px solid #144e94;
  }
}

.message__text {
  margin-bottom: 2rem;
}

.message__text--first {
  margin-bottom: 3rem;
}

.message__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .message__text {
    margin-bottom: 2rem;
  }
}

.message__wrap {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 5rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .message__wrap {
    display: block;
    background: transparent;
    padding: 0;
  }
}

.message__box {
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 2rem;
  width: 40%;
}

@media (max-width: 768px) {
  .message__box {
    padding: 1rem 5rem;
    width: 70%;
    margin: 0 auto 2rem;
  }
}
@media (max-width: 520px) {
  .message__box {
    padding: 1rem 5rem;
    width: 100%;
  }
}

.message__image {
  margin-bottom: 1rem;
}

.message__image img {
  width: 90%;
  margin: 0 auto;
}

.message__image--text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

@media (max-width: 768px) {
  .message__image--text {
    font-size: 1.3rem;
    width: 100%;
  }
}

.message__image--text img {
  width: 35%;
}

.message__set {
  width: 60%;
}

@media (max-width: 768px) {
  .message__set {
    width: 100%;
  }
}

.footer {
  background: #082f50;
  padding: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .footer {
   padding: 3rem 0 8rem;
  }
}

.footer__float {
  position: fixed;
  bottom: -20%;
  left: 0;
  width: 100%;
  background: #082f50;
  z-index: 999;
  transition:  .35s ease-in-out;
}
@media (max-width: 768px) {
  .footer__float.is-active {
    position: fixed;
    bottom: 0;
    padding: 1rem;
    box-sizing: border-box;
  }
}

.footer a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 320px) {
  .footer a {
    font-size: 1.2rem;
  }
}

.footer a img {
  width: 17px;
  margin: 0 0 0 .7rem;
}
@media (max-width: 768px) {
  .footer .footer__float a {
    padding: 1rem 0;
  }
  .footer .footer__float a img {
    width: 36px;
    margin:0 .5rem 0 0;
  }
  .footer .float__nav--item-tel a img {
   width: 70%;
   margin: 0;
  }

}
@media (max-width: 520px) {
  .footer .footer__float a img {
    width: 23px;
    margin:0 .5rem 0 0;
  }
  .footer .float__nav--item-tel a img {
   width: 90%;
   margin: 0;
  }
}

.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .footer__nav {
   margin-bottom: 2rem;
  }
}


.footer__item {
  width: auto;
  margin: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer__item {
    width: 50%;
    justify-content: flex-start;
    margin: 0 0 1rem;
  }
}

.footer__item::before {
  content: "・";
  color: #fff;
}

.footer__text {
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__text {
    text-align: left;
  }
}

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

@media (max-width: 768px) {
  .footer__copy {
    text-align: left;
  }
}
