@charset "UTF-8";
/* ---------------------------------------------- /*
        1. 変数管理
        2. レスポンシブ定義
        3. font-size定義  
    		4. 共通
        5. section共通ボタン
        6. 矢印
        7. 予約       
          7.sp予約 
        8. パンくずリスト
/* ---------------------------------------------- */
body {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  letter-spacing: 0;
  color: #4c4c4c;
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ丸ゴ Pro", "ヒラギノ角ゴ StdN";
}

@media screen and (max-width: 559px) {
  body {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .8;
}

.section__ttl-btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 60px;
  font-size: 30px;
  /*IE9以前に対応する*/
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .section__ttl-btn {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 559px) {
  .section__ttl-btn {
    width: 50%;
    font-size: 80px;
    font-size: 5.55556vw;
  }
}

.section__ttl-btn > span {
  display: block;
  border-radius: 6px;
  border: solid 2.5px #4c4c4c;
}

.section__ttl-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 8px;
  width: 280px;
  height: 50px;
  z-index: -3;
  border-radius: 6px;
  background-color: #D3EDFB;
}

@media screen and (max-width: 559px) {
  .section__ttl-btn::after {
    width: 100%;
  }
}

.mb-btn5 {
  margin-bottom: 50px;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.reservation__wrapper {
  padding: 15px 0;
  color: #fff;
  background-color: #2b5db2;
}

.reservation__inner {
  margin-right: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .reservation__inner {
    padding: 0 1vw;
  }
}

.web__content {
  margin-right: 3vw;
  text-align: center;
}

.web__hed {
  font-size: 35px;
  /*IE9以前に対応する*/
  font-size: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .web__hed {
    font-size: 55px;
    font-size: 3.81944vw;
  }
}

.web__btn {
  padding: 15px;
  padding-left: 35px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .web__btn {
    margin: 0;
    margin-left: 2vw;
    padding: 1vw 3vw;
  }
}

.web__btn__icon {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 959px) {
  .web__btn__icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .web__btn__icon {
    width: 15%;
    height: 15%;
  }
}

.web__btn__arrow {
  width: 20px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .web__btn__arrow {
    width: 7%;
    height: 10%;
  }
}

.web__btn__tex {
  font-weight: bold;
  font-size: 30px;
  /*IE9以前に対応する*/
  font-size: 1.875rem;
  padding: 0 1vw;
  padding-left: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1d2088), to(#337cc7));
  background-image: linear-gradient(to top, #1d2088, #337cc7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 959px) {
  .web__btn__tex {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .web__btn__tex {
    font-size: 70px;
    font-size: 4.86111vw;
  }
}

.phone__border {
  padding-left: 10px;
  padding-bottom: 10px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.phone__content {
  padding: 10px;
  padding: 10px 10px 0 10px;
  text-align: center;
  border: 4px solid #fff;
  position: relative;
}

.phone__hed {
  font-size: 25px;
  /*IE9以前に対応する*/
  font-size: 1.5625rem;
}

@media screen and (max-width: 959px) {
  .phone__hed {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

.phone__inner {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phone__icon-white {
  width: 60px;
}

.phone__tel {
  font-size: 45px;
  /*IE9以前に対応する*/
  font-size: 2.8125rem;
}

@media screen and (max-width: 959px) {
  .phone__tel {
    font-size: 72px;
    font-size: 5vw;
  }
}

.sp-reservation {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 30;
}

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

.sp-reservation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  color: #fff;
  background-color: #2557A7;
}

.sp-reservation__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.triangle {
  position: relative;
}

.triangle__img {
  width: 12vw;
}

@media screen and (max-width: 559px) {
  .triangle__img {
    width: 15vw;
  }
}

.triangle__tex {
  position: absolute;
  top: 20%;
  left: 10%;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  font-size: 40px;
  font-size: 2.77778vw;
  text-shadow: 1px  1px 0px #bd554d, -1px  1px 0px #bd554d, 1px -1px 0px #bd554d, -1px -1px 0px #bd554d, 1px  0px 0px #bd554d, 0px  1px 0px #bd554d, -1px  0px 0px #bd554d, 0px -1px 0px #bd554d;
}

@media screen and (max-width: 559px) {
  .triangle__tex {
    font-size: 45px;
    font-size: 3.125vw;
  }
}

.sp-web {
  width: 50%;
}

.sp-phone {
  width: 50%;
}

.phone__btn {
  padding: 1.3vw 3vw;
  margin-left: 1vw;
  margin-right: 2vw;
}

.crumbs {
  max-width: 1000px;
  margin: auto;
}

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

.crumbs__lists {
  padding-top: 25px;
  margin-left: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crumbs__list:first-child {
  padding-right: 10px;
}

.crumbs__list a {
  color: #1d2088;
  text-decoration: underline;
}

.w-smail {
  font-family: "Noto Sans";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.mb-0 {
  margin-bottom: 0;
}

.br-sp {
  display: none;
}

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

.header {
  border-bottom: 10px solid #1D2088;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 30;
  }
}

.header__inner {
  margin: 0 auto;
  padding: 23px 4vw;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
    padding-left: 4vw;
  }
}

.header__ttl {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .header__ttl {
    width: 45%;
  }
}

@media screen and (max-width: 559px) {
  .header__ttl {
    width: 63vw;
  }
}

@media screen and (max-width: 360px) {
  .header__ttl {
    width: 60%;
  }
}

.sp__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.web__btn-sp {
  display: none;
  padding: 5px 13px;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1d2088), to(#337cc7));
  background-image: linear-gradient(to top, #1d2088, #337cc7);
}

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

/* ---------------------------------------------- /*

        1. ファーストビュー(fv)
        2. 症状
        3. section共通 
        4. 治療ボタン               
		5. 治療内容    
        
/* ---------------------------------------------- */
@media screen and (max-width: 768px) {
  .main {
    padding-top: 50px;
  }
}

@media screen and (max-width: 559px) {
  .main {
    padding-top: 46px;
  }
}

.fv__menu {
  padding: 25px 1.5vw;
  margin: auto;
  max-width: 1000px;
  background-image: url(../img/menu_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

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

@media screen and (max-width: 559px) {
  .fv__menu {
    padding: 25px 1.5vw 20px;
  }
}

.fv__menu__wrapper {
  max-width: 700px;
  padding: 8px;
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 7px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .fv__menu__wrapper {
    padding: 0;
    border: 12px solid rgba(255, 255, 255, 0.5);
  }
}

.fv__menu__content {
  padding: 25px 50px 35px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .fv__menu__content {
    padding: 15px 6vw 25px;
    border: solid 3px rgba(255, 255, 255, 0.5);
  }
}

.fv__menu__tex {
  position: relative;
  display: inline-block;
  z-index: 4;
  font-size: 45px;
  /*IE9以前に対応する*/
  font-size: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .fv__menu__tex {
    font-size: 80px;
    font-size: 5.55556vw;
    font-weight: bold;
  }
}

.fv__menu__tex > span {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1d2088), to(#337cc7));
  background-image: linear-gradient(to top, #1d2088, #337cc7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv__menu__tex::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #d3edfb;
  z-index: -1;
}

@media screen and (max-width: 559px) {
  .fv__menu__tex::after {
    height: 8px;
  }
}

.fv__menu__img {
  padding: 15px 0 10px;
}

.fz-40 {
  font-size: 40px;
  /*IE9以前に対応する*/
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .fz-40 {
    font-size: 65px;
    font-size: 4.51389vw;
  }
}

.symptom {
  padding-top: 30px;
  max-width: 1000px;
  margin: auto;
}

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

.symptom__ttl {
  margin-left: 2vw;
  font-size: 35px;
  /*IE9以前に対応する*/
  font-size: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .symptom__ttl {
    margin-left: 4vw;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 65px;
    font-size: 4.51389vw;
  }
}

@media screen and (max-width: 559px) {
  .symptom__ttl {
    font-size: 80px;
    font-size: 5.55556vw;
  }
}

.symptom__ttl::before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 2px;
  background-color: #6d6d6d;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .symptom__ttl::before {
    width: 15%;
    height: 4px;
    background-color: #4B4A4B;
  }
}

.symptom__wrapper {
  padding-top: 80px;
}

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

.symptom__lists {
  padding: 0 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .symptom__lists {
    padding: 0 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.symptom__list {
  width: 48%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 2px solid #1D2088;
}

@media screen and (max-width: 768px) {
  .symptom__list {
    width: 100%;
    height: auto;
    padding-bottom: 3px;
    border-radius: 10px;
    border: solid 4px #1D2088;
  }
}

.symptom__list:nth-child(3), .symptom__list:nth-child(4) {
  margin-top: 20px;
}

.symptom__list:nth-child(5), .symptom__list:nth-child(6) {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .symptom__list + .symptom__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .symptom .list1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .symptom .list2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .symptom .list3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .symptom .list4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .symptom .list5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .symptom .list6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}

.symptom__img {
  width: 80px;
}

@media screen and (max-width: 959px) {
  .symptom__img {
    max-width: 70px;
    width: 75%;
  }
}

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

.symptom__img__inner, .symptom__img__inner__right {
  width: 23%;
  margin: 4px 10px 0;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .symptom__img__inner, .symptom__img__inner__right {
    width: 20%;
  }
}

.symptom__img__inner__right {
  margin-right: 20px;
}

.symptom__img__tex {
  text-align: center;
  border-radius: 2.5px;
  color: #fff;
  background-color: #2b5db2;
  padding: 3px 0;
  font-size: 13px;
}

@media screen and (max-width: 959px) {
  .symptom__img__tex {
    font-size: 30px;
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 768px) {
  .symptom__img__tex {
    border-radius: 4px;
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 559px) {
  .symptom__img__tex {
    font-size: 40px;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.symptom__content {
  width: 71%;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .symptom__content {
    margin: 0;
    width: 80%;
  }
}

.symptom__content__right {
  width: 71%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .symptom__content__right {
    margin: 0;
    width: 80%;
  }
}

.symptom__content__tex {
  padding-top: 12px;
  line-height: 1.82;
  text-align: justify;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
}

@media screen and (max-width: 959px) {
  .symptom__content__tex {
    padding-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .symptom__content__tex {
    padding-right: 5px;
    line-height: 1.4;
    color: #6b6b6b;
    font-size: 35px;
    font-size: 2.43056vw;
  }
}

@media screen and (max-width: 559px) {
  .symptom__content__tex {
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.mt-01 {
  margin-top: 1px;
}

.mt-02 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mt-02 {
    margin-top: 5px;
  }
}

.mt-03 {
  margin-top: 2px;
}

.mt-04 {
  margin-top: 10.5px;
}

@media screen and (max-width: 768px) {
  .mt-04 {
    margin-top: 7px;
  }
}

.mt-05 {
  margin-top: 7.5px;
}

@media screen and (max-width: 768px) {
  .mt-05 {
    margin-top: 5px;
  }
}

.section {
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .section:nth-of-type(2) {
    display: none;
  }
}

.section:last-of-type {
  padding-bottom: 60px;
}

.section__sub-ttl {
  max-width: 450px;
  padding: 5px 0;
  font-size: 30px;
  /*IE9以前に対応する*/
  font-size: 1.875rem;
  color: #337cc7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section__sub-ttl {
    width: 70%;
    padding: 25px 0 10px;
    margin: 0 auto 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 70px;
    font-size: 4.86111vw;
  }
}

@media screen and (max-width: 559px) {
  .section__sub-ttl {
    font-size: 90px;
    font-size: 6.25vw;
  }
}

.section__sub-ttl02 {
  max-width: 450px;
  font-size: 30px;
  /*IE9以前に対応する*/
  font-size: 1.875rem;
  color: #337cc7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .section__sub-ttl02 {
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

@media screen and (max-width: 559px) {
  .section__sub-ttl02 {
    font-size: 75px;
    font-size: 5.20833vw;
  }
}

.svg__wrapper {
  position: relative;
}

.svg {
  position: absolute;
  bottom: -7px;
  left: -5px;
  width: 450px;
}

@media screen and (max-width: 768px) {
  .svg {
    width: 70%;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.line1 {
  stroke: #337cc7;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0, 7;
  stroke-dashoffset: 1;
}

.pink {
  stroke: #cd75b5;
}

.line2 {
  stroke: #cd75b5;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 0, 12;
  stroke-dashoffset: 0;
}

.svg__top {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 97.5%;
  -webkit-transform: translate(-49.8%, 0);
  transform: translate(-49.8%, 0);
}

@media screen and (max-width: 559px) {
  .svg__top {
    top: -5px;
    width: 97%;
  }
}

.svg__left {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.svg__right {
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.svg__bottom {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 97.5%;
  -webkit-transform: translate(-49.8%, 0);
  transform: translate(-49.8%, 0);
}

@media screen and (max-width: 559px) {
  .svg__bottom {
    bottom: -5px;
    width: 97%;
  }
}

.treatment {
  display: none;
  padding: 0 4vw;
}

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

.treatment__list {
  padding-bottom: 60px;
  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;
}

@media screen and (max-width: 768px) {
  .treatment__list {
    padding-bottom: 30px;
  }
}

.treatment__item {
  width: 47%;
  color: #fff;
  border-radius: 4px;
  background-color: #2557A7;
}

.treatment__item:nth-of-type(3), .treatment__item:nth-of-type(4) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .treatment__item:nth-of-type(3), .treatment__item:nth-of-type(4) {
    margin-top: 15px;
  }
}

.treatment__btn {
  width: 100%;
  padding: 7px 0;
  text-align: center;
  font-size: 45px;
  font-size: 3.125vw;
}

@media screen and (max-width: 559px) {
  .treatment__btn {
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

.treatment__btn span {
  font-size: 50px;
  font-size: 3.47222vw;
}

@media screen and (max-width: 559px) {
  .treatment__btn span {
    font-size: 55px;
    font-size: 3.81944vw;
  }
}

.media {
  padding: 0 20px 60px;
}

@media screen and (max-width: 768px) {
  .media {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.media:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .media__sp {
    padding: 0 10px 10px;
    -webkit-box-shadow: 0 0 5.6px 0.4px rgba(0, 0, 0, 0.49);
    box-shadow: 0 0 5.6px 0.4px rgba(0, 0, 0, 0.49);
  }
}

.panel-box {
  padding: 20px 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  max-width: 950px;
  margin: auto;
  margin-bottom: 30px;
}

.panel-box .common-img-size {
  width: 350px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .panel-box {
    max-width: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  .panel-box .common-img-size {
    width: 100%;
  }
}

.media__wrapper {
  margin: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.media__flex, .media__flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.media__flex-reverse {
  padding-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.media__flex-reverse img + img {
  margin-top: 20px !important;
}

.media__img__wrapper {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .media__img__wrapper {
    width: 100%;
    height: 10%;
  }
}

.media__img__wrapper img + img {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .media__img__wrapper img + img {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .media .pc__img {
    display: none;
  }
  .media .pc__img1 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

.media .sp__img, .media .circle__img {
  display: none;
}

@media screen and (max-width: 768px) {
  .media .sp__img, .media .circle__img {
    display: block;
  }
}

.media__content {
  width: 63%;
}

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

.media__tex {
  margin-top: 15px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #221815;
  text-align: justify;
  font-size: 13px;
  /*IE9以前に対応する*/
  font-size: 0.8125rem;
}

@media screen and (max-width: 959px) {
  .media__tex {
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .media__tex {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

@media screen and (max-width: 559px) {
  .media__tex {
    font-size: 50px;
    font-size: 3.47222vw;
    margin-top: 10px;
  }
}

.media__tex__hed {
  color: #cd75b5;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  .media__tex__hed {
    display: block;
    font-size: 50px;
    font-size: 3.47222vw;
  }
}

@media screen and (max-width: 559px) {
  .media__tex__hed {
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

.media__border {
  padding: 20px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.media__border img {
  width: 60px;
}

@media screen and (max-width: 559px) {
  .media__border img {
    width: 12%;
  }
}

.media__border__tex {
  width: 92%;
  line-height: 1.7;
  text-align: justify;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .media__border__tex {
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

.circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #337cc7;
}

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

.circle__img {
  width: 65%;
}

.circle__img:nth-of-type(2) {
  margin-left: auto;
}

.rectangle {
  display: block;
  width: 15px;
  height: 66px;
  margin-right: 30px;
  background-color: #337cc7;
}

@media screen and (max-width: 768px) {
  .rectangle {
    width: 10px;
    height: 55px;
  }
}

@media screen and (max-width: 559px) {
  .rectangle {
    width: 10px;
    height: 40px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}

.mt-3 {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .mt-35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }
}

.color-pink {
  color: #cd75b5;
}

.bg-pink {
  background-color: #cd75b5;
}

@media screen and (max-width: 768px) {
  .bg-orange {
    background-color: #FEF8F0;
  }
}

.flow__wrapper {
  margin-top: 60px;
  text-align: center;
}

.flow__hed {
  display: inline-block;
  padding: 10px 20px;
  padding-bottom: 8px;
  margin-bottom: 40px;
  font-size: 22px;
  /*IE9以前に対応する*/
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  color: #1d2088;
  border: 2px solid #1d2088;
}

@media screen and (max-width: 559px) {
  .flow__hed {
    padding: 8px 10px;
    font-size: 60px;
    font-size: 4.16667vw;
  }
}

@media screen and (max-width: 899px) {
  .media__border {
    padding: 10px 3vw;
  }
}

@media screen and (max-width: 860px) {
  .flow__wrapper {
    margin-top: 50px;
  }
  .flow__hed {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 375px) {
  .svg__right {
    height: 93%;
  }
  .svg__left {
    height: 93%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 17vw;
  }
}

@media screen and (max-width: 559px) {
  .footer {
    padding-bottom: 19vw;
  }
}

.footer__inner {
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fffefe;
  background-color: #1d2088;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 15px 0;
    background-color: #172575;
  }
}

@media screen and (max-width: 559px) {
  .copyright {
    font-size: 40px;
    font-size: 2.77778vw;
  }
}

/*# sourceMappingURL=menu.css.map */
