@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/corporate/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/corporate/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/corporate/NotoSansJP-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/corporate/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 0 0 85px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .header {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header {
    padding: 0 0 0 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .header {
    height: 15.4666666667vw;
    padding: 0 0 0 4vw;
  }
}
.header .gnav {
  display: block;
  text-align: left;
  width: 100%;
  margin: auto;
}
.header .gnav .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .left {
  padding: 38px 0 0;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left {
    padding: 2.9230769231vw 0 0;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .header .left {
    padding: 5.3333333333vw 0 0;
  }
}
.header .left .logo h1 {
  line-height: 1;
}
.header .left .logo h1 a {
  display: block;
}
.header .left .logo h1 a img {
  width: 267px;
  height: 39px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left .logo h1 a img {
    width: 20.5384615385vw;
    height: 3vw;
  }
}
@media (max-width: 750px) {
  .header .left .logo h1 a img {
    width: auto;
    height: 4.8vw;
  }
}
@media (min-width: 751px) {
  .header .left .logo h1 a:hover {
    opacity: 0.7;
  }
}
.header .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 750px) {
  .header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header .right .nav_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .right .nav_content_wrap .nav_content {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 27px;
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content {
    margin-right: 2.0769230769vw;
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content {
    margin-right: 0;
    margin-top: 0;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main {
  margin-top: 13px;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main {
    margin-top: 1vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main {
    margin-top: 0;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list {
    gap: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li {
  width: 258px;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li {
    width: 200px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li {
    width: 100%;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px;
  border: 2px solid #004082;
  background-color: #004082;
  border-radius: 27px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li a {
    font-size: 1.3846153846vw;
    padding: 0.5384615385vw;
    border-radius: 2.0769230769vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li a {
    font-size: 4.8vw;
    padding: 2vw;
    border-radius: 4vw;
  }
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li a:hover {
    background-color: #fff;
    color: #004082;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li.color3 a {
  color: #000;
  background-color: #fff;
  border-color: #00c8f5;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li.color3 a:hover {
    background-color: #00c8f5;
    color: #fff;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li.color1 a {
  background-color: #004082;
  border-color: #004082;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li.color1 a:hover {
    background-color: #fff;
    color: #004082;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li.color2 a {
  background-color: #fa7807;
  border-color: #fa7807;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li.color2 a:hover {
    background-color: #fff;
    color: #fa7807;
  }
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list {
  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;
  gap: 0 2.1333333333vw;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .sp_nav_main_list {
    display: none;
  }
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0094d8;
  font-size: 3.7333333333vw;
  font-weight: 600;
  padding: 1.8666666667vw;
  border: 0.5333333333vw solid #0094d8;
  background-color: #fff;
  border-radius: 6.1333333333vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li a .icon {
  display: inline-block;
  line-height: 1;
  width: 5.3333333333vw;
  height: auto;
  margin-right: 4vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li a .icon img {
  width: 100%;
  height: 100%;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large {
  width: 43.4666666667vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a {
  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: 6.9333333333vw 0;
  border-radius: 4.8vw;
  background-color: #004082;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .chara img {
  height: 116px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .chara img {
    height: 8.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .chara img {
    height: 15.4666666667vw;
  }
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 5.3333333333vw;
  line-height: 1;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .text .yellow {
  display: block;
  color: #fff134;
  font-weight: 600;
  font-size: 6.4vw;
  margin-top: 1.3333333333vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.color1 a {
  border-color: #004082;
  background-color: #004082;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.color2 a {
  border-color: #fa7807;
  background-color: #fa7807;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.color3 a {
  color: #000;
  border-color: #00c8f5;
  background-color: #fff;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.contact a {
  color: #fff;
  font-size: 5.3333333333vw;
  border-color: #fff;
  padding: 3.2vw;
  background-color: #0094d8;
  border-radius: 9.0666666667vw;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_sub {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub {
    width: 100%;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner {
    display: block;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel {
    text-align: center;
    display: block;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .title {
    font-size: 4.2666666667vw;
    font-weight: 600;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number {
    font-size: 1.5384615385vw;
    margin-right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number {
    font-size: 10.6666666667vw;
    margin-right: 0;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon {
  margin-right: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon {
    margin-right: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon {
    margin-right: 1.3333333333vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon img {
  width: 19px;
  height: 19px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon img {
    width: 1.4615384615vw;
    height: 1.4615384615vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number a {
  text-decoration: none !important;
  font-weight: 600;
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .time {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .time {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .time {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding-left: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a {
    padding-left: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a {
    padding-left: 4vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../../images/corporate/common/icon_arrow.svg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a::before {
    width: 0.5384615385vw;
    height: 0.9230769231vw;
    background-size: 0.5384615385vw 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a::before {
    width: 1.6vw;
    height: 2.6666666667vw;
    background-size: 1.6vw 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a:hover {
    opacity: 0.7;
  }
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a:hover::before {
    opacity: 0.7;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .attention {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .attention {
    font-size: 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .attention {
    text-align: center;
    font-size: 2.2666666667vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .sp_nav_sub_list {
    margin-top: 4vw;
  }
}
.header .right .nav_content_wrap .nav_btn_contact 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: 200px;
  height: 138px;
  text-decoration: none;
  border: 2px solid #0094d8;
  border-radius: 0 0 0 30px;
  background-color: #0094d8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_btn_contact a {
    width: 15.3846153846vw;
    height: 10.6153846154vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_btn_contact a {
    width: 20vw;
    height: 15.4666666667vw;
  }
}
.header .right .nav_content_wrap .nav_btn_contact a .text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text {
    font-size: 2.4vw;
  }
}
.header .right .nav_content_wrap .nav_btn_contact a .text .en {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text .en {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text .en {
    font-size: 3.2vw;
  }
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_btn_contact a:hover {
    background-color: #fff;
  }
  .header .right .nav_content_wrap .nav_btn_contact a:hover .text {
    color: #0094d8;
  }
  .header .right .nav_content_wrap .nav_btn_contact a:hover .text .en {
    color: #0094d8;
  }
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 20vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 15.4666666667vw;
  width: 13.3333333333vw;
  padding: 3.7333333333vw 0;
  background-color: transparent;
}
.header #menu-icon .menu_bar_wrap {
  position: relative;
  width: 6.1333333333vw;
  height: 4.2666666667vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  display: block;
  line-height: 0;
  background-color: #000;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  border-radius: 0.5333333333vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 50%;
  width: 4.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 100%;
  width: 2.6666666667vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 750px) {
  .header .nav_content {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    left: 100vw;
    overflow: scroll;
    top: 0;
    background: #ddf2fb;
    padding: 17.6vw 5.3333333333vw 40vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.open .nav_content {
  left: 0;
}
.header.open #menu #menu-icon {
  right: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar {
  width: 100%;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  opacity: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/* service
********************************************/
.service {
  position: relative;
  padding-bottom: 220px;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 1920px 262px;
  background-image: url(../../images/corporate/common/service_bg.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service {
    padding-bottom: 16.9230769231vw;
    background-size: 147.6923076923vw 20.1538461538vw;
  }
}
@media (max-width: 750px) {
  .service {
    padding-bottom: 53.3333333333vw;
    background-size: 100vw 34.9333333333vw;
    background-image: url(../../images/corporate/common/sp/sp_service_bg.webp);
  }
}
.service::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  height: 540px;
  width: 100%;
  background-color: #ddf2fb;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service::before {
    height: 41.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service::before {
    height: 124.2666666667vw;
  }
}
.service::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 133px;
  width: 1920px;
  background-size: 1920px 133px;
  background-image: url(../../images/corporate/common/service_en.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service::after {
    bottom: 3.8461538462vw;
    height: 10.2307692308vw;
    width: 147.6923076923vw;
    background-size: 147.6923076923vw 10.2307692308vw;
  }
}
@media (max-width: 750px) {
  .service::after {
    bottom: 6.6666666667vw;
    height: 29.7333333333vw;
    width: 93.3333333333vw;
    background-size: 93.3333333333vw 29.7333333333vw;
    background-image: url(../../images/corporate/common/sp/sp_service_en.webp);
  }
}
.service .sec_inner {
  max-width: 1400px;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .service .sec_inner {
    max-width: 1300px;
  }
}
@media (max-width: 750px) {
  .service .sec_inner {
    padding: 0 5.3333333333vw;
  }
}
.service .service_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_title {
    font-size: 2.1538461538vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .service .service_title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service .service_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list {
    gap: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list {
    gap: 11.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service .service_btn_list .service_btn {
  text-align: center;
  width: 680px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn {
    width: 52.3076923077vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn {
    width: 100%;
  }
}
.service .service_btn_list .service_btn.service_btn01 a {
  -webkit-box-shadow: 5px 5px 0 #c6d3e3;
          box-shadow: 5px 5px 0 #c6d3e3;
  background-color: #004082;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn.service_btn01 a {
    -webkit-box-shadow: 0.3846153846vw 0.3846153846vw 0 #c6d3e3;
            box-shadow: 0.3846153846vw 0.3846153846vw 0 #c6d3e3;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn.service_btn01 a {
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0 #c6d3e3;
            box-shadow: 1.3333333333vw 1.3333333333vw 0 #c6d3e3;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn.service_btn01 a .btn {
    text-align: left;
  }
}
.service .service_btn_list .service_btn.service_btn01 a .btn .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow_blue.svg);
}
.service .service_btn_list .service_btn.service_btn01 a .btn .arrow:after {
  background-image: url(../../images/corporate/common/icon_arrow_blue_hover.svg);
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn.service_btn01 a:hover .btn {
    background-color: #fa7807;
  }
}
.service .service_btn_list .service_btn.service_btn02 a {
  -webkit-box-shadow: 5px 5px 0 #f9c89b;
          box-shadow: 5px 5px 0 #f9c89b;
  background-color: #fa7807;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn.service_btn02 a {
    -webkit-box-shadow: 0.3846153846vw 0.3846153846vw 0 #f9c89b;
            box-shadow: 0.3846153846vw 0.3846153846vw 0 #f9c89b;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn.service_btn02 a {
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0 #f9c89b;
            box-shadow: 1.3333333333vw 1.3333333333vw 0 #f9c89b;
  }
}
.service .service_btn_list .service_btn.service_btn02 a .btn .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow_orange.svg);
}
.service .service_btn_list .service_btn.service_btn02 a .btn .arrow:after {
  background-image: url(../../images/corporate/common/icon_arrow_orange_hover.svg);
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn.service_btn02 a:hover .btn {
    background-color: #004082;
  }
}
.service .service_btn_list .service_btn a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 32px 0 40px;
  border-radius: 22px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn a {
    padding: 2.4615384615vw 0 3.0769230769vw;
    border-radius: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn a {
    padding: 6.6666666667vw 0 8vw;
    border-radius: 5.8666666667vw;
  }
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn a:hover .btn {
    color: #fff;
  }
  .service .service_btn_list .service_btn a:hover .btn .arrow:before {
    opacity: 0;
  }
  .service .service_btn_list .service_btn a:hover .btn .arrow:after {
    opacity: 1;
  }
  .service .service_btn_list .service_btn a:hover .chara {
    -webkit-animation: chara_up 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
            animation: chara_up 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
  }
}
.service .service_btn_list .service_btn .title {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .title {
    font-size: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .title {
    font-size: 6.6666666667vw;
    line-height: 1.36;
  }
}
.service .service_btn_list .service_btn .title span {
  font-weight: 600;
}
.service .service_btn_list .service_btn .question {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .question {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .question {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 4vw;
  }
}
.service .service_btn_list .service_btn .btn {
  position: relative;
  text-align: center;
  width: 477px;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
          box-shadow: 4px 4px 0 #000;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .btn {
    width: 36.6923076923vw;
    font-size: 1.5384615385vw;
    -webkit-box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
            box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
    padding: 0.7692307692vw;
    margin: 2.3076923077vw auto 0;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .btn {
    width: 81.3333333333vw;
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 #000;
            box-shadow: 1.0666666667vw 1.0666666667vw 0 #000;
    padding: 2.4vw 4vw;
    margin: 4vw auto 0;
    border-radius: 6.1333333333vw;
  }
}
.service .service_btn_list .service_btn .btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .btn .arrow {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .btn .arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.service .service_btn_list .service_btn .btn .arrow:before, .service .service_btn_list .service_btn .btn .arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .btn .arrow:before, .service .service_btn_list .service_btn .btn .arrow:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .btn .arrow:before, .service .service_btn_list .service_btn .btn .arrow:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 5.3333333333vw;
  }
}
.service .service_btn_list .service_btn .btn .arrow:after {
  opacity: 0;
}
.service .service_btn_list .service_btn .chara {
  position: absolute;
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn .chara {
    -webkit-animation: chara_down 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
            animation: chara_down 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
.service .service_btn_list .service_btn .chara.chara01 {
  bottom: -12px;
  left: -46px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara01 {
    bottom: -0.9230769231vw;
    left: -3.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara01 {
    bottom: auto;
    left: auto;
    top: -9.8666666667vw;
    right: 2.1333333333vw;
  }
}
.service .service_btn_list .service_btn .chara.chara01 img {
  width: 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara01 img {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara01 img {
    width: 21.8666666667vw;
  }
}
.service .service_btn_list .service_btn .chara.chara02 {
  bottom: -12px;
  right: -60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara02 {
    bottom: -0.9230769231vw;
    right: -4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara02 {
    bottom: auto;
    left: auto;
    top: -9.8666666667vw;
    right: 2.1333333333vw;
  }
}
.service .service_btn_list .service_btn .chara.chara02 img {
  width: 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara02 img {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara02 img {
    width: 21.3333333333vw;
  }
}

@-webkit-keyframes chara_up {
  0% {
    bottom: -12px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    bottom: 17px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes chara_up {
  0% {
    bottom: -12px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    bottom: 17px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes chara_down {
  0% {
    bottom: 17px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    bottom: -12px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes chara_down {
  0% {
    bottom: 17px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    bottom: -12px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
/* footer
********************************************/
.footer {
  padding: 20px 0;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer {
    padding: 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 2.6666666667vw 0;
  }
}
.footer .sec_inner {
  max-width: 1300px;
}
.footer .copy_wrap {
  text-align: center;
}
.footer .copy_wrap .copy {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy_wrap .copy {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap .copy {
    font-size: 2.9333333333vw;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/corporate/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/corporate/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/corporate/NotoSansJP-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/corporate/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* header
********************************************/
body.fixed {
  position: fixed;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 0 0 85px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .header {
    padding: 0 0 0 50px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header {
    padding: 0 0 0 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .header {
    height: 15.4666666667vw;
    padding: 0 0 0 4vw;
  }
}
.header .gnav {
  display: block;
  text-align: left;
  width: 100%;
  margin: auto;
}
.header .gnav .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .left {
  padding: 38px 0 0;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left {
    padding: 2.9230769231vw 0 0;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .header .left {
    padding: 5.3333333333vw 0 0;
  }
}
.header .left .logo h1 {
  line-height: 1;
}
.header .left .logo h1 a {
  display: block;
}
.header .left .logo h1 a img {
  width: 267px;
  height: 39px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .left .logo h1 a img {
    width: 20.5384615385vw;
    height: 3vw;
  }
}
@media (max-width: 750px) {
  .header .left .logo h1 a img {
    width: auto;
    height: 4.8vw;
  }
}
@media (min-width: 751px) {
  .header .left .logo h1 a:hover {
    opacity: 0.7;
  }
}
.header .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 750px) {
  .header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header .right .nav_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .right .nav_content_wrap .nav_content {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 27px;
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content {
    margin-right: 2.0769230769vw;
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content {
    margin-right: 0;
    margin-top: 0;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main {
  margin-top: 13px;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main {
    margin-top: 1vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main {
    margin-top: 0;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list {
    gap: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li {
  width: 258px;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li {
    width: 200px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li {
    width: 100%;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px;
  border: 2px solid #004082;
  background-color: #004082;
  border-radius: 27px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li a {
    font-size: 1.3846153846vw;
    padding: 0.5384615385vw;
    border-radius: 2.0769230769vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li a {
    font-size: 4.8vw;
    padding: 2vw;
    border-radius: 4vw;
  }
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li a:hover {
    background-color: #fff;
    color: #004082;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li.color3 a {
  color: #000;
  background-color: #fff;
  border-color: #00c8f5;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li.color3 a:hover {
    background-color: #00c8f5;
    color: #fff;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li.color1 a {
  background-color: #004082;
  border-color: #004082;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li.color1 a:hover {
    background-color: #fff;
    color: #004082;
  }
}
.header .right .nav_content_wrap .nav_content .nav_main_list li.color2 a {
  background-color: #fa7807;
  border-color: #fa7807;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_main_list li.color2 a:hover {
    background-color: #fff;
    color: #fa7807;
  }
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list {
  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;
  gap: 0 2.1333333333vw;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .sp_nav_main_list {
    display: none;
  }
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0094d8;
  font-size: 3.7333333333vw;
  font-weight: 600;
  padding: 1.8666666667vw;
  border: 0.5333333333vw solid #0094d8;
  background-color: #fff;
  border-radius: 6.1333333333vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li a .icon {
  display: inline-block;
  line-height: 1;
  width: 5.3333333333vw;
  height: auto;
  margin-right: 4vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li a .icon img {
  width: 100%;
  height: 100%;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large {
  width: 43.4666666667vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a {
  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: 6.9333333333vw 0;
  border-radius: 4.8vw;
  background-color: #004082;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .chara img {
  height: 116px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .chara img {
    height: 8.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .chara img {
    height: 15.4666666667vw;
  }
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .text {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 5.3333333333vw;
  line-height: 1;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.large a .text .yellow {
  display: block;
  color: #fff134;
  font-weight: 600;
  font-size: 6.4vw;
  margin-top: 1.3333333333vw;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.color1 a {
  border-color: #004082;
  background-color: #004082;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.color2 a {
  border-color: #fa7807;
  background-color: #fa7807;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.color3 a {
  color: #000;
  border-color: #00c8f5;
  background-color: #fff;
}
.header .right .nav_content_wrap .nav_content .sp_nav_main_list li.contact a {
  color: #fff;
  font-size: 5.3333333333vw;
  border-color: #fff;
  padding: 3.2vw;
  background-color: #0094d8;
  border-radius: 9.0666666667vw;
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_sub {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub {
    width: 100%;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner {
    display: block;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel {
    text-align: center;
    display: block;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .title {
    font-size: 4.2666666667vw;
    font-weight: 600;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number {
    font-size: 1.5384615385vw;
    margin-right: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number {
    font-size: 10.6666666667vw;
    margin-right: 0;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon {
  margin-right: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon {
    margin-right: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon {
    margin-right: 1.3333333333vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon img {
  width: 19px;
  height: 19px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon img {
    width: 1.4615384615vw;
    height: 1.4615384615vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number .icon img {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .number a {
  text-decoration: none !important;
  font-weight: 600;
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .time {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .time {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_tel .time {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding-left: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a {
    padding-left: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a {
    padding-left: 4vw;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 7px;
  height: 12px;
  margin: auto 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url(../../images/corporate/common/icon_arrow.svg);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a::before {
    width: 0.5384615385vw;
    height: 0.9230769231vw;
    background-size: 0.5384615385vw 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a::before {
    width: 1.6vw;
    height: 2.6666666667vw;
    background-size: 1.6vw 2.6666666667vw;
  }
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a:hover {
    opacity: 0.7;
  }
  .header .right .nav_content_wrap .nav_content .nav_sub .nav_sub_inner .nav_sub_list li a:hover::before {
    opacity: 0.7;
  }
}
.header .right .nav_content_wrap .nav_content .nav_sub .attention {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .attention {
    font-size: 0.9230769231vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .attention {
    text-align: center;
    font-size: 2.2666666667vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_content .nav_sub .sp_nav_sub_list {
    margin-top: 4vw;
  }
}
.header .right .nav_content_wrap .nav_btn_contact 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: 200px;
  height: 138px;
  text-decoration: none;
  border: 2px solid #0094d8;
  border-radius: 0 0 0 30px;
  background-color: #0094d8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_btn_contact a {
    width: 15.3846153846vw;
    height: 10.6153846154vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_btn_contact a {
    width: 20vw;
    height: 15.4666666667vw;
  }
}
.header .right .nav_content_wrap .nav_btn_contact a .text {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text {
    font-size: 2.4vw;
  }
}
.header .right .nav_content_wrap .nav_btn_contact a .text .en {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text .en {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .header .right .nav_content_wrap .nav_btn_contact a .text .en {
    font-size: 3.2vw;
  }
}
@media (min-width: 751px) {
  .header .right .nav_content_wrap .nav_btn_contact a:hover {
    background-color: #fff;
  }
  .header .right .nav_content_wrap .nav_btn_contact a:hover .text {
    color: #0094d8;
  }
  .header .right .nav_content_wrap .nav_btn_contact a:hover .text .en {
    color: #0094d8;
  }
}
.header #menu-icon {
  position: absolute;
  top: 0;
  right: 20vw;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  z-index: 99999;
  cursor: pointer;
  height: 15.4666666667vw;
  width: 13.3333333333vw;
  padding: 3.7333333333vw 0;
  background-color: transparent;
}
.header #menu-icon .menu_bar_wrap {
  position: relative;
  width: 6.1333333333vw;
  height: 4.2666666667vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5333333333vw;
  display: block;
  line-height: 0;
  background-color: #000;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  border-radius: 0.5333333333vw;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 0;
  width: 100%;
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  top: 50%;
  width: 4.2666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 100%;
  width: 2.6666666667vw;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 750px) {
  .header .nav_content {
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    left: 100vw;
    overflow: scroll;
    top: 0;
    background: #ddf2fb;
    padding: 17.6vw 5.3333333333vw 40vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99999;
  }
}
.header.open .nav_content {
  left: 0;
}
.header.open #menu #menu-icon {
  right: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar {
  width: 100%;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(2) {
  opacity: 0;
}
.header.open #menu #menu-icon .menu_bar_wrap .menu_bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/* service
********************************************/
.service {
  position: relative;
  padding-bottom: 220px;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 1920px 262px;
  background-image: url(../../images/corporate/common/service_bg.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service {
    padding-bottom: 16.9230769231vw;
    background-size: 147.6923076923vw 20.1538461538vw;
  }
}
@media (max-width: 750px) {
  .service {
    padding-bottom: 53.3333333333vw;
    background-size: 100vw 34.9333333333vw;
    background-image: url(../../images/corporate/common/sp/sp_service_bg.webp);
  }
}
.service::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  height: 540px;
  width: 100%;
  background-color: #ddf2fb;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service::before {
    height: 41.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service::before {
    height: 124.2666666667vw;
  }
}
.service::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 133px;
  width: 1920px;
  background-size: 1920px 133px;
  background-image: url(../../images/corporate/common/service_en.webp);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service::after {
    bottom: 3.8461538462vw;
    height: 10.2307692308vw;
    width: 147.6923076923vw;
    background-size: 147.6923076923vw 10.2307692308vw;
  }
}
@media (max-width: 750px) {
  .service::after {
    bottom: 6.6666666667vw;
    height: 29.7333333333vw;
    width: 93.3333333333vw;
    background-size: 93.3333333333vw 29.7333333333vw;
    background-image: url(../../images/corporate/common/sp/sp_service_en.webp);
  }
}
.service .sec_inner {
  max-width: 1400px;
}
@media screen and (min-width: 1301px) and (max-width: 1500px) {
  .service .sec_inner {
    max-width: 1300px;
  }
}
@media (max-width: 750px) {
  .service .sec_inner {
    padding: 0 5.3333333333vw;
  }
}
.service .service_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_title {
    font-size: 2.1538461538vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .service .service_title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.service .service_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list {
    gap: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list {
    gap: 11.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service .service_btn_list .service_btn {
  text-align: center;
  width: 680px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn {
    width: 52.3076923077vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn {
    width: 100%;
  }
}
.service .service_btn_list .service_btn.service_btn01 a {
  -webkit-box-shadow: 5px 5px 0 #c6d3e3;
          box-shadow: 5px 5px 0 #c6d3e3;
  background-color: #004082;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn.service_btn01 a {
    -webkit-box-shadow: 0.3846153846vw 0.3846153846vw 0 #c6d3e3;
            box-shadow: 0.3846153846vw 0.3846153846vw 0 #c6d3e3;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn.service_btn01 a {
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0 #c6d3e3;
            box-shadow: 1.3333333333vw 1.3333333333vw 0 #c6d3e3;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn.service_btn01 a .btn {
    text-align: left;
  }
}
.service .service_btn_list .service_btn.service_btn01 a .btn .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow_blue.svg);
}
.service .service_btn_list .service_btn.service_btn01 a .btn .arrow:after {
  background-image: url(../../images/corporate/common/icon_arrow_blue_hover.svg);
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn.service_btn01 a:hover .btn {
    background-color: #fa7807;
  }
}
.service .service_btn_list .service_btn.service_btn02 a {
  -webkit-box-shadow: 5px 5px 0 #f9c89b;
          box-shadow: 5px 5px 0 #f9c89b;
  background-color: #fa7807;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn.service_btn02 a {
    -webkit-box-shadow: 0.3846153846vw 0.3846153846vw 0 #f9c89b;
            box-shadow: 0.3846153846vw 0.3846153846vw 0 #f9c89b;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn.service_btn02 a {
    -webkit-box-shadow: 1.3333333333vw 1.3333333333vw 0 #f9c89b;
            box-shadow: 1.3333333333vw 1.3333333333vw 0 #f9c89b;
  }
}
.service .service_btn_list .service_btn.service_btn02 a .btn .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow_orange.svg);
}
.service .service_btn_list .service_btn.service_btn02 a .btn .arrow:after {
  background-image: url(../../images/corporate/common/icon_arrow_orange_hover.svg);
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn.service_btn02 a:hover .btn {
    background-color: #004082;
  }
}
.service .service_btn_list .service_btn a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 32px 0 40px;
  border-radius: 22px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn a {
    padding: 2.4615384615vw 0 3.0769230769vw;
    border-radius: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn a {
    padding: 6.6666666667vw 0 8vw;
    border-radius: 5.8666666667vw;
  }
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn a:hover .btn {
    color: #fff;
  }
  .service .service_btn_list .service_btn a:hover .btn .arrow:before {
    opacity: 0;
  }
  .service .service_btn_list .service_btn a:hover .btn .arrow:after {
    opacity: 1;
  }
  .service .service_btn_list .service_btn a:hover .chara {
    -webkit-animation: chara_up 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
            animation: chara_up 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
  }
}
.service .service_btn_list .service_btn .title {
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .title {
    font-size: 2.9230769231vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .title {
    font-size: 6.6666666667vw;
    line-height: 1.36;
  }
}
.service .service_btn_list .service_btn .title span {
  font-weight: 600;
}
.service .service_btn_list .service_btn .question {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .question {
    font-size: 1.6923076923vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .question {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 4vw;
  }
}
.service .service_btn_list .service_btn .btn {
  position: relative;
  text-align: center;
  width: 477px;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
          box-shadow: 4px 4px 0 #000;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .btn {
    width: 36.6923076923vw;
    font-size: 1.5384615385vw;
    -webkit-box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
            box-shadow: 0.3076923077vw 0.3076923077vw 0 #000;
    padding: 0.7692307692vw;
    margin: 2.3076923077vw auto 0;
    border-radius: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .btn {
    width: 81.3333333333vw;
    font-size: 3.4666666667vw;
    -webkit-box-shadow: 1.0666666667vw 1.0666666667vw 0 #000;
            box-shadow: 1.0666666667vw 1.0666666667vw 0 #000;
    padding: 2.4vw 4vw;
    margin: 4vw auto 0;
    border-radius: 6.1333333333vw;
  }
}
.service .service_btn_list .service_btn .btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .btn .arrow {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    border-radius: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .btn .arrow {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.service .service_btn_list .service_btn .btn .arrow:before, .service .service_btn_list .service_btn .btn .arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .btn .arrow:before, .service .service_btn_list .service_btn .btn .arrow:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .btn .arrow:before, .service .service_btn_list .service_btn .btn .arrow:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-size: 5.3333333333vw;
  }
}
.service .service_btn_list .service_btn .btn .arrow:after {
  opacity: 0;
}
.service .service_btn_list .service_btn .chara {
  position: absolute;
}
@media (min-width: 751px) {
  .service .service_btn_list .service_btn .chara {
    -webkit-animation: chara_down 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
            animation: chara_down 0.6s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
.service .service_btn_list .service_btn .chara.chara01 {
  bottom: -12px;
  left: -46px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara01 {
    bottom: -0.9230769231vw;
    left: -3.5384615385vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara01 {
    bottom: auto;
    left: auto;
    top: -9.8666666667vw;
    right: 2.1333333333vw;
  }
}
.service .service_btn_list .service_btn .chara.chara01 img {
  width: 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara01 img {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara01 img {
    width: 21.8666666667vw;
  }
}
.service .service_btn_list .service_btn .chara.chara02 {
  bottom: -12px;
  right: -60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara02 {
    bottom: -0.9230769231vw;
    right: -4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara02 {
    bottom: auto;
    left: auto;
    top: -9.8666666667vw;
    right: 2.1333333333vw;
  }
}
.service .service_btn_list .service_btn .chara.chara02 img {
  width: 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .service .service_btn_list .service_btn .chara.chara02 img {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .service .service_btn_list .service_btn .chara.chara02 img {
    width: 21.3333333333vw;
  }
}

@keyframes chara_up {
  0% {
    bottom: -12px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    bottom: 17px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes chara_down {
  0% {
    bottom: 17px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  100% {
    bottom: -12px;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
/* footer
********************************************/
.footer {
  padding: 20px 0;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer {
    padding: 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 2.6666666667vw 0;
  }
}
.footer .sec_inner {
  max-width: 1300px;
}
.footer .copy_wrap {
  text-align: center;
}
.footer .copy_wrap .copy {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .footer .copy_wrap .copy {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .footer .copy_wrap .copy {
    font-size: 2.9333333333vw;
  }
}

/********************************************
* color
********************************************/
.color_colorKey {
  color: #0094d8;
}

.color_color1 {
  color: #004082;
}

.color_color2 {
  color: #fa7807;
}

.color_color3 {
  color: #00c8f5;
}

.color_color5 {
  color: #fff134;
}

/********************************************
* title
********************************************/
.title_h2_wrap {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap {
    margin-top: 7.6923076923vw;
    margin-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap {
    margin-top: 13.3333333333vw;
    margin-bottom: 8vw;
  }
}
.title_h2_wrap .title_h2_en {
  color: #0094d8;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2_en {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2_en {
    font-size: 2.6666666667vw;
  }
}
.title_h2_wrap .title_h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 {
    font-size: 6.4vw;
  }
}

.title_h3_wrap .title_h3_en {
  color: #0094d8;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h3_wrap .title_h3_en {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .title_h3_wrap .title_h3_en {
    font-size: 2.6666666667vw;
  }
}
.title_h3_wrap .title_h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h3_wrap .title_h3 {
    font-size: 1.8461538462vw;
    line-height: 3.5384615385vw;
  }
}
@media (max-width: 750px) {
  .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
    line-height: 6.1333333333vw;
  }
}

/********************************************
* text_list
********************************************/
.attention_list {
  list-style-type: none;
}
.attention_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention_list li::before {
  content: "※";
}

.disc_list {
  list-style-type: none;
  padding-left: 0;
}
.disc_list li {
  text-indent: -1em;
  padding-left: 0.7em;
}
.disc_list li::before {
  content: "・";
}

.disc_list2 {
  list-style-type: none;
  padding-left: 0;
}
.disc_list2 li {
  text-indent: -1em;
  padding-left: 1.5em;
}
.disc_list2 li::before {
  content: "●";
}

.num_list {
  padding-left: 1.1em;
}

/********************************************
/* Wrap
********************************************/
main.main {
  margin-top: 178px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  main.main {
    margin-top: 13.6923076923vw;
  }
}
@media (max-width: 750px) {
  main.main {
    margin-top: 22.1333333333vw;
  }
}

.sec_inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .col2 {
    display: block;
  }
}

/********************************************
* Table
********************************************/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table th {
  width: 380px;
  font-size: 18px;
  font-weight: 600;
  padding: 28px 40px 28px 25px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table th {
    width: 29.2307692308vw;
    font-size: 1.3846153846vw;
    padding: 2.1538461538vw 3.0769230769vw 2.1538461538vw 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .table th {
    display: block;
    width: 100%;
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 0 0;
    border: none;
  }
}
.table td {
  width: 1000px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table td {
    width: 76.9230769231vw;
    font-size: 1.3846153846vw;
    padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .table td {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    font-weight: normal;
    padding: 0 0 3.3333333333vw;
  }
}
.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}
.table .text + .title {
  margin-top: 1em;
}
.table .disc_list + .title {
  margin-top: 1em;
}
.table .data_list dt {
  font-weight: 600;
  margin-left: -0.5em;
}
@media (max-width: 750px) {
  .table .data_list dt {
    font-weight: normal;
  }
}
.table .data_list dd {
  font-weight: 600;
}
@media (max-width: 750px) {
  .table .data_list dd {
    font-weight: normal;
  }
}
.table .data_list dd a {
  font-weight: 600;
}
@media (max-width: 750px) {
  .table .data_list dd a {
    font-weight: normal;
  }
}
.table .data_list + .data_list {
  margin-top: 1em;
}
.table .disc_list li {
  font-weight: 600;
}
@media (max-width: 750px) {
  .table .disc_list li {
    font-weight: normal;
  }
}

/********************************************
* btn
********************************************/
.more_btn {
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .more_btn {
    margin-top: 13.3333333333vw;
  }
}
.more_btn a {
  display: inline-block;
  width: 478px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 26px 0;
  border: 4px solid #fff;
  border-radius: 50px;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a {
    width: 36.7692307692vw;
    font-size: 1.5384615385vw;
    padding: 2vw 0;
    border: 0.3076923077vw solid #fff;
    border-radius: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn a {
    width: 100%;
    font-size: 4.8vw;
    padding: 3.7333333333vw 0;
    border: 0.5333333333vw solid #fff;
    border-radius: 9.0666666667vw;
  }
}
.more_btn a .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
  line-height: 1;
  margin-right: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
    margin-right: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    margin-right: 4.8vw;
  }
}
.more_btn a .icon:before, .more_btn a .icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon:before, .more_btn a .icon:after {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
    background-size: 1.5384615385vw 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon:before, .more_btn a .icon:after {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 5.3333333333vw 4.2666666667vw;
  }
}
.more_btn a .icon::before {
  background-image: url(../../images/corporate/common/icon_mail.svg);
}
.more_btn a .icon:after {
  background-image: url(../../images/corporate/common/icon_mail_hover.svg);
  opacity: 0;
}
@media (min-width: 751px) {
  .more_btn a:hover {
    color: #0094d8;
    border-color: #0094d8;
    background-color: #fff;
  }
  .more_btn a:hover .icon:before {
    opacity: 0;
  }
  .more_btn a:hover .icon:after {
    opacity: 1;
  }
}

.more_btn2 {
  text-align: center;
}
.more_btn2 a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 510px;
  color: #00c8f5;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #00c8f5;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn2 a {
    width: 39.2307692308vw;
    font-size: 1.5384615385vw;
    padding: 0.7692307692vw;
    border: 0.1538461538vw solid #00c8f5;
    margin: 2.3076923077vw auto 0;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .more_btn2 a {
    width: 100%;
    text-align: left;
    font-size: 3.4666666667vw;
    padding: 2.4vw 5.3333333333vw;
    margin: 6.6666666667vw auto 0;
    border: 0.5333333333vw solid #00c8f5;
    border-radius: 1.3333333333vw;
  }
}
.more_btn2 a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn2 a .arrow {
    right: 1.5384615385vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn2 a .arrow {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.more_btn2 a .arrow:before, .more_btn2 a .arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn2 a .arrow:before, .more_btn2 a .arrow:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn2 a .arrow:before, .more_btn2 a .arrow:after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}
.more_btn2 a .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow2.svg);
}
.more_btn2 a .arrow:after {
  opacity: 0;
  background-image: url(../../images/corporate/common/icon_arrow2_hover.svg);
}
@media (min-width: 751px) {
  .more_btn2 a:hover {
    color: #fff;
    background-color: #00c8f5;
  }
  .more_btn2 a:hover .arrow:before {
    opacity: 0;
  }
  .more_btn2 a:hover .arrow:after {
    opacity: 1;
  }
}

/********************************************
* page_top
********************************************/
.page_top {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top {
    bottom: 3.0769230769vw;
    right: 3.0769230769vw;
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    height: 16vw;
    width: 16vw;
  }
}
.page_top a {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100%;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.page_top a img {
  width: 35px;
  height: 19px;
  margin: 30px 22.5px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a img {
    width: 2.6923076923vw;
    height: 1.4615384615vw;
    margin: 2.3076923077vw 1.7307692308vw;
  }
}
@media (max-width: 750px) {
  .page_top a img {
    width: 8vw;
    height: 4.5333333333vw;
    margin: 4.2666666667vw 2.6666666667vw;
  }
}
.page_top a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #0094d8;
}

/********************************************
* bread_sec
********************************************/
.bread_sec {
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin: 20px 0 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .bread_sec {
    font-size: 1.0769230769vw;
    margin: 1.5384615385vw 0 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .bread_sec {
    font-size: 2.6666666667vw;
    margin: 2.6666666667vw 0 8vw;
  }
}
.bread_sec .sec_inner {
  max-width: 1300px;
}

/********************************************
* news_list
********************************************/
.news_list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list {
    max-width: 92.3076923077vw;
  }
}
.news_list::after {
  content: "";
  display: block;
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list::after {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list::after {
    width: 41.3333333333vw;
  }
}
.news_list .item_block {
  position: relative;
  width: 360px;
  margin-top: 100px;
}
.news_list .item_block:nth-child(-n+3) {
  margin-top: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .item_block {
    width: 27.6923076923vw;
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list .item_block {
    width: 41.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+3) {
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+2) {
    margin-top: 0;
  }
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover .thumb {
  opacity: 0.7;
}
.news_list a:hover h3,
.news_list a:hover p {
  color: #999;
}
.news_list .thumb {
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .thumb {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .news_list .thumb {
    margin-bottom: 3.3333333333vw;
  }
}
.news_list .date {
  font-size: 14px;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .date {
    font-size: 1.0769230769vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .news_list .date {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.news_list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .title {
    font-size: 1.5384615385vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .news_list .title {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.news_list .desc {
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .desc {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .news_list .desc {
    margin-bottom: 2.6666666667vw;
  }
}
.news_list .more {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more {
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .news_list .more {
    padding-right: 8vw;
  }
}
.news_list .more:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    border-radius: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.news_list .more:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:after {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
    right: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 2.1333333333vw;
  }
}

/********************************************
* news_text_list
********************************************/
.news_text_list .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 80px 32px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item a {
    padding: 2.4615384615vw 6.1538461538vw 2.4615384615vw 0;
  }
}
@media (max-width: 750px) {
  .news_text_list .item a {
    display: block;
    padding: 3.2vw 10.6666666667vw 3.2vw 0;
  }
}
.news_text_list .item a:hover {
  opacity: 0.7;
}
.news_text_list .item .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 750px) {
  .news_text_list .item .date_wrap {
    margin-bottom: 0.6666666667vw;
  }
}
.news_text_list .item .date {
  color: #0094d8;
  font-size: 14px;
  margin-right: 30px;
  line-height: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item .date {
    font-size: 1.0769230769vw;
    margin-right: 2.3076923077vw;
    line-height: 2vw;
  }
}
@media (max-width: 750px) {
  .news_text_list .item .date {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-right: 0;
  }
}
.news_text_list .item .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 750px) {
  .news_text_list .item .title {
    display: block;
  }
}
.news_text_list .item:first-child {
  border-top: 1px solid #ccc;
}

/********************************************
* form_content
********************************************/
.mw_wp_form {
  padding-top: 160px;
  margin-top: -160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form {
    padding-top: 12.3076923077vw;
    margin-top: -12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form {
    padding-top: 17.3333333333vw;
    margin-top: -17.3333333333vw;
  }
}

.mw_wp_form_input .return {
  display: none;
}

.form_content {
  position: relative;
  z-index: 1;
}
.form_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.form_content dl.radio dt {
  padding-top: 0;
}
.form_content dl.radio input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  padding: 0;
  margin: 0 7px 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio input[type=radio] {
    width: 1.3846153846vw;
    height: 1.3846153846vw;
    vertical-align: -0.2307692308vw;
    margin: 0 0.5384615385vw 0 0;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio input[type=radio] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
    margin: 0 0.9333333333vw 0 0;
  }
}
.form_content dl.radio .mwform-radio-field-text {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.radio .mwform-radio-field label {
  padding-left: 0;
  padding-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 2vw;
  }
}
.form_content dl.check dt {
  padding-top: 0;
}
.form_content dl.check input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  padding: 0;
  margin: 0 7px 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check input[type=checkbox] {
    width: 1.3846153846vw;
    height: 1.3846153846vw;
    vertical-align: -0.2307692308vw;
    margin: 0 0.5384615385vw 0 0;
  }
}
@media (max-width: 750px) {
  .form_content dl.check input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
    margin: 0 0.9333333333vw 0 0;
  }
}
.form_content dl.check .mwform-checkbox-field-text {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.check .mwform-checkbox-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.select dt {
  padding-top: 0;
}
.form_content dl.select select {
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.select select {
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.select select {
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dt {
  width: 190px;
  padding-top: 9px;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt {
    width: 14.6153846154vw;
    padding-top: 0.6923076923vw;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dt {
    float: none;
    width: 100%;
    font-size: 4vw;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 0.6666666667vw;
  }
}
.form_content dt .text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .text {
    font-size: 3.7333333333vw;
    font-weight: 600;
  }
}
.form_content dt .text .optional {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  color: #0094d8;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt .text .optional {
    right: -3.6923076923vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .text .optional {
    right: -7.7333333333vw;
    font-size: 2.9333333333vw;
  }
}
.form_content dt .text .optional.req {
  color: #da0022;
}
.form_content dd {
  width: 590px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd {
    width: 45.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd {
    width: 100%;
  }
}
.form_content dd input,
.form_content dd .input_style,
.form_content dd textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  margin: 0;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fafafa;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 1.3846153846vw;
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 3.7333333333vw !important;
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dd input:focus,
.form_content dd .input_style:focus,
.form_content dd textarea:focus {
  font-size: 18px;
  outline: none;
  border: 1px solid #555;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input::-webkit-input-placeholder, .form_content dd .input_style::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input::-moz-placeholder, .form_content dd .input_style::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input:-ms-input-placeholder, .form_content dd .input_style:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input::-ms-input-placeholder, .form_content dd .input_style::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input::placeholder,
.form_content dd .input_style::placeholder,
.form_content dd textarea::placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd .input_style::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd .input_style::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd .input_style:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd .input_style::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd .input_style::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd .input_style::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd .input_style:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd .input_style::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
.form_content dd .input_tel {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_tel {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_tel {
    font-size: 3.7333333333vw;
  }
}
.form_content dd .input_file {
  height: auto;
}
@media (max-width: 750px) {
  .form_content dd .input_file {
    font-size: 3.2vw !important;
  }
}
.form_content dd input {
  height: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input {
    height: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input {
    height: 10.6666666667vw;
  }
}
.form_content dd input.address + input {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input.address + input {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.address + input {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd textarea {
  height: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd textarea {
    height: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd textarea {
    height: 46.6666666667vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-tel-field input {
    width: 25%;
  }
}
.form_content dd label img {
  max-width: 200px;
  margin-right: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd label img {
    max-width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd label img {
    max-width: 16vw;
  }
}
.form_content dd .cap {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .cap {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .cap {
    font-size: 3.2vw;
  }
}
.form_content dd .error {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .error {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .error {
    font-size: 3.2vw;
  }
}
.form_content dd .input_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_block_list {
    gap: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_list {
    gap: 1.6vw 0;
  }
}
.form_content dd .input_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_block_wrap {
    gap: 0 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_wrap {
    gap: 0 4vw;
  }
}
.form_content dd .input_title.cap {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_title.cap {
    font-size: 1.0769230769vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_title.cap {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.form_content dd .input_field.small {
  width: 200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_field.small {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.small {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_field.smaller {
  width: 140px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_field.smaller {
    width: 10.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.smaller {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_content dd .input_file input {
  width: 350px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_file input {
    width: 26.9230769231vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_file input {
    width: 81.3333333333vw;
  }
}
.form_content dd .attention_list {
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .attention_list {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd .attention_list li {
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .attention_list li {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list li {
    font-size: 2.9333333333vw;
  }
}
.form_content dd .mwform-file-delete {
  font-size: 30px;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .mwform-file-delete {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-file-delete {
    font-size: 4vw;
  }
}

/********************************************
* form_content 確認画面
********************************************/
.mw_wp_form_preview .form_content dd {
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #eee;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 3.8461538462vw;
    padding: 1.1538461538vw 1.5384615385vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 10.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 0.6666666667vw;
  }
}
.mw_wp_form_preview .form_content .form_title_wrap,
.mw_wp_form_preview .form_content .input_title,
.mw_wp_form_preview .form_content .attention_list,
.mw_wp_form_preview .form_content .read,
.mw_wp_form_preview .form_content .form_block_tel,
.mw_wp_form_preview .form_content dt .optional,
.mw_wp_form_preview .form_content .img_icon,
.mw_wp_form_preview .form_content .caption,
.mw_wp_form_preview .form_content .atten,
.mw_wp_form_preview .form_content .form_atten,
.mw_wp_form_preview .form_content .form_privacy,
.mw_wp_form_preview .form_content .terms_check {
  display: none;
}

/********************************************
* form_content input_btn
********************************************/
.input_btn {
  width: 400px;
  position: relative;
  text-align: center;
  margin: 50px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn {
    width: 30.7692307692vw;
    margin: 3.8461538462vw auto 0;
  }
}
@media (max-width: 750px) {
  .input_btn {
    width: 80vw;
    margin: 6.6666666667vw auto 0;
  }
}
.input_btn input[type=submit],
.input_btn input[type=button] {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 76px;
  padding: 0;
  border: 2px solid #fa7807;
  border-radius: 10px;
  background: #fa7807;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    height: 6.1538461538vw;
    font-size: 2vw;
    line-height: 5.8461538462vw;
    border: 0.1538461538vw solid #fa7807;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    font-size: 4.8vw;
    height: 16vw;
    line-height: 14.9333333333vw;
    border: 0.5333333333vw solid #fa7807;
    border-radius: 1.3333333333vw;
  }
}
.input_btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn .arrow {
    right: 1.5384615385vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn .arrow {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.input_btn .arrow:before, .input_btn .arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn .arrow:before, .input_btn .arrow:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn .arrow:before, .input_btn .arrow:after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}
.input_btn .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow3.svg);
}
.input_btn .arrow:after {
  opacity: 0;
  background-image: url(../../images/corporate/common/icon_arrow3_hover.svg);
}
@media (min-width: 751px) {
  .input_btn:hover input[type=submit],
  .input_btn:hover input[type=button] {
    color: #fa7807;
    background: #fff;
  }
  .input_btn:hover .arrow:before {
    opacity: 0;
  }
  .input_btn:hover .arrow:after {
    opacity: 1;
  }
}
.input_btn.return input[type=submit],
.input_btn.return input[type=button] {
  background: #555;
  border-color: #555;
}
@media (min-width: 751px) {
  .input_btn.return:hover input[type=submit],
  .input_btn.return:hover input[type=button] {
    color: #555;
    background: #fff;
  }
}

/********************************************
* form_privacy
********************************************/
.form_privacy {
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .form_privacy {
    margin-top: 8vw;
  }
}
.form_privacy .privacy_title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .privacy_title {
    font-size: 1.5384615385vw;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .privacy_title {
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.form_privacy .atten_text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .atten_text {
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .atten_text {
    text-align: left;
    margin-bottom: 9.3333333333vw;
  }
}

/********************************************
* checkbox
********************************************/
.terms_check {
  text-align: center;
}
.terms_check input[type=checkbox] {
  height: 24px;
  width: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check input[type=checkbox] {
    height: 1.8461538462vw;
    width: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .terms_check input[type=checkbox] {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.terms_check .mwform-checkbox-field-text {
  font-size: 16px;
  vertical-align: 3px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 1.2307692308vw;
    vertical-align: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 3.2vw;
    vertical-align: 0.9333333333vw;
  }
}

/********************************************
* thanks_content
********************************************/
.thanks_content {
  text-align: center;
}
.thanks_content .chara {
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .chara {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .chara {
    width: 32vw;
  }
}
.thanks_content .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .title {
    font-size: 1.8461538462vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .title {
    font-size: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.thanks_content .message {
  font-size: 18px;
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .message {
    font-size: 1.3846153846vw;
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .message {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.thanks_content .tel_wrap {
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .tel_wrap {
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel_wrap {
    margin-top: 5.3333333333vw;
  }
}
.thanks_content .tel_wrap a {
  color: #da0022;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .tel_wrap a {
    font-size: 2.7692307692vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel_wrap a {
    font-size: 9.3333333333vw;
  }
}
.thanks_content .btn_title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .btn_title {
    font-size: 1.6923076923vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .btn_title {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
.thanks_content .more_btn2 a {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .more_btn2 a {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .more_btn2 a {
    margin-top: 4vw;
  }
}
.thanks_content .more_btn {
  margin-top: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .more_btn {
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .more_btn {
    margin-top: 16vw;
  }
}

/********************************************
* pager
********************************************/
.pager {
  width: 100%;
  margin-top: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager {
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .pager {
    margin-top: 13.3333333333vw;
  }
}
.pager ul {
  text-align: center;
}
.pager ul li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li {
    font-size: 1.8461538462vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    margin: 0 0.3846153846vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .pager ul li {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pager ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a {
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li a {
    padding: 5px 0;
  }
}
.pager ul li a span {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a span {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .pager ul li a span {
    font-size: 16px;
  }
}
.pager ul li.active {
  color: #fff;
  background: #000;
  padding: 12px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li.active {
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li.active {
    padding: 5px 0;
  }
}
.pager ul li:hover {
  cursor: pointer;
  background: #000;
}
.pager ul li:hover a {
  color: #fff;
}

/********************************************
* wp-caption
********************************************/
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-caption .wp-caption-text {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .wp-caption .wp-caption-text {
    font-size: 3.2vw;
  }
}

/********************************************
* iPhone
********************************************/
@media (max-width: 750px) {
  .iPhone .mwform-checkbox-field-text {
    vertical-align: 0.4vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.check input[type=checkbox] {
    vertical-align: 0.5333333333vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.radio input[type=radio] {
    vertical-align: 0;
  }
}

/********************************************
* cat_list
********************************************/
.cat_list {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list {
    padding: 0 3.8461538462vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .cat_list {
    text-align: left;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.cat_list li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li {
    margin: 0 0.7692307692vw 0.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .cat_list li {
    margin: 0 1.3333333333vw 0.6666666667vw 0;
  }
}
.cat_list li a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  min-width: 104px;
  padding: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #898989;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li a {
    font-size: 1.0769230769vw;
    min-width: 8vw;
    padding: 0 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .cat_list li a {
    font-size: 2.9333333333vw;
    min-width: 22.4vw;
    padding: 0 1.3333333333vw;
  }
}
.cat_list li a:hover {
  background-color: #0094d8;
}
.cat_list li.current a {
  background-color: #0094d8;
  opacity: 0.65;
}

/********************************************
* content
********************************************/
/********************************************
* content_header
********************************************/
.content_header {
  position: relative;
  padding-top: 155px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header {
    padding-top: 11.9230769231vw;
  }
}
@media (max-width: 750px) {
  .content_header {
    padding-top: 41.8666666667vw;
  }
}
.content_header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1100px;
  height: 443px;
  border-radius: 20px 0 0 20px;
  background-size: 1100px 443px;
  z-index: -1;
}
@media screen and (min-width: 1601px) and (max-width: 1850px) {
  .content_header::after {
    width: 1000px;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1600px) {
  .content_header::after {
    width: 900px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1450px) {
  .content_header::after {
    width: 800px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header::after {
    width: 61.5384615385vw;
    height: 34.0769230769vw;
    border-radius: 1.5384615385vw 0 0 1.5384615385vw;
    background-size: 84.6153846154vw 34.0769230769vw;
  }
}
@media (max-width: 750px) {
  .content_header::after {
    width: 100%;
    height: 41.8666666667vw;
    border-radius: 0;
    background-size: 100vw 41.8666666667vw;
  }
}
.content_header .sec_inner {
  max-width: 1300px;
}
@media (max-width: 750px) {
  .content_header .content_header_inner {
    text-align: center;
  }
}
.content_header .title_en_wrap {
  position: relative;
}
@media (max-width: 750px) {
  .content_header .title_en_wrap {
    display: inline-block;
    margin-top: 1.3333333333vw;
  }
}
.content_header .title_en_wrap .title_en {
  color: #0094d8;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header .title_en_wrap .title_en {
    font-size: 4.9230769231vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_en_wrap .title_en {
    text-align: center;
    font-size: 10.6666666667vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_en_wrap .title_en.small {
    text-align: center;
    font-size: 8vw;
  }
}
.content_header .title_en_wrap .chara_wrap {
  position: absolute;
  bottom: 2px;
  left: -68px;
  overflow: hidden;
  width: 41px;
  height: 65px;
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
  .content_header .title_en_wrap .chara_wrap {
    left: -50px;
  }
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header .title_en_wrap .chara_wrap {
    bottom: 0.1538461538vw;
    left: -3.8461538462vw;
    width: 3.1538461538vw;
    height: 5vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_en_wrap .chara_wrap {
    bottom: -1.3333333333vw;
    left: -18.1333333333vw;
    width: 10.9333333333vw;
    height: 17.3333333333vw;
  }
}
.content_header .title_en_wrap .chara_wrap .chara {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: chara_out 0.6s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
          animation: chara_out 0.6s 0.2s forwards cubic-bezier(0.64, -0.36, 0.1, 1);
}
@-webkit-keyframes chara_out {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes chara_out {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.content_header .title_jp_wrap {
  margin-top: 165px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header .title_jp_wrap {
    margin-top: 12.6923076923vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_jp_wrap {
    margin-top: 0;
  }
}
.content_header .title_jp_wrap .title_jp {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_header .title_jp_wrap .title_jp {
    font-size: 3.0769230769vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .content_header .title_jp_wrap .title_jp {
    text-align: center;
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
}

/********************************************
* content_main
********************************************/
.content_main {
  margin-top: 100px;
  padding-bottom: 120px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .content_main {
    margin-top: 7.6923076923vw;
    padding-bottom: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .content_main {
    margin-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}

/********************************************
* page archive
********************************************/
.post-type-archive .content_main,
.category .content_main {
  padding: 140px 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .post-type-archive .content_main,
  .category .content_main {
    padding: 10.7692307692vw 0 0;
  }
}
@media (max-width: 750px) {
  .post-type-archive .content_main,
  .category .content_main {
    padding: 18.6666666667vw 0 0;
  }
}
.post-type-archive .content_main .sec_inner,
.category .content_main .sec_inner {
  max-width: 1300px;
}

/********************************************
* page error404
********************************************/
.error404 .content_header {
  padding-top: 0;
}
.error404 .content_header .title_jp_wrap {
  margin-top: 0;
}
.error404 .content_main .sec_inner {
  max-width: 1300px;
}

/********************************************
* single_content
********************************************/
.single_content {
  padding: 140px 0 160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content {
    padding: 10.7692307692vw 0 12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .single_content {
    padding: 13.3333333333vw 0 16vw;
  }
}
.single_content .sec_inner {
  max-width: 770px;
}
.single_content .post_title {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title {
    padding-bottom: 1.9230769231vw;
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title {
    padding-bottom: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.single_content .post_title .post_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .post_title_inner {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .post_title_inner {
    margin-bottom: 2.6666666667vw;
  }
}
.single_content .post_title .category {
  text-align: center;
  min-width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 4px 6px;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .category {
    min-width: 7.6923076923vw;
    font-size: 1.0769230769vw;
    padding: 0.3076923077vw 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .category {
    min-width: 13.3333333333vw;
    font-size: 2.6666666667vw;
    padding: 0.8vw 1.0666666667vw;
  }
}
.single_content .post_title .date {
  font-size: 17px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .date {
    font-size: 1.3076923077vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .date {
    font-size: 3.4666666667vw;
  }
}
.single_content .post_title .title {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_title .title {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_title .title {
    font-size: 4.8vw;
  }
}
.single_content .post_body h2 {
  font-size: 19px;
  font-weight: bold;
  border-left: 4px solid #0094d8;
  padding: 4px 10px;
  background-color: #fff;
  margin: 50px 0 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body h2 {
    font-size: 1.4615384615vw;
    padding: 0.3076923077vw 0.7692307692vw;
    margin: 3.8461538462vw 0 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body h2 {
    font-size: 4vw;
    padding: 0.8vw 2.1333333333vw;
    margin: 8vw 0 2.6666666667vw;
  }
}
.single_content .post_body h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 8px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body h3 {
    font-size: 1.2307692308vw;
    margin: 1.9230769231vw 0 0.6153846154vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body h3 {
    font-size: 3.7333333333vw;
    margin: 4vw 0 1.3333333333vw;
  }
}
.single_content .post_body p {
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body p {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body p {
    margin: 0 0 2.6666666667vw;
  }
}
.single_content .post_body a {
  color: #0094d8;
  text-decoration: underline;
}
.single_content .post_body a:hover {
  text-decoration: none;
}
.single_content .post_body .btn a {
  text-decoration: none;
}
.single_content .post_body strong {
  font-weight: bold;
}
.single_content .post_body ul {
  list-style-type: none;
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body ul {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body ul {
    margin: 0 0 2.6666666667vw;
  }
}
.single_content .post_body ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.single_content .post_body ul li:before {
  content: "・";
}
.single_content .post_body ol {
  padding-left: 1.1em;
  margin: 0 0 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .single_content .post_body ol {
    margin: 0 0 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .single_content .post_body ol {
    margin: 0 0 2.6666666667vw;
  }
}

/********************************************
* color
********************************************/
.color_colorKey {
  color: #0094d8;
}

.color_color1 {
  color: #004082;
}

.color_color2 {
  color: #fa7807;
}

.color_color3 {
  color: #00c8f5;
}

.color_color5 {
  color: #fff134;
}

/********************************************
* title
********************************************/
.title_h2_wrap {
  margin-top: 100px;
  margin-bottom: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap {
    margin-top: 7.6923076923vw;
    margin-bottom: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap {
    margin-top: 13.3333333333vw;
    margin-bottom: 8vw;
  }
}
.title_h2_wrap .title_h2_en {
  color: #0094d8;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2_en {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2_en {
    font-size: 2.6666666667vw;
  }
}
.title_h2_wrap .title_h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h2_wrap .title_h2 {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .title_h2_wrap .title_h2 {
    font-size: 6.4vw;
  }
}

.title_h3_wrap .title_h3_en {
  color: #0094d8;
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h3_wrap .title_h3_en {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .title_h3_wrap .title_h3_en {
    font-size: 2.6666666667vw;
  }
}
.title_h3_wrap .title_h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .title_h3_wrap .title_h3 {
    font-size: 1.8461538462vw;
    line-height: 3.5384615385vw;
  }
}
@media (max-width: 750px) {
  .title_h3_wrap .title_h3 {
    font-size: 4.5333333333vw;
    line-height: 6.1333333333vw;
  }
}

/********************************************
* text_list
********************************************/
.attention_list {
  list-style-type: none;
}
.attention_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention_list li::before {
  content: "※";
}

.disc_list {
  list-style-type: none;
  padding-left: 0;
}
.disc_list li {
  text-indent: -1em;
  padding-left: 0.7em;
}
.disc_list li::before {
  content: "・";
}

.disc_list2 {
  list-style-type: none;
  padding-left: 0;
}
.disc_list2 li {
  text-indent: -1em;
  padding-left: 1.5em;
}
.disc_list2 li::before {
  content: "●";
}

.num_list {
  padding-left: 1.1em;
}

/********************************************
/* Wrap
********************************************/
main.main {
  margin-top: 178px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  main.main {
    margin-top: 13.6923076923vw;
  }
}
@media (max-width: 750px) {
  main.main {
    margin-top: 22.1333333333vw;
  }
}

.sec_inner {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .sec_inner {
    padding-left: 3.846vw;
    padding-right: 3.846vw;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .sec_inner {
    width: 100%;
    padding-left: 6.666vw;
    padding-right: 6.666vw;
  }
}

.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .col2 {
    display: block;
  }
}

/********************************************
* Table
********************************************/
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table th {
  width: 380px;
  font-size: 18px;
  font-weight: 600;
  padding: 28px 40px 28px 25px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table th {
    width: 29.2307692308vw;
    font-size: 1.3846153846vw;
    padding: 2.1538461538vw 3.0769230769vw 2.1538461538vw 1.9230769231vw;
  }
}
@media (max-width: 750px) {
  .table th {
    display: block;
    width: 100%;
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 0 0;
    border: none;
  }
}
.table td {
  width: 1000px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .table td {
    width: 76.9230769231vw;
    font-size: 1.3846153846vw;
    padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 0;
  }
}
@media (max-width: 750px) {
  .table td {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    font-weight: normal;
    padding: 0 0 3.3333333333vw;
  }
}
.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}
.table .text + .title {
  margin-top: 1em;
}
.table .disc_list + .title {
  margin-top: 1em;
}
.table .data_list dt {
  font-weight: 600;
  margin-left: -0.5em;
}
@media (max-width: 750px) {
  .table .data_list dt {
    font-weight: normal;
  }
}
.table .data_list dd {
  font-weight: 600;
}
@media (max-width: 750px) {
  .table .data_list dd {
    font-weight: normal;
  }
}
.table .data_list dd a {
  font-weight: 600;
}
@media (max-width: 750px) {
  .table .data_list dd a {
    font-weight: normal;
  }
}
.table .data_list + .data_list {
  margin-top: 1em;
}
.table .disc_list li {
  font-weight: 600;
}
@media (max-width: 750px) {
  .table .disc_list li {
    font-weight: normal;
  }
}

/********************************************
* btn
********************************************/
.more_btn {
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .more_btn {
    margin-top: 13.3333333333vw;
  }
}
.more_btn a {
  display: inline-block;
  width: 478px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 26px 0;
  border: 4px solid #fff;
  border-radius: 50px;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a {
    width: 36.7692307692vw;
    font-size: 1.5384615385vw;
    padding: 2vw 0;
    border: 0.3076923077vw solid #fff;
    border-radius: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .more_btn a {
    width: 100%;
    font-size: 4.8vw;
    padding: 3.7333333333vw 0;
    border: 0.5333333333vw solid #fff;
    border-radius: 9.0666666667vw;
  }
}
.more_btn a .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 16px;
  line-height: 1;
  margin-right: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
    margin-right: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    margin-right: 4.8vw;
  }
}
.more_btn a .icon:before, .more_btn a .icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 20px 16px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn a .icon:before, .more_btn a .icon:after {
    width: 1.5384615385vw;
    height: 1.2307692308vw;
    background-size: 1.5384615385vw 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .more_btn a .icon:before, .more_btn a .icon:after {
    width: 5.3333333333vw;
    height: 4.2666666667vw;
    background-size: 5.3333333333vw 4.2666666667vw;
  }
}
.more_btn a .icon::before {
  background-image: url(../../images/corporate/common/icon_mail.svg);
}
.more_btn a .icon:after {
  background-image: url(../../images/corporate/common/icon_mail_hover.svg);
  opacity: 0;
}
@media (min-width: 751px) {
  .more_btn a:hover {
    color: #0094d8;
    border-color: #0094d8;
    background-color: #fff;
  }
  .more_btn a:hover .icon:before {
    opacity: 0;
  }
  .more_btn a:hover .icon:after {
    opacity: 1;
  }
}

.more_btn2 {
  text-align: center;
}
.more_btn2 a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 510px;
  color: #00c8f5;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #00c8f5;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn2 a {
    width: 39.2307692308vw;
    font-size: 1.5384615385vw;
    padding: 0.7692307692vw;
    border: 0.1538461538vw solid #00c8f5;
    margin: 2.3076923077vw auto 0;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .more_btn2 a {
    width: 100%;
    text-align: left;
    font-size: 3.4666666667vw;
    padding: 2.4vw 5.3333333333vw;
    margin: 6.6666666667vw auto 0;
    border: 0.5333333333vw solid #00c8f5;
    border-radius: 1.3333333333vw;
  }
}
.more_btn2 a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn2 a .arrow {
    right: 1.5384615385vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn2 a .arrow {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.more_btn2 a .arrow:before, .more_btn2 a .arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .more_btn2 a .arrow:before, .more_btn2 a .arrow:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .more_btn2 a .arrow:before, .more_btn2 a .arrow:after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}
.more_btn2 a .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow2.svg);
}
.more_btn2 a .arrow:after {
  opacity: 0;
  background-image: url(../../images/corporate/common/icon_arrow2_hover.svg);
}
@media (min-width: 751px) {
  .more_btn2 a:hover {
    color: #fff;
    background-color: #00c8f5;
  }
  .more_btn2 a:hover .arrow:before {
    opacity: 0;
  }
  .more_btn2 a:hover .arrow:after {
    opacity: 1;
  }
}

/********************************************
* page_top
********************************************/
.page_top {
  display: none;
  position: fixed;
  z-index: 500;
  bottom: 40px;
  right: 40px;
  height: 80px;
  width: 80px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top {
    bottom: 3.0769230769vw;
    right: 3.0769230769vw;
    height: 6.1538461538vw;
    width: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    height: 16vw;
    width: 16vw;
  }
}
.page_top a {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 100%;
  background-color: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
@media (max-width: 750px) {
  .page_top a {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.page_top a img {
  width: 35px;
  height: 19px;
  margin: 30px 22.5px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .page_top a img {
    width: 2.6923076923vw;
    height: 1.4615384615vw;
    margin: 2.3076923077vw 1.7307692308vw;
  }
}
@media (max-width: 750px) {
  .page_top a img {
    width: 8vw;
    height: 4.5333333333vw;
    margin: 4.2666666667vw 2.6666666667vw;
  }
}
.page_top a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: #0094d8;
}

/********************************************
* bread_sec
********************************************/
.bread_sec {
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin: 20px 0 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .bread_sec {
    font-size: 1.0769230769vw;
    margin: 1.5384615385vw 0 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .bread_sec {
    font-size: 2.6666666667vw;
    margin: 2.6666666667vw 0 8vw;
  }
}
.bread_sec .sec_inner {
  max-width: 1300px;
}

/********************************************
* news_list
********************************************/
.news_list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list {
    max-width: 92.3076923077vw;
  }
}
.news_list::after {
  content: "";
  display: block;
  width: 360px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list::after {
    width: 27.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list::after {
    width: 41.3333333333vw;
  }
}
.news_list .item_block {
  position: relative;
  width: 360px;
  margin-top: 100px;
}
.news_list .item_block:nth-child(-n+3) {
  margin-top: 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .item_block {
    width: 27.6923076923vw;
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .news_list .item_block {
    width: 41.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+3) {
    margin-top: 13.3333333333vw;
  }
  .news_list .item_block:nth-child(-n+2) {
    margin-top: 0;
  }
}
.news_list a {
  text-decoration: none;
}
.news_list a:hover .thumb {
  opacity: 0.7;
}
.news_list a:hover h3,
.news_list a:hover p {
  color: #999;
}
.news_list .thumb {
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .thumb {
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .news_list .thumb {
    margin-bottom: 3.3333333333vw;
  }
}
.news_list .date {
  font-size: 14px;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .date {
    font-size: 1.0769230769vw;
    margin-bottom: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .news_list .date {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.news_list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .title {
    font-size: 1.5384615385vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .news_list .title {
    font-size: 3.2vw;
    margin-bottom: 0.6666666667vw;
  }
}
.news_list .desc {
  margin-bottom: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .desc {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .news_list .desc {
    margin-bottom: 2.6666666667vw;
  }
}
.news_list .more {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more {
    padding-right: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .news_list .more {
    padding-right: 8vw;
  }
}
.news_list .more:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #0094d8;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    border-radius: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.news_list .more:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_list .more:after {
    width: 0.9230769231vw;
    height: 0.9230769231vw;
    right: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .news_list .more:after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    right: 2.1333333333vw;
  }
}

/********************************************
* news_text_list
********************************************/
.news_text_list .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 80px 32px 0;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item a {
    padding: 2.4615384615vw 6.1538461538vw 2.4615384615vw 0;
  }
}
@media (max-width: 750px) {
  .news_text_list .item a {
    display: block;
    padding: 3.2vw 10.6666666667vw 3.2vw 0;
  }
}
.news_text_list .item a:hover {
  opacity: 0.7;
}
.news_text_list .item .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 750px) {
  .news_text_list .item .date_wrap {
    margin-bottom: 0.6666666667vw;
  }
}
.news_text_list .item .date {
  color: #0094d8;
  font-size: 14px;
  margin-right: 30px;
  line-height: 26px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .news_text_list .item .date {
    font-size: 1.0769230769vw;
    margin-right: 2.3076923077vw;
    line-height: 2vw;
  }
}
@media (max-width: 750px) {
  .news_text_list .item .date {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-right: 0;
  }
}
.news_text_list .item .title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 750px) {
  .news_text_list .item .title {
    display: block;
  }
}
.news_text_list .item:first-child {
  border-top: 1px solid #ccc;
}

/********************************************
* form_content
********************************************/
.mw_wp_form {
  padding-top: 160px;
  margin-top: -160px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form {
    padding-top: 12.3076923077vw;
    margin-top: -12.3076923077vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form {
    padding-top: 17.3333333333vw;
    margin-top: -17.3333333333vw;
  }
}

.mw_wp_form_input .return {
  display: none;
}

.form_content {
  position: relative;
  z-index: 1;
}
.form_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl {
    margin-bottom: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.form_content dl.radio dt {
  padding-top: 0;
}
.form_content dl.radio input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  padding: 0;
  margin: 0 7px 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio input[type=radio] {
    width: 1.3846153846vw;
    height: 1.3846153846vw;
    vertical-align: -0.2307692308vw;
    margin: 0 0.5384615385vw 0 0;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio input[type=radio] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
    margin: 0 0.9333333333vw 0 0;
  }
}
.form_content dl.radio .mwform-radio-field-text {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.radio .mwform-radio-field label {
  padding-left: 0;
  padding-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.radio .mwform-radio-field label {
    padding-right: 2vw;
  }
}
.form_content dl.check dt {
  padding-top: 0;
}
.form_content dl.check input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  padding: 0;
  margin: 0 7px 0 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check input[type=checkbox] {
    width: 1.3846153846vw;
    height: 1.3846153846vw;
    vertical-align: -0.2307692308vw;
    margin: 0 0.5384615385vw 0 0;
  }
}
@media (max-width: 750px) {
  .form_content dl.check input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    vertical-align: -0.5333333333vw;
    margin: 0 0.9333333333vw 0 0;
  }
}
.form_content dl.check .mwform-checkbox-field-text {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field-text {
    font-size: 3.2vw;
  }
}
.form_content dl.check .mwform-checkbox-field label {
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.check .mwform-checkbox-field label {
    padding-right: 5.3333333333vw;
  }
}
.form_content dl.select dt {
  padding-top: 0;
}
.form_content dl.select select {
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dl.select select {
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dl.select select {
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dt {
  width: 190px;
  padding-top: 9px;
  margin-right: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt {
    width: 14.6153846154vw;
    padding-top: 0.6923076923vw;
    margin-right: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dt {
    float: none;
    width: 100%;
    font-size: 4vw;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 0.6666666667vw;
  }
}
.form_content dt .text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt .text {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .text {
    font-size: 3.7333333333vw;
    font-weight: 600;
  }
}
.form_content dt .text .optional {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  color: #0094d8;
  font-size: 16px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dt .text .optional {
    right: -3.6923076923vw;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dt .text .optional {
    right: -7.7333333333vw;
    font-size: 2.9333333333vw;
  }
}
.form_content dt .text .optional.req {
  color: #da0022;
}
.form_content dd {
  width: 590px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd {
    width: 45.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd {
    width: 100%;
  }
}
.form_content dd input,
.form_content dd .input_style,
.form_content dd textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  margin: 0;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fafafa;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 1.3846153846vw;
    padding: 1.1538461538vw 0.7692307692vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input,
  .form_content dd .input_style,
  .form_content dd textarea {
    font-size: 3.7333333333vw !important;
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
  }
}
.form_content dd input:focus,
.form_content dd .input_style:focus,
.form_content dd textarea:focus {
  font-size: 18px;
  outline: none;
  border: 1px solid #555;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input:focus,
  .form_content dd .input_style:focus,
  .form_content dd textarea:focus {
    font-size: 3.7333333333vw;
  }
}
.form_content dd input::-webkit-input-placeholder, .form_content dd .input_style::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input::-moz-placeholder, .form_content dd .input_style::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input:-ms-input-placeholder, .form_content dd .input_style:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input::-ms-input-placeholder, .form_content dd .input_style::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
.form_content dd input::placeholder,
.form_content dd .input_style::placeholder,
.form_content dd textarea::placeholder {
  color: #c8c8c8;
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd .input_style::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd .input_style::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd .input_style:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd .input_style::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 1.3846153846vw;
  }
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input::-webkit-input-placeholder, .form_content dd .input_style::-webkit-input-placeholder, .form_content dd textarea::-webkit-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-moz-placeholder, .form_content dd .input_style::-moz-placeholder, .form_content dd textarea::-moz-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input:-ms-input-placeholder, .form_content dd .input_style:-ms-input-placeholder, .form_content dd textarea:-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::-ms-input-placeholder, .form_content dd .input_style::-ms-input-placeholder, .form_content dd textarea::-ms-input-placeholder {
    font-size: 3.7333333333vw;
  }
  .form_content dd input::placeholder,
  .form_content dd .input_style::placeholder,
  .form_content dd textarea::placeholder {
    font-size: 3.7333333333vw;
  }
}
.form_content dd .input_tel {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_tel {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_tel {
    font-size: 3.7333333333vw;
  }
}
.form_content dd .input_file {
  height: auto;
}
@media (max-width: 750px) {
  .form_content dd .input_file {
    font-size: 3.2vw !important;
  }
}
.form_content dd input {
  height: 50px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input {
    height: 3.8461538462vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input {
    height: 10.6666666667vw;
  }
}
.form_content dd input.address + input {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd input.address + input {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_content dd input.address + input {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd textarea {
  height: 250px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd textarea {
    height: 19.2307692308vw;
  }
}
@media (max-width: 750px) {
  .form_content dd textarea {
    height: 46.6666666667vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-tel-field input {
    width: 25%;
  }
}
.form_content dd label img {
  max-width: 200px;
  margin-right: auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd label img {
    max-width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd label img {
    max-width: 16vw;
  }
}
.form_content dd .cap {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .cap {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .cap {
    font-size: 3.2vw;
  }
}
.form_content dd .error {
  font-size: 18px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .error {
    font-size: 1.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .error {
    font-size: 3.2vw;
  }
}
.form_content dd .input_block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_block_list {
    gap: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_list {
    gap: 1.6vw 0;
  }
}
.form_content dd .input_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_block_wrap {
    gap: 0 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_block_wrap {
    gap: 0 4vw;
  }
}
.form_content dd .input_title.cap {
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_title.cap {
    font-size: 1.0769230769vw;
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_title.cap {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.form_content dd .input_field.small {
  width: 200px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_field.small {
    width: 15.3846153846vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.small {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_field.smaller {
  width: 140px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_field.smaller {
    width: 10.7692307692vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_field.smaller {
    width: 41.3333333333vw;
  }
}
.form_content dd .input_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_content dd .input_file input {
  width: 350px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .input_file input {
    width: 26.9230769231vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .input_file input {
    width: 81.3333333333vw;
  }
}
.form_content dd .attention_list {
  margin-top: 15px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .attention_list {
    margin-top: 1.1538461538vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list {
    margin-top: 2.6666666667vw;
  }
}
.form_content dd .attention_list li {
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .attention_list li {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .attention_list li {
    font-size: 2.9333333333vw;
  }
}
.form_content dd .mwform-file-delete {
  font-size: 30px;
  line-height: 1.6;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_content dd .mwform-file-delete {
    font-size: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .form_content dd .mwform-file-delete {
    font-size: 4vw;
  }
}

/********************************************
* form_content 確認画面
********************************************/
.mw_wp_form_preview .form_content dd {
  min-height: 50px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #eee;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 3.8461538462vw;
    padding: 1.1538461538vw 1.5384615385vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .mw_wp_form_preview .form_content dd {
    min-height: 10.6666666667vw;
    padding: 2vw 4vw;
    border-radius: 0.6666666667vw;
  }
}
.mw_wp_form_preview .form_content .form_title_wrap,
.mw_wp_form_preview .form_content .input_title,
.mw_wp_form_preview .form_content .attention_list,
.mw_wp_form_preview .form_content .read,
.mw_wp_form_preview .form_content .form_block_tel,
.mw_wp_form_preview .form_content dt .optional,
.mw_wp_form_preview .form_content .img_icon,
.mw_wp_form_preview .form_content .caption,
.mw_wp_form_preview .form_content .atten,
.mw_wp_form_preview .form_content .form_atten,
.mw_wp_form_preview .form_content .form_privacy,
.mw_wp_form_preview .form_content .terms_check {
  display: none;
}

/********************************************
* form_content input_btn
********************************************/
.input_btn {
  width: 400px;
  position: relative;
  text-align: center;
  margin: 50px auto 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn {
    width: 30.7692307692vw;
    margin: 3.8461538462vw auto 0;
  }
}
@media (max-width: 750px) {
  .input_btn {
    width: 80vw;
    margin: 6.6666666667vw auto 0;
  }
}
.input_btn input[type=submit],
.input_btn input[type=button] {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 76px;
  padding: 0;
  border: 2px solid #fa7807;
  border-radius: 10px;
  background: #fa7807;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    height: 6.1538461538vw;
    font-size: 2vw;
    line-height: 5.8461538462vw;
    border: 0.1538461538vw solid #fa7807;
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .input_btn input[type=submit],
  .input_btn input[type=button] {
    font-size: 4.8vw;
    height: 16vw;
    line-height: 14.9333333333vw;
    border: 0.5333333333vw solid #fa7807;
    border-radius: 1.3333333333vw;
  }
}
.input_btn .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn .arrow {
    right: 1.5384615385vw;
    width: 1.5384615385vw;
    height: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn .arrow {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
}
.input_btn .arrow:before, .input_btn .arrow:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
@media (min-width: 751px) and (max-width: 1300px) {
  .input_btn .arrow:before, .input_btn .arrow:after {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    background-size: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .input_btn .arrow:before, .input_btn .arrow:after {
    width: 4vw;
    height: 4vw;
    background-size: 4vw;
  }
}
.input_btn .arrow:before {
  background-image: url(../../images/corporate/common/icon_arrow3.svg);
}
.input_btn .arrow:after {
  opacity: 0;
  background-image: url(../../images/corporate/common/icon_arrow3_hover.svg);
}
@media (min-width: 751px) {
  .input_btn:hover input[type=submit],
  .input_btn:hover input[type=button] {
    color: #fa7807;
    background: #fff;
  }
  .input_btn:hover .arrow:before {
    opacity: 0;
  }
  .input_btn:hover .arrow:after {
    opacity: 1;
  }
}
.input_btn.return input[type=submit],
.input_btn.return input[type=button] {
  background: #555;
  border-color: #555;
}
@media (min-width: 751px) {
  .input_btn.return:hover input[type=submit],
  .input_btn.return:hover input[type=button] {
    color: #555;
    background: #fff;
  }
}

/********************************************
* form_privacy
********************************************/
.form_privacy {
  margin-top: 60px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy {
    margin-top: 4.6153846154vw;
  }
}
@media (max-width: 750px) {
  .form_privacy {
    margin-top: 8vw;
  }
}
.form_privacy .privacy_title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .privacy_title {
    font-size: 1.5384615385vw;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .privacy_title {
    font-size: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.form_privacy .atten_text {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .form_privacy .atten_text {
    margin-bottom: 2.6923076923vw;
  }
}
@media (max-width: 750px) {
  .form_privacy .atten_text {
    text-align: left;
    margin-bottom: 9.3333333333vw;
  }
}

/********************************************
* checkbox
********************************************/
.terms_check {
  text-align: center;
}
.terms_check input[type=checkbox] {
  height: 24px;
  width: 24px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check input[type=checkbox] {
    height: 1.8461538462vw;
    width: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .terms_check input[type=checkbox] {
    height: 5.3333333333vw;
    width: 5.3333333333vw;
  }
}
.terms_check .mwform-checkbox-field-text {
  font-size: 16px;
  vertical-align: 3px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 1.2307692308vw;
    vertical-align: 0.2307692308vw;
  }
}
@media (max-width: 750px) {
  .terms_check .mwform-checkbox-field-text {
    font-size: 3.2vw;
    vertical-align: 0.9333333333vw;
  }
}

/********************************************
* thanks_content
********************************************/
.thanks_content {
  text-align: center;
}
.thanks_content .chara {
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .chara {
    width: 9.2307692308vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .chara {
    width: 32vw;
  }
}
.thanks_content .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .title {
    font-size: 1.8461538462vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .title {
    font-size: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.thanks_content .message {
  font-size: 18px;
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .message {
    font-size: 1.3846153846vw;
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .message {
    text-align: left;
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.thanks_content .tel_wrap {
  margin-top: 30px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .tel_wrap {
    margin-top: 2.3076923077vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel_wrap {
    margin-top: 5.3333333333vw;
  }
}
.thanks_content .tel_wrap a {
  color: #da0022;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .tel_wrap a {
    font-size: 2.7692307692vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .tel_wrap a {
    font-size: 9.3333333333vw;
  }
}
.thanks_content .btn_title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .btn_title {
    font-size: 1.6923076923vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .btn_title {
    font-size: 4vw;
    margin-top: 8vw;
  }
}
.thanks_content .more_btn2 a {
  margin-top: 20px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .more_btn2 a {
    margin-top: 1.5384615385vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .more_btn2 a {
    margin-top: 4vw;
  }
}
.thanks_content .more_btn {
  margin-top: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .thanks_content .more_btn {
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .thanks_content .more_btn {
    margin-top: 16vw;
  }
}

/********************************************
* pager
********************************************/
.pager {
  width: 100%;
  margin-top: 100px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager {
    margin-top: 7.6923076923vw;
  }
}
@media (max-width: 750px) {
  .pager {
    margin-top: 13.3333333333vw;
  }
}
.pager ul {
  text-align: center;
}
.pager ul li {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li {
    font-size: 1.8461538462vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    margin: 0 0.3846153846vw;
    border-radius: 0.3846153846vw;
  }
}
@media (max-width: 750px) {
  .pager ul li {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pager ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a {
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li a {
    padding: 5px 0;
  }
}
.pager ul li a span {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li a span {
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 750px) {
  .pager ul li a span {
    font-size: 16px;
  }
}
.pager ul li.active {
  color: #fff;
  background: #000;
  padding: 12px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .pager ul li.active {
    padding: 0.9230769231vw 0;
  }
}
@media (max-width: 750px) {
  .pager ul li.active {
    padding: 5px 0;
  }
}
.pager ul li:hover {
  cursor: pointer;
  background: #000;
}
.pager ul li:hover a {
  color: #fff;
}

/********************************************
* wp-caption
********************************************/
.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .wp-caption .wp-caption-text {
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 750px) {
  .wp-caption .wp-caption-text {
    font-size: 3.2vw;
  }
}

/********************************************
* iPhone
********************************************/
@media (max-width: 750px) {
  .iPhone .mwform-checkbox-field-text {
    vertical-align: 0.4vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.check input[type=checkbox] {
    vertical-align: 0.5333333333vw;
  }
}
@media (max-width: 750px) {
  .iPhone .form_content dl.radio input[type=radio] {
    vertical-align: 0;
  }
}

/********************************************
* cat_list
********************************************/
.cat_list {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto 40px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list {
    padding: 0 3.8461538462vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 750px) {
  .cat_list {
    text-align: left;
    padding: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.cat_list li {
  display: inline-block;
  margin: 0 10px 5px 0;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li {
    margin: 0 0.7692307692vw 0.3846153846vw 0;
  }
}
@media (max-width: 750px) {
  .cat_list li {
    margin: 0 1.3333333333vw 0.6666666667vw 0;
  }
}
.cat_list li a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  min-width: 104px;
  padding: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #898989;
}
@media (min-width: 751px) and (max-width: 1300px) {
  .cat_list li a {
    font-size: 1.0769230769vw;
    min-width: 8vw;
    padding: 0 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  .cat_list li a {
    font-size: 2.9333333333vw;
    min-width: 22.4vw;
    padding: 0 1.3333333333vw;
  }
}
.cat_list li a:hover {
  background-color: #0094d8;
}
.cat_list li.current a {
  background-color: #0094d8;
  opacity: 0.65;
}

/********************************************
* page privacy-policy
********************************************/
#privacy-policy .content_header {
  padding-top: 0;
}
#privacy-policy .content_header .title_jp_wrap {
  margin-top: 0;
}
#privacy-policy .content_main .sec_inner {
  max-width: 1100px;
}
#privacy-policy .content_main .title {
  font-size: 20px;
  margin: 50px 0 6px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .title {
    font-size: 1.5384615385vw;
    margin: 3.8461538462vw 0 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title {
    font-size: 3.7333333333vw;
    margin: 6.6666666667vw 0 0.8vw;
  }
}
#privacy-policy .content_main .title_small {
  font-size: 18px;
  margin: 25px 0 6px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .title_small {
    font-size: 1.3846153846vw;
    margin: 1.9230769231vw 0 0.4615384615vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .title_small {
    font-size: 3.4666666667vw;
    margin: 3.3333333333vw 0 0.8vw;
  }
}
#privacy-policy .content_main .desc_list li {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .desc_list li {
    margin-bottom: 1.3333333333vw;
  }
}
#privacy-policy .content_main .text {
  margin-bottom: 10px;
}
@media (min-width: 751px) and (max-width: 1300px) {
  #privacy-policy .content_main .text {
    margin-bottom: 0.7692307692vw;
  }
}
@media (max-width: 750px) {
  #privacy-policy .content_main .text {
    margin-bottom: 1.3333333333vw;
  }
}