body {
  font-family: "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
}

main p {
  font-size: 26px;
  line-height: calc(42/26);
  text-align: left;
}

header {
  padding: 25px 0 15px;
  text-align: center;
}

header img {
  width: 488px;
}

.main {
  padding: 0 0 70px 0;
}

.main-visual {
  margin: 0 0 45px 0;
  background-image: url(/images/tayori/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  /* height: 760px; */
  padding-top: 39.5%;
  position: relative;
  min-height: 600px;
}

.target-disease.pc-only{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 960px;
}

.target-disease.pc-only h1{
  font-size: 30px;
  font-weight: bold;
  line-height: calc(40/30);
  color: #029ABE;
  text-align: center;
  margin: 0 0 30px 0;
}

.target-disease.pc-only .target-disease-title {
  font-size: 24px;
  line-height: calc(40/24);
  display: flex;
  align-items: center;
}

.target-disease.pc-only .target-disease-title:before,
.target-disease.pc-only .target-disease-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #9DC93A;
}

.target-disease.pc-only .target-disease-title:before {
  margin-right: 10px;
}

.target-disease.pc-only .target-disease-title:after {
  margin-left: 10px;
}

.target-disease.pc-only .target-disease-list {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  line-height: calc(40/24);
}

.target-disease.pc-only .target-disease-list li{
  font-size: 24px;
}

.target-disease.pc-only .target-disease-list li:before {
  background-color: #29ABE2;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.movie {
  position: absolute;
  width: 35%;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  min-height: 280px;
}

.main p {
  padding: 0 150px;
}

.bg-blue {
  background-color: #EAF7FC;
}

.sec-content {
  padding: 100px 140px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.sec-content h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  width: 640px;
  margin: 0 auto 75px;
}

.sec-content h2::before {
  content: "";
  background: url(/images/tayori/deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 127px;
  height: 116px;
  display: block;
  position: absolute;
  left: -40px;
  top: -50px;
  z-index: -1;
}

.sec-content.overview h2 {
  width: 680px;
}

.sec-content.support h2 {
  width: 900px;
}

.trouble .trouble-img {
  max-width: 1122px;
  margin: 0 auto 110px;
}

.triangle-text p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 115px 0 115px;
  border-color: #d8e9b0 transparent transparent transparent;
  position: absolute;
  left: 240px;
  top: -25px;
  z-index: -1;
}

.triangle-text p {
  font-size: 32px;
  font-weight: bold;
  line-height: calc(60/32);
  color: #2E5592;
  position: relative;
  display: inline-block;
  text-align: center;
}

.support-example {
  display: flex;
  justify-content: center;
  margin: 110px 0;
}

.support-example li {
  width: 350px;
  font-size: 20px;
  line-height: calc(32/20);
  border: 2px solid #29ABE2;
  border-radius: 20px;
  background-color: #E1EFC4;
  padding: 25px 15px;
  margin-right: 50px;
}

.support-example li:last-child {
  margin-right: 0px;
}

.notes {
  font-size: 24px;
  line-height: calc(34/24);
  text-align: left;
}

.banner-area {
  max-width: 966px;
  margin: 100px auto;
}

.banner-area img:nth-child(1){
  margin: 0 0 10px 0;
}

.banner-area img:nth-child(2) {
  margin: 0 0 10px 0;
}

.banner-area img:nth-child(3) {
  margin: 0 0 30px 0;
}

.banner-area img:nth-child(4) {
  margin: 0 0 30px 0;
}

.box {
  padding: 25px;
  border-radius: 20px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  max-width: 1120px;
}

.box:last-child {
  margin: 0 auto;
}

.box img {
  width: 190px;
  height: 100%;
}

.box div {
  font-size: 26px;
  line-height: calc(45/26);
  text-align: left;
  margin: 0 0 0 30px;
}

.blue {
  border: 2px solid #29ABE2;
}

.yellow {
  border: 2px solid #FABF13;
}

.box ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.box.blue ul li:before {
  background-color: #29ABE2;
}

.box.yellow ul li:before {
  background-color: #FABF13;
}

.box.yellow div p {
  font-size: 20px;
  line-height: calc(30/20);
}

.support>p {
  max-width: 1380px;
  margin: 0 auto;
}

.green-box {
  padding: 50px 75px;
  border-radius: 20px;
  margin: 85px auto 100px;
  display: flex;
  align-items: center;
  max-width: 1380px;
  border: 2px solid #9DC93A;
  background-color: #fff;
}

.arrow-box {
  position: relative;
  min-width: 400px;
  height: 120px;
  background: #E1EFC4;
  padding: 18px 30px;
  text-align: center;
  border: 2px solid #29ABE2;
  color: #2E5592;
  font-size: 32px;
  font-weight: bold;
  line-height: calc(46/32);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.arrow-box:after,
.arrow-box:before {
  border: solid transparent;
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
}

.arrow-box:after {
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 37px;
  margin-top: -21px;
  border-left-color: #E1EFC4;
}

.arrow-box:before {
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 39px;
  margin-top: -22px;
  margin-left: 2px;
  border-left-color: #29ABE2;
}

.green-box ul li {
  font-size: 26px;
  line-height: calc(45/26);
  text-align: left;
  margin: 0 0 60px 90px;
  padding-left: 1em;
  text-indent: -1em;
}

.green-box ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
  background-color: #29ABE2;
}

.green-box ul li:last-child {
  margin: 0 0 0 90px;
}

.support .triangle-text p::before {
  left: 180px;
  top: -5px;
}

.support .attention{
  font-size: 18px;
  display: block;
  margin: 30px 0 0 0;
  text-align: center;
  max-width: 100%;
}

.text-link {
  font-size: 36px;
  font-weight: bold;
  color: #000000 !important;
  text-decoration: none !important;
  margin: 70px 0 0 0;
  display: inline-block;
}

.text-link:hover {
  text-decoration: underline !important;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 100;
}

.btn_area {
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 60px;
  border-radius: 30px;
  text-align: center;
  width: 780px;
}

.btn_area p {
  font-size: 18px;
  line-height: calc(27/20);
  margin-bottom: 30px;
}

.btn_area ul {
  display: flex;
  justify-content: center;
}

.btn_area ul li {
  width: 180px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  border: 1px solid #9A9B9F;
  display: block;
  color: #2B2E34;
  line-height: 60px;
}

.btn_area ul li:first-child {
  margin-right: 20px;
  background: #0CA26C;
  color: #fff;
}

.btn_area ul li:hover {
  opacity: 0.8;
}

.btn_area ul li a {
  display: block;
  position: relative;
  cursor: pointer;
}

.btn_area ul li a.yes::after {
  content: '';
  display: block;
  background-image: url(/images/common/icon-yes.png);
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 20px;
  height: 20px;
}

.btn_area ul li a.no::after {
  content: '';
  display: block;
  background-image: url(/images/common/icon-no.png);
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 20px;
  height: 20px;
}

.confirm02 p {
  text-align: left;
}

.confirm02 a:hover {
  cursor: pointer;
}

.confirm02 .confirm02_button {
  text-align: right;
}

.confirm02 .confirm02_button a {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  position: relative;
  padding-right: 60px;
}

.confirm02 .confirm02_button a::after {
  content: '';
  display: block;
  background-image: url(/images/common/icon-yes-g.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 30px;
  height: 30px;
}

.hidden {
  display: none !important;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 780px;
  width: 90%;
}

.modal-content {
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 10px;
  border: 5px solid #12355F;
}

.modal-close {
  cursor: pointer;
}

.modal-title {
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: calc(40/28);
  padding: 10px 170px;
  margin: 0 0 30px 0;
  background-color: #12355F;
}

.modal-text {
  font-size: 18px;
  line-height: calc(28/18);
  text-align: left;
}

.modal-content .confirm-btn {
  justify-content: center;
}

.modal-content .confirm-btn li:first-child {
  margin: 0 20px 0 0;
}

.confirm-btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.confirm-btn li {
  width: 180px;
  border-radius: 30px;
  position: relative;
}

.confirm-btn li.yes {
  background-color: #12355F;
  color: #fff;
}

.confirm-btn li.no {
  background-color: #fff;
  color: #2B2E34;
  border: 1px solid #9A9B9F;
}

.confirm-btn li.yes::after {
  content: '';
  display: block;
  background-image: url(/images/common/icon-yes.png);
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 20px;
  height: 20px;
}

.confirm-btn li.no::after {
  content: '';
  display: block;
  background-image: url(/images/common/icon-no.png);
  background-size: contain;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 20px;
  height: 20px;
}

.confirm-btn li a {
  display: block;
  padding: 14px 55px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: calc(29/20);
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width:768px) {


  main p {
    font-size: 3.733vw;
    line-height: calc(24/14);
  }

  header {
    padding: 1.867vw 0 0.533vw;
  }

  header img {
    width: 40vw;
  }

  .main {
    padding: 0 0 8vw 0;
  }

  .main p {
    padding: 0 4vw;
  }

  .main-visual {
    margin: 0 0 9.333vw 0;
    background-image: url(/images/tayori/mv-sp.png);
    padding-top: 61.333%;
    min-height: 0;
  }

  .movie {
    width: 60%;
    min-height: 0;
    bottom: 0;
    left: 50%;
  }

  .target-disease{
    text-align: center;
  }

  .target-disease-title{
    font-size: 3.733vw;
    font-weight: bold;
    line-height: calc(24/14);
    display: flex;
    align-items: center;
  }

  .target-disease-title:before,
  .target-disease-title:after {
    content: "";
    height: 0.533vw;
    flex-grow: 1;
    background-color: #9DC93A;
  }

  .target-disease-title:before {
    margin-right: 9.333vw;
  }

  .target-disease-title:after {
    margin-left: 9.333vw;
  }

  .target-disease-list{
    font-size: 3.733vw;
    line-height: calc(24/14);
    width: 74.667vw;
    text-align: left;
    margin: 8vw auto 10.667vw;
    text-indent: -1rem;
    padding-left: 1rem;
  }

  .target-disease-list li::before {
    content: "";
    background-image: url(/images/tayori/square-check-solid.svg);
    background-repeat: no-repeat;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    bottom: -4px;
    position: relative;
  }

  .sec-content {
    padding: 13.333vw 4vw 9.333vw;
  }

  .sec-content h2 {
    font-size: 4.533vw;
    width: 100% !important;
    margin: 0 auto 8vw;
  }

  .sec-content h2::before {
    width: 14.667vw;
    height: 13.333vw;
    left: 5.333vw;
    top: -5.333vw;
  }

  .sec-content.support h2 {
    width: 90% !important;
    line-height: calc(26/16);
  }

  .sec-content.support h2::before {
    left: -4vw;
  }

  .trouble .trouble-img {
    margin: 0 auto 16vw;
  }

  .triangle-text p::before {
    border-width: 14.667vw 13.333vw 0 13.333vw;
    left: 32vw;
    top: -3.2vw;
  }

  .triangle-text p {
    font-size: 4.267vw;
    line-height: calc(26/16);
    letter-spacing: -0.267vw;
  }

  .support-example {
    display: block;
    margin: 10.667vw 0 9.333vw;
  }

  .support-example li {
    width: 100%;
    font-size: 4.267vw;
    line-height: calc(26/16);
    border-radius: 5.333vw;
    padding: 2.667vw 1.333vw;
    margin-right: 0px;
    margin-bottom: 6.667vw;
  }

  .support-example li:last-child {
    margin-bottom: 0px;
  }

  .notes {
    font-size: 3.733vw;
    line-height: calc(24/14);
  }

  .banner-area {
    margin: 9.333vw auto;
  }

  .banner-area img:nth-child(1) {
    margin: 0 0 1.333vw 0;
  }

  .banner-area img:nth-child(2) {
    margin: 0 0 1.333vw 0;
  }

  .banner-area img:nth-child(3) {
    margin: 0 0 2.133vw 0;
  }

  .banner-area img:nth-child(4) {
    margin: 0 0 2.667vw 0;
  }

  .box {
    display: block;
    padding: 16vw 5.333vw 5.333vw 5.333vw;
    border-radius: 5.333vw;
    margin: 17.333vw auto;
    position: relative;

  }

  .box:last-child {
    margin: 0 auto;
  }

  .box::before {
    content: "";
    width: 30.667vw;
    height: 10px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .box img {
    width: 24vw;
    height: auto;
    position: absolute;
    top: -6.667vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .box div {
    font-size: 3.733vw;
    line-height: calc(24/14);
    text-align: left;
    margin: 0;
  }

  .box ul li:before {
    width: 3.2vw;
    height: 3.2vw;
    top: 0;
    margin-right: 0.8vw;
  }

  .box.yellow div p {
    font-size: 3.733vw;
    line-height: calc(24/14);
  }

  .green-box {
    display: block;
    padding: 6.667vw 6.667vw 9.333vw;
    border-radius: 5.333vw;
    margin: 10.667vw auto;
  }

  .arrow-box {
    background-image: url(/images/tayori/arrow-box-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFF;
    border: none;
    width: 100%;
    height: 21.333vw;
    min-width: 0;
    padding: 4vw 8vw;
    font-size: 4.267vw;
    line-height: calc(26/16);
    margin: 0 0 5.333vw 0;
  }

  .arrow-box:after,
  .arrow-box:before {
    content: none;
  }

  .green-box ul li {
    font-size: 3.733vw;
    line-height: calc(24/14);
    margin: 0;
  }

  .green-box ul li:before {
    width: 3.2vw;
    height: 3.2vw;
    top: 0;
    margin-right: 0.8vw;
  }

  .green-box ul li:last-child {
    margin: 0;
  }

  .support .triangle-text p::before {
    left: 24vw;
    top: 0;
  }

  .support .attention{
    font-size: 3.733vw;
    margin: 5.333vw 0 0 0;
  }

  .text-link {
    font-size: 5.333vw;
    margin: 14.667vw 0 0 0;
    line-height: calc(30/20);
  }


  .btn_area {
    width: 90%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 16vw 5.333vw;
  }

  .btn_area p {
    font-size: 4.267vw;
    line-height: calc(26/16);
    margin-bottom: 5.333vw;
    text-align: left;
  }

  .btn_area ul li {
    width: 38.667vw;
    height: 12vw;
    font-size: 4vw;
    line-height: 12vw;
  }

  .btn_area ul li:first-child {
    margin-right: 1.867vw;
  }

  .btn_area ul li a.yes::after {
    right: 2.667vw;
    bottom: 4vw;
    width: 4.267vw;
    height: 4.267vw;
  }

  .btn_area ul li a.no::after {
    right: 2.667vw;
    bottom: 4vw;
    width: 4.267vw;
    height: 4.267vw;
  }

  .confirm02 .confirm02_button a {
    font-size: 4.267vw;
    padding-right: 5.333vw;
  }

  .confirm02 .confirm02_button a::after {
    right: 0;
    width: 4.533vw;
    height: 4.533vw;
  }

  .confirm-btn {
    margin: 5.333vw 0 0 0;
  }

  .confirm-btn li {
    width: 38.667vw;
  }

  .confirm-btn li.yes::after {
    right: 3.2vw;
    bottom: 4vw;
    width: 4.267vw;
    height: 4.267vw;
  }

  .confirm-btn li.no::after {
    right: 3.2vw;
    bottom: 4vw;
    width: 4.267vw;
    height: 4.267vw;
  }

  .confirm-btn li a {
    padding: 3.2vw 12vw;
    font-size: 4vw;
    line-height: calc(21/15);
  }

  .modal-container {
    padding: 0px 4vw;
    /* height: 100vh; */
  }

  .modal-body {
    width: 98%;
  }

  .modal-content {
    padding: 13.333vw 4vw;

  }

  .modal-title {
    font-size: 5.867vw;
    line-height: calc(32/22);
    padding: 3.733vw 5.333vw;
    margin: 0 0 8vw 0;
  }

  .modal-text {
    font-size: 4.267vw;
    line-height: calc(27/16);
  }

  .modal-content .confirm-btn li:first-child {
    margin: 0 1.6vw 0 0;
  }

}

@media (max-width: 768px) {

}