@charset "UTF-8";
@import url("destyle.css");
@import url("common.css");

/* privacy */

/**** sp *****/
section {
  margin-bottom: 50px;
}
section h2 {
  border: none;
}

/* top */
.top .mv {
  margin: 0 calc(50% - 50vw);
}
.top .mv img {
  width: 100%;
}
.top .bg {
  color: #fff;
  background-color: #0082cd;
  padding: 45px 18px;
  margin-top: -50px;
  position: relative;
  border-radius: 10px;
}
.top .bg h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 23px;
  padding-top: 0;
}
.top .bg h1::before,
.top .bg h1::after {
  content: none;
}
.top .bg h2::after {
  content: none;
}
.top .bg .read {
  line-height: 2;
}

/* merits */
.merits h2 {
  font-size: 3.2rem;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.merits h2:after {
  content: none;
}
.merits .list li {
  font-size: 1.4rem;
  border: 2px solid #0082cd;
  border-radius: 8px;
  padding: 30px 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.merits .list .index {
  width: 45%;
  color: #0082cd;
}
.merits .list li b {
  font-size: 7rem;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  margin-top: -10px;
  padding-left: 8px;
}
.merits .list .text {
  width: 55%;
  line-height: 1.5em;
}

/* misunderstanding */
.misunderstanding {
  margin-bottom: 0;
}
.misunderstanding h2 {
  font-size: 3.2rem;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.misunderstanding h2:after {
  content: none;
}
.misunderstanding h3 {
  color: #fff;
  background-color: #0082cd;
  font-size: 1.6rem;
  padding: 2px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.misunderstanding h3 b {
  font-size: 3.6rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 4px;
}
.misunderstanding h4 {
  color: #0082cd;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.misunderstanding p {
  margin-bottom: 1em;
}
.misunderstanding .grid {
  margin-bottom: 20px;
}
.misunderstanding .grid.img img {
  border-radius: 10px;
}
.misunderstanding .read {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.misunderstanding .fig img {
  margin-bottom: 30px;
}
.misunderstanding .musubi {
  position: relative;
  padding-top: 110px;
  padding-bottom: 40px;
}
.misunderstanding .musubi:before {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg_ballontail.svg) center top no-repeat;
  background-size: 70px;
  background-color: #f2f9fd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.misunderstanding .musubi h3 {
  color: #0082cd;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.misunderstanding .musubi h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.musubi .box {
  color: #fff;
  background-color: #0082cd;
  text-align: center;
  padding: 20px 38px;
  margin-bottom: 10px;
  min-height: 150px;
  border-radius: 10px;
}
.musubi .box p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
/*
.btnxx a{
  display: block;
  border: 2px solid #fff;
  border-radius: 100px;
  font-size: 1.7rem;;
  font-weight: bold;
  padding: 18px;
}
*/
.reception {
  background: url(../img/icon_phone_w.svg) left center no-repeat;
  background-size: auto 100%;
  padding-left: 56px;
}
.reception .tel_no {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
.reception .time {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.015em;
}

/* voices */
.voices {
  padding-top: 60px;
}
.voices h2 {
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  opacity: 0.77;
  padding: 0;
  margin-bottom: 30px;
}
.voices h2:after {
  content: none;
}
.voices .prof {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.voices .prof img {
  width: 30%;
  margin-right: 6%;
}
.voices .comment {
  background-color: #f2f9fd;
  padding: 30px 18px;
  border-radius: 0 50px 50px 50px;
  margin-bottom: 60px;
}
.voices .comment p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
.voices .comment .caption {
  color: #0082cd;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.voices .musubi {
  position: relative;
  padding-top: 110px;
  padding-bottom: 40px;
}
.voices .musubi:before {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg_ballontail.svg) center top no-repeat;
  background-size: 70px;
  background-color: #f2f9fd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.voices .musubi h3 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}
.exsample {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.exsample li {
  background: url(../img/icon_check.svg) left top no-repeat;
  background-size: 26px;
  padding-bottom: 12px;
  padding-left: 50px;
  border-bottom: 2px dashed #0082cd;
  margin-bottom: 18px;
}
.voices .musubi h4 {
  color: #0082cd;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* access */
.access h2 {
  /*
	font-size: 3.2rem;
	font-weight: normal;
	text-align: center;
	*/
  border-bottom: 1px solid #0082cd;
}
.access h2:after {
  left: calc(50% - 20px);
}

.access .layout .img {
  margin-bottom: 40px;
}
.access .info {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.access .data {
  font-size: 1.8rem;
  line-height: 1.333;
  margin-bottom: 30px;
}
.access .data dt {
  font-weight: bold;
  margin-top: 1em;
}
/**** tbl *****/
/**** pc *****/
@media screen and (min-width: 768px) {
  /* top */
  .top .bg {
    width: 920px;
    margin: -110px auto 0 auto;
    text-align: center;
  }

  .merits .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .merits .list li {
    width: 350px;
    flex-direction: column;
  }
  .merits .list .index {
    margin-bottom: 10px;
  }
  .merits .list .text {
    width: 290px;
    font-size: 20px;
  }

  /* misunderstanding */
  .misunderstanding .fig {
    display: flex;
    justify-content: space-around;
  }
  .misunderstanding .fig img {
    width: 463px;
  }
  .misunderstanding .grid {
    width: 540px;
  }
  .misunderstanding .grid.img {
    width: 475px;
  }
  .misu1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .misunderstanding .misu1 .grid:last-child {
    width: 100%;
    text-align: center;
  }
  .misu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .misunderstanding .misu2 .grid:last-child {
    text-align: right;
  }
  .misu3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .misunderstanding .misu3 .grid:last-child {
    text-align: right;
  }
  .misunderstanding .musubi {
    text-align: center;
  }
  .musubi .boxs {
    display: flex;
    justify-content: space-between;
    width: 920px;
    margin: 0 auto;
  }
  .musubi .box {
    width: 445px;
  }
  .musubi .box .btn a {
    margin: 0 auto;
  }

  .voices .voiselist {
    width: 920px;
    margin: 0 auto;
  }
  .voices .voiselist li {
    display: flex;
    justify-content: space-between;
  }
  .voices .voiselist li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .voices .prof {
    width: 160px;
    display: block;
    text-align: center;
  }
  .voices .prof img {
    width: 100%;
  }
  .voices .comment {
    width: 730px;
    padding: 65px;
    margin-top: 30px;
  }
  .voices ul li:nth-child(even) .comment {
    border-radius: 50px 0px 50px 50px;
  }
  .voices .comment p {
    font-size: 16px;
  }
  .voices .comment .caption {
    font-size: 24px;
  }

  .exsample {
    width: 760px;
    margin: 0 auto 90px auto;
    font-size: 24px;
  }
  .exsample li {
    background-size: 40px;
    padding-left: 60px;
  }

  .access {
    position: relative;
  }
  /*
	.access .gmap {
		width: 540px;
		padding-top: 540px;
	}
	.access .texts {
		position: absolute;
		left: calc(50% + 40px);
		top: 230px;
	}
		*/
  .access .layout {
    display: flex;
    gap: 50px;
  }
  .access .layout .img {
    width: calc((540 / 1110) * 100%);
  }
  .access .texts {
    padding-top: 40px;
  }
  .access .data {
    margin-bottom: 130px;
  }

  .access .btn {
    display: inline-block;
  }
}
