@charset "UTF-8";
#container {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .menu-trigger {
  display: none;
}

.wrap01 {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .wrap01 {
    max-width: none;
    width: 88.9%;
  }
}
@media screen and (max-width: 768px) {
  .wrap01 {
    width: 85.9%;
  }
}

.kakko {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

body {
  background-color: #fff;
}

/*--- メインビジュアル ---*/
header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header .logo {
  position: absolute;
  width: 20.6%;
  top: 3.3vw;
  left: 4.5vw;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 24.2vw;
    top: 3.1vw;
    left: 3.1vw;
  }
}

#container img {
  display: block;
}

#message {
  background-image: url(../images/message_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-bottom: 2.8vw;
}
@media screen and (max-width: 1000px) {
  #message {
    background-size: 1000px auto;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 900px) {
  #message {
    background-size: 111.1vw auto;
    padding-bottom: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #message {
    background-image: url(../images/message_bg_sp.jpg);
    background-size: cover;
    padding-bottom: 3vw;
  }
}
#message .wrap01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #message .wrap01 {
    padding-top: 5.6vw;
    padding-bottom: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  #message .wrap01 {
    width: 100%;
    padding-top: 7vw;
    padding-bottom: 9vw;
  }
}
#message .txt01 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 900px) {
  #message .txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #message .txt01 {
    font-size: 2.5vw;
  }
}
#message .txt01 strong {
  font-size: 19px;
  line-height: 2.8em;
  font-weight: 700;
  color: #fff100;
}
@media screen and (max-width: 900px) {
  #message .txt01 strong {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  #message .txt01 strong {
    font-size: 3.1vw;
  }
}

#reason {
  background-image: url(../images/reason_bg_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 2.8vw;
  margin-top: -2.8vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #reason {
    background-size: 1000px auto;
    padding-top: 28px;
    margin-top: -28px;
  }
}
@media screen and (max-width: 900px) {
  #reason {
    background-size: 111.1vw auto;
    padding-top: 3.1vw;
    margin-top: -3.1vw;
  }
}
@media screen and (max-width: 768px) {
  #reason {
    background-image: url(../images/reason_bg_sp.svg);
    background-size: 100% auto;
    padding-top: 3vw;
    margin-top: -3vw;
  }
}
#reason .wrap01 {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 900px) {
  #reason .wrap01 {
    padding-top: 7.8vw;
    padding-bottom: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .wrap01 {
    padding-top: 8.8vw;
    padding-bottom: 6.3vw;
  }
}
#reason h2 {
  max-width: 617px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #reason h2 {
    max-width: none;
    width: 68.6vw;
  }
}
@media screen and (max-width: 768px) {
  #reason h2 {
    width: 70.8vw;
  }
}
#reason .r_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 {
    margin-top: 6.7vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 {
    display: block;
    margin-top: 6.3vw;
  }
}
#reason .r_box01 .r_block {
  width: 47.5%;
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block {
    padding-top: 3.1vw;
    padding-bottom: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block {
    width: 100%;
    padding-top: 4.7vw;
    padding-bottom: 3.9vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block:nth-child(n+2) {
    margin-top: 3.1vw;
  }
}
#reason .r_box01 .r_block:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block:nth-child(n+3) {
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block:nth-child(n+3) {
    margin-top: 3.1vw;
  }
}
#reason .r_box01 .r_block:nth-child(1) {
  border-top-left-radius: 20px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block:nth-child(1) {
    border-top-left-radius: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block:nth-child(1) {
    border-top-left-radius: 2.1vw;
  }
}
#reason .r_box01 .r_block:nth-child(2) {
  border-top-right-radius: 20px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block:nth-child(2) {
    border-top-right-radius: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2.1vw;
  }
}
#reason .r_box01 .r_block:nth-child(3) {
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block:nth-child(3) {
    border-bottom-left-radius: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block:nth-child(3) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 2.1vw;
  }
}
#reason .r_box01 .r_block:nth-child(4) {
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block:nth-child(4) {
    border-bottom-right-radius: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block:nth-child(4) {
    border-bottom-right-radius: 2.1vw;
  }
}
#reason .r_box01 .r_block .no {
  width: 41px;
  position: absolute;
  top: 11px;
  left: 11px;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block .no {
    width: 4.6vw;
    top: 1.2vw;
    left: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block .no {
    width: 8.1vw;
    top: 2.7vw;
    left: 2.7vw;
  }
}
#reason .r_box01 .r_block .r_img {
  max-width: 218px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block .r_img {
    max-width: none;
    width: 24.2vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block .r_img {
    width: 49.7vw;
  }
}
#reason .r_box01 .r_block h3 {
  font-size: 24px;
  line-height: 1.7em;
  font-weight: 700;
  text-align: center;
  color: #0069a0;
  margin-top: 0.5em;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block h3 {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block h3 {
    font-size: 4.2vw;
  }
}
#reason .r_box01 .r_block h3 strong {
  color: #e60012;
}
#reason .r_box01 .r_block .r_txt01 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
  color: #000;
  margin-top: 0.2em;
}
@media screen and (max-width: 900px) {
  #reason .r_box01 .r_block .r_txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .r_box01 .r_block .r_txt01 {
    width: 90.9%;
    font-size: 2.5vw;
  }
}
#reason .message {
  max-width: 582px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  #reason .message {
    max-width: none;
    width: 64.7vw;
    margin-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #reason .message {
    width: 71.4vw;
    margin-top: 6.3vw;
  }
}

#voice {
  background-image: url(../images/voice_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #voice {
    background-image: url(../images/voice_bg_sp.png);
  }
}
#voice .wrap01 {
  padding-top: 100px;
  padding-bottom: 85px;
}
@media screen and (max-width: 900px) {
  #voice .wrap01 {
    padding-top: 11.1vw;
    padding-bottom: 9.4vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .wrap01 {
    padding-top: 9.4vw;
    padding-bottom: 12.5vw;
  }
}
#voice h2 {
  max-width: 617px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  #voice h2 {
    max-width: none;
    width: 68.6vw;
  }
}
@media screen and (max-width: 768px) {
  #voice h2 {
    width: 70.8vw;
  }
}
#voice .v_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  #voice .v_box {
    margin-top: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box {
    display: block;
    margin-top: 9.4vw;
  }
}
#voice .v_box .v_block {
  width: 31.3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block {
    width: 100%;
  }
  #voice .v_box .v_block + .v_block {
    margin-top: 8.6vw;
  }
}
#voice .v_box .v_block .prof {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .prof {
    top: -2.2vw;
    left: -2.2vw;
    width: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .prof {
    top: -5.6vw;
    left: -3.4vw;
    width: 19.1vw;
  }
}
#voice .v_box .v_block .img_box {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 25px;
  padding-bottom: 26px;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .img_box {
    border-radius: 1.7vw;
    padding-top: 2.8vw;
    padding-bottom: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .img_box {
    border-radius: 2.7vw;
    padding-top: 7.2vw;
    padding-bottom: 4.1vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#voice .v_box .v_block .img_box .img01 {
  max-width: 180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .img_box .img01 {
    max-width: none;
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .img_box .img01 {
    width: 35.6vw;
    margin-left: 5.2vw;
    margin-right: 0;
  }
}
#voice .v_box .v_block .img_box .txt01 {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  color: #000;
  margin-top: 1.2em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .img_box .txt01 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .img_box .txt01 {
    width: 35.9vw;
    margin-right: 3.6vw;
    font-size: 2.5vw;
    margin-top: 0;
    text-align: left;
  }
}
#voice .v_box .v_block .txt_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .txt_box {
    margin-top: 1.7vw;
    padding: 1.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .txt_box {
    margin-top: 3.6vw;
    padding: 3.1vw 0;
  }
}
#voice .v_box .v_block .txt_box:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .txt_box:before {
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .txt_box:before {
    border-width: 2px;
    width: 5.8vw;
    height: 5.8vw;
  }
}
#voice .v_box .v_block .txt_box:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .txt_box:after {
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .txt_box:after {
    border-width: 2px;
    width: 5.8vw;
    height: 5.8vw;
  }
}
#voice .v_box .v_block .txt_box .txt02 {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 900px) {
  #voice .v_box .v_block .txt_box .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #voice .v_box .v_block .txt_box .txt02 {
    font-size: 2.5vw;
  }
}
#voice .v_box .v_block#voice01 .txt_box::before, #voice .v_box .v_block#voice01 .txt_box::after {
  border-color: #5486ac;
}
#voice .v_box .v_block#voice01 .txt_box .txt02 {
  color: #5486ac;
}
#voice .v_box .v_block#voice02 .txt_box::before, #voice .v_box .v_block#voice02 .txt_box::after {
  border-color: #d58a00;
}
#voice .v_box .v_block#voice02 .txt_box .txt02 {
  color: #d58a00;
}
#voice .v_box .v_block#voice03 .txt_box::before, #voice .v_box .v_block#voice03 .txt_box::after {
  border-color: #9d6083;
}
#voice .v_box .v_block#voice03 .txt_box .txt02 {
  color: #9d6083;
}
#voice #matome {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  #voice #matome {
    margin-top: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  #voice #matome {
    margin-top: 10.9vw;
  }
}
#voice #matome .m_txt_box01 {
  border-radius: 20px;
  border: 2px solid #007774;
  background-color: rgba(0, 149, 145, 0.1);
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #voice #matome .m_txt_box01 {
    border-radius: 2.2vw;
    padding-top: 5.6vw;
    padding-bottom: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  #voice #matome .m_txt_box01 {
    border-radius: 3.1vw;
    padding-top: 7.8vw;
    padding-bottom: 16.4vw;
  }
}
#voice #matome .m_txt_box01 h4 {
  width: 136px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #007774;
  border-radius: 8px;
  padding: 0.2em 0 0.3em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  #voice #matome .m_txt_box01 h4 {
    width: 15.1vw;
    font-size: 2.3vw;
    border-radius: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #voice #matome .m_txt_box01 h4 {
    width: 25.8vw;
    font-size: 4.2vw;
    border-radius: 1.6vw;
  }
}
#voice #matome .m_txt_box01 .m_txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9em;
  text-align: center;
  color: #007774;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  #voice #matome .m_txt_box01 .m_txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #voice #matome .m_txt_box01 .m_txt01 {
    font-size: 3.1vw;
  }
}
#voice #matome .m_txt_box02 {
  width: 77.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #007774;
  border-radius: 20px;
  padding: 25px 0;
}
@media screen and (max-width: 900px) {
  #voice #matome .m_txt_box02 {
    margin-top: -6.7vw;
    border-radius: 2.2vw;
    padding: 2.8vw 0;
  }
}
@media screen and (max-width: 768px) {
  #voice #matome .m_txt_box02 {
    width: 76.9%;
    margin-top: -11.9vw;
    border-radius: 3.1vw;
    padding: 3.1vw 0;
  }
}
#voice #matome .m_txt_box02 .m_txt02 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9em;
  text-align: center;
  color: #007774;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  #voice #matome .m_txt_box02 .m_txt02 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #voice #matome .m_txt_box02 .m_txt02 {
    font-size: 3.1vw;
  }
}

/*--- フッター ---*/
footer .ban {
  background-color: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 900px) {
  footer .ban {
    padding: 6.7vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .ban {
    padding: 7.8vw 0;
  }
}
footer .ban p {
  width: 486px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  footer .ban p {
    width: 54vw;
  }
}
@media screen and (max-width: 768px) {
  footer .ban p {
    width: 78.1%;
  }
}
footer .logo {
  background-color: #eef4f7;
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  footer .logo {
    padding: 4.4vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .logo {
    padding: 3.1vw 0;
  }
}
footer .logo p {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  footer .logo p {
    width: 28.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .logo p {
    width: 48vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.animate, .animate2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.animate.deactive, .animate2.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateY(20px);
}/*# sourceMappingURL=style.css.map */