@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.topheader {
  display: none;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .header {
    display: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .header.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 101;
    width: 100vw;
    height: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topheader .topnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.23vw;
    gap: 3.29vw;
    height: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 39px;
    letter-spacing: 0.04em;
  }
  .topheader .topnav-item {
    color: #fff;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .topheader .topnav-item.item-hidden {
    display: none;
  }
  .topheader .topnav-item.item-hidden.active {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topheader .topnav-item.item-visibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader .topnav-item.item-visibility.active {
    display: none;
  }
  .topheader .topnav-item:hover, .topheader .topnav-item.active {
    color: #333333;
  }
  .topheader .topnav-item:hover span:nth-child(1) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #0e3169;
  }
  .topheader .topnav-item_item {
    font-size: 14px;
    line-height: 1.5714;
    padding: 15px;
  }
  .topheader-logo {
    padding: 17px 0 22px 30px;
  }
  .topheader-logo.active {
    width: 13%;
  }
  .topheader-logo img {
    width: 188px;
    height: 59px;
  }
  .companyeng {
    margin-left: -20px;
  }
  .topnav-list-health li {
    color: #333333 !important;
  }
  .topheader-fixed.active .topheader {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff;
    position: fixed;
  }
  .topheader-fixed.active .topheader li {
    color: #333;
  }
  .topnav-item span {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    display: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .header.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 101;
    width: 100vw;
    height: 90px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topheader .topnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    gap: 39.5px;
    height: 95px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 39px;
    letter-spacing: 0.04em;
  }
  .topheader .topnav-item {
    color: #fff;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .topheader .topnav-item.item-hidden {
    display: none;
  }
  .topheader .topnav-item.item-hidden.active {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topheader .topnav-item.item-visibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topheader .topnav-item.item-visibility.active {
    display: none;
  }
  .topheader .topnav-item:hover, .topheader .topnav-item.active {
    color: #333333;
  }
  .topheader .topnav-item:hover span:nth-child(1) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #103496;
  }
  .topheader .topnav-item_item {
    font-size: 14px;
    line-height: 1.5714;
    padding: 15px;
  }
  .topheader-logo {
    padding: 17px 0 22px 30px;
  }
  .topheader-logo img {
    width: 188px;
    height: 59px;
  }
  .companyeng {
    margin-left: -20px;
  }
  .topnav-list-health li {
    color: #333333 !important;
  }
  .topheader-fixed.active .topheader {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #fff;
    position: fixed;
  }
  .topheader-fixed.active .topheader li {
    color: #333;
  }
}

.topheader-hamburgerbtn {
  display: table;
  position: relative;
  color: #fff;
  width: 90px;
  height: 90px;
  background: #0e3169;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 2.4;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.topheader-hamburgerbtn .btn-ja {
  position: absolute;
  top: 50%;
  left: 25%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.topheader-hamburgerbtn .btn-en {
  position: absolute;
  top: 50%;
  left: 28%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}

.topheader-hamburgerbtn .btn-close {
  position: absolute;
  top: 50%;
  left: 30%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}

.topheader-hamburgerbtn:hover {
  background: #103496;
}

.topheader-hamburgerbtn:hover .btn-ja {
  opacity: 0;
}

.topheader-hamburgerbtn:hover .btn-en {
  opacity: 1;
}

.topheader-hamburgerbtn:hover .btn-close {
  opacity: 0;
}

.topheader-hamburgerbtn.active {
  background: #838383;
  z-index: 105;
}

.topheader-hamburgerbtn.active .btn-ja {
  opacity: 0;
}

.topheader-hamburgerbtn.active .btn-en {
  opacity: 0;
}

.topheader-hamburgerbtn.active .btn-close {
  opacity: 1;
}

.topheader-hamburgerbtn_line {
  position: relative;
}

.topheader-hamburgerbtn_line span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 34%;
  height: 1px;
  background: #fff;
  width: 30px;
}

.topheader-hamburgerbtn_line span:nth-of-type(1) {
  top: 28px;
}

.topheader-hamburgerbtn_line span:nth-of-type(2) {
  top: 34px;
}

.topheader-hamburgerbtn_line span:nth-of-type(3) {
  top: 40px;
}

.topheader-hamburgerbtn_line.active span:nth-of-type(1) {
  top: 36px;
  left: 35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 30%;
}

.topheader-hamburgerbtn_line.active span:nth-of-type(2) {
  opacity: 0;
}

.topheader-hamburgerbtn_line.active span:nth-of-type(3) {
  top: 36px;
  left: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30%;
}

.topheader-hamburgermenu {
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: fixed;
  overflow: auto;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
}

.topheader-hamburgermenu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  z-index: 100;
}

.topheader-hamburgermenu_wrap {
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 635px;
  margin: auto;
}

.topheader-hamburgermenu_img {
  width: 265px;
  margin-top: 318px;
  margin-left: -19px;
}

.topheader-hamburgermenu_img img {
  width: 100%;
}

.topheader-hamburgermenu_list {
  height: 399px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 156px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  margin-top: 177px;
}

.topheader-hamburgermenu_item {
  padding: 0 0 10px 0;
}

.topheader-hamburgermenu_item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.topheader-hamburgermenu_item a:hover {
  color: #103496;
}

.topheader-hamburgermenu_contact {
  width: 800px;
  margin: auto;
  margin-top: 110px;
  text-align: center;
  color: #fff;
  font-family: "oswald", "Noto Sans JP";
  font-weight: 400;
  margin-bottom: 40px;
}

.topheader-hamburgermenu_contact_tel {
  font-size: 28px;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

.topheader-hamburgermenu_contact_tel img {
  width: 22px;
  margin-right: 15px;
  margin-bottom: 13px;
}

.topheader-hamburgermenu_contact_mail {
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.333;
  vertical-align: middle;
}

.topheader-hamburgermenu_contact_mail img {
  width: 22px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.topheader-hamburgermenu_contact a {
  display: block;
  padding: 21px 0px 22px;
  background: #0e3169;
  margin: 0 auto;
  width: 800px;
}

.topheader-hamburgermenu_contact a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #103496;
}

html.fixed {
  position: inherit !important;
  overflow-y: hidden;
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  margin-left: 4.1vw;
  margin-top: 1.7vw;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(2) {
  margin-left: 4.7vw;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 52%;
  left: -30%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 4.8vw;
  margin-top: 0.2vw;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}
@media screen and (max-width: 834px) {
  .breadcrumb-item:last-child {
    padding-left: 5.1vw;
    margin-left: 0;
  }
  .breadcrumb-item:last-child::before {
    display: block;
    left: 0;
  }
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .breadcrumb {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 57vw;
    left: 12.5vw;
    z-index: 1;
  }
  .breadcrumb-item {
    font-size: 0.866vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -40%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -16.5%;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1500px), print {
  .breadcrumb {
    position: absolute;
    top: 855px;
    left: 150px;
    z-index: 1;
    margin-left: 0;
    margin-top: 0;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -40%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -22px;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.fv {
  width: 100%;
  height: 116vw;
  background-image: url("../../../../img/tax-fv_sp.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 calc(100vw / 750 * 290);
  padding-top: calc(100vw / 750 * 225);
  position: relative;
}

.fv-point {
  width: 107%;
  position: absolute;
  top: 82.5vw;
  left: -7vw;
  overflow: hidden;
  z-index: 1;
}

.fv-point img {
  width: 107%;
}

.health_fv {
  background-image: url("../../../../img/health-fv_sp.jpg");
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .fv {
    width: 100%;
    height: 56.266vw;
    background-image: url("../../../../img/tax-fv_pc.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    padding-top: 0;
    position: relative;
  }
  .fv-point {
    width: 43.066vw;
    position: absolute;
    top: 9.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }
  .fv-point img {
    width: 100%;
  }
  .health_fv {
    background-image: url("../../../../img/health-fv_pc.jpg");
  }
  .fv-point_health {
    top: 8.666vw !important;
    left: 57.9% !important;
  }
}

@media screen and (min-width: 1500px) {
  .fv {
    width: 100%;
    height: 844px;
    background-image: url("../../../../img/tax-fv_pc.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    padding-top: 0;
    position: relative;
  }
  .fv-point {
    width: 646px;
    position: absolute;
    top: 138px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
    z-index: 1;
  }
  .fv-point img {
    width: 100%;
  }
  .health_fv {
    background-image: url("../../../../img/health-fv_pc.jpg");
  }
  .fv-point_health {
    top: 130px !important;
    left: 57.9% !important;
  }
}

.fv-point {
  opacity: 0;
}

.fv-point.is-animated {
  -webkit-animation: fv-point 2s ease-out;
          animation: fv-point 2s ease-out;
  opacity: 1;
}

@-webkit-keyframes fv-point {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fv-point {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.problem {
  background-color: #f0f2f2;
}

.problem h3 {
  padding-top: 2.2vw;
  padding-bottom: 8vw;
}

.problem-content_wrap {
  width: 90.666vw;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7.3vw 5vw;
}

.problem-content_content {
  position: relative;
  width: 42.666vw;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 1.333;
  color: #0e3169;
  border: 0.3333vw solid #0e3169;
  background-color: #fff;
  text-align: center;
  padding: 4vw 1vw 4.7vw 1vw;
  z-index: 2;
}

.problem-content_content::before {
  content: "";
  position: absolute;
  bottom: -1.85vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 0.8666vw 0 0.8666vw;
  border-color: #fff transparent transparent transparent;
  z-index: 3;
}

.problem-content_content::after {
  content: "";
  position: absolute;
  bottom: -2.44vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 2.266vw 1vw 0 1vw;
  border-color: #0e3169 transparent transparent transparent;
  z-index: 1;
}

.problem-humanimg {
  padding-top: 7vw;
  width: 66.666vw;
  margin: auto;
}

.problem-humanimg img {
  width: 100%;
}

@media screen and (max-width: 835px) {
  .problem-humanimg {
    padding-top: 6vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1399px) {
  .problem {
    padding-top: 8.857vw;
    background-color: #f0f2f2;
  }
  .problem h3 {
    padding-top: 0.07vw;
    padding-bottom: 2.714vw;
  }
  .problem-content_wrap {
    width: 91.42vw;
    margin: auto;
    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;
    gap: 3.07vw 0.714vw;
  }
  .problem-content_content {
    position: relative;
    width: 28.57vw;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 1.428vw;
    line-height: 1.6;
    color: #0e3169;
    border: 0.169vw solid #0e3169;
    background-color: #fff;
    text-align: center;
    padding: 2.357vw 0.714vw 2vw 0.714vw;
    z-index: 2;
  }
  .problem-content_content::before {
    content: "";
    position: absolute;
    bottom: -1.64vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 0.857vw solid transparent;
    border-top: 0.857vw solid #fff;
    z-index: 3;
  }
  .problem-content_content::after {
    content: "";
    position: absolute;
    bottom: -1.928vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 0.928vw solid transparent;
    border-top: 0.928vw solid #0e3169;
    z-index: 1;
  }
  .problem-humanimg {
    padding-top: 0;
    width: 26.14vw;
    margin: auto;
  }
  .problem-humanimg img {
    margin-top: -9.5vw;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .problem {
    padding-top: 124px;
    background-color: #f0f2f2;
  }
  .problem h3 {
    padding-top: 1px;
    padding-bottom: 38px;
  }
  .problem-content_wrap {
    width: 1280px;
    margin: auto;
    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;
    gap: 39px 10px;
  }
  .problem-content_content {
    position: relative;
    width: 400px;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 1.6;
    color: #0e3169;
    border: 2px solid #0e3169;
    background-color: #fff;
    text-align: center;
    padding: 33px 10px 28px 10px;
    z-index: 2;
  }
  .problem-content_content::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 3;
  }
  .problem-content_content::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 13px solid transparent;
    border-top: 13px solid #0e3169;
    z-index: 1;
  }
  .problem-humanimg {
    padding-top: 0;
    width: 366px;
    margin: auto;
  }
  .problem-humanimg img {
    margin-top: -133px;
    width: 100%;
  }
}

.service {
  background-color: #f0f2f2;
  padding-top: 16.8vw;
  padding-bottom: 16vw;
}

.service h3 {
  padding-top: 0.5vw;
  padding-bottom: 0;
}

.service-contents {
  width: calc(100vw - 50px);
  margin: 10.6vw auto 0;
}

.service-content {
  margin-bottom: 12vw;
}

.service-content h4 {
  letter-spacing: 0.01em;
  margin-top: 4.3vw;
}

.service-content h5 {
  margin-top: 0.4vw;
  padding-bottom: 0;
  margin-bottom: 2.7vw;
}

.service-content img {
  width: 100%;
}

.service-content_txt {
  padding: 0 0 7.2vw;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
}

.service-link {
  color: #fff;
  text-align: center;
  height: 5.7333vw;
}

.service-link a {
  background: #0e3169;
  font-size: 4vw;
  font-family: "Poppins";
  padding: 2.666vw 11vw 2.1333vw;
}

.service-btn {
  background: #fff;
  width: 84vw;
  margin: 0 auto;
  padding: 5.55vw 0 0.4vw;
}

.service-btn_item {
  width: 60vw;
  margin: 0 auto 5.5vw;
  border: 0.1333vw solid #0e3169;
  text-align: center;
  position: relative;
}

.service-btn_item a {
  font-size: 4vw;
  color: #0e3169;
  letter-spacing: 0.04em;
  display: block;
  padding: 4.5vw 0 3.6vw;
}

.service-btn_item::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -21%;
  content: "";
  width: 18vw;
  height: 0.1333vw;
  background: #0e3169;
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .service {
    padding-top: 7.866vw;
    padding-bottom: 0;
  }
  .service h3 {
    padding-top: 0.0666vw;
    padding-bottom: 0;
  }
  .service-contents {
    width: 80vw;
    margin: 3.8666vw auto 1.733vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-content {
    width: 38vw;
    font-size: 1.6vw;
    margin-bottom: 0;
  }
  .service-content h4 {
    margin-top: 1.2666vw;
    font-size: 1.6vw;
  }
  .service-content h5 {
    margin-top: 0.2vw;
    padding-bottom: 0;
    margin-bottom: 1.5333vw;
    font-size: 1.6vw;
  }
  .service-content img {
    width: 100%;
  }
  .service-content_txt {
    padding: 0;
    font-size: 1.0666vw;
  }
  .service-link {
    font-family: "Poppins";
    color: #0e3169;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 1.2vw;
    text-align: left;
    height: 5.7333vw;
  }
  .service-link a {
    background-color: #00000000;
    font-size: 1.1333vw;
    font-family: "Poppins";
    padding: 0.666vw 0;
  }
  .service-link::before {
    display: inline-block;
    content: "";
    width: 4.6vw;
    height: 0.0666vw;
    background: #103496;
    margin-bottom: 0.333vw;
    margin-right: 0.666vw;
  }
  .service-btn {
    width: calc(100% - 100px);
    max-width: 93.333vw;
    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.6vw 5.3vw;
    padding: 3.9333vw 0.666vw 3.9333vw 4.6vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1499px) and (min-width: 1245px) {
  .service-btn {
    gap: 2.6vw 8.88vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .service-btn_item {
    width: 33.9333vw;
    padding: 0;
    margin: 0;
    border: 0.0666vw solid #0e3169;
  }
  .service-btn_item a {
    font-size: 1.333vw;
    padding: 1.8666vw 0;
  }
  .service-btn_item:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .service-btn_item:hover a {
    color: #fff;
  }
  .service-btn_item:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 2vw;
    height: 0.0666vw;
    background: #fff;
  }
  .service-btn_item::before {
    left: -4vw;
    top: 50%;
    content: "";
    width: 6vw;
    height: 0.0666vw;
  }
}

@media screen and (min-width: 1500px) {
  .service {
    padding-top: 118px;
    padding-bottom: 0;
  }
  .service h3 {
    padding-top: 1px;
    padding-bottom: 0;
  }
  .service-contents {
    width: 1200px;
    margin: 58px auto 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service-content {
    width: 570px;
    font-size: 24px;
    margin-bottom: 0;
  }
  .service-content h4 {
    margin-top: 19px;
    font-size: 24px;
  }
  .service-content h5 {
    margin-top: 3px;
    padding-bottom: 0;
    margin-bottom: 23px;
    font-size: 24px;
  }
  .service-content_txt {
    padding: 0;
    font-size: 16px;
  }
  .service-link {
    font-family: "Poppins";
    color: #0e3169;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 18px;
    text-align: left;
    height: 86px;
  }
  .service-link a {
    background-color: #00000000;
    font-size: 17px;
    font-family: "Poppins";
    padding: 10px 0;
  }
  .service-link::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 1px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .service-btn {
    width: calc(100% - 100px);
    max-width: 1400px;
    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: 40px 80px;
    padding: 59px 10px 59px 69px;
  }
}

@media screen and (min-width: 1500px) and (min-width: 1245px) {
  .service-btn {
    gap: 40px 120px;
  }
}

@media screen and (min-width: 1500px) {
  .service-btn_item {
    width: 509px;
    padding: 0;
    margin: 0;
    border: 1px solid #0e3169;
  }
  .service-btn_item a {
    font-size: 20px;
    padding: 28px 0;
  }
  .service-btn_item:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .service-btn_item:hover a {
    color: #fff;
  }
  .service-btn_item:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 30px;
    height: 1px;
    background: #fff;
  }
  .service-btn_item::before {
    left: -60px;
    top: 50%;
    content: "";
    width: 90px;
    height: 1px;
  }
}

.affinity {
  width: 100%;
  padding-bottom: 13.5vw;
  background-color: #f0f2f2;
}

.affinity-topimg {
  background: url("../../../../img/tax-affinity_sp_under.jpg");
  background-size: cover;
  height: 114vw;
}

.affinity-topimg_top {
  position: relative;
  z-index: 10;
  background-size: cover;
  width: 100%;
  height: 60vw;
  color: #fff;
  font-size: 5.333vw;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-align: center;
  padding-top: 13vw;
  background: rgba(14, 49, 105, 0.7);
  margin-bottom: 5.866vw;
}

.affinity-topimg_top::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.306vw 6vw 0 6vw;
  border-color: rgba(14, 49, 105, 0.7) transparent transparent transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6.2479vw;
}

.affinity-topimg_bottom {
  position: relative;
  margin-top: -6vw;
  z-index: 5;
  background-size: cover;
  width: 100%;
  height: 54.2vw;
  color: #1e2633;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-align: center;
  padding-top: 11.5vw;
  background: rgba(255, 255, 255, 0.8);
}

.affinity-topimg_health {
  background: url("../../../../img/health-affinity_sp_under.jpg");
  background-size: cover;
}

.affinity-txt {
  width: 86.66vw;
  margin: -6.5vw auto 0;
  padding: 6.66vw;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

.affinity-txt_tit {
  font-family: "Noto Sans JP";
  font-size: 4.5333vw;
  letter-spacing: 0.04em;
  line-height: 1.588;
  font-weight: 500;
  color: #0e3169;
  padding-bottom: 4vw;
}

.affinity-txt_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-bottom: 4vw;
}

.affinity-txt_img img {
  width: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .affinity {
    width: 100%;
    padding-bottom: 5.15vw;
    background-color: #f0f2f2;
  }
  .affinity-topimg {
    background: url("../../../../img/tax-affinity_pc_under.jpg");
    background-size: cover;
    height: 63.85vw;
  }
  .affinity-topimg_top {
    position: relative;
    z-index: 11;
    background-size: cover;
    width: 100%;
    height: 26.92vw;
    color: #fff;
    font-size: 3.077vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: center;
    padding-top: 7.077vw;
    background: rgba(14, 49, 105, 0.7);
    margin-bottom: 2.976vw;
  }
  .affinity-topimg_top::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.976vw 2.678vw 0 2.678vw;
    border-color: rgba(14, 49, 105, 0.7) transparent transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.976vw;
  }
  .affinity-topimg_bottom {
    position: relative;
    margin-top: -3.46vw;
    z-index: 5;
    background-size: cover;
    width: 100%;
    height: 37.469vw;
    color: #1e2633;
    font-size: 2.307vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: center;
    padding-top: 6.077vw;
    background: rgba(255, 255, 255, 0.8);
  }
  .affinity-topimg_health {
    background: url("../../../../img/health-affinity_pc_under.jpg");
    background-size: cover;
  }
  .affinity-txt {
    position: relative;
    width: 92.307vw;
    margin: -20.384vw auto 0;
    padding: 3.616vw 0.769vw 0 0.769vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    gap: 3vw;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .affinity-txt_outer {
    width: 47.692vw;
  }
  .affinity-txt_tit {
    font-family: "Noto Sans JP";
    font-size: 1.84vw;
    letter-spacing: 0.04em;
    line-height: 1.588;
    font-weight: 500;
    color: #0e3169;
    padding-bottom: 1.92vw;
  }
  .affinity-txt_txt {
    font-family: "Noto Sans JP";
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 4vw;
  }
  .affinity-txt_img {
    width: 33.84vw;
  }
  .affinity-txt_img img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .affinity {
    width: 100%;
    padding-bottom: 80px;
    background-color: #f0f2f2;
  }
  .affinity-topimg {
    background: url("../../../../img/tax-affinity_pc_under.jpg");
    background-size: cover;
    height: 830px;
  }
  .affinity-topimg_top {
    position: relative;
    background: rgba(14, 49, 105, 0.7);
    z-index: 11;
    background-size: cover;
    width: 100%;
    height: 350px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: center;
    padding-top: 92px;
    margin-bottom: 44px;
  }
  .affinity-topimg_top::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 42.5px 0 42.5px;
    border-color: rgba(14, 49, 105, 0.7) transparent transparent transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -45px;
  }
  .affinity-topimg_bottom {
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    margin-top: -45px;
    z-index: 5;
    background-size: cover;
    width: 100%;
    height: 481px;
    color: #1e2633;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: center;
    padding-top: 105px;
  }
  .affinity-topimg_health {
    background: url("../../../../img/health-affinity_pc_under.jpg");
    background-size: cover;
  }
  .affinity-txt {
    position: relative;
    width: 1200px;
    margin: -265px auto 0;
    padding: 47px 10px 0 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    gap: 39px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  }
  .affinity-txt_outer {
    width: 620px;
  }
  .affinity-txt_tit {
    font-family: "Noto Sans JP";
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 1.588;
    font-weight: 500;
    color: #0e3169;
    padding-bottom: 25px;
  }
  .affinity-txt_txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 47px;
  }
  .affinity-txt_img {
    width: 440px;
  }
  .affinity-txt_img img {
    width: 100%;
  }
}

.solution h2 {
  padding-top: 13.5vw;
  padding-bottom: 1.3vw;
}

.solution h4 {
  color: #0e3169;
}

.solution-wrap {
  width: 86.66vw;
  margin: auto;
}

.solution-content_img {
  width: 44vw;
  margin: auto;
  padding-bottom: 0.1vw;
}

.solution-content_img img {
  width: 100%;
}

.solution-content_tit {
  font-family: "Noto Sans JP";
  font-size: 5.333vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding-bottom: 3.7vw;
}

.solution-content_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-bottom: 10.4vw;
}

@media screen and (max-width: 835px) {
  .solution.health h2 {
    letter-spacing: 0.75vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .solution {
    padding-bottom: 6.692vw;
  }
  .solution h2 {
    padding-top: 7.307vw;
    padding-bottom: 0;
  }
  .solution h3 {
    padding-top: 0;
    padding-bottom: 4.461vw;
  }
  .solution h4 {
    margin-top: 0;
    color: #0e3169;
  }
  .solution-wrap {
    width: 92.307vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.384vw 4.615vw;
  }
  .solution-content {
    width: 27.692vw;
  }
  .solution-content_img {
    width: 12.92vw;
    margin: auto;
    padding-bottom: 1.384vw;
  }
  .solution-content_img img {
    width: 100%;
  }
  .solution-content_tit {
    font-family: "Noto Sans JP";
    font-size: 1.538vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
    padding-bottom: 0.769vw;
  }
  .solution-content_txt {
    font-family: "Noto Sans JP";
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 0.769vw;
  }
}

@media screen and (min-width: 1300px) {
  .solution {
    padding-bottom: 87px;
  }
  .solution h2 {
    padding-top: 95px;
    padding-bottom: 0;
  }
  .solution h3 {
    padding-top: 0;
    padding-bottom: 58px;
  }
  .solution h4 {
    margin-top: 0;
    color: #0e3169;
  }
  .solution-wrap {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 44px 60px;
  }
  .solution-content {
    width: 360px;
  }
  .solution-content_img {
    width: 168px;
    margin: auto;
    padding-bottom: 18px;
  }
  .solution-content_img img {
    width: 100%;
  }
  .solution-content_tit {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  .solution-content_txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 10px;
  }
}

.bg.is-animated .bg-wrap_main::before {
  height: 52vw;
}

.bg.is-animated .bg-wrap_main.health::before {
  height: 40vw;
}

.topmsg {
  background-color: #f0f2f2;
  padding-top: 12.2vw;
  height: 98vw;
  position: relative;
}

.topmsg-tit_outer {
  position: absolute;
  background-color: transparent;
  width: 69.4vw;
  z-index: 1;
}

.topmsg-tit_maintit {
  font-family: "Poppins";
  font-size: 6.4vw;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding: 4vw 1vw 1vw 4.6vw;
}

.topmsg-tit_subtit {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.04em;
  line-height: 1.33;
  text-align: center;
  padding: 1.2vw 1vw 3vw 0;
}

.topmsg-txt_outer {
  background-color: transparent;
  width: 91vw;
  position: absolute;
  top: 30.7vw;
  right: 0;
}

.topmsg-txt_small {
  font-family: "Noto Sans JP";
  font-size: 3.4666vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5769;
  padding: 16.2vw 1vw 0 5.7vw;
}

.topmsg-txt_large {
  font-family: "Noto Sans JP";
  font-size: 5.8666vw;
  letter-spacing: 0.04em;
  line-height: 1.54545;
  font-weight: 500;
  padding: 0.1vw 1vw 1vw 5.6vw;
}

@media screen and (max-width: 834px) {
  .topmsg.health {
    height: 85vw;
  }
  .topmsg-tit_outer.health {
    width: 81.1vw;
  }
  .topmsg-txt_small.health {
    padding: 10.9vw 1vw 0 5.7vw;
  }
  .topmsg-txt_large.health {
    padding: 0.1vw 1vw 5vw 5.6vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .bg.is-animated .bg-wrap_main::before {
    height: 15.43vw;
  }
  .bg.is-animated .bg-wrap_main.health::before {
    height: 15.43vw;
  }
  .topmsg {
    background-color: #f0f2f2;
    padding-top: 0.666vw;
    height: 0;
    position: relative;
  }
  .topmsg-tit_outer {
    position: absolute;
    background-color: transparent;
    width: 34.1333vw;
    z-index: 1;
    top: -22.733vw;
    right: 48vw;
  }
  .topmsg-tit_maintit {
    font-family: "Poppins";
    font-size: 2.1333vw;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.1;
    padding: 1.8vw 1.333vw 0px 2.2vw;
  }
  .topmsg-tit_subtit {
    font-family: "Noto Sans JP";
    font-size: 1.333vw;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: center;
    padding: 0.6vw 0.666vw 1.333vw 0.666vw;
  }
  .topmsg-txt_outer {
    background-color: transparent;
    width: 78.73333vw;
    position: absolute;
    top: -18.8vw;
    right: 0;
  }
  .topmsg-txt_small {
    font-family: "Noto Sans JP";
    font-size: 1.666vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5769;
    padding: 5.466vw 0.666vw 0px 3.6vw;
  }
  .topmsg-txt_large {
    font-family: "Noto Sans JP";
    font-size: 2.7333vw;
    letter-spacing: 0.02em;
    line-height: 1.54545;
    font-weight: 700;
    padding: 0.4666vw 0.666vw 2.666vw 3.6vw;
  }
  .topmsg-tit_outer.health {
    width: 28.1333vw;
    right: 54vw;
  }
}

@media screen and (min-width: 1500px) {
  .bg.is-animated .bg-wrap_main::before {
    height: 233px;
  }
  .bg.is-animated .bg-wrap_main.health::before {
    height: 233px;
  }
  .topmsg {
    background-color: #f0f2f2;
    padding-top: 10px;
    height: 0;
    position: relative;
  }
  .topmsg-tit_outer {
    position: absolute;
    background-color: transparent;
    color: #fff;
    width: 512px;
    z-index: 1;
    top: -341px;
    right: 720px;
  }
  .topmsg-tit_maintit {
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.1;
    padding: 27px 20px 0px 33px;
  }
  .topmsg-tit_subtit {
    font-family: "Noto Sans JP";
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: 1.33;
    text-align: center;
    padding: 9px 10px 20px 10px;
  }
  .topmsg-txt_outer {
    background-color: transparent;
    width: 1181px;
    position: absolute;
    top: -282px;
    right: 0;
  }
  .topmsg-txt_small {
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5769;
    padding: 82px 10px 0px 54px;
  }
  .topmsg-txt_large {
    font-family: "Noto Sans JP";
    font-size: 41px;
    letter-spacing: 0.02em;
    line-height: 1.54545;
    font-weight: 700;
    padding: 7px 10px 40px 54px;
  }
  .topmsg-tit_outer.health {
    width: 427px;
    right: 804px;
  }
  .topmsg-txt_large.health {
    letter-spacing: 1.64px;
  }
}

.bg.is-animated .bg-wrap_main::before {
  -webkit-animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.bg .bg-wrap_main .inn {
  color: #0e3169;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bg.is-animated .bg-wrap_sub::before {
  -webkit-animation: bg 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: bg 8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #0e3169;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.bg .bg-wrap_sub .inn {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bg .inn {
  opacity: 0;
}

.bg.is-animated .bg-wrap_main .inn {
  -webkit-animation: inn-txt 2s ease-out;
          animation: inn-txt 2s ease-out;
  opacity: 1;
}

.bg.is-animated .bg-wrap_sub .inn {
  -webkit-animation: inn-txt 3s ease-out;
          animation: inn-txt 3s ease-out;
  opacity: 1;
}

@-webkit-keyframes inn-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes inn-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

.proposal {
  background: #f0f2f2;
  padding-bottom: 5.4vw;
}

.proposal h2 {
  padding-top: 15vw;
  padding-bottom: 1.5vw;
}

.proposal h3 {
  margin-top: 0;
  padding-bottom: 5vw;
}

.proposal-img {
  position: relative;
  width: 100%;
  height: 41vw;
}

.proposal-img.img1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.16vw;
  background: #0e3169;
  top: 33.8vw;
}

.proposal-img.img2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.16vw;
  background: #0e3169;
  top: 40vw;
}

.proposal-img.img3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.16vw;
  background: #0e3169;
  top: 38.3vw;
}

.proposal-img_img.img01, .proposal-img_img.img03 {
  position: absolute;
  width: 86.91vw;
  top: 14vw;
  left: -6px;
  z-index: 1;
}

.proposal-img_img.img01 img, .proposal-img_img.img03 img {
  width: 100%;
}

.proposal-img_img.img02 {
  position: absolute;
  width: 86.91vw;
  top: 15vw;
  right: 0;
  z-index: 1;
}

.proposal-img_img.img02 img {
  width: 100%;
}

.proposal-img_num.num01, .proposal-img_num.num03 {
  position: absolute;
  width: 34.45vw;
  top: 0.4vw;
  right: 5.333vw;
}

.proposal-img_num.num01 img, .proposal-img_num.num03 img {
  width: 100%;
}

.proposal-img_num.num02 {
  position: absolute;
  width: 34.45vw;
  top: 1vw;
  left: 5.333vw;
}

.proposal-img_num.num02 img {
  width: 100%;
}

.proposal-txt {
  width: 100%;
  height: 97.5vw;
  position: relative;
}

.proposal-txt.txt02 {
  height: 101vw;
}

.proposal-txt_inner {
  width: 89.06vw;
  height: 78vw;
  position: absolute;
  top: 10vw;
  right: 0;
  padding: 6.666vw;
  background: #fff;
  z-index: 1;
}

.proposal-txt_inner.inner2 {
  left: 0;
  top: 11vw;
  height: 80vw;
}

.proposal-txt_inner.inner3 {
  height: 79.5vw;
}

.proposal-txt_tit {
  font-size: 4.8vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
  line-height: 1.555;
  font-weight: 500;
  padding-bottom: 4.4vw;
}

.proposal-txt_tit.tit2 {
  padding-bottom: 4.4vw;
}

.proposal-txt_tit.tit3 {
  padding-bottom: 4.4vw;
}

.proposal-txt_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-bottom: 4vw;
}

@media screen and (max-width: 835px) {
  .proposal.health {
    padding-bottom: 11.733vw;
  }
  .proposal-txt_inner.inner2.health {
    height: 95.733vw;
  }
  .proposal-txt_inner.inner3.health {
    height: 85.866vw;
  }
  .proposal-content.health2 {
    margin-bottom: 16vw;
  }
  .health-txt_link {
    position: relative;
    border: none !important;
  }
  .health-txt_link a {
    border: 1px solid #0e3169;
    position: relative;
    font-size: 3.466vw;
    color: #0e3169;
    padding: 3.57vw 20.788vw;
    margin: 0.88vw 0 0 12.323vw;
    display: inline-block;
  }
  .health-txt_link::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: #0e3169;
    left: 0%;
    top: 53%;
    width: 18vw;
    height: 0.1333vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1499px) {
  .proposal {
    background: #f0f2f2;
    padding-bottom: 3.933vw;
    overflow: hidden;
  }
  .proposal h2 {
    padding-top: 6.366vw;
    padding-bottom: 0px;
  }
  .proposal h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 4vw;
  }
  .proposal-img {
    position: relative;
    width: 80vw;
    margin: auto;
    height: 66.66vw;
  }
  .proposal-img.img1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.066vw;
    background: #0e3169;
    top: 35.133vw;
    right: -10vw;
  }
  .proposal-img.img2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.066vw;
    background: #0e3169;
    top: 35.133vw;
    left: -10vw;
  }
  .proposal-img.img3 {
    margin-top: -7.733vw;
  }
  .proposal-img.img3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.066vw;
    background: #0e3169;
    top: 35.133vw;
    right: -10vw;
  }
  .proposal-img_img.img01 {
    position: absolute;
    width: 73.333vw;
    top: 18.4vw;
    left: 0;
    z-index: 1;
  }
  .proposal-img_img.img01 img {
    width: 100%;
  }
  .proposal-img_img.img03 {
    position: absolute;
    width: 73.666vw;
    top: 18.4vw;
    left: 0;
    z-index: 1;
  }
  .proposal-img_img.img03 img {
    width: 100%;
  }
  .proposal-img_img.img02 {
    position: absolute;
    width: 73.33vw;
    top: 14.133vw;
    right: 0;
    z-index: 1;
  }
  .proposal-img_img.img02 img {
    width: 100%;
  }
  .proposal-img_num.num01, .proposal-img_num.num03 {
    position: absolute;
    width: 29.066vw;
    top: 6.8vw;
    right: 0;
  }
  .proposal-img_num.num01 img, .proposal-img_num.num03 img {
    width: 100%;
  }
  .proposal-img_num.num02 {
    position: absolute;
    width: 29.066vw;
    top: 2.533vw;
    left: 0;
  }
  .proposal-img_num.num02 img {
    width: 100%;
  }
  .proposal-txt {
    width: 100%;
    height: auto;
    position: relative;
  }
  .proposal-txt.txt02 {
    height: auto;
  }
  .proposal-txt_inner {
    width: 44.533vw;
    height: 23.933vw;
    position: absolute;
    top: -25.4vw;
    right: 3.8461vw;
    padding: 3.133vw 3.266vw 0.666vw;
    background: #fff;
    z-index: 1;
  }
  .proposal-txt_inner.inner2 {
    left: 3.4vw;
    top: -26.733vw;
    height: 21.866vw;
  }
  .proposal-txt_inner.inner3 {
    height: 21.666vw;
    top: -24.333vw;
    right: 3.333vw;
  }
  .proposal-txt_tit {
    font-size: 2.133vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-bottom: 2.3;
    line-height: 1.625;
  }
  .proposal-txt_tit.tit2 {
    padding-bottom: 2.333vw;
  }
  .proposal-txt_tit.tit3 {
    padding-bottom: 2.0666vw;
  }
  .proposal-txt_txt {
    font-family: "Noto Sans JP";
    font-size: 1.0666vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 0.666vw;
  }
  .proposal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 93.333vw;
    margin: auto;
  }
  .proposal-header_item {
    width: 29.333vw;
    position: relative;
  }
  .proposal-header_imgmain {
    width: 29.33vw;
    height: 8.66vw;
  }
  .proposal-header_imgmain img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .proposal-header_img1 {
    position: absolute;
    top: 0;
    width: 29.333vw;
    height: 8.666vw;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    mix-blend-mode: multiply;
    position: absolute;
    background: rgba(14, 49, 105, 0.7);
  }
  .proposal-header_img1.active {
    display: none;
  }
  .proposal-header_img2 {
    display: none;
  }
  .proposal-header_img2.active {
    display: block;
    position: absolute;
    top: 0;
    width: 29.33vw;
    height: 8.66vw;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .proposal-header_img2.active img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .proposal-header_tit {
    position: absolute;
    top: 2.533vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Oswald";
    color: #fff;
    font-weight: 300;
    width: 9.2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .proposal-header_tit_txt {
    font-size: 1.33vw;
  }
  .proposal-header_tit_num {
    font-size: 3.769vw;
  }
  .proposal-header_tit.active {
    color: #0e3169;
  }
  .proposal-header_txt {
    font-family: "Noto Sans JP";
    font-size: 1.4666vw;
    letter-spacing: 0.04em;
    line-height: 1.727;
    color: #0e3169;
    text-align: center;
    font-weight: 500;
    padding: 1.666vw 0 1.866vw;
    border-bottom: 0.066vw solid #0e3169;
  }
  .proposal-header_arrow {
    padding-top: 0.66vw;
    text-align: center;
  }
  .proposal.health {
    padding-bottom: 10.714vw;
  }
  .proposal-txt_inner.inner2.health {
    height: 30.952vw;
  }
  .proposal-txt_inner.inner3.health {
    height: 24.404vw;
  }
  .proposal-content.health2 {
    margin-bottom: 12.142vw;
  }
  .health-txt_link {
    position: relative;
    width: 60vw;
    margin: 0 auto 4.6vw;
    border: 0.1333vw solid #0e3169;
    text-align: center;
    width: 20vw;
    margin: 1.8vw 0 1.8vw 3.8vw;
    border: 1px solid #0e3169;
  }
  .health-txt_link::before {
    display: inline-block;
    position: absolute;
    left: -21%;
    top: 50%;
    content: "";
    width: 18vw;
    height: 0.1333vw;
    background: #0e3169;
  }
  .health-txt_link a {
    display: block;
    font-size: 4vw;
    color: #0e3169;
    letter-spacing: 0.04em;
    padding: 4vw 0;
  }
  .health-txt_link::before {
    width: 6vw;
    height: 0.0666vw;
  }
  .health-txt_link a {
    font-size: 1.0666vw;
    padding: 1.3vw 0;
  }
  .health-txt_link:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .health-txt_link:hover a {
    color: #fff;
    display: block;
    padding: 1.3vw 0;
  }
  .health-txt_link:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 1.8666vw;
    height: 0.0666vw;
    background: #fff;
  }
}

@media screen and (min-width: 1500px) {
  .proposal {
    background: #f0f2f2;
    padding-bottom: 59px;
    overflow: hidden;
  }
  .proposal h2 {
    padding-top: 95.5px;
    padding-bottom: 0px;
  }
  .proposal h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .proposal-img {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 1000px;
  }
  .proposal-img.img1::before {
    content: "";
    position: absolute;
    width: 90vw;
    height: 1px;
    background: #0e3169;
    top: 527px;
    left: 10vw;
  }
  .proposal-img.img2::before {
    content: "";
    position: absolute;
    width: 90vw;
    height: 1px;
    background: #0e3169;
    top: 527px;
    right: 10vw;
  }
  .proposal-img.img3 {
    margin-top: -116px;
  }
  .proposal-img.img3::before {
    content: "";
    position: absolute;
    width: 90vw;
    height: 1px;
    background: #0e3169;
    top: 527px;
    left: 10vw;
  }
  .proposal-img_img.img01 {
    position: absolute;
    width: 1100px;
    top: 276px;
    left: 0;
    z-index: 1;
  }
  .proposal-img_img.img01 img {
    width: 100%;
  }
  .proposal-img_img.img03 {
    position: absolute;
    width: 1105px;
    top: 276px;
    left: 0;
    z-index: 1;
  }
  .proposal-img_img.img03 img {
    width: 100%;
  }
  .proposal-img_img.img02 {
    position: absolute;
    width: 1100px;
    top: 212px;
    right: 0;
    z-index: 1;
  }
  .proposal-img_img.img02 img {
    width: 100%;
  }
  .proposal-img_num.num01, .proposal-img_num.num03 {
    position: absolute;
    width: 436px;
    top: 102px;
    right: 0;
  }
  .proposal-img_num.num01 img, .proposal-img_num.num03 img {
    width: 100%;
  }
  .proposal-img_num.num02 {
    position: absolute;
    width: 436px;
    top: 38px;
    left: 0;
  }
  .proposal-img_num.num02 img {
    width: 100%;
  }
  .proposal-txt {
    width: 1200px;
    margin: auto;
    height: auto;
    position: relative;
  }
  .proposal-txt.txt02 {
    height: auto;
  }
  .proposal-txt_inner {
    width: 668px;
    height: 359px;
    position: absolute;
    top: -381px;
    right: -101px;
    padding: 47px 49px 10px 49px;
    background: #fff;
    z-index: 1;
  }
  .proposal-txt_inner.inner2 {
    left: -99px;
    top: -401px;
    height: 328px;
  }
  .proposal-txt_inner.inner3 {
    height: 325px;
    top: -365px;
    right: -101PX;
  }
  .proposal-txt_tit {
    font-size: 32px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-bottom: 34.5px;
    line-height: 1.625;
  }
  .proposal-txt_tit.tit2 {
    padding-bottom: 35px;
  }
  .proposal-txt_tit.tit3 {
    padding-bottom: 31px;
  }
  .proposal-txt_txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 10px;
  }
  .proposal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1400px;
    width: calc(100vw - 100px);
    margin: auto;
  }
  .proposal-header_item {
    width: 440px;
    position: relative;
  }
  .proposal-header_imgmain {
    width: 440px;
    height: 130px;
  }
  .proposal-header_imgmain img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .proposal-header_img1 {
    position: absolute;
    top: 0;
    width: 440px;
    height: 130px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    mix-blend-mode: multiply;
    position: absolute;
    background: rgba(14, 49, 105, 0.7);
  }
  .proposal-header_img1.active {
    display: none;
  }
  .proposal-header_img2 {
    display: none;
  }
  .proposal-header_img2.active {
    display: block;
    position: absolute;
    top: 0;
    width: 440px;
    height: 130px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .proposal-header_img2.active img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .proposal-header_tit {
    position: absolute;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Oswald";
    color: #fff;
    font-weight: 300;
    width: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .proposal-header_tit_txt {
    font-size: 20px;
  }
  .proposal-header_tit_num {
    font-size: 49px;
  }
  .proposal-header_tit.active {
    color: #0e3169;
  }
  .proposal-header_txt {
    font-family: "Noto Sans JP";
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1.727;
    color: #0e3169;
    text-align: center;
    font-weight: 500;
    padding: 25px 0 28px;
    border-bottom: 1px solid #0e3169;
  }
  .proposal-header_arrow {
    padding-top: 10px;
    text-align: center;
  }
  .proposal.health {
    padding-bottom: 90px;
  }
  .proposal-txt_inner.inner2.health {
    height: 428px;
  }
  .proposal-txt_inner.inner3.health {
    height: 355px;
  }
  .proposal-content.health2 {
    margin-bottom: 102px;
  }
  .health-txt_link {
    position: relative;
    width: 60vw;
    margin: 0 auto 4.6vw;
    border: 0.1333vw solid #0e3169;
    text-align: center;
    width: 300px;
    margin: 27px 0px 29px 60px;
    border: 1px solid #0e3169;
  }
  .health-txt_link::before {
    display: inline-block;
    position: absolute;
    left: -21%;
    top: 50%;
    content: "";
    width: 18vw;
    height: 0.1333vw;
    background: #0e3169;
  }
  .health-txt_link a {
    display: block;
    font-size: 4vw;
    color: #0e3169;
    letter-spacing: 0.04em;
    padding: 4vw 0;
  }
  .health-txt_link::before {
    width: 90px;
    height: 1px;
  }
  .health-txt_link a {
    font-size: 16px;
    padding: 19.5px 0;
  }
  .health-txt_link:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .health-txt_link:hover a {
    color: #fff;
    display: block;
    padding: 19.5px 0;
  }
  .health-txt_link:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 28px;
    height: 1px;
    background: #fff;
  }
}

.proposal-header_item:hover .proposal-header_tit {
  color: #0e3169;
}

.proposal-header_item:hover .proposal-header_img1 {
  background: rgba(255, 255, 255, 0.9);
  mix-blend-mode: inherit;
}

.suggestion {
  padding-top: 13vw;
  padding-bottom: 13vw;
}

.suggestion h3 {
  padding-top: 2.4vw;
}

.suggestion-content {
  width: 92vw;
  margin: 0 auto 10vw;
  border: 0.433vw solid #f0f2f2;
}

.suggestion-img_outer {
  width: 100%;
  padding: 6vw 6vw 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12vw;
}

.suggestion-img_tit {
  font-size: 4.5333vw;
  letter-spacing: 0.04em;
  color: #0e3169;
  position: relative;
}

.suggestion-img_tit.base {
  padding-bottom: 8vw;
}

.suggestion-img_tit.base::after {
  position: absolute;
  content: "";
  width: 56.3vw;
  height: 0.1333vw;
  background: #0e3169;
  top: 13%;
  right: 0%;
}

.suggestion-img_tit.option {
  padding-bottom: 8vw;
}

.suggestion-img_tit.option::after {
  position: absolute;
  content: "";
  width: 41.3vw;
  height: 0.1333vw;
  background: #0e3169;
  top: 12%;
  right: 0%;
}

.suggestion-img_img_base {
  width: 100%;
}

.suggestion-img_img_base img {
  width: 100%;
}

.suggestion-img_img_option {
  width: 78%;
  margin: auto;
}

.suggestion-img_img_option img {
  width: 100%;
}

.suggestion-txt {
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 0 6vw;
}

.suggestion-price {
  width: 100%;
  padding: 4vw 5.5vw;
}

.suggestion-price_tit {
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-bottom: 0;
  font-weight: 500;
}

.suggestion-price_month, .suggestion-price_year {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 1.56;
  padding-left: 5vw;
  padding-bottom: 3.4vw;
  position: relative;
}

.suggestion-price_month br.pc_none, .suggestion-price_year br.pc_none {
  display: inline;
}

.suggestion-price_month span.pc_none, .suggestion-price_year span.pc_none {
  display: inline;
}

.suggestion-price_month::before, .suggestion-price_year::before {
  position: absolute;
  content: "●";
  color: #0e3169;
  top: 0;
  left: 0;
}

.suggestion-price_subtit {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 1.56;
  padding-left: 4.2vw;
  padding-bottom: 8.4vw;
  position: relative;
}

.suggestion-price_subtit::before {
  position: absolute;
  content: "※";
  color: #333333;
  top: 0;
  left: 0;
}

.suggestion-price_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-top: 0.3vw;
}

.suggestion-modelcase {
  width: 92vw;
  margin: auto;
  border: 0.433vw solid #f0f2f2;
  padding: 1vw 5.5vw 5vw;
}

.suggestion-modelcase_tit {
  font-family: "Noto Sans JP";
  font-size: 5.333vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding-bottom: 4.9vw;
}

.suggestion-modelcase_subtit {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-left: 5.7vw;
  padding-bottom: 2.9vw;
  position: relative;
}

.suggestion-modelcase_subtit::before {
  position: absolute;
  content: "◆";
  color: #0e3169;
  top: 0;
  left: 0;
}

.suggestion-modelcase_txt {
  font-family: "Noto Sans JP";
  font-size: 3.4666vw;
  letter-spacing: 0.02em;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 835px) {
  .suggestion-modelcase_tit.health {
    padding-bottom: 4.8vw;
    color: #0e3169;
  }
  .suggestion-modelcase_grp01 {
    padding-bottom: 2.133vw;
  }
  .suggestion-modelcase_grp01::before {
    content: '法人';
    display: inline-block;
    background: #F0F2F2;
    width: 100%;
    top: 0.238vw;
    left: 0;
    margin-bottom: 1.866vw;
    font-size: 3.733vw;
    text-align: center;
    letter-spacing: 4.0746vw;
    padding-left: 3.7333vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
  }
  .suggestion-modelcase_grp02::before {
    content: '個人';
    display: inline-block;
    background: #F0F2F2;
    width: 100%;
    height: 5.733vw;
    top: 0.238vw;
    left: 0;
    margin-bottom: 1.866vw;
    font-size: 3.733vw;
    text-align: center;
    letter-spacing: 4.0746vw;
    padding-left: 3.7333vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
  }
  .suggestion-modelcase_txt.health {
    padding-top: 8px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .suggestion {
    padding-top: 7.461vw;
    padding-bottom: 7.846vw;
  }
  .suggestion h3 {
    padding-top: 0;
    padding-bottom: 4.0769vw;
  }
  .suggestion-content {
    width: 92.307vw;
    margin: 0 auto 2.69vw;
    border: 0.0769vw solid #f0f2f2;
  }
  .suggestion-img_outer {
    width: 92.307vw;
    padding: 4.846vw 0px 0.769vw 3.15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    position: relative;
  }
  .suggestion-img_inner_left {
    width: 46.15vw;
  }
  .suggestion-img_inner_right {
    width: 39.153vw;
  }
  .suggestion-img_tit {
    font-size: 1.846vw;
    letter-spacing: 0.04em;
    color: #0e3169;
    position: relative;
  }
  .suggestion-img_tit.base {
    padding: 0 0 0.769vw 0.769vw;
  }
  .suggestion-img_tit.base::after {
    display: none;
  }
  .suggestion-img_tit.option {
    margin-left: -0.46vw;
    padding-bottom: 0.769vw;
  }
  .suggestion-img_tit.option::after {
    display: none;
  }
  .suggestion-img_img {
    position: relative;
  }
  .suggestion-img_img_base {
    padding: 1.692vwx 0 0;
    width: 98.3%;
  }
  .suggestion-img_img_base img {
    width: 100%;
  }
  .suggestion-img_img_option {
    width: 86%;
    margin: auto;
    padding: 1.769vw 4.923vw 0 0;
  }
  .suggestion-img_img_option img {
    width: 100%;
  }
  .suggestion-img_borderbox1 {
    position: absolute;
    top: 5.769vw;
    left: 13.69vw;
    width: 36.46vw;
    height: 17.923vw;
    border-top: 0.0769vw solid #0e3169;
    border-right: 0.0769vw solid #0e3169;
  }
  .suggestion-img_borderbox2 {
    position: absolute;
    top: 5.769vw;
    right: 4vw;
    width: 20.769vw;
    height: 17.923vw;
    border-top: 0.0769vw solid #0e3169;
    border-right: 0.0769vw solid #0e3169;
  }
  .suggestion-txt {
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding: 2.923vw 0.769vw 0.769vw;
    text-align: center;
  }
  .suggestion-price {
    width: 100%;
    padding: 0.923vw 0.692vw 25px 1.923vw 3.769vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .suggestion-price_tit {
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 0;
    width: 37.769vw;
    font-weight: 500;
  }
  .suggestion-price_month, .suggestion-price_year {
    font-family: "Noto Sans JP";
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-left: 1.58vw;
    padding-bottom: 0px;
    position: relative;
  }
  .suggestion-price_month br.pc_none, .suggestion-price_year br.pc_none {
    display: contents;
  }
  .suggestion-price_month span.pc_none, .suggestion-price_year span.pc_none {
    display: none;
  }
  .suggestion-price_month::before, .suggestion-price_year::before {
    position: absolute;
    content: "●";
    color: #0e3169;
    top: 0;
    left: 0;
  }
  .suggestion-price_year {
    padding-bottom: 0.307vw;
  }
  .suggestion-price_subtit {
    font-family: "Noto Sans JP";
    font-size: 1.154vw;
    letter-spacing: 0.02em;
    line-height: 1.56;
    padding-left: 1.154vw;
    padding-bottom: 1.538vw;
    position: relative;
  }
  .suggestion-price_subtit::before {
    position: absolute;
    content: "※";
    color: #333333;
    top: 0;
    left: 0;
  }
  .suggestion-price_txt {
    font-family: "Noto Sans JP";
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0px;
  }
  .suggestion-modelcase {
    width: 92.307vw;
    margin: auto;
    border: 0.0769vw solid #f0f2f2;
    padding: 0.769vw 3.769vw 3.461vw;
  }
  .suggestion-modelcase_tit {
    font-family: "Noto Sans JP";
    font-size: 1.846vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.7;
    padding-bottom: 1.923vw;
    margin-top: 2.615vw;
  }
  .suggestion-modelcase_subtit {
    font-family: "Noto Sans JP";
    font-size: 1.23vw;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-left: 1.54vw;
    padding-bottom: 0.538vw;
    position: relative;
  }
  .suggestion-modelcase_subtit::before {
    position: absolute;
    content: "◆";
    color: #0e3169;
    top: 0;
    left: 0;
  }
  .suggestion-modelcase_txt {
    font-family: "Noto Sans JP";
    font-size: 1.153vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
    position: relative;
    padding-top: 1.076vw;
  }
  .suggestion-modelcase_tit.health {
    padding-bottom: 1.19vw;
  }
  .suggestion-modelcase_grp01 {
    padding-left: 4.166vw;
    padding-bottom: 1.785vw;
    position: relative;
  }
  .suggestion-modelcase_grp01::before {
    content: '';
    display: inline-block;
    background: url(../../../../img/health-suggestion-company.png) no-repeat center center/contain;
    width: 2.976vw;
    height: 6.785vw;
    position: absolute;
    top: 0.238vw;
    left: 0;
  }
  .suggestion-modelcase_grp02 {
    padding-left: 4.166vw;
    position: relative;
    position: relative;
  }
  .suggestion-modelcase_grp02::before {
    content: '';
    display: inline-block;
    background: url(../../../../img/health-suggestion-personal.png) no-repeat center center/contain;
    width: 2.976vw;
    height: 6.785vw;
    position: absolute;
    top: 0.238vw;
    left: 0;
  }
  .suggestion-modelcase_txt.health {
    padding-top: 8px;
  }
}

@media screen and (min-width: 1300px) {
  .suggestion {
    padding-top: 97px;
    padding-bottom: 102px;
  }
  .suggestion h3 {
    padding-top: 0;
    padding-bottom: 53px;
  }
  .suggestion-content {
    width: 1200px;
    margin: 0 auto 35px;
    border: 1px solid #f0f2f2;
  }
  .suggestion-img_outer {
    width: 1200px;
    padding: 63px 0px 10px 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    position: relative;
  }
  .suggestion-img_inner_left {
    width: 600px;
  }
  .suggestion-img_inner_right {
    width: 509px;
  }
  .suggestion-img_tit {
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #0e3169;
    position: relative;
  }
  .suggestion-img_tit.base {
    padding: 0 0 10px 10px;
  }
  .suggestion-img_tit.base::after {
    display: none;
  }
  .suggestion-img_tit.option {
    margin-left: -6px;
    padding-bottom: 10px;
  }
  .suggestion-img_tit.option::after {
    display: none;
  }
  .suggestion-img_img {
    position: relative;
  }
  .suggestion-img_img_base {
    padding: 22px 0 0;
    width: 98.3%;
  }
  .suggestion-img_img_base img {
    width: 100%;
  }
  .suggestion-img_img_option {
    width: 86%;
    margin: auto;
    padding: 23px 64px 0 0;
  }
  .suggestion-img_img_option img {
    width: 100%;
  }
  .suggestion-img_borderbox1 {
    position: absolute;
    top: 75px;
    left: 178px;
    width: 474px;
    height: 233px;
    border-top: 1px solid #0e3169;
    border-right: 1px solid #0e3169;
  }
  .suggestion-img_borderbox2 {
    position: absolute;
    top: 75px;
    right: 52px;
    width: 270px;
    height: 233px;
    border-top: 1px solid #0e3169;
    border-right: 1px solid #0e3169;
  }
  .suggestion-txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding: 38px 10px 10px;
    text-align: center;
  }
  .suggestion-price {
    width: 100%;
    padding: 12px 9px 25px 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .suggestion-price_tit {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 0;
    width: 491px;
    font-weight: 500;
  }
  .suggestion-price_month, .suggestion-price_year {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-left: 20px;
    padding-bottom: 0px;
    position: relative;
  }
  .suggestion-price_month br.pc_none, .suggestion-price_year br.pc_none {
    display: contents;
  }
  .suggestion-price_month span.pc_none, .suggestion-price_year span.pc_none {
    display: none;
  }
  .suggestion-price_month::before, .suggestion-price_year::before {
    position: absolute;
    content: "●";
    color: #0e3169;
    top: 0;
    left: 0;
  }
  .suggestion-price_year {
    padding-bottom: 4px;
  }
  .suggestion-price_subtit {
    font-family: "Noto Sans JP";
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.56;
    padding-left: 15px;
    padding-bottom: 20px;
    position: relative;
  }
  .suggestion-price_subtit::before {
    position: absolute;
    content: "※";
    color: #333333;
    top: 0;
    left: 0;
  }
  .suggestion-price_txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0px;
  }
  .suggestion-modelcase {
    width: 1200px;
    margin: auto;
    border: 1px solid #f0f2f2;
    padding: 10px 49px 45px;
  }
  .suggestion-modelcase_tit {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.7;
    padding-bottom: 25px;
    margin-top: 34px;
  }
  .suggestion-modelcase_subtit {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-left: 20px;
    padding-bottom: 7px;
    position: relative;
  }
  .suggestion-modelcase_subtit::before {
    position: absolute;
    content: "◆";
    color: #0e3169;
    top: 0;
    left: 0;
  }
  .suggestion-modelcase_txt {
    font-family: "Noto Sans JP";
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    position: relative;
    padding-top: 14px;
  }
  .suggestion-modelcase_tit.health {
    padding-bottom: 9px;
  }
  .suggestion-modelcase_grp01 {
    padding-left: 41px;
    padding-bottom: 10px;
    position: relative;
  }
  .suggestion-modelcase_grp01::before {
    content: '';
    display: inline-block;
    background: url(../../../../img/health-suggestion-company.png) no-repeat center center/contain;
    width: 28px;
    height: 80px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .suggestion-modelcase_grp02 {
    padding-left: 41px;
    position: relative;
    position: relative;
  }
  .suggestion-modelcase_grp02::before {
    content: '';
    display: inline-block;
    background: url(../../../../img/health-suggestion-personal.png) no-repeat center center/contain;
    width: 28px;
    height: 80px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .suggestion-modelcase_txt.health {
    padding-top: 8px;
  }
}

.support {
  padding-top: 13.5vw;
  padding-bottom: 0;
  background: #f0f2f2;
}

.support h3 {
  padding-top: 2.4vw;
}

.support-content {
  width: 86.66vw;
  margin: auto;
}

.support-content_img {
  width: 44vw;
  margin: auto;
  padding-bottom: 0.1vw;
}

.support-content_img img {
  width: 100%;
}

.support-content_tit {
  font-family: "Noto Sans JP";
  font-size: 5.333vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  padding: 4.2vw 0 4vw;
  color: #0e3169;
  text-align: center;
}

.support-content_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-bottom: 9.7vw;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .support {
    padding-top: 0.769vw;
    padding-bottom: 5.769vw;
    background: #f0f2f2;
  }
  .support h2 {
    margin-top: 6.769vw;
  }
  .support h3 {
    padding-top: 0px;
    padding-bottom: 4.3407vw;
  }
  .support-contents {
    width: 92.307vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support-content {
    width: 27.692vw;
    margin: 0;
  }
  .support-content_img {
    width: 12.923vw;
    margin: auto;
    padding-bottom: 0.769vw;
  }
  .support-content_img img {
    width: 100%;
  }
  .support-content_tit {
    font-family: "Noto Sans JP";
    font-size: 1.538vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.7;
    padding: 0.769vw 0;
    color: #0e3169;
    text-align: center;
  }
  .support-content_txt {
    font-family: "Noto Sans JP";
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 0.769vw;
  }
}

@media screen and (min-width: 1300px) {
  .support {
    padding-top: 10px;
    padding-bottom: 75px;
    background: #f0f2f2;
  }
  .support h2 {
    margin-top: 88px;
  }
  .support h3 {
    padding-top: 0px;
    padding-bottom: 55px;
  }
  .support-contents {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support-content {
    width: 360px;
    margin: 0;
  }
  .support-content_img {
    width: 168px;
    margin: auto;
    padding-bottom: 10px;
  }
  .support-content_img img {
    width: 100%;
  }
  .support-content_tit {
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.7;
    padding: 10px 0 10px;
    color: #0e3169;
    text-align: center;
  }
  .support-content_txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-bottom: 10px;
  }
}

.voice {
  padding-top: 12.9vw;
  padding-bottom: 0;
  width: 86.91vw;
  margin: 0 auto;
}

.voice h2 {
  padding-bottom: 1.5vw;
}

.voice h3 {
  margin-top: 0;
  padding-bottom: 9.9vw;
}

.voice-content {
  padding-bottom: 5.55vw;
}

.voice-img {
  width: 100%;
  margin: auto;
  padding-bottom: 2.8vw;
}

.voice-img img {
  width: 100%;
}

.voice-txt_txt {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-bottom: 4.5vw;
}

.voice-txt_com {
  font-family: "Noto Sans JP";
  font-size: 3.466vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: right;
}

.voice-txt_name {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-bottom: 4vw;
  text-align: right;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .voice {
    padding-top: 0.769vw;
    padding-bottom: 5.538vw;
  }
  .voice-outer {
    width: 92.307vw;
    margin: 0 auto;
  }
  .voice h2 {
    padding-top: 6.769vw;
    padding-bottom: 0px;
  }
  .voice h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 7.461vw;
  }
  .voice-content {
    width: 92.307vw;
    padding-bottom: 4.461vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-img {
    width: 43.0769vw;
    margin: 0;
    padding-bottom: 2.8vw;
  }
  .voice-img img {
    width: 100%;
  }
  .voice-txt {
    width: 44.615vw;
  }
  .voice-txt_txt {
    font-family: "Noto Sans JP";
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 2.84vw;
    padding-bottom: 1.769vw;
  }
  .voice-txt_com {
    font-family: "Noto Sans JP";
    font-size: 1.231vw;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: right;
  }
  .voice-txt_name {
    font-family: "Noto Sans JP";
    font-size: 1.538vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0.2308vw;
    padding-bottom: 0.769vw;
    text-align: right;
  }
}

@media screen and (min-width: 1300px) {
  .voice {
    padding-top: 10px;
    padding-bottom: 72px;
  }
  .voice-outer {
    width: 1200px;
    margin: 0 auto;
  }
  .voice h2 {
    padding-top: 88px;
    padding-bottom: 0px;
  }
  .voice h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 97px;
  }
  .voice-content {
    width: 1200px;
    padding-bottom: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-img {
    width: 560px;
    margin: 0;
    padding-bottom: 42px;
  }
  .voice-img img {
    width: 100%;
  }
  .voice-txt {
    width: 580px;
  }
  .voice-txt_txt {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 37px;
    padding-bottom: 26px;
  }
  .voice-txt_com {
    font-family: "Noto Sans JP";
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: right;
  }
  .voice-txt_name {
    font-family: "Noto Sans JP";
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: right;
  }
}

.profile {
  padding-top: 15.8vw;
  padding-bottom: 12.6vw;
  background: #f0f2f2;
}

.profile-outer {
  width: calc(100vw - 30px);
  margin: auto;
}

.profile h3 {
  padding-top: 2.1vw;
}

.profile-table {
  font-size: 4vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.02em;
  line-height: 1.6666;
  width: calc(100vw - 30px);
}

.profile-table th {
  font-weight: 400;
  display: block;
  background: #d0d8dd;
  padding: 0.5vw 3vw 0.5vw 3vw;
  width: calc(100vw - 30px);
}

.profile-table td {
  display: block;
  padding: 2.5vw 2.66vw 3.555vw 2.66vw;
  width: calc(100vw - 30px);
}

.profile-intable {
  padding: 4.1vw 2.66vw 0 2.66vw;
}

.profile-intable_address th {
  background: #f0f2f2;
  padding: 0;
  font-weight: 500;
}

.profile-intable_address td {
  padding: 0 0 6.666vw 0;
}

@media screen and (min-width: 836px) {
  .profile {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 99px;
    background: #f0f2f2;
  }
  .profile-outer {
    width: 760px;
    margin: auto;
  }
  .profile h3 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .profile-table {
    width: 760px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .profile-table tr {
    border-bottom: 2px solid rgba(33, 33, 33, 0.2);
  }
  .profile-table th {
    display: inline-block;
    font-weight: 400;
    padding: 24px 20px 10px 50px;
    width: 250px;
    background: #f0f2f2;
  }
  .profile-table th.th2 {
    padding: 28px 20px 10px 50px;
  }
  .profile-table th.th3 {
    padding: 23px 20px 10px 50px;
  }
  .profile-table th.th4 {
    padding: 16px 20px 10px 50px;
  }
  .profile-table th.th4 td {
    padding: 10px 20px 10px 20px;
    width: 400px;
  }
  .profile-table td {
    display: inline-block;
    padding: 0;
    width: 500px;
  }
  .profile-table td.td1 {
    padding: 23px 0 23px 60px;
  }
  .profile-table td.td2 {
    padding: 28px 0 27px 60px;
  }
  .profile-table td.td3 {
    padding: 23px 0 34px 60px;
  }
  .profile-table_employee td {
    padding: 24px 10px 32px 60px;
  }
  .profile-intable {
    padding: 24px 10px 10px 60px;
    line-height: 2;
  }
  .profile-intable_address tr {
    border: none;
  }
  .profile-intable_address th {
    width: 500px;
    padding: 0 0 0 60px;
    font-weight: 500;
  }
  .profile-intable_address th.name1 {
    padding-top: 16px;
  }
  .profile-intable_address td {
    padding: 0 0 0 60px;
  }
  .profile-intable_address td.add4 {
    padding-bottom: 26px;
  }
}

.access {
  padding-top: 13.7vw;
}

.access h3 {
  padding-top: 2vw;
  padding-bottom: 10.2vw;
}

.access-content {
  width: calc(100vw - 50px);
  margin: 0 auto 10.4vw;
  text-align: center;
}

.access-content img {
  width: 86.666vw;
  height: 57.777vw;
}

.access-content_textbox.box3 {
  margin-top: -0.2vw;
}

.access-content_textbox.box4 {
  margin-top: -0.3vw;
}

.access-content_textbox.box5 {
  margin-top: -0.2vw;
}

.access-content_textbox.box6 {
  margin-top: 4.6vw;
}

.access-content_subtit {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
  padding-top: 2.4vw;
  letter-spacing: 0.02em;
}

.access-content_maintit {
  font-family: "Noto Sans JP";
  font-size: 4.8vw;
  line-height: 1.55;
  font-weight: 500;
  text-align: center;
  padding-top: 1vw;
  letter-spacing: 0.02em;
}

.access-content_entit {
  position: relative;
  font-family: "Poppins";
  font-size: 3.2vw;
  line-height: 1.538;
  font-weight: 500;
  color: #0e3169;
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 4.6vw;
  letter-spacing: 0.02em;
}

.access-content_entit:after {
  display: inline-block;
  position: absolute;
  bottom: -47%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 4vw;
  height: 0.53vw;
  background: #0e3169;
}

.access-content_post, .access-content_add {
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 1.666;
  text-align: center;
  letter-spacing: 0.02em;
}

.footer {
  margin-top: -3.5vw;
  padding-top: 0;
}

.pc_none {
  display: block;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .access {
    padding-top: 6.73vw;
    padding-bottom: 7.4615vw;
  }
  .access h2 {
    padding-top: 0.769vw;
    padding-bottom: 0px;
  }
  .access h3 {
    padding-top: 0px;
    padding-bottom: 4.384vw;
  }
  .access-wrap {
    width: 92.307vw;
    margin: auto;
    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;
    row-gap: 4.538vw;
  }
  .access-content {
    width: 44.61vw;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .access-content img {
    width: 100%;
    height: auto;
  }
  .access-content_textbox.box3 {
    margin-top: 0;
  }
  .access-content_textbox.box4 {
    margin-top: 0;
  }
  .access-content_textbox.box5 {
    margin-top: 0;
  }
  .access-content_textbox.box6 {
    margin-top: 0;
  }
  .access-content_subtit {
    font-family: "Noto Sans JP";
    font-size: 1.2307vw;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
    padding-top: 1.615vw;
    letter-spacing: 0;
  }
  .access-content_maintit {
    font-family: "Noto Sans JP";
    font-size: 1.538vw;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
    padding-top: 0px;
    letter-spacing: 0.02em;
  }
  .access-content_entit {
    position: relative;
    font-family: "Poppins";
    font-size: 1.076vw;
    line-height: 1.538;
    font-weight: 500;
    color: #0e3169;
    text-align: center;
    margin-top: 0.615vw;
    margin-bottom: 0.769vw;
    letter-spacing: 0;
  }
  .access-content_entit:after {
    display: inline-block;
    position: absolute;
    bottom: -90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 1.923vw;
    height: 0.2307vw;
    background: #0e3169;
  }
  .access-content_post, .access-content_add {
    font-family: "Noto Sans JP";
    font-size: 1.23vw;
    line-height: 1.666;
    text-align: center;
    letter-spacing: 0.03em;
    padding-top: 2.077vw;
    padding-bottom: 0;
  }
  .footer {
    margin-top: 0;
  }
  .pc_none {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .access {
    padding-top: 87.5px;
    padding-bottom: 97px;
  }
  .access h2 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .access h3 {
    padding-top: 0px;
    padding-bottom: 57px;
  }
  .access-wrap {
    width: 1200px;
    margin: auto;
    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;
    row-gap: 59px;
  }
  .access-content {
    width: 580px;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .access-content img {
    width: 100%;
    height: auto;
  }
  .access-content_textbox.box3 {
    margin-top: 0;
  }
  .access-content_textbox.box4 {
    margin-top: 0;
  }
  .access-content_textbox.box5 {
    margin-top: 0;
  }
  .access-content_textbox.box6 {
    margin-top: 0;
  }
  .access-content_subtit {
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
    padding-top: 21px;
    letter-spacing: 0;
  }
  .access-content_maintit {
    font-family: "Noto Sans JP";
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
    padding-top: 0px;
    letter-spacing: 0.02em;
  }
  .access-content_entit {
    position: relative;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 1.538;
    font-weight: 500;
    color: #0e3169;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  .access-content_entit:after {
    display: inline-block;
    position: absolute;
    bottom: -90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 25px;
    height: 3px;
    background: #0e3169;
  }
  .access-content_post, .access-content_add {
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 1.666;
    text-align: center;
    letter-spacing: 0.03em;
    padding-top: 27px;
    padding-bottom: 0;
  }
  .footer {
    margin-top: 0;
  }
  .pc_none {
    display: none;
  }
}

.message {
  margin-top: 12vw;
  padding-bottom: 15vw;
  background: #f0f2f2;
}

.message h2 {
  padding-top: 13.8vw;
  padding-bottom: 1.2vw;
}

.message h3 {
  padding-bottom: 11.7vw;
}

.message-txt {
  width: 86.66vw;
  margin: auto;
  font-size: 5.6vw;
  font-weight: 500;
}

.message-txt_row1, .message-txt_row2, .message-txt_row3 {
  border-bottom: 0.1333vw solid #333333;
  padding-bottom: 2.1vw;
  margin-bottom: 4.5vw;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .message {
    margin-top: 0;
    padding-top: 7.25vw;
    padding-bottom: 6.5vw;
    background: #f0f2f2;
  }
  .message h2 {
    padding-top: 0.833vw;
    padding-bottom: 0px;
  }
  .message h3 {
    padding-top: 0;
    padding-bottom: 5vw;
  }
  .message-txt {
    width: 100%;
    margin: auto;
    font-size: 2vw;
    font-weight: 500;
    text-align: center;
  }
  .message-txt_row1, .message-txt_row2 {
    letter-spacing: 0.04em;
    display: inline-block;
    border-bottom: 0.08333vw solid #333333;
    padding-bottom: 1.66vw;
    margin-bottom: 1.615vw;
  }
}

@media screen and (min-width: 1200px) {
  .message {
    margin-top: 0;
    padding-top: 87px;
    padding-bottom: 78px;
    background: #f0f2f2;
  }
  .message h2 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .message h3 {
    padding-top: 0;
    padding-bottom: 65px;
  }
  .message-txt {
    width: 100%;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .message-txt_row1, .message-txt_row2 {
    letter-spacing: 0.04em;
    display: inline-block;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    margin-bottom: 21px;
  }
}

.column {
  padding-top: 13.5vw;
  padding-bottom: 6.6vw;
}

.column h3 {
  padding-top: 2vw;
}

.column-txtwrap {
  width: 74.3vw;
  margin: auto;
}

.column-slick_item img {
  width: 74.666vw;
  height: 49.77333vw;
  margin: auto;
}

.column-slick_txt {
  width: 74.3vw;
  margin: auto;
  line-height: calc(60/30);
  letter-spacing: -0.03em;
  padding-top: 1vw;
  font-size: 4vw;
}

.column-btn {
  font-family: "Poppins";
  color: #0e3169;
  font-size: 4vw;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 500;
  vertical-align: bottom;
  margin-top: 1vw;
  margin-right: 3vw;
  text-align: right;
}

.column-btn::before {
  display: inline-block;
  content: "";
  width: 17.5vw;
  height: 0.2666vw;
  background: #103496;
  margin-bottom: 0.8vw;
  margin-right: 0.1vw;
}

.slider {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  top: 42%;
  cursor: pointer;
  outline: none;
  width: 8vw;
  height: 8vw;
  color: #fff;
  font-size: 4.6666vw;
  text-align: center;
  padding: 1.333vw 0;
  background: #0e3169;
}

.slick-prev {
  left: 2.8vw;
}

.slick-next {
  right: 2.8vw;
}

.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 2.7vw 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4vw;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 4vw;
  height: 4vw;
  display: block;
  border-radius: 50%;
  background: #f0f2f2;
}

.slick-dots .slick-active button {
  background: #7c7c7c;
}

.slick-dots {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .column {
    padding-top: 7.53vw;
    padding-bottom: 7.23vw;
  }
  .column h2 {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .column h3 {
    padding-top: 0px;
    padding-bottom: 58px;
  }
  .column .slider {
    width: 96.153vw;
    margin: auto;
  }
  .column-txtwrap {
    width: 26.923vw;
    margin: auto;
  }
  .column-slick_item img {
    width: 28.46vw;
    height: 19vw;
    margin: auto;
  }
  .column-slick_txt {
    width: 28.461vw;
    margin: auto;
    line-height: 1.9;
    letter-spacing: -0.03em;
    padding-top: 1.384vw;
    font-size: 1.23vw;
  }
  .column-btn {
    font-family: "Poppins";
    color: #0e3169;
    font-size: 1.307vw;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 1.538vw;
    margin-right: -0.769vw;
    text-align: right;
  }
  .column-btn::before {
    display: inline-block;
    content: "";
    width: 5.385vw;
    height: 0.0769vw;
    background: #103496;
    margin-bottom: 0.3846vw;
    margin-right: 0.4615vw;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 46%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 0.1666vw solid #0e3169;
    /*矢印の色*/
    border-right: 0.1666vw solid #0e3169;
    /*矢印の色*/
    height: 1.08333vw;
    width: 1.08333vw;
    background-color: transparent;
    padding: 0;
  }
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (min-width: 1300px) {
  .column {
    padding-top: 98px;
    padding-bottom: 94px;
  }
  .column h2 {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .column h3 {
    padding-top: 0px;
    padding-bottom: 58px;
  }
  .column .slider {
    width: 1250px;
    margin: auto;
  }
  .column-txtwrap {
    width: 350px;
    margin: auto;
  }
  .column-slick_item img {
    width: 370px;
    height: 247px;
    margin: auto;
  }
  .column-slick_txt {
    width: 370px;
    margin: auto;
    line-height: 1.9;
    letter-spacing: -0.03em;
    padding-top: 18px;
    font-size: 16px;
  }
  .column-btn {
    font-family: "Poppins";
    color: #0e3169;
    font-size: 17px;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 20px;
    margin-right: -10px;
    text-align: right;
  }
  .column-btn::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 1px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 6px;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 46%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #0e3169;
    /*矢印の色*/
    border-right: 2px solid #0e3169;
    /*矢印の色*/
    height: 31px;
    width: 31px;
    background-color: transparent;
    padding: 0;
  }
  .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.apply {
  background: #f0f2f2;
  padding-top: 13.4vw;
  padding-bottom: 13.3vw;
  margin-bottom: 11vw;
}

.apply h3 {
  padding-top: 2.5vw;
}

.apply-hurrybtn {
  width: 87vw;
  margin: 0 auto 12vw;
  background: #0e3169;
  text-align: center;
}

.apply-hurrybtn a {
  display: block;
  font-size: 6.266vw;
  font-family: "Oswald";
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-right: -1vw;
  padding: 3.9vw 0 6.2vw;
}

.apply-hurrybtn_img img {
  width: 5.5vw;
  margin-right: 2vw;
  line-height: 1.7;
  padding-bottom: 2vw;
}

.apply-hurrybtn_txt {
  font-size: 4.666vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.06em;
}

.apply .contact-lastcheck2 {
  visibility: hidden;
}

.apply .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.apply .mwform-radio-field {
  padding-bottom: 0;
}

.contact {
  padding-bottom: 22.4vw;
}

.contact-outer {
  width: 87vw;
  margin: auto;
}

.contact-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.9vw;
}

.contact-tit_tit {
  font-size: 4vw;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.contact-tit_label {
  font-size: 3.2vw;
  color: white;
  background: #0e3169;
  text-align: right;
  font-weight: 500;
  padding: 0.8vw 3.5vw 0.5vw;
  margin-top: -0.2vw;
}

.contact-input {
  width: 100%;
  padding: 1.93vw 1.066vw;
  font-size: 4vw;
  border-radius: 0;
  font-family: inherit;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-indent: -1.5em;
  padding: 3.6vw 2.4vw 2.533vw 6vw;
  font-size: 4vw;
  letter-spacing: 0;
  line-height: 1.76;
  background: #fff;
}

.contact-radio.radio6 {
  padding: 3.6vw 0 2.3vw 7.5vw;
}

.contact-radio label {
  padding-bottom: 1vw;
}

.contact-radio_txt {
  position: relative;
  margin: 0;
  color: #707070;
  cursor: pointer;
  margin-left: 2.5vw;
}

.contact-item {
  padding-bottom: 6.4vw;
}

.contact-textarea {
  width: 100%;
  height: 42vw;
  padding: 2.9vw;
  border-radius: 0;
  font-family: inherit;
  color: #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
}

.contact-privacy_txt {
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-top: 3.5vw;
}

.contact-privacy_txt label {
  display: block;
  text-align: center;
}

.contact-privacy_txt a {
  color: #103496;
  text-decoration: underline;
}

.contact-privacy_check {
  padding-top: 5.5vw;
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.02em;
}

.contact-lastcheck {
  margin-top: 10.5vw;
  font-size: 4.8vw;
  color: #0e3169;
  text-align: center;
  border: 1px solid #0e3169;
}

.contact-lastcheck_submit {
  letter-spacing: 0.02em;
  padding: 5.7vw 0 4.4vw;
  width: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .apply {
    background: #f0f2f2;
    padding-top: 8.166vw;
    padding-bottom: 7.9166vw;
    margin-bottom: 0;
  }
  .apply h3 {
    padding-top: 0px;
    padding-bottom: 6.666vw;
  }
  .apply-hurrybtn {
    width: 83.33vw;
    margin: 0 auto 0.83vw;
    background: #0e3169;
    text-align: center;
  }
  .apply-hurrybtn a {
    display: block;
    font-size: 2.66vw;
    font-family: "Oswald";
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-right: 0;
    padding: 2.9166vw 0 3.411vw;
    margin-bottom: 4.833vw;
  }
  .apply-hurrybtn_img img {
    width: 2.5vw;
    margin-right: 0.833vw;
    line-height: 1.7;
    padding-bottom: 0.833vw;
  }
  .apply-hurrybtn_txt {
    font-size: 2vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.08em;
    margin-left: 0;
  }
  .apply .contact-lastcheck2 {
    visibility: hidden;
  }
  .apply .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .apply .mwform-radio-field {
    padding-bottom: 0.595vw;
  }
  .contact {
    padding-bottom: 83.33vw;
  }
  .contact-outer {
    width: 83.33vw;
    margin: auto;
  }
  .contact-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-tit {
    width: 18.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    margin-top: 1.25vw;
  }
  .contact-tit_tit {
    font-size: 1.333vw;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .contact-tit.tit8 {
    margin-top: 1.75vw;
  }
  .contact-tit_label {
    font-size: 0.833vw;
    width: 4.5vw;
    height: 1.66vw;
    color: white;
    background: #0e3169;
    text-align: center;
    font-weight: 500;
    padding: 0.416vw 0.833vw;
  }
  .contact-input {
    width: 63.33vw;
    padding: 1.15vw;
    font-size: 1.333vw;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact-radio {
    width: 63.33vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-indent: 0;
    padding: 0.833vw 0 0 1.666vw;
    font-size: 1.33vw;
    letter-spacing: 0;
    line-height: 1.76;
    background: #fff;
  }
  .contact-radio.radio6 {
    padding: 1.33vw 0 0.416vw 2.5vw;
  }
  .contact-radio label {
    padding-bottom: 0.833vw;
  }
  .contact-radio_txt {
    position: relative;
    margin: 0;
    color: #707070;
    cursor: pointer;
    margin-left: 0.833vw;
  }
  .contact-item {
    padding-bottom: 1.66vw;
  }
  .contact-textarea {
    width: 63.33vw;
    height: 21.25vw;
    padding: 1.333vw 2.25vw;
    font-size: 1.33vw;
    border-radius: 0;
    font-family: inherit;
    color: #707070;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .contact-privacy_txt {
    font-size: 1.33vw;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0;
    text-align: center;
  }
  .contact-privacy_txt label {
    display: block;
    text-align: center;
  }
  .contact-privacy_txt a {
    color: #103496;
    text-decoration: underline;
  }
  .contact-privacy_check {
    padding-top: 2.1666vw;
    text-align: center;
    font-size: 1.33vw;
    letter-spacing: 0.02em;
  }
  .contact-lastcheck {
    width: 40vw;
    margin: auto;
    margin-top: 6.083vw;
    font-size: 1.5vw;
    color: #0e3169;
    text-align: center;
    border: 1px solid #0e3169;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact-lastcheck:hover {
    color: #fff;
    background: #0e3169;
  }
  .contact-lastcheck_submit {
    letter-spacing: 0.02em;
    padding: 2.4166vw 0 2.333vw;
    width: 100%;
  }
  .topheader-hamburgermenu_contact {
    margin-top: calc(100vw / 1200 * 110);
    margin-bottom: 3.333vw;
  }
}

@media screen and (min-width: 1200px) {
  .apply {
    background: #f0f2f2;
    padding-top: 98px;
    padding-bottom: 95px;
    margin-bottom: 0;
  }
  .apply h3 {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .apply-hurrybtn {
    width: 1000px;
    margin: 0 auto 10px;
    background: #0e3169;
    text-align: center;
  }
  .apply-hurrybtn a {
    display: block;
    font-size: 32px;
    font-family: "Oswald";
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.7;
    margin-right: 0;
    padding: 35px 0 41px;
    margin-bottom: 58px;
  }
  .apply-hurrybtn_img img {
    width: 30px;
    margin-right: 10px;
    line-height: 1.7;
    padding-bottom: 10px;
  }
  .apply-hurrybtn_txt {
    font-size: 24px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.08em;
    margin-left: 0;
  }
  .apply .contact-lastcheck2 {
    visibility: hidden;
  }
  .contact {
    padding-bottom: 100px;
  }
  .contact-outer {
    width: 1000px;
    margin: auto;
  }
  .contact-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-tit {
    width: 219px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .contact-tit_tit {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .contact-tit.tit8 {
    margin-top: 21px;
  }
  .contact-tit_label {
    font-size: 10px;
    width: 54px;
    height: 20px;
    color: white;
    background: #0e3169;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
  }
  .contact-input {
    width: 760px;
    padding: 13.8px;
    font-size: 16px;
    border-radius: 0;
    font-family: inherit;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .contact-radio {
    width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-indent: 0;
    padding: 16px 0 16px 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.76;
    background: #fff;
  }
  .contact-radio.radio6 {
    padding: 16px 0 16px 30px;
  }
  .contact-radio label {
    padding-bottom: 10px;
  }
  .contact-radio_txt {
    position: relative;
    margin: 0;
    color: #707070;
    cursor: pointer;
    margin-left: 10px;
  }
  .contact-item {
    padding-bottom: 20px;
  }
  .contact-textarea {
    width: 760px;
    height: 255px;
    padding: 16px 27px;
    font-size: 16px;
    border-radius: 0;
    font-family: inherit;
    color: #707070;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .contact-privacy_txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 0;
    text-align: center;
  }
  .contact-privacy_txt label {
    display: block;
    text-align: center;
  }
  .contact-privacy_txt a {
    color: #103496;
    text-decoration: underline;
  }
  .contact-privacy_check {
    padding-top: 26px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .contact-lastcheck {
    width: 480px;
    margin: auto;
    margin-top: 73px;
    font-size: 18px;
    color: #0e3169;
    text-align: center;
    border: 1px solid #0e3169;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact-lastcheck:hover {
    color: #fff;
    background: #0e3169;
  }
  .contact-lastcheck_submit {
    letter-spacing: 0.02em;
    padding: 29px 0 28px;
    width: 50%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .mwform-radio-field {
    padding-bottom: 6px;
  }
}

.tax-fixedmenu {
  display: none;
}

.tax-pc-fixedmenu {
  display: block;
}

.tax-pc-fixedmenu.active {
  display: none;
}

.tax-pc-fixedmenu-item {
  display: block;
  position: fixed;
  width: 60px;
  height: 168px;
  bottom: 120px;
  right: 20px;
  z-index: 99;
  background: #f57100;
  text-align: center;
}

.tax-pc-fixedmenu-item:hover {
  opacity: 0.7;
}

.tax-pc-fixedmenu-item a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 10px;
}

.num {
  font-family: "oswald";
  font-size: 21px;
  font-weight: 500;
}

.minute {
  font-family: "oswald";
  font-size: 12px;
  font-weight: 500;
}

.btn-txt {
  font-size: 21px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

.btn-txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  bottom: 0;
  left: 50%;
  background: #fff;
}

.tax-pc-topbtn {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  display: none;
  background: rgba(14, 49, 105, 0.7);
}

.tax-pc-topbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px 10px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tax-pc-topbtn a img {
  width: 60%;
}

.tax-pc-topbtn a:hover {
  background: rgba(14, 49, 105, 0.3);
}

@media screen and (max-width: 834px) {
  .tax-pc-fixedmenu {
    display: none;
  }
  .tax-fixedmenu {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
  }
  .tax-fixedmenu.active {
    display: none;
  }
  .tax-fixedmenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .tax-fixedmenu-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .tax-fixedmenu-item a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
  }
  .tax-fixedmenu li:first-child {
    background: #f57100;
    font-size: 5.333vw;
    font-weight: 500;
  }
  .tax-fixedmenu li:first-child a {
    display: block;
    font-family: "Noto Sans JP";
    padding: 3.333vw 0;
  }
  .tax-fixedmenu li:last-child {
    background: #0e3169;
    font-family: "Noto Sans JP";
    font-size: 5.333vw;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .tax-fixedmenu li:last-child img {
    width: 4.508vw;
    margin-right: 1.62666vw;
    vertical-align: inherit;
  }
  .tax-fixedmenu li:last-child a {
    display: block;
    padding: 4vw 0;
  }
  .num {
    font-family: "Oswald";
    font-size: 6.4vw;
  }
  .minute {
    font-family: "Oswald";
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 835px) {
  .page_topbtn {
    display: none !important;
  }
}
