@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  background: #fff;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 16px;
  }
}

.inner2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner2 {
    padding: 0 8px;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  font-family: "Noto Sans JP", "Helvetica", "Arial", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit;
  width: 100%;
  padding: 10px !important;
  margin: 0 !important;
  outline: none !important;
}

@media screen and (max-width: 1000px) {
  body {
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px rgba(62, 62, 62, 0.5);
            box-shadow: 0 3px 6px rgba(62, 62, 62, 0.5);
  }
}
@media screen and (max-width: 767px) {
  body {
    max-width: 440px;
  }
}

.cta {
  background: -webkit-gradient(linear, left top, left bottom, from(#FA5568), to(#FF2C44));
  background: linear-gradient(to bottom, #FA5568, #FF2C44);
  padding: 60px 0 80px;
}
.cta .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.cta .heading .left {
  color: #FFFF65;
  font-size: 50px;
  font-weight: bold;
  margin-right: 20px;
}
.cta .heading .left .big {
  font-size: 130%;
}
.cta .heading .right {
  color: #fff;
  font-size: 41px;
  font-weight: bold;
}
.cta .heading .right .big {
  font-size: 130%;
}
.cta .bottom a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  border-radius: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta .bottom a:hover {
  opacity: 0.6;
}
.cta .bottom a .free-icon {
  width: 93px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.cta .bottom a .num {
  font-weight: 700;
  font-size: 103px;
  color: #E00808;
  text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.2509803922);
}

.footer {
  background: #1E79BE;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .footer {
    font-size: 13px;
  }
}

.header {
  padding: 20px 0;
  background: #003D83;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  max-width: 333px;
  margin-right: 20px;
}
.header .contents {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .contents .left .heading {
  font-size: 12px;
  margin-bottom: 5px;
  color: #0155A8;
  font-weight: bold;
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  margin-left: auto;
}
.header .contents .left .heading span {
  color: #E00808;
}
.header .contents .left .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .contents .left .bottom a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .contents .left .bottom a:hover {
  opacity: 0.6;
}
.header .contents .left .bottom a .free-icon {
  width: 58px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.header .contents .left .bottom a .num {
  font-size: 40px;
  font-weight: 500;
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.2509803922);
  letter-spacing: 2px;
}
.header .contents .right {
  margin-left: 15px;
}
.header .contents .right a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#209DD9), to(#0A7EC3));
  background: linear-gradient(to bottom, #209DD9, #0A7EC3);
  border-radius: 40px;
  border: 2px solid #fff;
}
.header .contents .right a:hover {
  opacity: 0.6;
}
.header .contents .right a .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.header .contents .right a .row1 .mail-icon {
  width: 30px;
  margin-right: 5px;
}
.header .contents .right a .row1 .text1 {
  font-size: 18px;
  font-weight: bold;
}
.header .contents .right a .row1 .text1 span {
  font-size: 70%;
}
.header .contents .right a .row2 {
  font-size: 11.5px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .contents .right a .row2 .text2 {
  margin-right: 5px;
}
.header .contents .right a .row2 .text3 {
  color: #E00808;
  background: #fff;
  border-radius: 34px;
  padding: 5px 10px;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 30px 0;
  }
}

body,
html {
  overflow-x: hidden;
}

.section1 {
  background: #003D83;
}
.section1 .common-box {
  border-radius: 17px;
  border: 6px solid #FFFF65;
}
@media screen and (max-width: 1000px) {
  .section1 .common-box {
    border-radius: 10px;
    border: 3px solid #FFFF65;
  }
}
.section1 .row .section1-img {
  position: relative;
}
.section1 .row .section1-img .dakara {
  position: absolute;
  top: -25px;
  right: 25%;
  max-width: 117px;
}
@media screen and (max-width: 1000px) {
  .section1 .row .section1-img .dakara {
    max-width: 100%;
    width: 12%;
    top: -10px;
  }
}
.section1 .row .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section1 .row .flex3 .item {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section1 .row .flex3 .item {
    width: 49%;
  }
}
.section1 .row .flex3 .item .ansin {
  position: absolute;
  top: -18px;
  right: 36%;
  max-width: 123px;
}
@media screen and (max-width: 1000px) {
  .section1 .row .flex3 .item .ansin {
    max-width: 100%;
    width: 25%;
    top: -10px;
  }
}
.section1 .row .flex3 .item .saitan {
  position: absolute;
  top: -25px;
  right: 15%;
  max-width: 123px;
}
.section1 .row .flex3 .item .saitan img {
  aspect-ratio: 114/81;
}
@media screen and (max-width: 1000px) {
  .section1 .row .flex3 .item .saitan {
    max-width: 100%;
    width: 25%;
    top: -10px;
  }
}
.section1 .box2 {
  background: -webkit-gradient(linear, left top, right top, from(#EBF4FC), color-stop(#fff), to(#DCEEFF));
  background: linear-gradient(to right, #EBF4FC, #fff, #DCEEFF);
}
.section1 .box2 .flex {
  padding: 15px 20px;
  background: url(../img2/section1-box1-bg.png) no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .section1 .box2 .flex {
    padding: 10px;
  }
}
.section1 .box2 .flex .left {
  width: calc(100% - 240px);
  text-align: center;
  color: #002448;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .section1 .box2 .flex .left {
    width: 250px;
  }
}
.section1 .box2 .flex .left .al_c {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .section1 .box2 .flex .left .al_c {
    font-size: 12px;
    white-space: nowrap;
  }
}
.section1 .box2 .flex .left .text {
  font-size: 47px;
  color: #075CAE;
}
@media screen and (max-width: 1000px) {
  .section1 .box2 .flex .left .text {
    font-size: 24px;
  }
}
.section1 .box2 .flex .left .text span {
  font-size: 80%;
}
.section1 .box2 .flex .right {
  width: 226px;
}
@media screen and (max-width: 1000px) {
  .section1 .box2 .flex .right {
    width: calc(100% - 255px);
    max-width: 100px;
  }
}
.section1 .row {
  margin-bottom: 35px;
}
.section1 .row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .section1 .row {
    margin-bottom: 10px;
  }
}
.section1 .box1 {
  max-width: 717px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 {
    max-width: 280px;
  }
}
.section1 .box1 .girl {
  max-width: 147px;
  position: absolute;
  bottom: -17px;
  left: -90px;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .girl {
    max-width: 70px;
    left: -50px;
    bottom: -8px;
  }
}
.section1 .box1 .boy {
  max-width: 134px;
  position: absolute;
  bottom: -17px;
  right: -80px;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .boy {
    max-width: 60px;
    right: -40px;
    bottom: -8px;
  }
}
.section1 .box1 .heading {
  background: #FC7626;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .heading {
    font-size: 20px;
    padding: 10px 0;
  }
}
.section1 .box1 .bottom {
  background: #FFF7EF;
  padding: 30px 0;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .bottom {
    padding: 10px 0;
  }
}
.section1 .box1 .bottom .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section1 .box1 .bottom .flex .title {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .bottom .flex .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.section1 .box1 .bottom .flex .left {
  width: 50%;
  border-right: 3px solid #FFDBC5;
  padding: 0 20px;
}
.section1 .box1 .bottom .flex .left .img {
  max-width: 205px;
  margin: 0 auto;
}
.section1 .box1 .bottom .flex .right {
  width: 50%;
  padding: 0 20px;
}
.section1 .box1 .bottom .flex .right #countnum {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .bottom .flex .right #countnum {
    font-size: 25px;
  }
}
.section1 .box1 .bottom .flex .right #countnum span {
  font-size: 113px;
  line-height: 0.7;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .bottom .flex .right #countnum span {
    font-size: 60px;
  }
}
.section1 .box-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 17px;
  border: 6px solid #F94D61;
  padding: 15px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#EBF4FC), color-stop(#fff), to(#DCEEFF));
  background: linear-gradient(to right, #EBF4FC, #fff, #DCEEFF);
}
@media screen and (max-width: 1000px) {
  .section1 .box-cta {
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #F94D61;
  }
}
.section1 .box-cta .left {
  width: 700px;
}
.section1 .box-cta .left .heading {
  margin-bottom: 10px;
}
.section1 .box-cta .left .heading .wrap {
  display: inline-block;
  color: #075CAE;
  font-size: 47px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFFF65));
  background: linear-gradient(transparent 80%, #FFFF65 80%);
}
.section1 .box-cta .left .heading .wrap span {
  font-size: 150%;
}
.section1 .box-cta .left .bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section1 .box-cta .left .bottom a:hover {
  opacity: 0.6;
}
.section1 .box-cta .left .bottom a .icon {
  width: 80px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.section1 .box-cta .left .bottom a .num {
  font-size: 83px;
  font-weight: bold;
  color: #E00808;
}
.section1 .box-cta .right {
  width: calc(100% - 740px);
}

.box-cta2 {
  background: -webkit-gradient(linear, left top, right top, from(#EBF4FC), color-stop(#fff), to(#DCEEFF));
  background: linear-gradient(to right, #EBF4FC, #fff, #DCEEFF);
}
@media screen and (max-width: 1000px) {
  .box-cta2 {
    padding: 15px 10px;
    border-radius: 10px;
    border: 3px solid #FFFF65;
  }
}
.box-cta2 .heading {
  margin-bottom: 15px;
  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;
}
.box-cta2 .heading .wrap {
  display: inline-block;
  color: #075CAE;
  font-size: 23px;
  font-weight: 700;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFFF65));
  background: linear-gradient(transparent 80%, #FFFF65 80%);
}
.box-cta2 .heading .wrap span {
  font-size: 150%;
}
.box-cta2 .left {
  width: 220px;
}
.box-cta2 .right {
  width: calc(100% - 226px);
}
.box-cta2 .btn-area a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 20px;
  border-radius: 50px;
}
.box-cta2 .btn-area a:hover {
  opacity: 0.6;
}
.box-cta2 .btn-area .btn1 {
  margin-bottom: 10px;
}
.box-cta2 .btn-area .btn1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF3048), color-stop(#FF7484), color-stop(#FF7484), to(#FF2F47));
  background: linear-gradient(to bottom, #FF3048, #FF7484, #FF7484, #FF2F47);
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-cta2 .btn-area .btn1 a {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .box-cta2 .btn-area .btn1 a {
    font-size: 9vw;
    white-space: nowrap;
  }
}
.box-cta2 .btn-area .btn1 a .icon {
  max-width: 40px;
  width: 100%;
  margin-right: 5px;
}
.box-cta2 .btn-area .btn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#209DD9), to(#0A7EC3));
  background: linear-gradient(to bottom, #209DD9, #0A7EC3);
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .box-cta2 .btn-area .btn2 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .box-cta2 .btn-area .btn2 a {
    font-size: 5.5vw;
    white-space: nowrap;
  }
}
.box-cta2 .btn-area .btn2 a .mail-icon {
  max-width: 40px;
  width: 100%;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 500px) {
  .box-cta2 .btn-area .btn2 a .mail-icon {
    top: 0;
  }
}
.box-cta2 .btn-area .btn2 a .text1 {
  position: relative;
  top: 2px;
  white-space: nowrap;
}
.box-cta2 .btn-area .btn2 a .text1 span {
  font-size: 80%;
}
@media screen and (max-width: 500px) {
  .box-cta2 .btn-area .btn2 a .text1 {
    top: 3px;
  }
}

@media screen and (max-width: 1000px) {
  .cta {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 0 10px;
  }
  .cta .heading {
    max-width: 400px;
    margin: 0 auto;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .cta .heading .left {
    font-size: 18px;
    margin-right: 10px;
  }
  .cta .heading .right {
    font-size: 13px;
  }
  .cta .bottom {
    max-width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta .bottom a {
    padding: 10px 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cta .bottom a:hover {
    opacity: 0.6;
  }
  .cta .bottom a .free-icon {
    width: 30px;
    margin-right: 5px;
  }
  .cta .bottom a .num {
    font-size: 28px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2509803922);
    white-space: nowrap;
  }
  .cta .bottom .mail {
    padding: 0;
    background: transparent;
    width: 52px;
  }
  .cta .bottom .num-btn {
    width: calc(100% - 60px);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2509803922);
  }
}
@media screen and (max-width: 500px) {
  .cta .heading .left .big {
    font-size: 150%;
  }
}
@media screen and (max-width: 1000px) {
  body {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 500px) {
  body {
    padding-bottom: 107.7px;
  }
}

.section2 {
  background: url(../img2/section2-bg.jpg) no-repeat center center/cover;
}
.section2 .box1 {
  margin-bottom: 60px;
  position: relative;
  padding: 20px 20px;
  border: 9px solid #000;
  background: url(../img2/storn-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .section2 .box1 {
    margin-bottom: 20px;
    padding: 10px;
  }
}
.section2 .box1 .hell {
  position: absolute;
  bottom: -1px;
  right: 7%;
  max-width: 120px;
}
@media screen and (max-width: 1000px) {
  .section2 .box1 .hell {
    max-width: 60px;
    right: 0px;
  }
}
.section2 .box1 .flex {
  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;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .section2 .box1 .flex {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.section2 .box1 .flex .attention {
  max-width: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .section2 .box1 .flex .attention {
    max-width: 40px;
    margin-right: 0;
    margin: 0 auto 10px;
  }
}
.section2 .box1 .flex .text .wrap {
  display: inline-block;
  font-size: clamp(2.5rem, -0.625rem + 5vw, 2.813rem);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF65));
  background: linear-gradient(transparent 70%, #FFFF65 70%);
}
@media screen and (max-width: 1000px) {
  .section2 .box1 .flex .text .wrap {
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .section2 .box1 .flex .text .wrap {
    font-size: clamp(1rem, 0.222rem + 3.89vw, 1.438rem);
  }
}
.section2 .box1 .btn a {
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 10px;
  max-width: 200px;
  background: #fff;
  margin: 0 auto;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: 1.5px solid #000;
  position: relative;
}
.section2 .box1 .btn a:hover {
  opacity: 0.6;
}
.section2 .box1 .btn a::after {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  background: url(../img2/arrow.png) no-repeat center center/cover;
  width: 4px;
  height: 6px;
}
.section2 .title {
  text-align: center;
  font-size: 35px;
  color: #0655A0;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .section2 .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.section2 .box2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBF4FC), color-stop(#fff), to(#DCEEFF));
  background: linear-gradient(to bottom, #EBF4FC, #fff, #DCEEFF);
  padding: 20px;
  border: 6px solid #0AA0E2;
  border-radius: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .section2 .box2 {
    padding: 10px;
    font-size: 14px;
  }
}
.section2 .at-text {
  font-size: 12px;
  text-align: right;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .section2 .at-text {
    font-size: 10px;
  }
}

.section3 {
  background: url(../img2/section3-bg.jpg) no-repeat center center/cover;
}
.section3 .img2 {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .section3 .btn-area a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 20px;
    border-radius: 50px;
  }
  .section3 .btn-area a:hover {
    opacity: 0.6;
  }
  .section3 .btn-area .btn2 {
    width: calc(100% - 670px);
  }
  .section3 .btn-area .btn1 {
    margin-bottom: 10px;
    width: 650px;
  }
  .section3 .btn-area .btn1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 767px) {
  .section3 .btn-area .btn1 a {
    font-size: 36px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 500px) {
  .section3 .btn-area .btn1 a {
    font-size: 9vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1001px) {
  .section3 .btn-area .btn1 a .icon {
    max-width: 40px;
    width: 100%;
    margin-right: 5px;
    max-width: 80px;
    position: relative;
    top: 4px;
    margin-right: 5px;
  }
  .section3 .btn-area .btn1 .num {
    font-size: 83px;
    font-weight: bold;
    color: #E00808;
  }
  .section3 .btn-area .btn2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#209DD9), to(#0A7EC3));
    background: linear-gradient(to bottom, #209DD9, #0A7EC3);
    color: #fff;
    font-weight: bold;
  }
}
@media screen and (min-width: 1001px) and (max-width: 767px) {
  .section3 .btn-area .btn2 a {
    font-size: 23px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 500px) {
  .section3 .btn-area .btn2 a {
    font-size: 5.5vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1001px) {
  .section3 .btn-area .btn2 a .mail-icon {
    max-width: 40px;
    width: 100%;
    margin-right: 5px;
    position: relative;
    top: -4px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 500px) {
  .section3 .btn-area .btn2 a .mail-icon {
    top: 0;
  }
}
@media screen and (min-width: 1001px) {
  .section3 .btn-area .btn2 a .text1 {
    position: relative;
    top: 2px;
    white-space: nowrap;
  }
  .section3 .btn-area .btn2 a .text1 span {
    font-size: 80%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 500px) {
  .section3 .btn-area .btn2 a .text1 {
    top: 3px;
  }
}
@media screen and (min-width: 1001px) {
  .section3 .box {
    border-radius: 17px;
    border: 6px solid #E00808;
    padding: 30px 30px;
    background: -webkit-gradient(linear, left top, right top, from(#EBF4FC), color-stop(#fff), to(#DCEEFF));
    background: linear-gradient(to right, #EBF4FC, #fff, #DCEEFF);
  }
  .section3 .box .left {
    text-align: center;
    margin-bottom: 10px;
  }
  .section3 .box .wrap {
    display: inline-block;
    color: #075CAE;
    font-size: 23px;
    font-size: 41px;
    font-weight: bold;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFFF65));
    background: linear-gradient(transparent 80%, #FFFF65 80%);
  }
  .section3 .box .wrap span {
    font-size: 150%;
  }
}
.section3 .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section3 .btn-area .btn2 a .text1 {
  font-size: 20px;
}

.section3 .btn-area .btn2 a .mail-icon {
  max-width: 35px;
  top: -1px;
}

.section3 .btn-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .section3 .btn-area {
    display: block;
  }
  .box-cta2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-cta2 .btn-area .btn1 a {
    font-size: 36px;
  }
  .section3 .btn-area .btn2 a .text1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .box-cta2 .btn-area .btn1 a {
    font-size: 9vw;
    white-space: nowrap;
  }
  .section3 .btn-area .btn2 a .text1 {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1001px) {
  .section3 .btn-area .btn2 a .text1 {
    font-size: 18px;
  }
  .section3 .btn-area .btn2 a .mail-icon {
    width: 35px;
    min-width: 35px;
    top: -2px;
  }
}
@media screen and (max-width: 1000px) {
  .section3 .img1 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5%;
  }
}
.section4 {
  background: url(../img2/section4-bg.jpg) no-repeat center center/cover;
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .section4 {
    padding: 20px 0 10px;
    background: url(../img2/section4-bg-sp.png) no-repeat bottom center/cover;
  }
}
@media screen and (max-width: 1000px) {
  .section4 .inner {
    padding: 0;
  }
}

.section-title1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#003D83), color-stop(#176FBE), to(#003D83));
  background: linear-gradient(to bottom, #003D83, #176FBE, #003D83);
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .section-title1 {
    font-size: 22px;
  }
}

.company {
  padding-top: 60px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .company {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .company {
    font-size: 14px;
  }
}
.company .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 20px 0;
}
.company .row:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .company .row {
    padding: 15px 0;
    display: block;
  }
}
.company .row .dt {
  width: 200px;
  color: #034495;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .company .row .dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.company .row .dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1000px) {
  .company .row .dd {
    width: 100%;
  }
}

.contact {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .contact {
    padding-top: 30px;
  }
}

.cta {
  z-index: 100;
}

.company {
  /* アイコンの形はここから */
  /* アイコンの形ここまで */
}
.company .dd-row {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .company .dd-row {
    margin-bottom: 10px;
  }
}
.company .dd-row:last-child {
  margin-bottom: 0;
}
.company .ac_header {
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company .ac_inner {
  font-weight: bold;
  display: none;
  /* コンテンツは消しておくのがミソ */
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .company .ac_inner {
    padding: 10px 20px;
  }
}
.company .ac_inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .company .ac_inner .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.company .ac_inner .wrap ul {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .company .ac_inner .wrap ul {
    width: 33.3333%;
  }
}
.company .ac_inner .wrap ul li {
  margin-bottom: 10px;
}
.company .ac_header.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}
.company .icon {
  width: 22px;
  margin-right: 30px;
  position: relative;
  top: 5px;
  -webkit-transform: rotate(180deg) translateY(0px);
          transform: rotate(180deg) translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .company .icon {
    margin-right: 15px;
  }
}
.company .ac_header.open .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg) translateY(-8px);
          transform: rotate(0deg) translateY(-8px);
}
@media screen and (max-width: 1000px) {
  .company .ac_header.open .icon {
    -webkit-transform: rotate(0deg) translateY(-6px);
            transform: rotate(0deg) translateY(-6px);
  }
}

.addImg1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.qa {
  background: #DCEEFF;
  /* アイコンの形はここから */
}
.qa .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .qa .flex {
    font-size: 16px;
  }
}
.qa .flex .icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  margin-right: 20px;
  border-radius: 50%;
  background: #0D63B4;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .qa .flex .icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 10px;
  }
}
.qa .flex .icon .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qa .flex .text {
  font-weight: bold;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .qa .flex .text {
    font-size: 16px;
  }
}
.qa ul li {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .qa ul li {
    margin-bottom: 10px;
  }
}
.qa ul li:last-child {
  margin-bottom: 0;
}
.qa ul li .ac_header2 .text {
  font-weight: bold;
}
.qa .main-title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 60px;
  text-align: center;
  color: #075CAE;
}
@media screen and (max-width: 1000px) {
  .qa .main-title {
    margin-bottom: 30px;
  }
}
.qa .ac_header2 {
  border-radius: 10px;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  padding-right: 60px !important;
  color: #0D63B4;
}
@media screen and (max-width: 1000px) {
  .qa .ac_header2 {
    padding: 15px 20px;
    padding-right: 50px !important;
  }
}
.qa .ac_inner2 {
  display: none;
  /* コンテンツは消しておくのがミソ */
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  padding: 15px 30px;
}
@media screen and (max-width: 1000px) {
  .qa .ac_inner2 {
    padding: 15px 20px;
  }
}
.qa .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.qa .i_box:before,
.qa .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.qa .i_box:before {
  border-top: 3px solid #999;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.qa .i_box:after {
  border-left: 3px solid #999;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* これがあるからアイコンが優しく動く */
}
.qa .ac_header2.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
  border-left: 3px solid #999;
  -webkit-transition: 0s;
  transition: 0s;
}
.qa .ac_header2.open .i_box:before {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
  border-top: 3px solid #fff;
}
.qa .ac_header2.open {
  border-radius: 10px 10px 0 0;
  background: #0D63B4;
  color: #fff;
}
.qa .ac_header2.open .icon {
  background: #fff;
  color: #0D63B4;
}

.contact {
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .contact {
    font-size: 16px;
  }
}
.contact .lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact .lead {
    font-size: 14px;
    text-align: left;
  }
}
.contact .lead a {
  font-weight: 700;
  color: #1E79BE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .lead a:hover {
  opacity: 0.6;
}
.contact .lead span {
  color: #E00808;
}

.dd-yubin input {
  width: 50%;
}

.submit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.submit .flex input {
  width: 47%;
  border-radius: 30px;
  color: #fff;
  background: #E00808;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  padding: 15px 0;
}
.submit .flex input:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .submit .flex input {
    border-radius: 10px;
  }
}
.submit .flex button {
  width: 47%;
  border-radius: 30px;
  color: #fff;
  background: #D0D0D0;
  cursor: pointer;
  padding: 10px;
  padding: 15px 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
.submit .flex button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .submit .flex button {
    border-radius: 10px;
  }
}

.contact {
  background: #F6FBFF;
}
.contact .atte {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .contact .atte {
    margin-bottom: 30px;
  }
}
.contact textarea {
  height: 200px !important;
  resize: none !important;
  width: 100% !important;
}
.contact .row-textarea {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (min-width: 1001px) {
  .contact .row-textarea .dt {
    position: relative;
    top: 13px;
  }
}
.contact .check-row .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact .radio-row .dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1000px) {
  .contact .row {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  .contact .row {
    display: block;
  }
}
.contact .row .dt {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  .contact .row .dt {
    margin-bottom: 5px;
    width: 100%;
  }
}
.contact .row .dt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .row .dt .requires {
  background: #E00808;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 4px;
}
.contact .row .dt .requires.no {
  background: #D9D9D9;
}
.contact .row .dd {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1000px) {
  .contact .row .dd {
    width: 100%;
  }
}

.about {
  background: url(../img2/about-bg.jpg) no-repeat center center/cover;
}
.about img {
  border-radius: 10px;
}

.about2 {
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .about2 {
    padding-top: 20px;
  }
}

.se3-add {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .se3-add {
    margin-bottom: 20px;
  }
}

.section3-b {
  background: #003D83;
}

.case {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .case {
    padding-top: 30px;
  }
}

.section-title1 .wrap {
  display: inline-block;
  position: relative;
  padding-left: 85px;
}
@media screen and (max-width: 1000px) {
  .section-title1 .wrap {
    padding-left: 53px;
  }
}
.section-title1 .water {
  max-width: 80px;
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}
@media screen and (max-width: 1000px) {
  .section-title1 .water {
    max-width: 50px;
    left: 0px;
  }
}

.case {
  line-height: 1.5;
}
.case .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case .lists .list {
  border: 1px solid #ddd;
}
@media screen and (min-width: 1001px) {
  .case .lists .list {
    width: calc(50% - 30px);
    margin-right: 60px;
  }
  .case .lists .list:nth-child(2n) {
    margin-right: 0;
  }
  .case .lists .list:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .case .lists .list {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .case .lists .list:nth-child(2n) {
    margin-right: 0;
  }
  .case .lists .list:nth-child(n+3) {
    margin-top: 20px;
  }
}
.case .lists .heading {
  background: #003D83;
  padding: 20px 40px 10px 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .case .lists .heading {
    padding: 20px 5px 10px;
  }
}
.case .lists .heading .flex .case-num {
  max-width: 80px;
  position: absolute;
  top: -15px;
  left: 10px;
}
@media screen and (max-width: 1000px) {
  .case .lists .heading .flex .case-num {
    max-width: 25px;
    top: -20px;
    left: 5px;
  }
}
.case .lists .heading .title {
  color: #fff;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  font-size: 30px;
  padding-left: 90px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .case .lists .heading .title {
    font-size: 12px;
    padding-left: 0px;
  }
}
.case .lists .heading .price-area {
  padding-left: 90px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: -17px;
}
@media screen and (max-width: 1000px) {
  .case .lists .heading .price-area {
    padding-left: 0;
    margin-top: 0;
    font-size: 9px;
  }
}
.case .lists .heading .price-area span {
  display: inline-block;
}
.case .lists .heading .price-area .tate {
  line-height: 1.1;
  color: #FFFF65;
  margin-left: 5px;
  font-size: 70%;
}
@media screen and (max-width: 1000px) {
  .case .lists .heading .price-area .tate {
    margin-left: 2px;
  }
}
.case .lists .heading .price-area .num {
  font-size: 270%;
  color: #FFFF65;
}
.case .contents {
  padding: 20px 50px;
}
@media screen and (max-width: 1000px) {
  .case .contents {
    padding: 15px 10px;
  }
}
.case .contents ul li {
  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: 1000px) {
  .case .contents ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.case .contents ul li .check {
  width: 20px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1000px) {
  .case .contents ul li .check {
    width: 15px;
    position: relative;
    top: -5px;
  }
}
.case .contents ul li .text2 {
  font-size: 22px;
  width: calc(100% - 25px);
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .case .contents ul li .text2 {
    width: calc(100% - 18px);
    font-size: 13px;
  }
}

.meker-section {
  background: url(../img2/section3-bg.jpg) no-repeat center center/cover;
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .meker-section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1000px) {
  .meker-section .img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.about3 {
  background: #E5F3FF;
  line-height: 1.5;
  /* アイコンの形はここから */
  /* アイコンの形ここまで */
}
.about3 .title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about3 .title {
    margin-bottom: 10px;
  }
}
.about3 .title .wrap {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFFF65));
  background: linear-gradient(transparent 80%, #FFFF65 80%);
  font-size: 36px;
  font-weight: 700;
  color: #075CAE;
}
@media screen and (max-width: 1000px) {
  .about3 .title .wrap {
    font-size: 20px;
  }
}
.about3 .lead {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .about3 .lead {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.about3 .dd-row {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1000px) {
  .about3 .dd-row {
    margin-bottom: 20px;
  }
}
.about3 .dd-row:last-child {
  margin-bottom: 0;
}
.about3 .ac_header3 {
  font-weight: bold;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .about3 .ac_header3 {
    padding: 10px 15px;
  }
}
.about3 .ac_header3 .title2 {
  color: #075CAE;
  font-size: 26px;
}
@media screen and (max-width: 1000px) {
  .about3 .ac_header3 .title2 {
    font-size: 16px;
  }
}
.about3 .ac_inner3 {
  font-weight: bold;
  display: none;
  /* コンテンツは消しておくのがミソ */
  padding: 10px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .about3 .ac_inner3 {
    padding: 10px 10px 20px;
  }
}
.about3 .ac_inner3 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .about3 .ac_inner3 .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about3 .ac_inner3 .wrap ul {
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .about3 .ac_inner3 .wrap ul {
    width: 33.3333%;
  }
}
.about3 .ac_inner3 .wrap ul li {
  margin-bottom: 10px;
}
.about3 .ac_header3.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}
.about3 .icon {
  width: 22px;
  margin-right: 30px;
  position: relative;
  -webkit-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  top: 17%;
  right: 5%;
}
@media screen and (max-width: 1000px) {
  .about3 .icon {
    margin-right: 0px;
    width: 15px;
    right: 10px;
    top: 14%;
  }
}
.about3 .ac_header3.open .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg) translateY(9px);
          transform: rotate(0deg) translateY(9px);
}
@media screen and (max-width: 1000px) {
  .about3 .ac_header3.open .icon {
    -webkit-transform: rotate(0deg) translateY(0px);
            transform: rotate(0deg) translateY(0px);
  }
}
.about3 .box1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .about3 .box1 {
    margin-bottom: 30px;
  }
}
.about3 .box1 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about3 .box1 .flex1 .item {
  width: 48%;
}
.about3 .box1 .flex1 .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .about3 .box1 .flex1 .img {
    margin-bottom: 5px;
  }
}
.about3 .box1 .flex1 .text {
  font-weight: 500;
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about3 .box1 .flex1 .text {
    font-size: 12px;
  }
}
.about3 .box2 {
  border-radius: 20px;
  border: 5px solid #0AA0E2;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .about3 .box2 {
    border: 3px solid #0AA0E2;
    padding: 20px 10px;
  }
}
.about3 .box2 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about3 .box2 .flex1 .item {
  width: 48%;
}
.about3 .box2 .flex1 .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .about3 .box2 .flex1 .img {
    margin-bottom: 5px;
  }
}
.about3 .box2 .flex1 .text {
  font-weight: 500;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about3 .box2 .flex1 .text {
    font-size: 12px;
  }
}
.about3 p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .about3 p {
    margin-top: 20px;
    font-size: 13px;
  }
}
.about3 .sub-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .about3 .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.about3 .box3 {
  background: #FFF7EF;
  padding: 40px;
  border-radius: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .about3 .box3 {
    margin-top: 10px;
    padding: 20px;
  }
}
.about3 .box3 .box3-title {
  color: #fff;
  background: #FC7626;
  text-align: center;
  max-width: 200px;
  position: relative;
  text-align: center;
  border: 1.4px solid #fff;
}
.about3 .box3 .box3-title::after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  background: #FC7626;
  width: 100%;
  height: 100%;
}
.about3 .box3 .box3-title .wrap {
  padding: 10px;
  position: relative;
  border: 1.4px solid #fff;
  z-index: 1;
  text-align: center;
}
.about3 .box3 p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .about3 .box3 p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .qa .i_box {
    right: 1rem;
  }
}
.service-main-title {
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 1000px) {
  .service-main-title {
    margin-top: -20px;
  }
}
.service-main-title .contents {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .service-main-title .contents {
    top: 51%;
    max-width: 280px;
  }
}

.about3 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .about3 {
    padding-bottom: 70px;
  }
}

.service {
  line-height: 1.5;
  background: url(../img2/service-bg.png) no-repeat center center/cover;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 1000px) {
  .service {
    padding-top: 30px;
    margin-top: -30px;
  }
}
.service .box {
  background: #fff;
  padding: 120px 40px 60px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(10, 160, 226, 0.61);
          box-shadow: 2px 4px 4px 0 rgba(10, 160, 226, 0.61);
  margin-top: -90px;
}
@media screen and (max-width: 1000px) {
  .service .box {
    margin-top: -30px;
    padding: 30px 10px 30px;
  }
}
.service ul li {
  padding: 40px 0;
  border-bottom: 1px solid #0AA0E2;
}
@media screen and (max-width: 1000px) {
  .service ul li {
    padding: 20px 0;
  }
}
.service ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .service ul li .heading {
    margin-bottom: 10px;
  }
}
.service ul li .heading .icon {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .service ul li .heading .icon {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    margin-right: 10px;
  }
}
.service ul li .heading .text {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .service ul li .heading .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .service ul li .heading .text {
    font-size: 14px;
  }
}
.service ul li .heading .text span {
  display: inline-block;
  font-size: 140%;
  color: #075CAE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFFF65));
  background: linear-gradient(transparent 80%, #FFFF65 80%);
}
.service ul li .bottom {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .service ul li .bottom {
    font-size: 14px;
  }
}

.section-title3 {
  background: #0AA0E2;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0;
  letter-spacing: 2px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .section-title3 {
    font-size: 22px;
    padding: 20px 0;
  }
}
.section-title3 .icon {
  position: absolute;
  bottom: -20px;
  max-width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.korona {
  padding-top: 60px;
  background: url(../img2/k-bg.png) no-repeat center center/cover;
}
.korona .main-title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .korona .main-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .korona {
    padding-top: 30px;
  }
}
.korona .box {
  background: rgba(255, 255, 255, 0.64);
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 1000px) {
  .korona .box {
    padding: 20px;
  }
}
.korona .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.korona .box ul li {
  width: 32%;
}
.korona .box #ul2 {
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 1000px) {
  .korona .box #ul2 {
    margin-top: 10px;
  }
}
.korona .btn {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .korona .btn {
    margin-top: 30px;
  }
}
.korona .btn button {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 10px;
  max-width: 200px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: 1.5px solid #000;
  position: relative;
}
.korona .btn button:hover {
  opacity: 0.6;
}
.korona .btn button::after {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  background: url(../img2/arrow.png) no-repeat center center/cover;
  width: 4px;
  height: 6px;
}

@media screen and (max-width: 1000px) {
  .staff .img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.slider1 .img {
  text-align: center;
}

.slider1 img {
  max-width: 100%;
  height: auto;
}

.slider2 .img {
  text-align: center;
}

.slider2 img {
  max-width: 100%;
  height: auto;
}

.voice {
  background: #064E93;
}

.slider1 img {
  min-height: 340px;
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  .slider1 img {
    min-height: initial;
  }
}

.voice .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.voice .slick-dots li button:before {
  padding-top: 20px;
  font-size: 10px;
}
.voice .slick-dots li.slick-active button:before {
  color: #0AA0E2;
}
.voice .slick-prev:before {
  content: "";
  background: url(../img2/prev.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .voice .slick-prev:before {
    display: none;
  }
}
.voice .slick-next:before {
  content: "";
  background: url(../img2/next.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .voice .slick-next:before {
    display: none;
  }
}
.voice .slick-prev {
  left: -38px;
}

.case2 .slick-dots li button:before {
  color: #D9D9D9;
  opacity: 1;
}
.case2 .slick-dots li button:before {
  padding-top: 20px;
  font-size: 10px;
}
.case2 .slick-dots li.slick-active button:before {
  color: #0AA0E2;
}
.case2 .slick-prev:before {
  content: "";
  background: url(../img2/prev.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .case2 .slick-prev:before {
    display: none;
  }
}
.case2 .slick-next:before {
  content: "";
  background: url(../img2/next.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .case2 .slick-next:before {
    display: none;
  }
}
.case2 .slick-prev {
  left: -38px;
}
.case2 .slider2 .img {
  padding: 0 10px;
}

.slick-prev:before,
.slick-next:before {
  z-index: 3;
}

.case2 .slick-prev {
  left: -50px;
}

.flow {
  background: #E8F2FC;
}
@media screen and (max-width: 1000px) {
  .flow .img {
    max-width: 600px;
    margin: 0 auto;
  }
}

.section2 .box1 .flex {
  position: relative;
}

.section2 .box1 .hell {
  bottom: -79px;
  right: -2%;
}

@media screen and (max-width: 1000px) {
  .section2 .box1 .hell {
    bottom: -79px;
    right: -4%;
  }
}
#box11 {
  display: none;
  padding: 40px 0;
  line-height: 1.7;
}
#box11 p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #box11 {
    padding: 30px 0;
  }
}
#box11 .b {
  border-bottom: 10px solid #E5E5E5;
}
@media screen and (max-width: 1000px) {
  #box11 .b {
    border-bottom: 5px solid #E5E5E5;
  }
}
#box11 dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  #box11 dt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#box11 dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #box11 dd {
    margin-bottom: 20px;
  }
}

form#mailformpro label.mfp_checked {
  padding: 0px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  border: none;
  text-shadow: none;
}

.design {
  display: inline-block;
}

.kakunin {
  background: #E00808 !important;
}

.mfp_element_all {
  max-width: 100%;
}

.section1 .box1 .heading {
  height: 90px;
}
@media screen and (max-width: 1000px) {
  .section1 .box1 .heading {
    height: 40px;
  }
}

.section1 .box2 .flex {
  height: 169px;
}
@media screen and (max-width: 1000px) {
  .section1 .box2 .flex {
    height: 80px;
  }
}

#sec1 {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #sec1 {
    max-height: 68vw;
  }
}

.section1-a {
  background: #ECF5FC;
}
.section1-a .box2 .flex .left .text .yellow-font {
  font-size: 100%;
  color: #FFFF65;
}
.section1-a .box2 .flex {
  background: #075CAE;
}
.section1-a .box2 .flex .text {
  color: #fff !important;
}

.section1-a .common-box {
  border: none;
}

@media screen and (max-width: 1000px) {
  .section1 .box2 .flex .right {
    width: calc(100% - 232px);
    max-width: 113px;
  }
  .section1 .box2 .flex .left {
    width: 225px;
  }
  .section1 .box2 .flex .right {
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .section1 .box2 .flex .left .text {
    padding-top: 8px;
  }
}
.section1-a .box2 .flex .left .al_c {
  background: #fff;
  display: inline-block;
  border-radius: 40px;
  padding: 5px 30px;
  color: #1E79BE;
}
@media screen and (max-width: 1000px) {
  .section1-a .box2 .flex .left .al_c {
    font-size: 10.5px;
    padding: 5px 10px;
  }
}

.section1-b .row {
  position: relative;
}
.section1-b .row .section1-img {
  position: relative;
}
.section1-b .row .add-two {
  position: absolute;
  bottom: 0;
  right: -4%;
  width: 14.5%;
}

.box-cta2 {
  border: 1.5px solid #FF3048;
}

@media screen and (max-width: 1000px) {
  .box-cta2 .btn-area .btn2 a .text1 {
    line-height: 1;
  }
  .box-cta2 .btn-area .btn2 a .mail-icon {
    top: -3px;
  }
  .box-cta2 .btn-area .btn1 a .icon {
    top: -2px;
    position: relative;
    max-width: 35px;
  }
  .box-cta2 .btn-area .btn1 a {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
}
.section3 .box {
  background: #fff;
}

@media screen and (min-width: 1001px) {
  .section3 .btn-area .btn2 a {
    padding-bottom: 15px;
  }
}
.section3 {
  background: #075CAE;
}
.section3 .addImg1 {
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .section3 .addImg1 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .section3 .img1 {
    position: relative;
    left: -1.5%;
  }
}
@media screen and (min-width: 1001px) {
  .section4 {
    padding: 0px 0;
  }
  .section4 .inner {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1000px) {
  .section4 {
    padding: 15px 16px;
  }
}

.section-title1 .water {
  position: initial;
  display: inline-block;
  -webkit-transform: initial;
          transform: initial;
}

.section-title1 .water {
  position: relative;
  display: inline-block;
  -webkit-transform: initial;
  transform: initial;
  margin-top: -74px;
  top: 26px;
}

@media screen and (max-width: 1000px) {
  .section-title1 .wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .section-title1-water {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .section-title1 .water {
    max-width: 32px;
    left: 0px;
    top: 12px;
  }
}
.section-title1 .wrap {
  padding-left: 0;
}

.case .lists .heading .price-area .num {
  font-family: "din-2014", sans-serif;
}

.case .contents {
  position: relative;
}
.case .contents .boy1 {
  position: absolute;
  right: 13%;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .case .contents .boy1 {
    right: 2%;
    width: 27%;
    top: -15%;
  }
}
.case .contents .g1 {
  position: absolute;
  right: 18%;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .case .contents .g1 {
    right: 2%;
    width: 27%;
    top: -15%;
  }
}

.about3 .title .wrap {
  background: initial;
}

.about3 .ac_header3 {
  background: #003D83;
}

.about3 .ac_header3 .title2 {
  color: #fff;
}

.about3 .icon {
  width: 35px;
  top: 16%;
}
@media screen and (max-width: 1000px) {
  .about3 .icon {
    width: 20px;
    top: 11%;
  }
}

.about3 .text1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.about3 .ac_inner3 {
  padding-top: 30px;
}

.about3 .box3 {
  margin-bottom: 30px;
}

.about3 .box3 .box3-title {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .about3 .box3 .box3-title {
    max-width: 110px;
    margin-bottom: 10px;
  }
}

.about3 .box3 .box3-title .wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1001px) {
  .about3 .box3 .box3-title .wrap {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about3 .box3 .box3-title .wrap {
    padding-top: 4px;
    padding-bottom: 2%;
  }
}

.about3 .box1 {
  margin-bottom: 0;
}

.about3 .box2 {
  margin-top: 30px;
  border-radius: 0;
}

@media screen and (min-width: 1001px) {
  .about3 .box1 .flex1 .text {
    font-size: 22px;
  }
  .about3 .box1 .flex1 .img {
    margin-bottom: 10px;
  }
  .service .box {
    padding-top: 100px;
  }
}
.meker-section {
  background: #1E79BE;
}

.service-main-title {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .service-main-title .contents {
    max-width: 400px;
  }
}
.service-main-title {
  padding-top: 50px;
}

.section3-c {
  background: #003D83 !important;
}

.flex-block {
  display: block !important;
}

.section-title3-d {
  background: -webkit-gradient(linear, left top, left bottom, from(#064A92), color-stop(#176FBE), to(#064A92));
  background: linear-gradient(to bottom, #064A92, #176FBE, #064A92);
}

.voice .title {
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .voice .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.voice .inner {
  max-width: initial;
  padding: 0;
}
.voice .slick-prev {
  left: 7% !important;
  z-index: 5;
  width: 30px;
  height: 30px;
}
.voice .slick-next {
  right: 7% !important;
  z-index: 5;
  width: 30px;
  height: 30px;
}

.voice .slick-next:before {
  width: 60px;
  height: 60px;
}

.voice .slick-prev:before {
  width: 60px;
  height: 60px;
}

.case2 .slick-list {
  overflow: visible;
}

.case2 .slick-prev:before {
  z-index: 10;
}

.case2 .slick-next:before {
  z-index: 10;
}

.case2 .slick-prev:before {
  z-index: 100;
}

.slick-prev,
.slick-next {
  z-index: 100;
}

.case2 .slick-next:before {
  background: url(../img3/next.png) no-repeat center center/cover;
  width: 26px;
}

.case2 .slick-prev:before {
  background: url(../img3/prev.png) no-repeat center center/cover;
  width: 26px;
}

@media screen and (min-width: 1001px) {
  .case .lists .heading .price-area {
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .section1-a {
    padding: 7px 0;
  }
  .section1-a .row {
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .section1 .box1 .bottom .flex .title {
    font-size: 13px;
  }
  .section1-b {
    padding: 7px 0;
  }
  .section1 .box1 .bottom .flex .right #countnum span {
    font-size: 28px;
  }
  .section1 .box1 .heading {
    font-size: 15px;
    padding: 7px 0;
    height: initial !important;
  }
  .section1 .box2 .flex .left .text {
    font-size: 18px;
  }
  .section1 .box2 .flex {
    height: initial;
  }
  .section1 .box1 .bottom {
    padding: 7px 0;
  }
  .section1 .box1 .bottom .flex .title {
    font-size: 11px;
  }
  .section1 .box2 .flex {
    padding: 6px;
  }
  .section1 .row {
    margin-bottom: 5px;
  }
  .inner {
    padding: 0 20px;
  }
  .section1 .box1 .bottom .flex .left .img {
    max-width: 60px;
  }
  .fv {
    margin-top: -17px;
  }
  .section1 .box1 .bottom {
    padding: 5px 0;
  }
  .section1-img {
    margin-top: -5px;
  }
  .section1-img {
    margin: -9px 0 9px;
  }
  .section1 .box1 .heading {
    font-size: 12px;
    padding: 5px 0;
    height: initial !important;
  }
  .section1 .box2 .flex .left .text {
    font-size: 14px;
  }
  .section1 .box1 .bottom .flex .title {
    margin-bottom: 5px;
  }
  .section1 .box1 .bottom .flex .right #countnum span {
    font-size: 20px;
  }
  .section1 .box1 .bottom .flex .right #countnum {
    font-size: 18px;
  }
  .section1 .box1 .bottom .flex .left .img {
    max-width: 50px;
  }
  .section1-a .box2 .flex .left .al_c {
    line-height: 1;
    padding: 4px 7px;
  }
}
@media screen and (max-width: 1000px) {
  .section1-a .row {
    max-width: 280px;
  }
  .section1 .box1 .heading {
    font-size: 18px;
  }
  .section1 .box1 .bottom .flex .title {
    font-size: 14px;
  }
  .section1 .box1 .bottom .flex .right #countnum span {
    font-size: 45px;
  }
  .section1 .box1 .bottom .flex .left .img {
    max-width: 84px !important;
  }
  .service-main-title {
    padding-top: 10px;
  }
  .row05311 {
    max-width: 350px !important;
  }
}
.row20250727 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 1000px) {
  .row20250727-2 {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 1000px) {
  .section2 .box1 {
    border: 4px solid #000;
  }
}
#box11 {
  padding: 0;
}
#box11 .title {
  max-width: 610px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #box11 .title {
    margin-bottom: 20px;
  }
}
#box11 .p1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #box11 .p1 {
    font-size: 11px;
    margin-bottom: 15px;
  }
}
#box11 .p1 span {
  background: #FFFBC5;
}
#box11 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  #box11 ul {
    padding: 0;
    margin-bottom: 30px;
  }
}
#box11 ul li {
  width: calc(50% - 15px);
  margin-right: 30px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  #box11 ul li {
    padding: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
#box11 ul li:nth-child(2n) {
  margin-right: 0;
}
#box11 ul li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  #box11 ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
#box11 ul li .point1 {
  background: #2E2E2E;
  border-radius: 30px;
  padding: 2px 20px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  #box11 ul li .point1 {
    font-size: 11px;
    padding: 0px 20px;
    margin-bottom: 10px;
  }
}
#box11 ul li .title2 {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  color: #075DAC;
  line-height: 1.3;
  margin-bottom: 20px;
  height: 63px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #box11 ul li .title2 {
    font-size: 12px;
    height: 32px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
#box11 ul li .title2 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
#box11 ul li .p2 {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  #box11 ul li .p2 {
    font-size: 10px;
  }
}

.about3 .lead {
  color: #002448;
}

.about3 .ac_header3 .title2 {
  pointer-events: none;
}

.about3 .ac_header3.open .icon {
  display: none;
}

.about3 .ac_inner3 {
  display: block;
}

.about3 .icon {
  display: none;
}

.about3 .ac_header3 {
  pointer-events: none;
}

.about3-2025 h3 {
  font-size: 26px;
  color: #075DAC;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1000px) {
  .about3-2025 h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.about3-2025 h3 span {
  color: #2E9BE0;
}
.about3-2025 .row {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .row {
    margin-bottom: 30px;
  }
}
.about3-2025 .row:last-child {
  margin-bottom: 0;
}
.about3-2025 .txt {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .txt {
    font-size: 13px;
  }
}
.about3-2025 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 ul li {
    margin-bottom: 10px;
  }
}
.about3-2025 ul li:last-child {
  margin-bottom: 0;
}
.about3-2025 ul li .left {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px;
  background: #60D4FF;
  color: #fff;
  padding: 1px 10px;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 ul li .left {
    font-size: 11px;
  }
}
.about3-2025 ul li .left1 {
  color: #60D4FF;
  font-size: 22px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 ul li .left1 {
    font-size: 18px;
  }
}
.about3-2025 ul li .red {
  color: #F94D61;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 ul li .red {
    font-size: 13px;
  }
}
.about3-2025 ul li .red.blue {
  color: #075DAC;
}
.about3-2025 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .flex {
    margin-top: 30px;
  }
}
.about3-2025 .flex .item {
  width: 47%;
}
.about3-2025 .flex .txt {
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .flex .txt {
    font-size: 11px;
  }
}
.about3-2025 .div1 {
  display: inline-block;
}
.about3-2025 .last-box {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .last-box {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1001px) {
  .about3 .ac_inner3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .section1-b.ne {
    padding-top: 25px;
  }
}

.service-title {
  background: #38BDB5;
  margin-top: 20px;
  position: relative;
}
.service-title .arrow {
  position: absolute;
  width: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 99%;
}
@media screen and (max-width: 1000px) {
  .service-title .arrow {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .service-title {
    margin-top: 10px;
  }
}
.service-title .wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.service2025 {
  background: #F2FFFF;
}
.service2025 ul {
  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: 1000px) {
  .service2025 ul {
    display: block;
  }
}
.service2025 ul li {
  width: 49%;
}
.service2025 ul li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .service2025 ul li {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0 !important;
  }
  .service2025 ul li:last-child {
    margin-bottom: 0;
  }
}

.section-title3-d span {
  font-weight: 700;
  font-size: 150%;
  color: #FFFF65;
}

@media screen and (max-width: 1000px) {
  .flow .img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.korona {
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .korona {
    padding: 30px 0;
  }
}

.about3-2025 .flex {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .flex {
    margin-bottom: 30px;
  }
}

.close-contents {
  display: none;
}

#btn111 {
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 10px;
  max-width: 200px;
  background: #fff;
  margin: 0 auto;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: 1.5px solid #000;
  position: relative;
}
#btn111::after {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  background: url(../img2/arrow.png) no-repeat center center/cover;
  width: 4px;
  height: 6px;
}

#btn112 {
  display: block;
  text-align: center;
  font-size: 14px;
  border-radius: 30px;
  padding: 15px 10px;
  max-width: 200px;
  background: #fff;
  margin: 0 auto;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: 1.5px solid #000;
  position: relative;
}
#btn112::after {
  position: absolute;
  top: 45%;
  right: 20px;
  content: "";
  background: url(../img2/arrow.png) no-repeat center center/cover;
  width: 4px;
  height: 6px;
}

.about3-2025 .last-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .about3-2025 .last-box {
    margin-bottom: 30px;
  }
}

.about3 .ac_inner3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .about3 .ac_inner3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section2 .title {
  color: #FC7626;
}

.section2 .box2 {
  border: 6px solid #FC7626;
  background: radial-gradient(circle at center, #ffffff 0%, #FFFCDD 50%, #FFFCDD 100%);
  background: url(../img4/sec2-circle.png) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .section2 .box2 {
    border: 3px solid #FC7626;
    border-radius: 4px;
  }
}

.staff {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .staff {
    background: #F2FFFF;
    -webkit-box-shadow: 3px 3px 11px rgba(18, 68, 90, 0.25);
            box-shadow: 3px 3px 11px rgba(18, 68, 90, 0.25);
  }
}

.meker-section {
  background: #fff;
}

.service-title {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .box-cta2 {
    background: #fff;
    border: 3px solid #EE5B23;
  }
  .box-cta2 .left {
    width: 100%;
  }
  .box-cta2 .btn1-a {
    margin-bottom: 10px;
  }
  .box-cta2 .btn1-a a {
    padding: 0;
  }
  .box-cta2 .btn2-a a {
    padding: 0;
  }
  .cta {
    background: -webkit-gradient(linear, left top, left bottom, from(#FC8C26), to(#FF4600));
    background: linear-gradient(to bottom, #FC8C26, #FF4600);
  }
}
@media screen and (max-width: 1000px) and (min-width: 350px) {
  .cta .heading .left {
    font-size: 20px;
    white-space: nowrap;
  }
  .cta .heading .right .big {
    font-size: 150%;
    white-space: nowrap;
  }
  .cta .bottom a .free-icon {
    top: 3px;
    width: 35px;
    white-space: nowrap;
  }
  .cta .bottom a .num {
    font-size: 30px;
    white-space: nowrap;
  }
}