@charset "UTF-8";
/*===========================================
メディアクエリ
===========================================*/
/* ブレイクポイントを指定 */
/*==========================================
共通
==========================================*/
/*==========================================
マウスピース矯正
==========================================*/
.treatment_type2 {
  padding: 0;
}
.treatment_type2 .content1 {
  margin: 0 calc(50% - 680px) 0;
  width: 120%;
  gap: 40px;
}
@media screen and (max-width: 1300px) {
  .treatment_type2 .content1 {
    width: 100%;
    margin: 0 auto;
  }
}
.treatment_type2 .content1 .treatment_img1 {
  width: 43%;
}
@media screen and (max-width: 1300px) {
  .treatment_type2 .content1 .treatment_img1 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .treatment_type2 .content1 .treatment_img1 {
    width: 100%;
    margin: 0 auto -20px;
  }
}
.treatment_type2 .content1::before {
  width: 500vw;
  margin: 0 0 0 calc(50% - 200vw);
}
.treatment_type2 .invisalign {
  max-width: 400px;
}

/*==========================================
インビザラインのメリット
==========================================*/
.invisalign_merit .sec_title_ja {
  text-align: center;
  font-size: 32px;
  color: #005096;
  font-weight: 500;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .invisalign_merit .sec_title_ja {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.invisalign_merit .sec_title_ja::before, .invisalign_merit .sec_title_ja::after {
  content: "";
  display: block;
  background-image: url(../images/icon_teeth2.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 42px;
}
@media screen and (max-width: 480px) {
  .invisalign_merit .sec_title_ja::before, .invisalign_merit .sec_title_ja::after {
    background-size: 42px;
    width: 58px;
    height: 35px;
    margin: 0 0.5rem;
  }
}
.invisalign_merit .blue_bg {
  background-image: url(../images/blue_bgimg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 50px;
}
@media screen and (max-width: 680px) {
  .invisalign_merit .blue_bg {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .invisalign_merit .blue_bg {
    padding: 30px 0 30px;
  }
}
.invisalign_merit .blue_bg .expenseList {
  padding: 0;
}
.invisalign_merit .merit_wrap {
  display: flex;
  border: 3px solid #7AB9E7;
  background-color: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  max-width: 1270px;
  margin: 0 calc(50% - 610px) 0;
}
@media screen and (max-width: 1300px) {
  .invisalign_merit .merit_wrap {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 680px) {
  .invisalign_merit .merit_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .invisalign_merit .merit_wrap {
    width: 90%;
  }
}
.invisalign_merit .merit_img {
  width: 454px;
  height: 358px;
  margin-left: -5rem;
  margin-top: -4rem;
}
@media screen and (max-width: 680px) {
  .invisalign_merit .merit_img {
    width: 350px;
    height: 100%;
    margin: -10rem auto;
  }
}
@media screen and (max-width: 480px) {
  .invisalign_merit .merit_img {
    width: 205px;
    height: 160px;
    margin: -7rem auto;
  }
}
.invisalign_merit .invisalign_list {
  display: flex;
  flex-flow: column;
  gap: 25px;
  padding: 25px 35px 40px;
  border-radius: 30px;
}
@media screen and (max-width: 680px) {
  .invisalign_merit .invisalign_list {
    padding: 40px 35px 40px;
  }
}
@media screen and (max-width: 480px) {
  .invisalign_merit .invisalign_list {
    gap: 15px;
    border-radius: 19px;
    padding: 20px 10px 20px;
  }
}
.invisalign_merit .invisalign_list_item {
  font-size: 22px;
  font-weight: var(--fw_med);
  line-height: 32px;
  letter-spacing: 0.1em;
  gap: 20px;
  padding-left: 40px;
  background-image: url(../images/icon_check_orange.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left 7px;
}
@media screen and (max-width: 480px) {
  .invisalign_merit .invisalign_list_item {
    font-size: 16px;
    line-height: 26px;
    background-size: 20px;
    background-position: left 5px;
    padding-left: 30px;
  }
}
.invisalign_merit .demerit_wrap {
  display: flex;
  margin: 50px auto 0;
  max-width: 1040px;
}
@media screen and (max-width: 1300px) {
  .invisalign_merit .demerit_wrap {
    width: 76%;
  }
}
@media screen and (max-width: 680px) {
  .invisalign_merit .demerit_wrap {
    flex-direction: column;
    width: 84%;
  }
}
@media screen and (max-width: 480px) {
  .invisalign_merit .demerit_wrap {
    margin: 40px auto 0;
  }
}
.invisalign_merit .demerit_wrap p {
  width: 250px;
  background-color: #4E8BBA;
  color: #fff;
  display: block;
  padding: 50px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1300px) {
  .invisalign_merit .demerit_wrap p {
    width: 32%;
  }
}
@media screen and (max-width: 680px) {
  .invisalign_merit .demerit_wrap p {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
}
.invisalign_merit .demerit_wrap ul {
  background-color: #fff;
  border: 2px solid #4D8BBA;
  width: calc(100% - 250px);
  padding: 15px 30px;
}
@media screen and (max-width: 1300px) {
  .invisalign_merit .demerit_wrap ul {
    width: 68%;
  }
}
@media screen and (max-width: 680px) {
  .invisalign_merit .demerit_wrap ul {
    width: 100%;
    padding: 15px 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .invisalign_merit .demerit_wrap ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.invisalign_merit .demerit_wrap li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .invisalign_merit .demerit_wrap li {
    font-size: 16px;
    padding-right: 1em;
    line-height: 1.5;
  }
}

.meyasu_wrap {
  display: flex;
  margin: 50px auto 0;
  max-width: 1040px;
}
@media screen and (max-width: 1300px) {
  .meyasu_wrap {
    width: 76%;
  }
}
@media screen and (max-width: 680px) {
  .meyasu_wrap {
    flex-direction: column;
    width: 84%;
  }
}
@media screen and (max-width: 480px) {
  .meyasu_wrap {
    margin: 40px auto 0;
  }
}
.meyasu_wrap .meyasu {
  width: 325px;
  background-color: #f3e9de;
  display: block;
  padding: 15px 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .meyasu_wrap .meyasu {
    width: 32%;
  }
}
@media screen and (max-width: 680px) {
  .meyasu_wrap .meyasu {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
}
.meyasu_wrap .kikan {
  background-color: #fff;
  border: 2px solid #f3e9de;
  width: calc(100% - 325px);
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .meyasu_wrap .kikan {
    width: 68%;
  }
}
@media screen and (max-width: 680px) {
  .meyasu_wrap .kikan {
    width: 100%;
    padding: 15px 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .meyasu_wrap .kikan {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
  }
}

/*==========================================
治療の特徴(横並び箇所)
==========================================*/
.content2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
@media screen and (max-width: 880px) {
  .content2 {
    flex-wrap: wrap;
  }
}
.content2 .wrap {
  width: 47%;
}
@media screen and (max-width: 880px) {
  .content2 .wrap {
    width: 100%;
  }
}
.content2 .wrap img {
  margin-bottom: 30px;
}
.content2 .wrap h3 {
  text-align: center;
}

/*==========================================
治療の流れ
==========================================*/
.flow {
  padding-top: 5rem;
  margin-bottom: 130px;
}
@media screen and (max-width: 480px) {
  .flow {
    padding-top: 3rem;
    margin-bottom: 115px;
  }
}
.flow .flowlist {
  max-width: 1365px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .flow .flowlist {
    padding: 0 1rem;
    gap: 15px;
  }
}
.flow .flowlist li {
  padding: 30px 25px;
  background-color: #FFFBF0;
  border: dashed 2px #4595F4;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .flow .flowlist li {
    display: block;
  }
}
.flow .flowlist li img {
  width: 40%;
  max-width: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  margin-right: 2rem;
}
@media screen and (max-width: 880px) {
  .flow .flowlist li img {
    height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .flow .flowlist li img {
    width: 80%;
    height: auto;
    margin: 1rem auto;
  }
}
@media screen and (max-width: 480px) {
  .flow .flowlist li {
    padding: 20px 18px;
  }
}
.flow .flowlist h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4545454545;
  margin-bottom: 15px;
  background: linear-gradient(transparent 65%, #AAD8FF 65%);
  padding-left: 5px;
  display: block;
}
@media screen and (max-width: 480px) {
  .flow .flowlist h4 {
    font-size: 18px;
    margin-bottom: 10px;
    display: inline !important;
  }
}
.flow .flowlist h4 .num {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #398EE0;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .flow .flowlist h4 .num {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}
.flow .flowlist .arrow-flow {
  width: 48px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .flow .flowlist .arrow-flow {
    width: 30px;
  }
}
.flow .flowlist p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.1176470588;
}
@media screen and (max-width: 480px) {
  .flow .flowlist p {
    font-size: 16px;
    line-height: 1.6470588235;
  }
}

/*==========================================
よくあるご質問
==========================================*/
.faq {
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .faq {
    margin-bottom: 40px;
  }
}
.faq .title_wrap {
  padding-top: 0;
}
.faq h3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
  margin-top: 6rem !important;
  font-size: 28px;
  color: #398EE0;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .faq h3 {
    padding: 2rem 0;
    background-position: -50px;
  }
}
@media screen and (max-width: 480px) {
  .faq h3 {
    display: block;
    font-size: 22px;
  }
}
.faq h3::before {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #398EE0;
  margin-right: 2rem;
}
.faq h3::after {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #398EE0;
  margin-left: 2rem;
}
.faq .faqlist {
  max-width: 1365px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 480px) {
  .faq .faqlist {
    padding: 0 1rem;
    gap: 25px;
  }
}
.faq .faqlist h4 {
  background-color: #52A6D3;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4545454545;
  padding: 15px 30px;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 480px) {
  .faq .faqlist h4 {
    font-size: 18px;
    line-height: 1.4444444444;
    position: relative;
    padding: 15px 20px 15px 40px;
  }
}
.faq .faqlist h4 .q_icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  color: #52A6D3;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 480px) {
  .faq .faqlist h4 .q_icon {
    width: 22px;
    height: 22px;
    font-size: 16px;
    position: absolute;
    top: 18px;
    left: 10px;
  }
}
.faq .faqlist p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.1176470588;
  border-left: dashed 2px #4595F4;
  border-bottom: dashed 2px #4595F4;
  border-right: dashed 2px #4595F4;
  border-radius: 0 0 15px 15px;
  padding: 25px 30px;
}
@media screen and (max-width: 480px) {
  .faq .faqlist p {
    line-height: 1.75;
    font-size: 16px;
    padding: 15px 15px 20px;
  }
}

/*==========================================
「歯ならび」の大切さについて
==========================================*/
.row_of_teeth {
  padding: 60px 0 0;
}
.row_of_teeth .title_wrap {
  margin-bottom: 50px;
}
.row_of_teeth .title_wrap p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.1176470588;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .title_wrap p {
    font-size: 15px;
    padding: 0 1rem;
    line-height: 26px;
  }
}
.row_of_teeth .bg_beige {
  background-color: #FFFAF2;
}
.row_of_teeth .risk_wrap {
  margin: 0 auto;
  padding: 50px 0 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 30px;
  max-width: 1365px;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .risk_wrap {
    padding: 40px 1rem 45px;
  }
}
.row_of_teeth .risk_wrap .risk_item {
  border: 2px solid #4C9FDD;
  border-radius: 20px;
  background-color: #fff;
  padding: 25px;
  width: 614px;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .risk_wrap .risk_item {
    padding: 25px 1rem 20px;
  }
}
.row_of_teeth .risk_wrap .risk_item span {
  display: inline-block;
  background-color: #005096;
  color: #fff;
  border-radius: 7px;
  width: 85px;
  text-align: center;
  font-size: 17px;
  margin-right: 15px;
  margin-left: 13%;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .risk_wrap .risk_item span {
    font-size: 15px;
    margin-right: 10px;
    line-height: 30px;
    margin-left: 0;
    width: 70px;
  }
}
.row_of_teeth .risk_wrap .risk_item h3 {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .risk_wrap .risk_item h3 {
    font-size: 18px;
    position: relative;
    top: 2px;
  }
}
.row_of_teeth .risk_wrap .risk_item hr {
  color: #4C9FDD;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .risk_wrap .risk_item hr {
    margin: 10px 0 15px;
  }
}
.row_of_teeth .risk_wrap .risk_item p {
  text-align: left;
  line-height: 36px;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .row_of_teeth .risk_wrap .risk_item p {
    font-size: 15px;
    line-height: 26px;
  }
}

/*==========================================
「歯ならび」が良くなることのメリット
==========================================*/
.row_merit {
  padding: 65px 0 20px;
}
.row_merit .teeth_icon_title {
  margin-bottom: 40px;
}
.row_merit .title_wrap {
  max-width: 1365px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 480px) {
  .row_merit .title_wrap {
    margin: 0 auto 40px;
  }
}
.row_merit .title_wrap p {
  text-align: left;
  font-size: 17px;
  line-height: 36px;
}
@media screen and (max-width: 480px) {
  .row_merit .title_wrap p {
    font-size: 15px;
    padding: 0 1rem;
    line-height: 26px;
  }
}
.row_merit ul {
  max-width: 1365px;
  margin: 0 auto;
}
.row_merit ul li {
  display: flex;
  gap: 45px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #859FBA;
}
@media screen and (max-width: 480px) {
  .row_merit ul li {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.row_merit ul li img {
  width: 310px;
  height: 200px;
}
@media screen and (max-width: 480px) {
  .row_merit ul li img {
    display: block;
    margin: auto;
    width: 80%;
    height: auto;
  }
}
.row_merit ul li:last-of-type {
  border-bottom: none;
}
.row_merit ul .txt_wrap {
  max-width: 958px;
}
@media screen and (max-width: 480px) {
  .row_merit ul .txt_wrap {
    padding: 0 1rem;
  }
}
.row_merit ul h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.4583333333;
  color: #7E6600;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .row_merit ul h3 {
    font-size: 18px;
  }
}
.row_merit ul p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.1176470588;
}
@media screen and (max-width: 480px) {
  .row_merit ul p {
    font-size: 15px;
    line-height: 26px;
  }
}

/*==========================================
矯正を始めようかお悩みの方へ
==========================================*/
.kyousei_onayami {
  background-image: url(../images/onayami-bg.webp);
  padding: 70px 0 60px;
}
@media screen and (max-width: 480px) {
  .kyousei_onayami {
    padding: 2rem 1rem;
  }
}
.kyousei_onayami h3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
  font-size: 28px;
  color: #398EE0;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .kyousei_onayami h3 {
    padding: 1rem 0;
    background-position: -50px;
  }
}
@media screen and (max-width: 480px) {
  .kyousei_onayami h3 {
    display: block;
    font-size: 22px;
  }
}
.kyousei_onayami h3::before {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #398EE0;
  margin-right: 2rem;
}
@media screen and (max-width: 480px) {
  .kyousei_onayami h3::before {
    display: none;
  }
}
.kyousei_onayami h3::after {
  content: "";
  width: 240px;
  height: 1px;
  background-color: #398EE0;
  margin-left: 2rem;
}
@media screen and (max-width: 480px) {
  .kyousei_onayami h3::after {
    display: none;
  }
}
.kyousei_onayami .wrap {
  max-width: 1365px;
  margin: 0 auto;
  padding: 55px 65px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 480px) {
  .kyousei_onayami .wrap {
    padding: 1rem;
  }
}
.kyousei_onayami .wrap .item {
  display: flex;
  gap: 50px;
  margin-bottom: 55px;
  border-bottom: dashed 1px #005096;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .kyousei_onayami .wrap .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .kyousei_onayami .wrap .item {
    gap: 30px;
    margin-bottom: 15px;
  }
}
.kyousei_onayami .wrap .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .kyousei_onayami .wrap .item:nth-of-type(even) {
    flex-direction: column;
  }
}
.kyousei_onayami .wrap .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.kyousei_onayami .wrap img {
  width: 550px;
}
@media screen and (max-width: 1000px) {
  .kyousei_onayami .wrap img {
    flex-direction: column;
    width: 73%;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .kyousei_onayami .wrap img {
    width: 77%;
  }
}
.kyousei_onayami .wrap p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.1176470588;
}
@media screen and (max-width: 480px) {
  .kyousei_onayami .wrap p {
    font-size: 15px;
    line-height: 26px;
  }
}

.box h4 {
  text-align: center;
  color: #398EE0;
  font-weight: 500;
  font-size: 24px;
  padding: 1rem 0;
}/*# sourceMappingURL=page.css.map */