@charset "UTF-8";
/*/////////////////////////
フォント
/////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*/////////////////////////
common
/////////////////////////*/
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
}

p {
  margin: 0;
}

/*/////////////////////////
レスポンシブ
/////////////////////////*/
/*/////////////////////////
header
/////////////////////////*/
.header-wrap {
  padding: 0.9rem 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-wrap .sticky-banner {
  display: flex;
  width: 40%;
  margin: auto;
  margin-right: 0;
}

.header-wrap .sticky-banner a {
  display: block;
  flex-basis: 50%;
}

.header-wrap .sticky-banner a:first-child {
  margin-right: 0.5rem;
}

@media screen and (max-width: 1050px) {
  header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .logo-wrap {
    text-align: center;
  }
  .logo-wrap img {
    width: 70%;
  }
  .header-wrap {
    padding: 0.9rem 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .header-wrap .sticky-banner {
    display: none;
  }
}
/*/////////////////////////
無料診断
/////////////////////////*/
/*==============
LINE風フキダシ
===============*/
/*フレームとフォント*/
.kaiwa.line {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  /* background: #769ece; */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Lucida Sans Unicode", "Arial";
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
}

/*フキダシ共通*/
.kaiwa.line .fukidasi {
  position: relative;
  display: inline-block;
  margin: 1%;
  padding: min(25px, 4vw) 1rem;
  border-radius: 19px;
  overflow-wrap: break-word;
  clear: both;
  box-sizing: content-box; /*はてな用*/
  font-size: min(25px, 4vw);
}

/*フキダシ左*/
.kaiwa.line .fukidasi.left {
  float: left;
  margin-left: 6rem;
  background: white;
}

/*グループのときのフキダシ*/
.kaiwa.line .name + .fukidasi.left {
  margin-top: 5px;
}

/*フキダシ右*/
.kaiwa.line .fukidasi.right {
  float: right;
  margin-right: 12px;
  background: #7adc40;
}

/*相手の名前*/
.kaiwa.line .name {
  clear: right;
  margin-left: 6rem;
  color: white;
}

/*ユーザアイコン*/
.kaiwa.line .icon {
  position: absolute;
  width: 5rem;
  height: 5rem;
  left: -6rem;
  top: -2px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/*グループのときのユーザアイコン*/
.kaiwa.line .name + .left .icon {
  top: -1.8em;
}

/*しっぽ共通*/
.kaiwa.line .fukidasi::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 36px;
  top: -21px;
}

/*しっぽ左*/
.kaiwa.line .fukidasi.left:after {
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -15px 0 -5px white inset;
}

/*しっぽ右*/
.kaiwa.line .fukidasi.right::after {
  right: -10px;
  border-radius: 0 18px 18px 6px/0 18px 18px 1px;
  box-shadow: inset 3px -15px 0 -5px #7adc40;
}

/*フキダシが続いてしっぽがないとき*/
.kaiwa.line .left + .left::after,
.kaiwa.line .right + .right::after {
  content: none;
}

.question {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: right;
  margin-top: 2rem;
}

.question input {
  display: none;
}

.question label {
  background-color: #FFF;
  border: 2px solid #333;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: inline-block;
  padding: 10rem;
  flex-basis: 35%;
}

.question label:hover {
  cursor: pointer;
}

.hide-conversation {
  display: none;
}

.after-chat {
  background-color: #000;
  color: #FFF;
  clear: both;
  text-align: center;
  padding: 20px;
  font-size: min(25px, 4vw);
  margin-bottom: 2rem;
}

.before-form {
  color: #FFF;
  padding: 10px;
}

.before-form > span {
  color: red;
}

.contact-form {
  width: 100%;
  max-width: 72rem;
  height: 60em;
}

#lstep {
  height: 1px;
}

/*チャット吹き出し*/
.pointarea {
  background-size: auto auto;
  background-color: rgb(255, 254, 205);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(255, 223, 173) 15px, rgb(255, 223, 173) 16px), repeating-linear-gradient(180deg, transparent, transparent 15px, rgb(255, 223, 173) 15px, rgb(255, 223, 173) 16px);
  padding: 30px;
}

.balloon_l,
.balloon_r {
  max-width: 700px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  align-items: flex-start;
  /*縦位置を上揃え*/
  /*   align-items: center; */
  /*縦位置を真ん中揃え*/
}

.balloon_r {
  justify-content: flex-end;
}

.faceicon img {
  width: 300px;
  /*任意のサイズ*/
  height: auto;
}

.balloon_r .faceicon {
  margin-left: 25px;
}

.balloon_l .faceicon {
  margin-right: 25px;
}

.balloon_r .faceicon {
  order: 2 !important;
}

.says {
  max-width: 75%;
  /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #fffff0;
  /*色は任意*/
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  /*   align-items: center; */
  box-shadow: 2px 2px 4px gray;
}

.says p {
  margin: 8px 0 0 !important;
}

.says p:first-child {
  margin-top: 0 !important;
}

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */
}

.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #fffff0;
}

.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #fffff0;
}

@media screen and (max-width: 1050px) {
  .pointarea {
    padding: 20px 5px;
  }
  .says {
    max-width: 70%;
    /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #fffff0;
    /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .balloon_l .faceicon {
    margin-right: 5px;
  }
  .faceicon img {
    width: 300px;
    /*任意のサイズ*/
    height: auto;
  }
}
/*/////////////////////////
main
/////////////////////////*/
main {
  position: relative;
}

.sticky-banner.is-footer {
  display: none;
}

.sticky-banner a {
  width: 50%;
  margin: 0.2rem;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .sticky-banner.is-footer {
    width: 100%;
    position: sticky;
    z-index: 2;
    bottom: 2rem;
    display: flex;
    margin-bottom: 0.7rem;
    max-width: 72rem;
    margin: 0 auto;
    display: flex;
    margin-bottom: 0.7rem;
  }
  .sticky-banner.is-footer_btn {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
  }
  .sticky-banner.is-footer_btn::before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
  }
  @keyframes reflection {
    0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  .sticky-banner a {
    width: 50%;
    margin: 0.2rem;
    text-align: center;
  }
}
/*/////////////////////////
fv
/////////////////////////*/
.fv {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  /* 背景画像指定 */
  background-image: url("images/fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 45vw;
  position: relative;
  background-position: center;
}

.fv_chatch {
  background-color: #013D90;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  padding: 0.5rem 1.5rem;
}

.fv_chatch p {
  margin: 0;
  font-size: clamp(1.8rem, 5.38vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.fv_chatch_hira {
  font-size: clamp(1.6rem, 4.1vw, 2.7rem);
  letter-spacing: 0.05em;
}

.fv_chatch_yellow {
  color: #F9DF71;
}

.fv_chatch_btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fv_chatch_btm_inner {
  background-color: rgba(18, 76, 203, 0.65);
  padding: 0 2rem;
}

.fv_link {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.7rem 1rem;
}

.fv_link figure {
  flex-basis: 25%;
}

.consultation_wrapper {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
}

.consultation_wrapper figure {
  width: 15vw;
  height: 15vw;
  border-radius: 100%;
  overflow: hidden;
  opacity: 1;
  margin: 0;
  margin-right: 1rem;
  position: absolute;
  left: 2rem;
  bottom: 0.5rem;
}

.consultation_wrapper figure img {
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px #000;
  margin-bottom: 0.5rem;
}

.consultation_wrapper .consultation_text {
  font-size: 3.7rem;
  opacity: 1;
  color: #fff;
  margin: 0 auto;
  text-shadow: 0px 0px 6px #000;
  padding-left: calc(15vw + 2rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.consultation_wrapper .consultation_text span {
  font-size: 5.2rem;
}

@media screen and (max-width: 1050px) {
  .fv {
    height: 85vw;
  }
  .fv_chatch {
    padding: 0.5rem 1.5rem;
  }
  .fv_chatch p {
    margin: 0;
    font-size: clamp(1.5rem, 5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .fv_chatch_hira {
    font-size: clamp(1.6rem, 4.1vw, 2.7rem);
    letter-spacing: 0.05em;
  }
  .fv_chatch_yellow {
    color: #F9DF71;
  }
  .fv_chatch_btm {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv_chatch_btm_inner {
    width: 100%;
    padding: 0 2rem;
  }
  .fv_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.7rem 1rem;
  }
  .fv_link figure {
    flex-basis: 25%;
  }
  .consultation_wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .consultation_wrapper figure {
    width: 25vw;
    height: 25vw;
    overflow: hidden;
    opacity: 1;
    margin: 0;
    margin-right: 1rem;
    position: absolute;
    left: 2rem;
    bottom: 0.5rem;
  }
  .consultation_wrapper figure img {
    width: 100%;
    height: 100%;
    margin-bottom: 0.5rem;
  }
  .consultation_wrapper .consultation_text {
    font-size: min(5.5vw, 5.2rem);
    opacity: 1;
    color: #fff;
    margin: 0 auto;
    text-shadow: 0px 0px 6px #000;
    padding-left: calc(23vw + 2rem);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .consultation_wrapper .consultation_text span {
    font-size: 7vw;
  }
}
/*/////////////////////////
contact-01
/////////////////////////*/
.contact-01 {
  background: #013D90;
  margin: 0px;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  padding: 3rem 1.8rem 2.3rem;
}

.contact-01_title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.2rem;
  max-width: 80rem;
}

.contact-01_title img {
  width: 100%;
}

.contact-01_line {
  margin: 0 auto;
  margin-bottom: 1.4rem;
  margin-right: 2rem;
}

.contact-01_wrapper {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
}

.contact-01_btn {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.contact-01_btn::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.contact-01_btn img {
  width: 100%;
}

.contact-01 .box div {
  margin: 20px 10px 0 10px;
}

@media screen and (max-width: 1050px) {
  .contact-01 {
    margin: 0 auto;
    padding: 1.5rem 2rem;
  }
  .contact-01_title {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.2rem;
  }
  .contact-01_title img {
    width: 100%;
  }
  .contact-01_line {
    margin: 0 auto;
    margin-bottom: 1.4rem;
  }
  .contact-01_wrapper {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .contact-01_btn {
    width: 100%;
  }
  .contact-01_btn img {
    width: 100%;
  }
}
/* contact-02
    ---------------- */
.contact-02 {
  background: #BA9349;
  margin: 0px;
  text-align: center;
  margin: 0 auto;
  padding: 3rem 1.8rem 2.2rem;
  padding-bottom: 4rem;
}

.contact-02.is-middle {
  padding-bottom: 5.5vw;
}

.contact-02_title {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  position: relative;
}

.contact-02_title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5.2rem;
  transform: translateY(-50%);
  background-image: url(images/new/important_icon.svg);
  width: 4rem;
  height: 3.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-02_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.2rem;
  transform: translateY(-50%);
  background-image: url(images/new/important_icon.svg);
  background-repeat: no-repeat;
  width: 4rem;
  height: 3.5rem;
  background-size: contain;
}

.contact-02_wrapper {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.contact-02_wrapper figure {
  flex-basis: 60%;
  margin-right: 2.7rem;
}

.contact-02_wrapper figure img {
  width: 100%;
  height: 100%;
}

.contact-02_wrapper p {
  text-align: left;
  font-size: min(3.84vw, 2.8rem);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
}

.contact-02_wrapper p span {
  font-size: min(5.1vw, 3.9rem);
}

.contact-02 .line-link_wrapper {
  margin-bottom: 1.4rem;
}

.contact-02 .box div {
  margin: 20px 10px 0 10px;
}

@media screen and (max-width: 1050px) {
  .contact-02 {
    margin: 0 auto;
    padding: 3rem 1.8rem 2.5rem;
    padding-bottom: 4rem;
  }
  .contact-02.is-middle {
    padding-bottom: 8.5vw;
  }
  .contact-02 .small_font p {
    font-size: min(3.5vw, 2.8rem);
  }
  .contact-02_title {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.45;
    color: #fff;
    letter-spacing: 0.02em;
    margin-bottom: 3rem;
    position: relative;
  }
  .contact-02_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3.1rem;
    transform: translateY(-50%);
    background-image: url(images/new/important_icon.svg);
    width: 2rem;
    height: 1.8rem;
  }
  .contact-02_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.1rem;
    transform: translateY(-50%);
    background-image: url(images/new/important_icon.svg);
    width: 2rem;
    height: 1.8rem;
    background-size: contain;
  }
  .contact-02_wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .contact-02_wrapper figure {
    flex-basis: 60%;
    margin-right: 1.1rem;
  }
  .contact-02_wrapper figure img {
    width: 100%;
    height: 100%;
  }
  .contact-02_wrapper p {
    text-align: left;
    font-size: min(3.84vw, 2.8rem);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #fff;
  }
  .contact-02_wrapper p span {
    font-size: min(5.1vw, 3.9rem);
  }
  .contact-02 .line-link_wrapper {
    margin-bottom: 1.4rem;
  }
}
.bg-blue {
  background: linear-gradient(#e5faff 0%, #bad9ff 100%);
}

/* flow-fraud-resolution
---------------- */
.flow-fraud-resolution {
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.flow-fraud-resolution__title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #013D90;
  margin-bottom: 5rem;
}
.flow-fraud-resolution__img {
  text-align: center;
  padding: 0 2rem;
}
.flow-fraud-resolution__img .sp {
  display: none;
}
.flow-fraud-resolution__img img {
  width: 100%;
}
.flow-fraud-resolution__text {
  background-color: #fff;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3rem auto 0;
  width: 100%;
  max-width: 70rem;
  color: #013D90;
  line-height: 1.7;
}

@media screen and (max-width: 1050px) {
  .flow-fraud-resolution {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .flow-fraud-resolution__title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .flow-fraud-resolution__img {
    padding: 0;
  }
  .flow-fraud-resolution__img .sp {
    display: block;
  }
  .flow-fraud-resolution__img .sp-none {
    display: none;
  }
  .flow-fraud-resolution__text {
    font-size: 1.4rem;
  }
}
.step-fraud {
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.step-fraud__title {
  font-size: 4rem;
  font-weight: 900;
  color: #013D90;
  text-align: center;
}
.step-fraud__title span {
  color: #EB8002;
}
.step-fraud__body {
  padding-bottom: 4rem;
}
.step-fraud__item {
  margin: 0 auto;
  flex-basis: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-fraud__item-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #013D90;
  text-align: center;
  border: 1px solid #013D90;
  border-radius: 3rem;
  width: fit-content;
  padding: 0 4rem;
  margin: 1rem auto;
}
.step-fraud__item-img {
  width: 60%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-fraud__item-img img {
  width: 70%;
}
.step-fraud__item p {
  font-size: 1.6rem;
  margin: 0 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.step-fraud__item p span {
  color: #EB8002;
}
.step-fraud__item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #013D90;
  border-right: 0;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.step-fraud__item:last-child::after {
  display: none;
}
.step-fraud__step {
  padding: 0;
  display: flex;
  margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
  .step-fraud {
    padding-top: 0;
    padding-bottom: 0;
  }
  .step-fraud__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .step-fraud__step {
    flex-direction: column;
  }
  .step-fraud__item {
    width: 100%;
  }
  .step-fraud__item + .step-fraud__item {
    margin-top: 5rem;
  }
  .step-fraud__item-img {
    width: 50%;
  }
  .step-fraud__item p {
    width: 80%;
  }
  .step-fraud__item::after {
    right: auto;
    bottom: -4rem;
    top: auto;
    transform: translate(0) rotate(90deg);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #013D90;
  }
}
/* sagi-rei
---------------- */
.sagi-rei {
  margin: 0 auto;
  padding: 5rem 10rem;
  background-color: #E0E0E0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sagi-rei_title {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #013D90;
  margin: 0;
  margin-bottom: 3rem;
  text-align: center;
}

.sagi-rei_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  margin-bottom: 2.7rem;
}

.sagi-rei_item {
  flex-basis: 45%;
  background-color: #013D90;
  color: #fff;
  border-radius: 10rem;
  padding: 0.5rem 1.4rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0.5rem;
}
.sagi-rei_item--red {
  background-color: #EB8002;
}

.sagi-rei_item p {
  font-size: min(3vw, 1.9rem);
  line-height: 1.4;
  font-weight: bold;
}

.sagi-rei_main_items {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 0 -1rem;
}

.sagi-rei_main_item {
  flex-basis: calc(50% - 2rem);
  background-color: #fff;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 3.2rem 2.7rem 2.7rem;
  margin: 0 1rem 1.7rem;
}
.sagi-rei_main_item > figure {
  flex-basis: 8rem;
}
.sagi-rei_main_item > div {
  flex-basis: calc(100% - 8rem);
  padding-left: 2rem;
}
.sagi-rei_main_item h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #013D90;
  margin: 0 0 1rem 0;
}

.sagi-rei_main_item p {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  flex-basis: 60%;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-left: 0;
}

.sagi-rei_bottom_text {
  font-size: 4.9rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.13em;
  line-height: 1.4;
  color: #013D90;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.8rem;
}

.sagi-rei_bottom_text span {
  font-size: min(5vw, 5rem);
  display: inline;
  font-weight: 900;
}

.sagi-rei_bottom_text .change_color {
  color: #9432E0;
}

.sagi-rei_bottom_text_img {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}

.sagi-rei_bottom_text_img img {
  width: 100%;
  height: 100%;
}

.sagi-rei_arrow {
  position: relative;
  width: 20%;
  margin: 0 auto;
  margin-top: -2rem;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.sagi-rei_arrow img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1050px) {
  .sagi-rei {
    margin: 0 auto;
    padding: 3rem 2rem;
  }
  .sagi-rei_title {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #013D90;
    margin: 0;
    margin-bottom: 2rem;
  }
  .sagi-rei_items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .sagi-rei_item {
    flex-basis: calc(50% - 1rem);
    border-radius: 10rem;
    padding: 0.5rem 0.6rem 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .sagi-rei_item p {
    font-size: min(3.2vw, 1.9rem);
  }
  .sagi-rei_main_items {
    flex-direction: column;
  }
  .sagi-rei_main_item {
    background-color: #fff;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .sagi-rei_main_item p {
    text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    flex-basis: 60%;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .sagi-rei_bottom_text {
    font-size: 5vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .sagi-rei_bottom_text span {
    font-size: min(5.5vw, 5rem);
    display: inline;
    font-weight: 900;
  }
  .sagi-rei_bottom_text_img {
    width: 68%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .sagi-rei_bottom_text_img img {
    width: 100%;
    height: 100%;
  }
  .sagi-rei_arrow {
    position: relative;
    width: 50%;
    margin: 0 auto;
    margin-top: -2rem;
    z-index: 1;
    margin-bottom: 1.5rem;
  }
  .sagi-rei_arrow img {
    width: 100%;
    height: 100%;
  }
}
.simulator {
  background: #769ece;
  display: none;
}

.open-form {
  background-image: url(images/open-form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.open-simulator {
  margin: auto;
  max-width: 800px;
  transition: 0.3s all;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4rem;
  padding-top: 2rem;
  position: relative;
}
.open-simulator__img {
  width: 100%;
}
.open-simulator__img--balloon {
  position: absolute;
  top: 37%;
  left: 9%;
  width: 45%;
  animation: 2s 0s bound ease-in infinite;
}

@keyframes bound {
  79%, 90%, 97%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  85% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  99% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.open-simulator:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1050px) {
  .simulator {
    background: #769ece;
    display: none;
  }
  .open-form {
    background-image: url(images/open-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .open-simulator {
    margin: auto;
    max-width: 800px;
    transition: 0.3s all;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 95%;
    padding-bottom: 2rem;
  }
  .open-simulator img {
    vertical-align: bottom;
  }
  .open-simulator:hover {
    opacity: 0.5;
  }
}
/* soudan
---------------- */
.soudan {
  padding: 4.6rem 2rem;
  padding-bottom: 3rem;
  background-image: url(images/new/soudan_bg.jpg);
}

.soudan_title {
  color: #fff;
  font-size: min(5.1vw, 3.3rem);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  text-shadow: 0px 0px 15px #000;
}

.soudan_title span {
  font-size: min(5.8vw, 4rem);
  line-height: 1.5;
}

.soudan_items {
  max-width: 72rem;
  margin: 0 auto;
}

.soudan_item {
  margin-bottom: 2.4rem;
  cursor: pointer;
}

.soudan_item_title {
  color: #fff;
  font-size: 2rem;
  background: #EAE2EF;
  position: relative;
  display: flex;
  padding-right: 2.3rem;
}

.soudan_item_title figure {
  flex-basis: 15%;
}

.soudan_item_title figure img {
  width: 100%;
  height: 100%;
}

.soudan_item_title::before {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #013D90;
  font-size: 3.3rem;
}

.soudan_item_title.active::before {
  content: "－";
  font-size: 3.3rem;
}

.soudan_item_text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 0;
  padding-bottom: 1.9rem;
  margin-left: 1rem;
}

.soudan_item_text p {
  font-size: 2.2rem;
  line-height: 1.47;
  font-weight: bold;
  color: #333;
  margin-top: 0.6rem;
}

.soudan_item_text .point {
  background-color: #9432E0;
  border-radius: 4rem;
  font-size: 1.5rem;
  padding: 0.1rem 1rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  margin-right: 1rem;
}

.soudan_item_text .higai {
  font-size: 2.1rem;
  line-height: 1.42;
  color: #9432E0;
  font-weight: bold;
  vertical-align: bottom;
}

.soudan_item_text .higai span {
  font-size: 1.7rem;
  line-height: 1.47;
}

.soudan_item_inner {
  display: none;
}

.soudan_item_inner-top {
  background-color: #fff;
  padding: 1.6rem 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.soudan_item_inner-bottom {
  background-color: #FDF5D4;
  padding: 1.6rem 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}

.soudan_item_inner-bottom img {
  margin-right: 0.6rem;
}

@media screen and (max-width: 1050px) {
  .soudan {
    padding: 3rem 2rem;
    background-image: url(images/new/soudan_bg.jpg);
  }
  .soudan_title {
    color: #fff;
    font-size: min(5.1vw, 3.9rem);
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
  .soudan_title span {
    font-size: min(5.8vw, 4rem);
    line-height: 1.5;
  }
  .soudan_item {
    margin-bottom: 2.4rem;
  }
  .soudan_item_title {
    color: #fff;
    font-size: 20px;
    background: #EAE2EF;
    position: relative;
    display: flex;
    padding-right: 2.3rem;
  }
  .soudan_item_title figure {
    flex-basis: 8rem;
    width: 8rem;
  }
  .soudan_item_title figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .soudan_item_title::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    color: #013D90;
    font-size: 3rem;
    font-weight: bold;
  }
  .soudan_item_title.active::before {
    content: "－";
    font-weight: bold;
  }
  .soudan_item_text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 0;
    padding-bottom: 1.9rem;
    flex-basis: calc(100% - 11rem);
  }
  .soudan_item_text p {
    font-size: 1.7rem;
    line-height: 1.47;
    font-weight: bold;
    color: #333;
    margin-top: 0.6rem;
  }
  .soudan_item_text .point {
    background-color: #9432E0;
    border-radius: 4rem;
    font-size: 1.5rem;
    padding: 0.1rem 1rem;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    margin-right: 1rem;
  }
  .soudan_item_text .higai {
    font-size: 2.1rem;
    line-height: 1.42;
    color: #9432E0;
    font-weight: bold;
    vertical-align: bottom;
  }
  .soudan_item_text .higai span {
    font-size: 1.7rem;
    line-height: 1.47;
  }
  .soudan_item_inner {
    display: none;
  }
  .soudan_item_inner-top {
    background-color: #fff;
    padding: 1.6rem 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .soudan_item_inner-bottom {
    background-color: #FDF5D4;
    padding: 1.6rem 3rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
  }
  .soudan_item_inner-bottom img {
    margin-right: 0.6rem;
  }
}
/* nagare
---------------- */
.nagare {
  background-color: #F0F0F0;
  padding: 0 2rem;
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}

.nagare_title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 4.6rem;
}

.nagare_step {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
}

.nagare_step.last {
  position: relative;
}

.nagare_step.last figure {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15rem;
  height: auto;
}

.nagare_step.last figure img {
  width: 100%;
  height: 100%;
}

.nagare_step-step {
  font-size: 1rem;
  line-height: 1;
}

.nagare_step-num {
  line-height: 1.47;
  font-size: 2.4rem;
}

.nagare_step_left {
  text-align: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 2.4rem;
  padding: 1rem 0.7rem;
  vertical-align: top;
  flex-basis: 4rem;
  line-height: 1;
}

.nagare_step_01 {
  background-color: #7C94FF;
}

.nagare_step_02 {
  background-color: #4776DE;
}

.nagare_step_03 {
  background-color: #EA6C4E;
}

.nagare_step_04 {
  background-color: #EA4E4E;
}

.nagare_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 72rem;
  margin: 0 auto;
  margin-bottom: 3.4rem;
  font-size: 2rem;
}

.nagare_bottom figure {
  flex-basis: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.2rem;
}

.nagare_bottom figure img {
  width: 40%;
}

.nagare_bottom p {
  flex-basis: 89%;
  font-size: min(3.8vw, 2rem);
  line-height: 1.5;
}

.nagare_bottom.last {
  margin-bottom: 0;
}

.nagare_bottom.last p {
  margin-left: 6.2rem;
  font-weight: bold;
  color: #EA6C4E;
}

@media screen and (max-width: 1050px) {
  .nagare {
    background-color: #F0F0F0;
    padding: 0 2rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
  .nagare_title {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.43;
    margin-bottom: 2rem;
  }
  .nagare_step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.5rem;
  }
  .nagare_step.last {
    position: relative;
  }
  .nagare_step.last figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14rem;
    height: auto;
  }
  .nagare_step.last figure img {
    width: 100%;
    height: 100%;
  }
  .nagare_step-step {
    font-size: 1rem;
    font-family: "Noto sans JP", serif;
    line-height: 1;
  }
  .nagare_step-num {
    line-height: 1.47;
    font-size: 2.4rem;
  }
  .nagare_step_left {
    text-align: center;
    color: #fff;
    margin-right: 1rem;
    font-size: 2.4rem;
    padding: 1rem 0.7rem;
    font-family: "Noto Serif JP", serif;
    vertical-align: top;
    flex-basis: 4rem;
    line-height: 1;
  }
  .nagare_step_01 {
    background-color: #7C94FF;
  }
  .nagare_step_02 {
    background-color: #4776DE;
  }
  .nagare_step_03 {
    background-color: #EA6C4E;
  }
  .nagare_step_04 {
    background-color: #EA4E4E;
  }
  .nagare_bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }
  .nagare_bottom figure {
    flex-basis: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.2rem;
  }
  .nagare_bottom figure img {
    width: 40%;
  }
  .nagare_bottom p {
    flex-basis: 89%;
    font-size: min(3.8vw, 2rem);
    line-height: 1.5;
  }
  .nagare_bottom.last {
    margin-bottom: 0;
  }
  .nagare_bottom.last p {
    margin-left: 6.2rem;
    font-weight: bold;
    color: #EA6C4E;
  }
}
/* hiyou
---------------- */
.hiyou {
  padding: 5rem 2rem;
  padding-bottom: 7rem;
  background-color: #FFECD6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hiyou_text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #013D90;
  text-align: center;
}
.hiyou__wrap {
  max-width: 100rem;
  margin: 0 auto;
}

.hiyou_title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 3rem;
}

.hiyou_bottom {
  max-width: 72rem;
  width: 100%;
  margin: 0 auto 3rem;
  background-color: #EB8002;
  padding: 0.7rem 2.5rem;
  font-size: min(6.41vw, 2.5rem);
  line-height: 1.44;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.hiyou_bottom span {
  font-size: 2em;
  line-height: 1;
}

.hiyou__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.hiyou__item {
  background-color: #fff;
  padding: 2.5rem 1.8rem;
  margin: 0 2rem;
  flex-basis: 45%;
}
.hiyou__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.hiyou__item-text--small {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.hiyou__item-title {
  padding: 0;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
.hiyou__item-title span {
  font-size: 1.5em;
  color: #EB8002;
  line-height: 1;
}

@media screen and (max-width: 1050px) {
  .hiyou {
    padding: 3rem 2rem;
    background-color: #FEF8E3;
    padding-bottom: 4rem;
  }
  .hiyou_title {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.43;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .hiyou table {
    background-color: #fff;
    margin-bottom: 1.5rem;
  }
  .hiyou table tr {
    border: 1px solid #23419D;
  }
  .hiyou table th {
    font-size: min(4.1vw, 2rem);
    width: 30%;
    font-weight: 500;
    border: 1px solid #333;
  }
  .hiyou table td {
    padding: 1.6rem 1.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42;
  }
  .hiyou_bottom {
    width: 100%;
    padding: 0.7rem 2.5rem;
    font-size: min(6.41vw, 2.5rem);
    line-height: 1.44;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .hiyou__items {
    flex-direction: column;
  }
  .hiyou__item {
    margin: 0;
  }
  .hiyou__item + .hiyou__item {
    margin-top: 2rem;
  }
}
/* faq
---------------- */
.faq {
  padding: 5rem 2rem;
  background-color: #DFEBFF;
}

.faq_title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 5rem;
}

.faq_items {
  max-width: 72rem;
  margin: 0 auto;
}

.faq_item {
  margin-bottom: 2rem;
  cursor: pointer;
}

.faq_item_top {
  height: 1rem;
  background-color: #013D90;
}

.faq_item_Q {
  background-color: #fff;
  padding: 1.3rem 0.9rem;
  position: relative;
  padding-right: 3rem;
}

.faq_item_Q h2 {
  font-size: 2rem;
  font-weight: bold;
}

.faq_item_Q h2 span {
  font-size: 2rem;
  margin-right: 1.3rem;
  color: #013D90;
}

.faq_item_Q::before {
  content: "＋";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #013D90;
  font-size: 3rem;
  font-weight: bold;
}

.faq_item_Q.active::before {
  content: "－";
  font-weight: bold;
}

.faq_item_A {
  display: none;
  background-color: #FFECD7;
  padding: 1.3rem 0.9rem;
}

.faq_item_A-flex {
  display: flex;
}

.faq_item_A-flex span {
  display: block;
  font-size: 2rem;
  color: #DD0000;
  margin-right: 1.3rem;
  text-align: center;
  font-weight: bold;
}

.faq_item_A-flex p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  opacity: 1;
}

@media screen and (max-width: 1050px) {
  .faq {
    padding: 3rem 2rem;
    padding-top: 4rem;
  }
  .faq_title {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.43;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .faq_item {
    margin-bottom: 2rem;
  }
  .faq_item_top {
    height: 1rem;
    background-color: #013D90;
  }
  .faq_item_Q {
    background-color: #fff;
    padding: 1.3rem 0.9rem;
    position: relative;
    padding-right: 3rem;
  }
  .faq_item_Q h2 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .faq_item_Q h2 span {
    font-size: 2rem;
    margin-right: 1.3rem;
  }
  .faq_item_Q::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    color: #013D90;
    font-size: 3rem;
  }
  .faq_item_Q.active::before {
    content: "－";
  }
  .faq_item_A {
    display: none;
    background-color: #FEF8E3;
    padding: 1.3rem 0.9rem;
  }
  .faq_item_A-flex {
    display: flex;
  }
  .faq_item_A-flex span {
    display: block;
    font-size: 2rem;
    color: #DD0000;
    margin-right: 1.3rem;
    text-align: center;
  }
  .faq_item_A-flex p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    opacity: 1;
  }
}
/* gaiyou
---------------- */
.gaiyou {
  padding: 5rem 2rem;
  padding-top: 4rem;
  background-color: #FFECD7;
}

.gaiyou_title {
  text-align: center;
  font-size: 4rem;
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 5rem;
}

.gaiyou_table {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
}

.gaiyou_table tr {
  padding-left: 5rem;
}

.gaiyou_table th, .gaiyou_table td {
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}

.gaiyou_table th {
  width: 25%;
  padding-left: 5rem;
  color: #24325D;
  padding-bottom: 1.58rem;
  line-height: 1.42;
  font-weight: bold;
}

.gaiyou_table td {
  width: 65%;
  padding-bottom: 1.58rem;
  line-height: 1.42;
  color: #333;
  font-weight: 400;
}
.gaiyou_table td a {
  color: #013D90;
  transition: 0.3s all;
}
.gaiyou_table td a:hover {
  opacity: 0.5;
}

.gaiyou_table td iframe {
  margin-top: -15.8rem;
  padding-top: 16.8rem;
}

@media screen and (max-width: 1050px) {
  .gaiyou {
    padding: 3rem 2rem;
    padding-top: 4rem;
    background-color: #FDFBEA;
  }
  .gaiyou_title {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.43;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .gaiyou_table {
    width: 100%;
    max-width: 72rem;
    margin: 0 auto;
  }
  .gaiyou_table tr {
    padding-left: 0;
  }
  .gaiyou_table th, .gaiyou_table td {
    font-size: 1.4rem;
    display: block;
  }
  .gaiyou_table th {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    line-height: 1.42;
    font-weight: bold;
  }
  .gaiyou_table td {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 1.4rem;
    line-height: 1.42;
    color: #333;
    font-weight: 400;
  }
  .gaiyou_table td iframe {
    margin-top: -39rem;
    padding-top: 40rem;
  }
}
/* mail-contact
---------------- */
.mail-contact {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mail-contact_title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

/* link
---------------- */
.link {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

.link-wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* xxxxx
            ---------------- */
.xxxxx {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

/* xxxxx
              ---------------- */
.xxxxx {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}

/* footer
---------------- */
footer {
  margin: 0 auto;
  text-align: center;
  background-color: #013D90;
  padding-bottom: 1rem;
  padding-top: 10px;
}

footer a {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.copyright {
  margin: 0px auto 0px;
  color: #fff;
}

.privacypolicy {
  font-size: 1.3rem;
  line-height: 1.8;
}

.cop .link {
  margin: 40px auto;
}

.link-wrap {
  display: flex;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.f-banner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.f-banner li {
  width: 25%;
  /*←画像を横に4つ並べる場合*/
  padding: 0 5px;
  /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
  list-style: none;
}

.f-banner li img {
  max-width: 100%;
  /*画像のはみだしを防ぐ*/
  height: auto;
  /*画像の縦横比を維持 */
}

@media screen and (max-width: 1050px) {
  footer {
    padding: 2.4rem 3rem 1.5rem 3rem;
  }
  .link-wrap {
    display: block;
  }
  .link-wrap img {
    margin: 0 auto 20px;
  }
  .f-banner {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .f-banner li {
    width: 50%;
    /*←画像を横に4つ並べる場合*/
    padding: 0 2px;
    /*←画像の左右に5pxの余白を入れる場合*/
    box-sizing: border-box;
    list-style: none;
  }
  .f-banner li img {
    max-width: 100%;
    /*画像のはみだしを防ぐ*/
    margin-bottom: 5px;
    height: auto;
    /*画像の縦横比を維持 */
  }
  .contact-form {
    height: 62em;
  }
  .privacypolicy {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .copyright {
    font-size: 1rem;
    line-height: 1.84;
    text-decoration: underline;
  }
}
/* privacy
---------------- */
.privacy {
  background: #DFEBFF;
  text-align: center;
  padding: 20px 0;
}

.privacy h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 3.2rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.privacy h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  display: inline-block;
  border-left: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  left: 0;
}

.privacy h2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  display: inline-block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  right: 0;
}

.privacy-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem 3rem;
  margin: 10px auto;
  width: 90%;
  max-width: 800px;
  text-align: left;
}

.privacy-wrap p {
  margin: 1.6rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

.privacy-wrap h3 {
  font-size: 1.8rem;
  margin: 1.8rem 0;
}

.privacy-wrap a {
  font-size: 1.6rem;
}

@media screen and (max-width: 1050px) {
  .privacy-wrap {
    background-color: #fff;
    border-radius: 20px;
    margin: 1em auto;
  }
}
/* toku
---------------- */
.toku01, .toku02, .toku03 {
  border-bottom: 1px solid #333;
} /*# sourceMappingURL=style.css.map */