@charset "UTF-8";
/* ブレイクポイント */
@font-face {
  font-family: "futura";
  src: url("../fonts/futura medium bt.ttf") format("truetype");
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角 Pro W3", "メイリオ", sans-serif;
}

.sp {
  display: none !important;
}

.xsp {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

p {
  margin: 0;
}

h2 {
  letter-spacing: 2px;
  color: #004E9B;
}

html #wpadminbar {
  display: none;
}

.more_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.more_btn_box .more_btn {
  width: 200px;
  border: 3px solid #004E9B;
  height: 54px;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.more_btn_box .more_btn .angle {
  width: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-right: 0;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.more_btn_box .more_btn .angle2 {
  opacity: 0;
}
.more_btn_box .more_btn .hover {
  display: none;
}
.more_btn_box .more_btn .text {
  font-size: 18px;
  font-weight: bold;
}
.more_btn_box .more_btn:hover .hover {
  display: block;
}
.more_btn_box .more_btn:hover .current {
  display: none;
}
.more_btn_box .more_btn1 {
  background-color: #004E9B;
}
.more_btn_box .more_btn1 .angle {
  right: 25px;
}
.more_btn_box .more_btn1 img {
  width: 16.6px;
  margin-right: 17px;
}
.more_btn_box .more_btn1 .text {
  color: white;
  padding-right: 25px;
}
.more_btn_box .more_btn1:hover {
  background-color: white;
}
.more_btn_box .more_btn1:hover .angle1 {
  opacity: 0;
}
.more_btn_box .more_btn1:hover .angle2 {
  opacity: 1;
}
.more_btn_box .more_btn1:hover .text {
  color: #004E9B;
}
.more_btn_box .more_btn2 {
  margin-left: 10px;
  background-color: #EA8638;
  border: 3px solid #EA8638;
}
.more_btn_box .more_btn2 .angle {
  right: 14px;
}
.more_btn_box .more_btn2 img {
  width: 23.4px;
  margin-right: 8px;
}
.more_btn_box .more_btn2 .text {
  color: white;
  padding-right: 20px;
}
.more_btn_box .more_btn2:hover {
  background-color: #fff;
}
.more_btn_box .more_btn2:hover .angle1 {
  opacity: 0;
}
.more_btn_box .more_btn2:hover .angle2 {
  opacity: 1;
}
.more_btn_box .more_btn2:hover .text {
  color: #EA8638;
}

.more_btn_box_sp {
  display: none;
}

.common_text {
  font-size: 16px;
  line-height: 1.68;
  color: #434343;
}

.common_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  color: #004E9B;
}

h2 {
  font-size: 46px;
  font-weight: bold;
}

.top header {
  width: 100%;
}
.top header .inner {
  width: 80.5%;
  margin: 0 auto;
  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;
  padding: 14px 0 12px;
  min-width: 1055px;
}
.top header .inner .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top header .inner .left .logo {
  width: 159px;
  margin-right: 19px;
}
.top header .inner .left .text {
  font-size: 22px;
  font-weight: bold;
  color: #004E9B;
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top header .inner .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top .sec1 {
  margin-bottom: 60px;
}
.top .sec1 .img_box {
  width: 100%;
}
.top .contact_contents {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1020px;
  text-align: center;
}
.top .contact_contents .banner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .contact_contents .banner_box a {
  width: 47.4%;
}
.top .contact_contents .tel_box {
  width: 100%;
  border: 3px solid #004E9B;
  border-radius: 2px;
  padding: 15px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 56px;
}
.top .contact_contents .tel_box .inner {
  border: 1px solid #004E9B;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.top .contact_contents .tel_box .inner .text {
  font-size: 30px;
  font-weight: bold;
  color: #004E9B;
}
.top .contact_contents .tel_box .inner .num_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 9%;
  padding-left: 5.5%;
}
.top .contact_contents .tel_box .inner .num_box img {
  width: 42px;
  margin-right: 20px;
}
.top .contact_contents .tel_box .inner .num_box .num {
  font-size: 58px;
  font-family: "futura";
  color: #E95278;
}
.top .sec2 {
  margin-top: 80px;
  padding-bottom: 85px;
  padding-top: 120px;
  background-color: #F7F7F7;
  position: relative;
}
.top .sec2 .logo {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .sec2 .logo1 {
  width: 15.1%;
  max-width: 220px;
  top: 16.5%;
  right: 2%;
}
.top .sec2 .logo2 {
  width: 25.8%;
  max-width: 375px;
  bottom: 12%;
  left: 22%;
}
.top .sec2 h2 {
  font-size: 38px;
  font-weight: bold;
  color: #004E9B;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 72px;
}
.top .sec2 h2 img {
  position: absolute;
  width: 107px;
  left: 50%;
  top: -40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top .sec2 h2 span {
  color: #E95278;
  font-size: 50px;
}
.top .sec2 .box {
  position: relative;
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 20px;
}
.top .sec2 .box .left {
  width: 47.7%;
  position: absolute;
  top: -22px;
}
.top .sec2 .box .right {
  position: relative;
  margin-left: auto;
  width: 54.5%;
  padding: 40px 50px 30px 45px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .sec2 .box .right .common_title {
  margin-bottom: 30px;
}
.top .sec2 .box .right .date {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #434343;
}
.top .sec2 .more_btn {
  width: 190px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #EA8638;
  margin-top: 83px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 19px 10px 17px;
  position: relative;
  text-align: center;
  border: 3px solid #EA8638;
  position: relative;
}
.top .sec2 .more_btn .angle {
  width: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-right: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  right: 12.8px;
}
.top .sec2 .more_btn .angle2 {
  opacity: 0;
}
.top .sec2 .more_btn:hover {
  background-color: #fff;
  color: #EA8638;
}
.top .sec2 .more_btn:hover .angle1 {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.top .sec2 .more_btn:hover .angle2 {
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.top .sec3 {
  padding-top: 76px;
  padding-bottom: 70px;
}
.top .sec3 .img_box1 {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 23px;
}
.top .sec3 .angle_img {
  width: 45.8%;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 55px;
}
.top .sec3 .img_box2 {
  width: 64%;
  max-width: 1000px;
  margin: 0 auto;
}
.top .sec4 {
  background-color: #F7F7F7;
  padding-top: 148px;
  padding-bottom: 15px;
}
.top .sec4 .title_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}
.top .sec4 .title_box .logo {
  position: absolute;
}
.top .sec4 .title_box .logo1 {
  top: -70px;
  left: 9px;
  width: 162px;
}
.top .sec4 .title_box .logo2 {
  width: 50px;
  right: -20px;
  top: -25px;
}
.top .sec4 .title_box h2 {
  font-size: 46px;
  font-weight: bold;
  color: #004E9B;
}
.top .sec4 .title_box h2 .small {
  font-size: 36px;
}
.top .sec4 .title_box h2 .pink {
  color: #E95278;
}
.top .sec4 .box {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  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;
  margin-bottom: 80px;
  position: relative;
}
.top .sec4 .box .img_box {
  width: 47.8%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 0;
}
.top .sec4 .box .text_box {
  width: 54.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: relative;
  padding: 45px 50px;
}
.top .sec4 .box .text_box .num {
  position: absolute;
  left: 0;
  top: -10px;
  width: 82px;
}
.top .sec4 .box .text_box .num p {
  font-size: 38px;
  text-align: center;
  color: #004E9B;
  font-family: "futura";
  padding-top: 18px;
  position: relative;
}
.top .sec4 .box .text_box .num img {
  margin-top: -56px;
}
.top .sec4 .box .text_box .common_title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  line-height: 1.3;
}
.top .sec4 .box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top .sec4 .box:nth-child(2n) .img_box {
  left: 0;
  right: unset;
}
.top .sec4 .box:nth-child(2n) .text_box .num {
  right: 0;
  left: unset;
}
.top .sec5 {
  padding-top: 135px;
  padding-bottom: 50px;
}
.top .sec5 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 25px;
}
.top .sec5 h2 img {
  width: 50px;
  position: absolute;
  right: -30px;
  top: -30px;
}
.top .sec5 .content {
  width: 80.5%;
  max-width: 1200px;
  margin: 0 auto;
}
.top .sec5 .content .common_title {
  text-align: center;
  margin-bottom: 35px;
}
.top .sec5 .content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
.top .sec5 .content .box .item {
  width: 23.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.top .sec5 .content .box .item .big_img {
  height: 100%;
}
.top .sec5 .content .box .item .big_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .sec5 .content .box .item .small_img {
  height: 100%;
  position: relative;
}
.top .sec5 .content .box .item .small_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .sec5 .content .box .item .small_img:first-child {
  margin-bottom: 11px;
}
.top .sec5 .content .box .item .title {
  background-color: #004E9B;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 10px;
}
.top .sec5 .content .box .item .common_text {
  padding: 8px 17px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  line-height: 1.52;
  height: 100%;
}
.top .sec5 .content .box .item .text {
  padding: 10px 0;
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #434343;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .sec5 .content .box .item .text span {
  margin-bottom: -10px;
  margin-top: 18px;
  display: block;
}
.top .sec5 .content .box .item .text .span1 {
  margin-top: 0;
}
.top .sec6 {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #F7F7F7;
  margin-top: 80px;
}
.top .sec6 h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 30px;
}
.top .sec6 h2 img {
  position: absolute;
  width: 50px;
  right: -30px;
  top: -25px;
}
.top .sec6 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73.6%;
  max-width: 1100px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .sec6 .box .img_box {
  width: 49%;
  margin-bottom: 20px;
  margin-right: 2%;
}
.top .sec6 .box .img_box:nth-child(2n) {
  margin-right: 0;
}
.top .sec7 {
  padding-top: 106px;
  padding-bottom: 140px;
  position: relative;
}
.top .sec7 .logo {
  position: absolute;
}
.top .sec7 .logo1 {
  width: 13.4%;
  top: 120px;
  right: 75px;
}
.top .sec7 .logo2 {
  width: 12.3%;
  bottom: 44px;
  left: 3.85%;
}
.top .sec7 .title_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}
.top .sec7 .title_box img {
  position: absolute;
  width: 50px;
  right: -30px;
  top: -20px;
}
.top .sec7 .title_box h2 {
  font-size: 50px;
}
.top .sec7 .title_box h2 .pink {
  color: #E95278;
}
.top .sec7 .title_box h2 .small {
  font-size: 36px;
}
.top .sec7 .item {
  width: 700px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #BBC4D8;
  padding: 40px 115px 55px;
  position: relative;
  margin-bottom: 60px;
}
.top .sec7 .item .num {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  left: 0;
  top: -8px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 2;
  background-color: #E95278;
  border-radius: 30px;
  font-size: 26px;
  color: white;
  font-family: "futura";
}
.top .sec7 .item .logo {
  width: 100px;
  position: absolute;
  left: -30px;
  top: -30px;
}
.top .sec7 .item .common_title {
  margin-bottom: 15px;
}
.top .sec7 .item:last-child {
  margin-bottom: 0;
}
.top .sec8 {
  margin-top: 145px;
  padding-top: 105px;
  padding-bottom: 80px;
  background-color: #F7F7F7;
}
.top .sec8 .title_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.top .sec8 .title_box img {
  width: 50px;
  position: absolute;
  top: -15px;
  right: -20px;
}
.top .sec8 .title_box h2 {
  font-size: 50px;
  margin-bottom: 50px;
}
.top .sec8 .title_box h2 .small {
  font-size: 36px;
}
.top .sec8 .title_box h2 .pink {
  color: #E95278;
}
.top .sec8 .box {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .sec8 .box .inner_box {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top .sec8 .box .inner_box .left {
  width: 38%;
  position: relative;
}
.top .sec8 .box .inner_box .left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top .sec8 .box .inner_box .right {
  width: 62%;
  background-color: #fff;
  padding: 40px 44px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .sec8 .box .inner_box .right .common_title {
  margin-bottom: 20px;
}
.top .sec8 .box .img_box {
  width: 21%;
}
.top .sec9 {
  padding-top: 165px;
}
.top .sec9 h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 46px;
  margin-bottom: 50px;
}
.top .sec9 h2 img {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 50px;
}
.top .sec9 .box {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .sec9 .box .left {
  width: 28.4%;
  position: relative;
}
.top .sec9 .box .left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top .sec9 .box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 63px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
}
.top .sec9 .box .right .common_text {
  margin-bottom: 18px;
}
.top .sec9 .box .right .name {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #004E9B;
}
.top .sec9 .box .right .name span {
  font-size: 20px;
}
.top .contact_sec {
  padding-top: 165px;
}
.top .contact_sec h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 46px;
  margin-bottom: 50px;
}
.top .contact_sec h2 img {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 50px;
}
.top .contact_sec .contact_form_box {
  width: 600px;
  margin: 0 auto;
}
.top .contact_sec .contact_form_box .screen-reader-response {
  display: none;
}
.top .contact_sec .contact_form_box .box {
  color: #434343;
  margin-bottom: 30px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角 Pro W3", "メイリオ", sans-serif;
}
.top .contact_sec .contact_form_box .box .dt {
  width: 100%;
  font-size: 16px;
  margin-bottom: 14px;
}
.top .contact_sec .contact_form_box .box .dt span {
  font-size: 14px;
  color: #C13535;
  margin-left: 15px;
}
.top .contact_sec .contact_form_box .box .dd {
  width: 100%;
}
.top .contact_sec .contact_form_box .box .dd .form1 {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  font-size: 16px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 4px;
}
.top .contact_sec .contact_form_box .box .dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を非表示 */
  background-image: url(../images/select_angle.png);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 15px 10px;
}
.top .contact_sec .contact_form_box .box .dd select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}
.top .contact_sec .contact_form_box .box .dd textarea {
  width: 100%;
  height: 227px !important;
  padding: 17px 16px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.top .contact_sec .contact_form_box .checkbox_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .contact_sec .contact_form_box .checkbox_box .dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 25px;
}
.top .contact_sec .contact_form_box .checkbox_box .dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .contact_sec .contact_form_box .checkbox_box .dd .wpcf7-list-item {
  display: block;
  margin-bottom: 18px;
}
.top .contact_sec .contact_form_box .checkbox_box .dd .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .contact_sec .contact_form_box .checkbox_box .dd .wpcf7-list-item label input {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.top .contact_sec .contact_form_box .checkbox_box .dd .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  line-height: 1;
  padding-top: 3px;
}
.top .contact_sec .contact_form_box .last_checkbox_box .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .contact_sec .contact_form_box .last_checkbox_box .dd a {
  font-size: 16px;
  color: #004E9B;
  text-decoration: underline;
  margin-left: 10px;
}
.top .contact_sec .contact_form_box .last_checkbox_box .dd .wpcf7-list-item-label {
  display: none;
}
.top .contact_sec .contact_form_box .policy_text {
  color: #004E9B;
  text-decoration: underline;
}
.top .contact_sec .contact_form_box .submit-btn {
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  width: 200px;
}
.top .contact_sec .contact_form_box .submit-btn .submit {
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004E9B;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  color: white;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角 Pro W3", "メイリオ", sans-serif;
  cursor: pointer;
  border: 2px solid #004E9B;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.top .contact_sec .contact_form_box .submit-btn .angle {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 9px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: white;
}
.top .contact_sec .contact_form_box .submit-btn .angle2 {
  opacity: 0;
}
.top .contact_sec .contact_form_box .submit-btn:hover {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.top .contact_sec .contact_form_box .submit-btn:hover .submit {
  background-color: #fff;
  color: #004E9B;
}
.top .contact_sec .contact_form_box .submit-btn:hover .angle1 {
  opacity: 0;
}
.top .contact_sec .contact_form_box .submit-btn:hover .angle2 {
  opacity: 1;
}
.top .contact_sec .contact_form_box .submit-btn .wpcf7-spinner {
  display: none;
}
.top .contact_sec .contact_form_box .wpcf7-response-output {
  margin-top: 20px;
}
.top .contact_sec .contact_form_box .mw_wp_form_complete p {
  text-align: center;
  line-height: 1.5;
}
.top .sec10 {
  padding-top: 156px;
}
.top .sec10 h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 38px;
  margin-bottom: 50px;
}
.top .sec10 h2 img {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 50px;
}
.top .sec10 .box {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .sec10 .box .left {
  width: 47%;
  border: 0.5px solid #A3A3A3;
}
.top .sec10 .box .left .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
  border-bottom: 0.5px solid #A3A3A3;
}
.top .sec10 .box .left .item .title {
  width: 138px;
  border-right: 0.5px solid #A3A3A3;
  padding: 13px 0 13px 18px;
  line-height: 1.4;
}
.top .sec10 .box .left .item .common_text {
  background-color: #fff;
  padding: 13px 0 13px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}
.top .sec10 .box .left .item:last-child {
  border-bottom: none;
}
.top .sec10 .box .right {
  width: 50%;
}
.top .sec10 .box .right iframe {
  width: 100%;
  height: 586px;
}
.top .sns_sec {
  padding-top: 156px;
}
.top .sns_sec h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 38px;
  position: relative;
  margin-bottom: 50px;
}
.top .sns_sec h2 .pink {
  color: #E95278;
}
.top .sns_sec h2 img {
  position: absolute;
  width: 50px;
  top: -25px;
  right: -20px;
}
.top .sns_sec .box {
  width: 80.5%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .sns_sec .box .left {
  width: 44.3%;
  overflow: scroll;
}
.top .sns_sec .box .left iframe {
  width: 100%;
  height: 430px;
}
.top .sns_sec .box .left iframe ._2p3a {
  width: 100% !important;
}
.top .sns_sec .box .right {
  width: 50%;
}
.top .sns_sec .box .right a {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.top .copyright {
  margin-top: 90px;
  padding-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 1025px) {
  .more_btn_box .more_btn {
    width: 160px;
    border: 2px solid #004E9B;
    height: 48px;
    padding-top: 2px;
  }
  .more_btn_box .more_btn .angle {
    width: 6px;
  }
  .more_btn_box .more_btn .text {
    font-size: 16px;
  }
  .more_btn_box .more_btn1 .angle {
    right: 20px;
  }
  .more_btn_box .more_btn1 img {
    margin-right: 10px;
  }
  .more_btn_box .more_btn1 .text {
    padding-right: 20px;
  }
  .more_btn_box .more_btn2 {
    border: 2px solid #EA8638;
  }
  .more_btn_box .more_btn2 .angle {
    right: 10px;
  }
  .more_btn_box .more_btn2 img {
    width: 17px;
    margin-right: 5px;
  }
  .more_btn_box .more_btn2 .text {
    padding-right: 10px;
  }

  .common_text {
    font-size: 15px;
    line-height: 1.6;
  }

  .common_title {
    font-size: 20px;
  }

  h2 {
    font-size: 40px;
  }

  .top header .inner {
    width: 95%;
    min-width: unset;
  }
  .top header .inner .left .logo {
    width: 139px;
    margin-right: 0;
  }
  .top header .inner .left .text {
    display: none;
  }
  .top .contact_contents {
    width: 85%;
  }
  .top .contact_contents .tel_box .inner {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .top .contact_contents .tel_box .inner .text {
    font-size: 20px;
  }
  .top .contact_contents .tel_box .inner .num_box {
    padding-right: 0;
    padding-left: 0;
  }
  .top .contact_contents .tel_box .inner .num_box img {
    width: 30px;
    margin-right: 5px;
  }
  .top .contact_contents .tel_box .inner .num_box .num {
    font-size: 40px;
  }
  .top .sec2 h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .top .sec2 h2 img {
    width: 80px;
    top: -30px;
  }
  .top .sec2 h2 span {
    font-size: 40px;
  }
  .top .sec2 .box {
    width: 85%;
  }
  .top .sec2 .box .right {
    padding: 35px 40px 30px 40px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top .sec2 .box .right .common_title {
    margin-bottom: 25px;
  }
  .top .sec3 .img_box1 {
    width: 85%;
  }
  .top .sec3 .angle_img {
    width: 50%;
  }
  .top .sec3 .img_box2 {
    width: 70%;
  }
  .top .sec4 {
    padding-top: 130px;
  }
  .top .sec4 .title_box {
    margin-bottom: 60px;
  }
  .top .sec4 .title_box .logo1 {
    top: -60px;
    left: 6px;
    width: 140px;
  }
  .top .sec4 .title_box .logo2 {
    width: 40px;
    right: -15px;
    top: -20px;
  }
  .top .sec4 .title_box h2 {
    font-size: 40px;
  }
  .top .sec4 .title_box h2 .small {
    font-size: 30px;
  }
  .top .sec4 .box {
    width: 85%;
    margin-bottom: 70px;
  }
  .top .sec4 .box .text_box {
    padding: 35px 35px;
  }
  .top .sec4 .box .text_box .num {
    width: 70px;
  }
  .top .sec4 .box .text_box .common_title {
    margin-bottom: 20px;
  }
  .top .sec5 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .top .sec5 h2 img {
    width: 40px;
    right: -20px;
    top: -25px;
  }
  .top .sec5 .content {
    width: 85%;
  }
  .top .sec5 .content .common_title {
    margin-bottom: 25px;
  }
  .top .sec5 .content .box .item .title {
    padding: 12px 0;
    margin-bottom: 8px;
  }
  .top .sec5 .content .box .item .common_text {
    padding: 8px 12px 5px;
  }
  .top .sec6 {
    padding-top: 80px;
    margin-top: 80px;
  }
  .top .sec6 h2 img {
    width: 40px;
    right: -20px;
    top: -20px;
  }
  .top .sec6 .box {
    width: 80%;
  }
  .top .sec7 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .top .sec7 .logo {
    display: none;
  }
  .top .sec7 .title_box {
    margin-bottom: 60px;
  }
  .top .sec7 .title_box img {
    width: 40px;
    right: -20px;
    top: -20px;
  }
  .top .sec7 .title_box h2 {
    font-size: 40px;
  }
  .top .sec7 .title_box h2 .small {
    font-size: 30px;
  }
  .top .sec7 .item {
    width: 75%;
    border: 8px solid #BBC4D8;
    padding: 30px 90px 40px;
    margin-bottom: 50px;
  }
  .top .sec7 .item .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .top .sec7 .item .logo {
    display: block;
    width: 80px;
    top: -20px;
    left: -20px;
  }
  .top .sec7 .item .common_title {
    margin-bottom: 10px;
  }
  .top .sec8 {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .top .sec8 .title_box img {
    width: 40px;
  }
  .top .sec8 .title_box h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .top .sec8 .title_box h2 .small {
    font-size: 30px;
  }
  .top .sec8 .box {
    width: 85%;
  }
  .top .sec8 .box .inner_box .right {
    padding: 20px 30px 20px;
  }
  .top .sec8 .box .inner_box .right .common_title {
    margin-bottom: 15px;
  }
  .top .sec9 {
    padding-top: 120px;
  }
  .top .sec9 h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .top .sec9 h2 img {
    top: -20px;
    right: -20px;
    width: 40px;
  }
  .top .sec9 .box {
    width: 85%;
  }
  .top .sec9 .box .right {
    padding: 20px 30px 20px;
  }
  .top .sec9 .box .right .common_text {
    margin-bottom: 15px;
  }
  .top .contact_sec {
    padding-top: 140px;
  }
  .top .contact_sec h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .top .contact_sec h2 img {
    top: -20px;
    right: -20px;
    width: 40px;
  }
  .top .sec10 {
    padding-top: 140px;
  }
  .top .sec10 h2 {
    margin-bottom: 40px;
  }
  .top .sec10 h2 img {
    top: -20px;
    right: -20px;
    width: 40px;
  }
  .top .sec10 .box {
    width: 85%;
  }
  .top .sec10 .box .left .item .title {
    width: 110px;
    padding: 13px 0 13px 15px;
  }
  .top .sec10 .box .right iframe {
    height: 500px;
  }
  .top .sns_sec {
    padding-top: 140px;
  }
  .top .sns_sec h2 {
    margin-bottom: 40px;
  }
  .top .sns_sec h2 img {
    width: 40px;
    top: -20px;
    right: -10px;
  }
  .top .sns_sec .box {
    width: 85%;
  }
  .top .copyright {
    margin-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .more_btn_box {
    display: none;
  }
  .more_btn_box .more_btn1:hover {
    background-color: #004E9B;
  }
  .more_btn_box .more_btn1:hover .text {
    color: white;
  }
  .more_btn_box .more_btn2:hover {
    background-color: #EA8638;
  }
  .more_btn_box .more_btn2:hover .text {
    color: white;
  }

  .more_btn_box_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    z-index: 100;
  }
  .more_btn_box_sp .more_btn {
    width: 50%;
    margin: 0;
    height: 56px;
    border-radius: 0;
  }
  .more_btn_box_sp .more_btn .text {
    font-size: 18px;
  }
  .more_btn_box_sp .more_btn1 {
    background-color: #004E9B;
  }
  .more_btn_box_sp .more_btn2 {
    background-color: #EA8638;
  }
  .more_btn_box_sp .more_btn2 img {
    width: 23.4px;
  }

  .common_text {
    line-height: 1.5;
  }

  .common_title {
    font-size: 18px;
  }

  h2 {
    font-size: 30px;
  }

  .top header .inner {
    padding: 5px 0 4px;
  }
  .top header .inner .left .logo {
    width: 139px;
  }
  .top .contact_contents {
    width: 90%;
  }
  .top .contact_contents .banner_box {
    display: block;
  }
  .top .contact_contents .banner_box a {
    width: 100%;
    margin-bottom: 20px;
  }
  .top .contact_contents .tel_box {
    margin-top: 30px;
  }
  .top .contact_contents .tel_box .inner {
    display: block;
  }
  .top .contact_contents .tel_box .inner .text {
    text-align: center;
  }
  .top .contact_contents .tel_box .inner .num_box {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
  }
  .top .contact_contents .tel_box .inner .num_box img {
    width: 25px;
  }
  .top .contact_contents .tel_box .inner .num_box .num {
    font-size: 30px;
  }
  .top .sec2 {
    padding-top: 65px;
    margin-top: 60px;
    padding-bottom: 50px;
  }
  .top .sec2 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .top .sec2 h2 img {
    width: 60px;
    top: -25px;
  }
  .top .sec2 h2 span {
    font-size: 30px;
  }
  .top .sec2 .logo {
    display: none;
  }
  .top .sec2 .box {
    width: 90%;
    display: block;
  }
  .top .sec2 .box .left {
    position: unset;
    top: unset;
    width: 100%;
  }
  .top .sec2 .box .right {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
  .top .sec2 .box .right .common_title {
    margin-bottom: 20px;
  }
  .top .sec2 .more_btn {
    margin-top: 40px;
  }
  .top .sec2 .more_btn:hover {
    background-color: #EA8638;
    color: white;
  }
  .top .sec2 .more_btn:hover .angle1 {
    opacity: 1;
  }
  .top .sec2 .more_btn:hover .angle2 {
    opacity: 0;
  }
  .top .sec3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top .sec3 .img_box1 {
    width: 90%;
    margin-bottom: 11px;
  }
  .top .sec3 .angle_img {
    width: 60%;
    margin-bottom: 12px;
  }
  .top .sec3 .img_box2 {
    width: 90%;
  }
  .top .sec4 {
    padding-top: 90px;
    padding-bottom: 1px;
  }
  .top .sec4 .title_box {
    margin-bottom: 40px;
  }
  .top .sec4 .title_box .logo1 {
    top: -50px;
    width: 120px;
  }
  .top .sec4 .title_box .logo2 {
    width: 30px;
    right: -10px;
    top: -20px;
  }
  .top .sec4 .title_box h2 {
    font-size: 30px;
  }
  .top .sec4 .title_box h2 .small {
    font-size: 20px;
  }
  .top .sec4 .box {
    width: 90%;
    margin-bottom: 50px;
    display: block;
  }
  .top .sec4 .box .img_box {
    width: 100%;
    position: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .top .sec4 .box .img_box .num {
    width: 50px;
    position: absolute;
    top: -10px;
    right: 0;
  }
  .top .sec4 .box .img_box .num p {
    text-align: center;
    font-size: 25px;
    color: #004E9B;
    font-family: "futura";
    position: relative;
    padding-top: 10px;
  }
  .top .sec4 .box .img_box .num img {
    margin-top: -35px;
  }
  .top .sec4 .box .text_box {
    width: 100%;
    padding: 20px 10px;
  }
  .top .sec4 .box .text_box .common_title {
    margin-bottom: 15px;
  }
  .top .sec5 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .top .sec5 h2 img {
    width: 30px;
    top: -20px;
  }
  .top .sec5 .content {
    width: 90%;
  }
  .top .sec5 .content .common_title {
    margin-bottom: 20px;
  }
  .top .sec5 .content .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top .sec5 .content .box .item {
    width: 49%;
  }
  .top .sec5 .content .box .item .text {
    font-size: 15px;
  }
  .top .sec5 .content .box .item .text span {
    margin-top: 15px;
  }
  .top .sec5 .content .box .item:first-child {
    margin-bottom: 15px;
  }
  .top .sec5 .content .box .item:nth-child(2) {
    margin-bottom: 15px;
  }
  .top .sec5 .content .box .item_text {
    width: 100%;
  }
  .top .sec5 .content .box .item_text:last-child {
    margin-top: 15px;
  }
  .top .sec6 {
    padding-top: 50px;
    margin-top: 60px;
    padding-bottom: 40px;
  }
  .top .sec6 h2 img {
    width: 30px;
    top: -15px;
  }
  .top .sec6 .box {
    width: 90%;
  }
  .top .sec6 .box .img_box {
    width: 48%;
    margin-right: 4%;
  }
  .top .sec7 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .top .sec7 .title_box {
    margin-bottom: 40px;
  }
  .top .sec7 .title_box img {
    width: 30px;
    right: -15px;
  }
  .top .sec7 .title_box h2 {
    font-size: 23px;
  }
  .top .sec7 .title_box h2 .small {
    font-size: 16px;
  }
  .top .sec7 .item {
    width: 85%;
    padding: 20px 30px 20px;
    margin-bottom: 40px;
  }
  .top .sec7 .item .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    left: 8px;
  }
  .top .sec7 .item .logo {
    width: 60px;
    top: -15px;
    left: -15px;
  }
  .top .sec7 .item .common_title {
    text-align: center;
  }
  .top .sec8 {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .top .sec8 .title_box img {
    width: 30px;
    top: 20px;
    right: -10px;
  }
  .top .sec8 .title_box h2 {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .top .sec8 .title_box h2 .small {
    font-size: 18px;
  }
  .top .sec8 .box {
    width: 90%;
    display: block;
  }
  .top .sec8 .box .inner_box {
    width: 100%;
    display: block;
  }
  .top .sec8 .box .inner_box .right {
    width: 100%;
    padding: 20px 20px 20px;
  }
  .top .sec8 .box .inner_box .left {
    width: 100%;
  }
  .top .sec8 .box .img_box {
    display: none;
  }
  .top .sec9 {
    padding-top: 60px;
  }
  .top .sec9 h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .top .sec9 h2 img {
    top: -20px;
    right: -20px;
    width: 30px;
  }
  .top .sec9 .box {
    width: 90%;
    display: block;
  }
  .top .sec9 .box .left {
    width: 100%;
  }
  .top .sec9 .box .right {
    width: 100%;
    padding: 20px 10px 20px;
  }
  .top .sec9 .box .right .common_text {
    line-height: 1.6;
  }
  .top .contact_sec {
    padding-top: 60px;
  }
  .top .contact_sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .top .contact_sec h2 img {
    top: -15px;
    width: 30px;
  }
  .top .contact_sec .contact_form_box {
    width: 90%;
  }
  .top .contact_sec .contact_form_box .checkbox_box {
    display: block;
  }
  .top .contact_sec .contact_form_box .submit-btn:hover .submit {
    background-color: #004E9B;
    color: white;
  }
  .top .contact_sec .contact_form_box .submit-btn:hover .angle1 {
    opacity: 1;
  }
  .top .contact_sec .contact_form_box .submit-btn:hover .angle2 {
    opacity: 0;
  }
  .top .sec10 {
    padding-top: 60px;
  }
  .top .sec10 h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .top .sec10 h2 img {
    top: -15px;
    right: -20px;
    width: 30px;
  }
  .top .sec10 .box {
    width: 90%;
    display: block;
  }
  .top .sec10 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .top .sec10 .box .left .item .title {
    width: 100px;
  }
  .top .sec10 .box .right {
    width: 100%;
  }
  .top .sec10 .box .right iframe {
    height: 400px;
  }
  .top .sns_sec {
    padding-top: 60px;
  }
  .top .sns_sec h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
  }
  .top .sns_sec h2 img {
    width: 30px;
    top: -15px;
  }
  .top .sns_sec .box {
    width: 90%;
    display: block;
  }
  .top .sns_sec .box .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .top .sns_sec .box .right {
    width: 100%;
  }
  .top .copyright {
    margin-top: 50px;
    padding-bottom: 65px;
  }
}
/* 2023.3 追加 */
.header-button {
  background-color: #EA3323;
  border: 2px solid #EA3323;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 356px;
  text-align: center;
  text-decoration: none;
  padding: 16px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-button:hover {
  background-color: #fff;
  color: #EA3323;
}

.top-lead-box {
  margin-bottom: 32px;
}

.top-lead {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFCB7));
  background: linear-gradient(transparent 50%, #FFFCB7 50%);
  color: #004E9B;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .top-lead {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 50px;
  }
}
.top-lead span {
  font-size: 25px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .top-lead span {
    font-size: 48px;
    font-weight: bold;
  }
}

@media (min-width: 769px) {
  .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .contact-form {
    width: 47.4%;
  }
}

.contact-tel-pc {
  display: none;
}
@media (min-width: 769px) {
  .contact-tel-pc {
    display: block;
    width: 47.4%;
  }
}
.contact-tel-pc img {
  max-width: 30px;
  width: 100%;
  display: initial;
}

.contact-form__button {
  background-color: #EA3323;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 17px 0;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  .contact-form__button {
    font-size: 24px;
    padding: 26px 0;
  }
}
@media (min-width: 769px) {
  .contact-form__button {
    font-size: 35px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .contact-form__button {
    font-size: 40px;
  }
}
.contact-form__button:hover {
  opacity: 0.7;
}

.contact-tel__button {
  background-color: #004E9B;
  padding: 17px 0;
  text-align: center;
  line-height: 1.43;
}
.contact-tel__button--sp {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .contact-tel__button--sp {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .contact-tel__button {
    padding: 26px 0;
  }
}

.contact-tel__button span {
  color: #fff;
  font-size: 54px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contact-tel__button span {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .contact-tel__button span {
    font-size: 54px;
  }
}

.contact-tel__text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .contact-tel__text {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .contact-tel__text {
    font-size: 30px;
  }
}

.contact-tel-sp {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 769px) {
  .contact-tel-sp {
    display: none;
  }
}

.contact-contents02 {
  margin-top: 32px;
}

.contact-contents03 {
  padding-top: 30px;
  margin-bottom: 64px;
}

.only-pc {
  display: none;
}
@media (min-width: 769px) {
  .only-pc {
    display: block;
  }
}

@media (min-width: 576px) {
  .only-sp {
    display: none;
  }
}

.bottom-button01 {
  background-color: #fff;
  height: 64px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bottom-button01__text {
  color: #043434;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.bottom-button01__text span {
  color: #EA3323;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
}

.bottom-button01__bg {
  background-color: #EA3323;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 0;
  width: 71%;
  margin: 6px auto 0;
}
.bottom-button01__bg img {
  max-width: 10px;
  width: 100%;
}

.bottom-button01__bg-text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-left: 4px;
}

.bottom-button02 {
  background-color: #EA3323;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  width: 30%;
  text-align: center;
}

@media (min-width: 576px) {
  .floating {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */