@charset "UTF-8";
/* ====================================================
# mixins
===================================================== */
/* ====================================================
# colors
===================================================== */
/* ====================================================
# font
===================================================== */
/* NotoSansCJKjp */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

@font-face {
  font-family: "NotoSerifCJKjp";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff2");
}

/*＝＝＝＝＝＝＝＝＝＝＝
    フェードイン
＝＝＝＝＝＝＝＝＝＝＝＝*/

.fadein {  opacity : 0;  transform: translateY(20px);  transition: all 1s;}

/* ====================================================
# content width
===================================================== */
.inner {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
    padding: 0;
  }
}

.wrapper {
  width: 760px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.content {
  width: 660px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .content {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

/* ====================================================
# bace(共通)
===================================================== */
/* *{
  outline:solid 1px red;
} */
body {
  color: #333;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background-color: #f7f7f7;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 400px) {
  body {
    font-size: 3vw;
  }
}

a {
  color: #333;
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a:hover img {
  opacity: 0.7;
}

.under-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(0, #f5e9e5));
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f5e9e5 0);
  /* background: linear-gradient(
    rgba(255, 255, 255, 0) 1em,
    #fffc7e 0,
    #fffc7e calc(1em + 10px),
    rgba(255, 255, 255, 0) 0
  ); */
  /*   @include mqdown() {
    background: linear-gradient(
      rgba(255, 255, 255, 0) 1em,
      #fffc7e 0,
      #fffc7e calc(1em + 8px),
      rgba(255, 255, 255, 0) 0
    );
  } */
}

.under-line {
  border-bottom: solid 1px #333;
}

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

.is-pc {
  display: block;
}

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

.is-sp {
  display: none;
}

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

.font-col-red {
  color: #c88077;
  font-weight: 500;
}

.font-col-bule {
  color: #80AABF;
  font-weight: 500;
}

.font-col-bule2 {
  color: #6C8DA6;
  font-weight: 500;
}

/* ================================================
 * flex
/* ================================================*/
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex_all_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  margin: 0 auto;
}

/* ====================================================
# main
===================================================== */
.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#93b0bf), color-stop(3%, #93b0bf), color-stop(3%, #e7ecef), to(#e7ecef));
  background: linear-gradient(180deg, #93b0bf 0%, #93b0bf 3%, #e7ecef 3%, #e7ecef 100%);
  margin-top: -50px;
  position: relative;
  padding-bottom: 46px;
}

@media screen and (max-width: 768px) {
  .contact {
    background: linear-gradient(180deg, #93b0bf 0%, #93b0bf 10px, #e7ecef 10px, #e7ecef 100%);
    margin-top: -10%;
  }
}

.contact h2 {
  position: relative;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact h2 {
    width: 90%;
    text-align: center;
    position: relative;
right: -10px;
  }
}

.contact .asirai-logo {
  position: absolute;
  top: -25%;
  right: -30%;
  /* transform: rotate(20deg); */
  width:80%;
}

@media screen and (max-width: 768px) {
  .contact .asirai-logo {
    width: 65%;
  }
}

@media screen and (max-width: 400px) {
  .contact .asirai-logo {
    top: -5px;
    right:-50px;
  }
}

.contact-title-box {
  width: 74%;
  margin: 0 auto;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .contact-title-box {
    width: 80%;
    padding-top: 15px;
  }
  .contact-item-box p{
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-title-box.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contact-img {
  /* flex: 0 1 41%; */
  width: 41%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

@media screen and (max-width: 768px) {
  .contact-img {
    width: 100%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.contact-item-box {
  /* flex: 0 1 57%; */
  width: 57%;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .contact-item-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
  }
}

.contact-item-box {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .contact-item-box {
    font-size: 4.5vw;
  }
}

.contact-item-box .font-col-bule2,
.contact-item-box .font-col-red,
.contact-item-box .font-size-M {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .contact-item-box .font-col-bule2,
  .contact-item-box .font-col-red,
  .contact-item-box .font-size-M {
    font-size: 4.5vw;
  }
}

.contact-item-box p:first-letter {
  font-size: 34px;
  /*IE9以前に対応する*/
  font-size: 2.125rem;
  line-height: 1.17647;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .contact-item-box p:first-letter {
    font-size: 5.5vw;
  }
}

.contact-form-box {
  border: solid 3px #c88077;
  background-color: #fff;
  border-radius: 30px;
  width: 560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  padding: 35px 28px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .contact-form-box {
    margin-top: 1em;
    width: 90%;
    padding: 10% 5%;
  }
}

.contact-form-box p {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}

.contact-form-box form {
  margin-top: 16px;
  margin-bottom: 12px;
}

.contact-form-box form input[type="text"] {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  line-height: 2.33333;
  letter-spacing: 0em;
  border: solid 1px #cccccc;
  background-color: #f5e9e5;
  padding: 1em;
  text-align: center;
  border-radius: 0;
}

.contact-form-box form .contact-btn {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 28px auto;
  position: relative;
  padding: 0.8em;
  background-color: #c88077;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
/*   left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  width: 70%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .contact-form-box form .contact-btn {
    width: 100%;
    font-size: 4vw;
  }
}

.contact-form-box form .contact-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contact-form-box form .contact-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact-form-box .content_form .input_unit {
  width: 100%;
}

.contact-form-box form.myForm div.submit {
  margin-top: 0;
}

.contact-form-box form input[type="text"]:focus {
  border-radius: 0;
  border: #000 2px solid;
}

@media screen and (max-width: 768px) {
  .contact-form-box .content_form .input_unit .my_column {
    width: 100%;
  }
}


.line-red {
  border-top: solid 0.5px #dcaea8;
  margin: 8px 0;
}

.contact-lead-box {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .contact-lead-box {
    margin-top: 1em;
  }
}

.contact-lead-box .contact-lead-img {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  /* flex: 0 1 30%; */
  width: 30%;
}

@media screen and (max-width: 768px) {
  .contact-lead-box .contact-lead-img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 70%;
    margin: 0 auto;
  }
}

.contact-lead-box .contact-lead-text {
  /* flex: 0 1 70%; */
  width: 70%;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .contact-lead-box .contact-lead-text {
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
  }
}

.contact-lead-box .contact-lead-text p {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1.71429;
  letter-spacing: 0em;
  font-weight: 200;
  padding-left: 1em;
}

.contact-lead-box .contact-lead-text p .under-marker {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
.contact-lead-box .contact-lead-text .sarani {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .contact-lead-box.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-lead-box .contact-lead-text .sarani{
    width:50%;
  }
}

.nayami {
  padding: 86px 0 72px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .nayami {
    padding: 40px 0;
  }
}

h3 {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 4.2vw;
  }
}

h3 .asirai-logo {
  position: absolute;
  top: 25px;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 45%;
}

@media screen and (max-width: 768px) {
  h3 .asirai-logo {
    top: 80%;
right: -30px;
width: 70%;
  }
}

.line-bule {
  border-top: solid 2px #93b0bf;
}

.nayami-list-box {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .nayami-list-box {
    margin-top: 30px;
  }
}

.nayami-list-box ul li {
  position: relative;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  list-style: none;
  padding-left: 4.3em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: url(../img/list-mark.png) left 20px top 8px no-repeat;
  background-size: 23px auto;
  margin-bottom: -6px;
}

@media screen and (max-width: 768px) {
  .nayami-list-box ul li {
    font-size: 3.5vw;
    padding-left: 2.5em;
    background: url(../img/list-mark.png) left 0 top 8px no-repeat;
    background-size: 6vw auto;
  }
}
@media screen and (max-width: 400px) {
  .nayami h3 {
    margin-bottom: 0;
  }
}

.border-bottom {
  width: 85%;
  height: 1px;
  background-image: linear-gradient(to right, #cccccc, #cccccc 6px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 9px 1px;
  background-position: left bottom;
  padding-bottom: 16px;
  margin-left: 2.5em;
  margin-bottom: 10px;
}

.voice {
  padding-top: 78px;
  padding-bottom: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f4f2), color-stop(7%, #f7f4f2), color-stop(7%, #fff), to(#fff));
  background: linear-gradient(180deg, #f7f4f2 0%, #f7f4f2 7%, #fff 7%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .voice {
    padding-top: 78px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f4f2), color-stop(28vw, #f7f4f2), color-stop(28vw, #fff), to(#fff));
    background: linear-gradient(180deg, #f7f4f2 0%, #f7f4f2 28vw, #fff 28vw, #fff 100%);
  }
}

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

.voice h4 {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background-color: #dcaea8;
  -webkit-box-shadow: 0 -78px 0px 0 #f7f4f2;
          box-shadow: 0 -78px 0px 0 #f7f4f2;
  padding: 40px 0 40px 100px;
  width: 85%;
  margin-bottom: 38px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .voice h4 {
    padding: 5%;
    font-size: 4.5vw;
  }
}

.voice-lead {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 57px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .voice-lead {
    font-size: 4vw;
    margin-bottom: 40px;
  }
}

.voice-box {
  background-color: #fdf9f9;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 15px 10px 33px 8px;
  margin-bottom: 59px;
}

@media screen and (max-width: 768px) {
  .voice-box {
    padding: 1.5em;
  }
}

.voice-box .voice-item-box {
  margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
  .voice-box .voice-item-box.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice-box .voice-img {
  /* flex: 0 1 32%; */
  width: 32%;
}

@media screen and (max-width: 768px) {
  .voice-box .voice-img {
    width: 90%;
    margin: 0 auto 1em;
  }
}

.voice-box .voice-text {
  /* flex: 0 1 67%; */
  width: 67%;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .voice-box .voice-text {
    width: 100%;
    margin: 0 auto;
  }
}

.voice-box .voice-text .voice-after {
  padding-left: 1em;
  position: relative;
  margin-top: 24px;
  color: #666;
}

.voice-box .voice-text .voice-after .logo-after {
  position: absolute;
  width: 50px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: -25px;
  left: 0;
}

.voice-box .voice-text .arrow-bottom {
  width: 26px;
  position: relative;
  left: 41%;
  top: 0px;
  margin-bottom: 18px;
}

.voice-box .voice-text .voice-before {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.75;
  margin-left: 1em;
  position: relative;
  background-color: #fff;
  padding: 0.5em;
}

.voice-box .voice-text .voice-before .logo-before {
  position: absolute;
  width: 55px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  top: -30px;
  left: -16px;
}

.voice-box .voice-catch p {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding: 3px 3.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .voice-box .voice-catch p {
    text-align: left;
    padding: 3px 1em;
  }
}

.voice-box .voice-catch p::before {
  position: absolute;
  /*before(after)を可視化するためのおまじない*/
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*位置は左上を指定*/
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  /*topとleftの辺だけを可視化する*/
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

.voice-box .voice-catch p::after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*位置は右下を指定*/
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  /*bottomとrightのへんだけを可視化する*/
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

.contact-main {
  background-color: #e7ecef;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 400px) {
  .contact-main{
    padding-top: 10px;
  }
}

.contact-main-form-box {
  width: 560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: solid 3px #DCAEA8;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 60px;
  padding: 38px 50px 4px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .contact-main-form-box {
    width: 90%;
    padding: 10% 5%;
  }
}
@media screen and (max-width: 400px) {
  .contact-main-form-box {
    padding-bottom: 0;
  }
}

.contact-main-form-box .contact-main-present {
  position: relative;
}

.contact-main-form-box .contact-main-present .contact-main-logo {
  position: absolute;
  width: 60px;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .contact-main-form-box .contact-main-present .contact-main-logo {
    top: -13vw;
  }
}

.contact-main-form-box .contact-main-present .contact-main-en {
  position: absolute;
  width: 140px;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .contact-main-form-box .contact-main-present .contact-main-en {
    top: -17vw;
  }
}

.contact-main h2.contact-item {
  margin: 0 auto;
  width: 250px;
}

@media screen and (max-width: 400px) {
  .contact-item img{
    width:80%;
  }
  .contact-main h2.contact-item{
    text-align: center;
    margin-top: 20px;
  }
}

.contact-main .contact-main-title {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 0.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .contact-main .contact-main-title {
    font-size: 4.5vw;
  }
}

.contact-main .contact-main-title .font-col-bule,
.contact-main .contact-main-title .font-col-red,
.contact-main .contact-main-title .font-size-M {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .contact-main .contact-main-title .font-col-bule,
  .contact-main .contact-main-title .font-col-red,
  .contact-main .contact-main-title .font-size-M {
    font-size: 4.5vw;
  }
}

.contact-main .contact-main-title:first-letter {
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .contact-main .contact-main-title:first-letter {
    font-size: 5.5vw;
  }
}

.contact-main .contact-main-img {
  width: 364px;
  margin: 0 auto 28px;
}

@media screen and (max-width: 768px) {
  .contact-main .contact-main-img {
    width: 100%;
  }
}

.contact-main .contact-main-text {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 500;
}

.contact-main form {
  margin-top: 16px;
  margin-bottom: 12px;
}

.contact-main form input[type="text"] {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  line-height: 2.33333;
  letter-spacing: 0em;
  border: solid 1px #cccccc;
  background-color: #f5e9e5;
  padding: 1em;
  text-align: center;
  border-radius: 0;
}

.contact-main form .contact-btn {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 28px auto;
  position: relative;
  padding: 0.8em;
  background-color: #c88077;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
/*   left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); */
  width: 320px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .contact-main form .contact-btn {
    width: 100%;
    font-size: 4vw;
  }
}

.contact-main form .contact-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contact-main form .contact-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.contact-main .content_form .input_unit {
  width: 100%;
}

.contact-main form.myForm div.submit {
  margin-top: 0;
}

.contact-main form input[type="text"]:focus {
  border-radius: 0;
  border: #000 2px solid;
}

@media screen and (max-width: 768px) {
  .contact-main .content_form .input_unit .my_column {
    width: 100%;
  }
}

.about {
  background-color: #fff;
  padding-bottom: 73px;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .about {
    padding-top: 58px;
  }
}

.about .about-header {
  width: 860px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-right: 0;
  height: 360px;
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .about .about-header {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 29%;
  }
}

@media screen and (max-width: 400px) {
  .about .about-header {
    margin-top: -58px;
  }
}

@media screen and (max-width: 768px) {
  .about .about-header.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.about .about-title-text {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.83333;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  width: 426px;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .about .about-title-text {
    width: 100%;
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 400px) {
  .about .about-title-text {
    font-size: 3.8vw;
  }
  .about .about-title-border {
  font-size: 17px;
  }
}

.about .about-title-border {
  /* flex: 0 1 50%; */
  border-bottom: solid 1px #dcaea8;
}

.about .about-title-img {
  padding-right: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(65.5%, #fff), color-stop(65.5%, #F5E9E5), to(#F5E9E5));
  background: linear-gradient(90deg, #fff 0%, #fff 65.5%, #F5E9E5 65.5%, #F5E9E5 100%);
  width: 407px;
}

@media screen and (max-width: 768px) {
  .about .about-title-img {
    margin-left: auto;
    width: 85%;
    margin-right: -5.5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(77.5%, #fff), color-stop(77.5%, #F5E9E5), to(#F5E9E5));
    background: linear-gradient(90deg, #fff 0%, #fff 77.5%, #F5E9E5 77.5%, #F5E9E5 100%);
  }
}

.about .about-title {
  /* flex: 0 1 50%; */
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(97%, transparent), to(#dcaea8));
  background: linear-gradient(transparent 0, transparent 97%, #dcaea8 100%);
  background-size: 100% 2em;
  line-height: 2em;
  margin: auto 0;
  padding: 0 0 2em 0.2em;
  font-size: 21px;
  /*IE9以前に対応する*/
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.about .about-item-img {
  -webkit-box-shadow: 10px 10px 0px 0 #fbf4f0;
          box-shadow: 10px 10px 0px 0 #fbf4f0;
  margin: 25px 0 40px;
  width: 400px;
}

@media screen and (max-width: 768px) {
  .about .about-item-img {
    width: 100%;
  }
}

.about .about-lead {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 52px;
}

.about .about-lead-mbL {
  margin-bottom: 62px;
}

.about .about-lead-mbM {
  margin-bottom: 33px;
}

.about .about-lead .font-col-red,
.about .about-lead .font-col-bule {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.77778;
  font-weight: 700;
}

.about .about-lead:last-child {
  margin-bottom: 0;
}

.about .about-catch {
  margin-bottom: 58px;
}

.about .about-catch p {
  background-color: #93b0bf;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px 1px 10px;
  margin-bottom: 15px;
}

.about:nth-child(even) {
  padding-top: 0;
  /*     .wrapper {
      @include mqdown(sp) {
        margin-top: -15%;
      }
    } */
}

.about:nth-child(even) .about-header {
  width: 860px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-left: 0;
  padding-right: 0;
  height: 393px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .about:nth-child(even) .about-header {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 35%;
  }
}

@media screen and (max-width: 400px) {
  .about:nth-child(even) .about-header {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .about:nth-child(even) .about-header.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.about:nth-child(even) .about-title-img {
  background: -webkit-gradient(linear, left top, right top, from(#F5E9E5), color-stop(35.5%, #F5E9E5), color-stop(36.5%, #fff), to(#fff));
  background: linear-gradient(90deg, #F5E9E5 0%, #F5E9E5 35.5%, #fff 36.5%, #fff 100%);
  width: 410px;
  padding-right: 0;
  padding-left: 60px;
  padding-top: 103px;
  padding-bottom: 69px;
}

@media screen and (max-width: 768px) {
  .about:nth-child(even) .about-title-img {
    margin-left: -5.5%;
    padding-left: 5%;
    width: 85%;
    margin-right: 0;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    background: -webkit-gradient(linear, left top, right top, from(#F5E9E5), color-stop(17.5%, #F5E9E5), color-stop(17.5%, #fff), to(#fff));
    background: linear-gradient(90deg, #F5E9E5 0%, #F5E9E5 22.5%, #fff 22.5%, #fff 100%);
  }
}

.about:nth-child(even) .about-title-text {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.83333;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  width: 384px;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .about:nth-child(even) .about-title-text {
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 400px) {
  .about:nth-child(even) .about-title-text {
    font-size: 3.8vw;
    margin-top: auto;
  }
}

.about:nth-child(even) .about-title-border {
  /* flex: 0 1 50%; */
  border-bottom: solid 1px #dcaea8;
}

.about:nth-child(even) .about-lead-img {
  margin: 28px auto 33px;
  width: 380px;
}

@media screen and (max-width: 768px) {
  .about:nth-child(even) .about-lead-img {
    width: 100%;
  }
}

.about .about-lead .font-col-red.font-size-S,
.about .about-lead .font-col-bule.font-size-S {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
}

.about .about-before-after-bg {
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 20px, #f7f4f2 20px, #f7f4f2 180px);
  height: 200px;
  margin-bottom: 38px;
}

.about .about-before-after-bg .about-before-after-img {
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.about .about-before-after-bg .about-before-after-img .about-beforeafter01 {
  /* flex: 0 1 46.6%; */
  width: 46.6%;
}

.about .about-before-after-bg .about-before-after-img .about-beforeafter02 {
  /* flex: 0 1 40%; */
  width: 40%;
}

.program .program-group {
  background-color: #fff;
  padding-top: 60px;
}

@media screen and (max-width: 400px) {
  .program .program-group {
    padding-top: 30px;
  }
  .about .about-before-after-bg {
    background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 20px, #f7f4f2 20px, #f7f4f2 180px);
    height: 130px;
    margin-bottom: 38px;
  }
}

.program .program-group .program-title {
  background-color: #dcaea8;
  font-family: "Hind", sans-serif;
  color: #fff;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0.8em 2em 0.8em 3em;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .program .program-group .program-title {
    width: 100%;
    padding: 1em;
    font-size: 5vw;
  }
}

.program .program-group .program-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.83333;
  letter-spacing: 0em;
}

@media screen and (max-width: 400px) {
  .program .program-group .program-catch {
    font-size: 4.5vw;
    margin-bottom: 1em;
  }
}

.program .program-item-box {
  width: 862px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  /* margin-left: 0; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .program .program-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85%;
    margin: 0 auto;
  }
}

.program .program-item-box .program-item-lead {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1.71429;
  letter-spacing: 0em;
  margin-right: 0;
  width: 46.5%;
  margin-left: auto;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .program .program-item-box .program-item-lead {
    margin: 0 auto 1em;
    padding: 0;
    width: 100%;
  }
}

.program .program-item-box .program-item-img {
  width: 41.5%;
  margin-left: 64px;
  margin-top: -2em;
}

@media screen and (max-width: 768px) {
  .program .program-item-box .program-item-img {
    margin: 1em auto 2em;
    width: 80%;
  }
}

.program .program-item-box-bg {
  background-color: #f5e9e5;
  padding-bottom: 34px;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .program .program-item-box-bg {
    margin-top: 0;
  }
}

.program .program-item-box-bg .program-item-desc {
  width: 862px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: -60px;
  padding-top: 2em;
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .program .program-item-box-bg .program-item-desc {
    margin: 0 auto;
    padding-right: 0;
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .program .program-item-box-bg .program-item-desc {
    width: 90%;
  }
}

.program .program-item-box-bg .program-item-desc .program-desc-title {
  padding: 0.3em 0;
  border-top: solid 2px #dcaea8;
  border-bottom: solid 2px #dcaea8;
  margin-bottom: 18px;
}

.program .program-item-box-bg .program-item-desc .program-list {
  padding-left: 16px;
}

.program .program-item-box-bg .program-item-desc .program-list ul li::before {
  content: "・";
  margin-left: -1em;
}

.program-group.even .program-title {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-right: 0;
  padding: 0.8em 2em 0.8em 2em;
}

@media screen and (max-width: 768px) {
  .program-group.even .program-title {
    width: 100%;
    padding: 1em;
  }
}

@media screen and (max-width: 440px) {
.program-list li{
  font-size: 15px;
  line-height: 1.7rem;
}
  }




.program-group.even .program-item-box {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .program-group.even .program-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 85%;
    margin: 0 auto;
  }
}

.program-group.even .program-item-box .program-item-lead {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .program-group.even .program-item-box .program-item-lead {
    margin: 0 auto 1em;
    padding: 0;
    width: 100%;
  }
}

.program-group.even .program-item-box .program-item-img {
  margin-right: 100px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .program-group.even .program-item-box .program-item-img {
    margin: 1em auto;
    width: 80%;
  }
}

.program-group.even .program-item-box-bg {
  background-color: #f5e9e5;
  padding-bottom: 34px;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .program-group.even .program-item-box-bg {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.program-group.even .program-item-box-bg .program-item-desc {
  width: 862px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-top: -60px;
  padding-top: 2em;
  padding-left: 100px;
}

@media screen and (max-width: 768px) {
  .program-group.even .program-item-box-bg .program-item-desc {
    margin: 0 auto;
    padding-left: 0;
    width: 85%;
  }
}

.program-group.even .program-item-box-bg .program-item-desc .program-desc-title {
  padding: 0.3em 0;
  border-top: solid 2px #dcaea8;
  border-bottom: solid 2px #dcaea8;
  margin-bottom: 18px;
}

.program-group.even .program-item-box-bg .program-item-desc .program-list {
  padding-left: 16px;
}

.program-group.even .program-item-box-bg .program-item-desc .program-list ul li::before {
  content: "・";
  margin-left: -1em;
}

.qa {
  padding-top: 80px;
  background-color: #fff;
  padding-bottom: 42px;
}

.qa .wrapper .qa-list {
  margin-top: 64px;
}

.qa .wrapper .qa-list .q-list {
  position: relative;
  list-style: none;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.66667;
  letter-spacing: 0em;
  padding: 0 0 0 50px;
  margin-bottom: 29px;
  color: #6C8DA6;
}

@media screen and (max-width: 400px) {
  .qa .wrapper .qa-list .q-list {
    font-size: 4vw;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .qa h3{
    font-size: 18px;
    margin-bottom: 0px;
  }
}

.qa .wrapper .qa-list .q-list .q-mark {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  background-color: #93b0bf;
  color: #fff;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  /*装飾*/
  padding: 0 0.2em 0 0.2em;
  background-color: #93b0bf;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 400px) {
  .qa .wrapper .qa-list .q-list .q-mark {
    font-size: 16px;
  }
  .qa .wrapper .qa-list .a-list{
    width:90%;
  }
}

.qa .wrapper .qa-list .a-list {
  font-size: 15px;
  /*IE9以前に対応する*/
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}

.qa .wrapper .qa-list .line-gray {
  margin: 30px 0 30px 42px;
  /* 線の前後の隙間 */
  border: none;
  /* 一旦線を解除 */
  border-top: solid 1px #cccccc;
  /* 点線を指定 */
}

@media screen and (max-width: 400px) {
  .qa .wrapper .qa-list .line-gray {
    margin: 15px 0;
  }
}

.qa .wrapper .qa-img {
  width: 300px;
  margin: 0 auto;
  -webkit-box-shadow: 10px -10px 0px 0 #f0f3f4;
          box-shadow: 10px -10px 0px 0 #f0f3f4;
}

@media screen and (max-width: 400px) {
  .qa .wrapper .qa-img {
    margin-top: 40px;
    width: 100%;
  }
}

.profile {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 32px;
  margin-bottom: 39px;
}

.profile .profile-avatar {
  width: 36%;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .profile .profile-avatar {
    display: none;
  }
}

.profile .profile-item {
  width: 60%;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px) {
  .profile .profile-item {
    width: 100%;
  }
}

.profile .profile-item .profile-name {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}

.profile .profile-item .profile-name-S {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0em;
}

@media screen and (max-width: 400px) {
  .profile .profile-item .profile-name-img{
    margin-bottom: 20px;
  }
}

.profile .profile-item .profile-name-M {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.profile .profile-item .profile-name-logo {
  width: 120px;
}

.profile .profile-item .line-red {
  border-top: solid 1px #dcaea8;
  margin-bottom: 27px;
}

.profile .profile-item .profile-mb-M {
  margin-bottom: 33px;
}

.profile .profile-item .profile-img {
  -webkit-box-shadow: 30px 20px 0px 0 #e9edf0;
          box-shadow: 30px 20px 0px 0 #e9edf0;
  width: 92%;
  margin: 24px 0 48px 7px;
}

footer {
  background-color: #93b0bf;
  padding: 14px 0;
}

footer .footer-copyright {
  font-size: 12px;
  /*IE9以前に対応する*/
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
}
/***********************************
  固定メニュー
************************************/
#content {
  position: relative;
}

#topBtn {
  /*-----必須-----*/
  position: fixed;
  bottom: 0;
  right: 0;
  /*-----装飾-----*/
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #topBtn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    line-height: 15px;
    font-size: 0.9rem;
    color: #ffffff;
  }
}
.tokusyou-privacy{
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.tokusyou-privacy a{
  display: inline;
  border-bottom: 1px solid;
}
/*# sourceMappingURL=style.css.map */
