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

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

.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: 4vw;
  opacity: 0.5;
}

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

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

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 59%;
  left: -7%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .breadcrumb {
    margin-left: 0;
    margin-top: -0.25;
  }
  .breadcrumb-item {
    font-size: 1.08333vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 2.08333vw;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -18%;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 2.08333vw;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -8.5%;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1200px), print {
  .breadcrumb {
    margin-left: 0;
    margin-top: -3px;
  }
  .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: -18%;
    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: -8.5%;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.fv {
  padding-top: 18.666vw;
  background-image: url("../../../../img/amic-fv_background.png");
  background-size: 80vw 200vh;
  background-repeat: no-repeat;
  background-position: left;
  overflow: hidden;
  position: relative;
}

.fv-wrap {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding-top: 3.4666vw;
}

.fv-wrap_maintit {
  padding-top: 7.8vw;
}

.fv-subtit {
  margin-top: 0.9vw;
  font-family: 'Noto Sans JP';
}

.fv-subtit_under {
  color: #333333;
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-top: 1.3vw;
}

.fv-pic {
  text-align: right;
  margin-top: 8vw;
  margin-right: -13.333vw;
  margin-bottom: 4vw;
}

.fv-pic img {
  width: 86.666%;
}

.fv-message_tit {
  position: absolute;
  top: 170.3vw;
  left: 6.6666vw;
  display: inline-block;
  font-family: 'Poppins';
  font-size: 4vw;
  letter-spacing: 0.08em;
  line-height: 1.33;
  color: #fff;
  background: #0e3169;
  padding: 0.9vw 4.7vw 1.4vw 4.4vw;
}

.fv-message_name {
  font-size: 6.133vw;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-top: 1.2vw;
}

.fv-message_name span {
  font-size: 4vw;
  margin-right: 5.9vw;
}

.fv-message-txt {
  padding: 5vw 0 9.9vw;
  font-size: 4vw;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .main[data-page="satsuki"] .fv-message_tit {
    top: 158.3vw;
  }
  .main[data-page="himawari"] .fv-message_tit {
    top: 158.3vw;
  }
  .main[data-page="asunaro"] .fv-message_tit {
    top: 158.3vw;
  }
  .main[data-page="yayoi"] .fv-message_tit {
    top: 158.3vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1239px) {
  .fv {
    height: 74.1666vw;
    padding-top: 7.5vw;
    background-size: 78vw 60vw;
    overflow: hidden;
  }
  .fv-wrap {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .fv-wrap_maintit {
    padding-top: 2.58333vw;
  }
  .fv-subtit {
    margin-top: -0.475vw;
    margin-bottom: 14.69vw;
    line-height: 2.888;
  }
  .fv-subtit_under {
    text-align: right;
    width: 58.333vw;
    font-size: 1.333vw;
  }
  .fv-pic {
    display: inline-block;
    position: absolute;
    margin: 0;
    bottom: 0;
    right: -5vw;
  }
  .fv-pic img {
    width: 41.6666vw;
  }
  .fv-message_tit {
    position: absolute;
    top: 45.5vw;
    left: 2vw;
    display: inline-block;
    font-family: 'Poppins';
    font-size: 1.333vw;
    letter-spacing: 0.08em;
    line-height: 1.33;
    color: #fff;
    background: #0e3169;
    padding: 0.4vw 2vw 0.5333vw;
  }
  .fv-message_name {
    font-size: 2.666vw;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: right;
    width: 58.333vw;
  }
  .fv-message_name span {
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    line-height: 2.888;
  }
  .fv-message-txt {
    font-size: 1.333vw;
    width: 58.333vw;
  }
}

@media screen and (min-width: 1240px), print {
  .fv {
    height: 890px;
    padding-top: 90px;
    background-size: calc(1170px + ((100% - 1500px)/2)) 760px;
    overflow: hidden;
  }
  .fv-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 26px;
  }
  .fv-wrap_maintit {
    padding-top: 31px;
  }
  .fv-subtit {
    margin-top: -5.7px;
    margin-bottom: 148px;
  }
  .fv-subtit_under {
    text-align: right;
    width: 700px;
    font-size: 16px;
    padding-top: 13px;
  }
  .fv-pic {
    display: inline-block;
    position: absolute;
    margin: 0;
    bottom: -99px;
    right: -97px;
  }
  .fv-pic img {
    width: 500px;
  }
  .fv-message_tit {
    position: absolute;
    top: 403.5px;
    left: -30px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.33;
    color: #fff;
    background: #0e3169;
    padding: 5.5px 18px 4.5px 20px;
  }
  .fv-message_name {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.625;
    text-align: right;
    width: 703px;
    padding-top: 0;
    margin-top: -2px;
  }
  .fv-message_name span {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.888;
    margin-right: 19px;
  }
  .fv-message-txt {
    padding: 37px 0 60px;
    font-size: 16px;
    width: 700px;
  }
}

.strength {
  padding-top: 16.9vw;
  padding-bottom: 1.8vw;
  overflow: hidden;
}

.strength h3 {
  padding-top: 0.3vw;
  padding-bottom: 10.3vw;
}

.strength-p {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.strength-item {
  width: calc(100% - 25px);
  margin-left: 6.666vw;
  padding: 0 0 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.strength-item img {
  width: 63%;
}

.strength-item_num {
  font-family: "oswald";
  font-size: 14.4vw;
  letter-spacing: 0.06em;
  color: #0e3169;
  font-weight: 200;
  padding-bottom: 2.4vw;
}

.strength-item .num2 {
  margin-left: -7.875px;
  margin-bottom: 0.0vw;
}

.strength-item .num3 {
  margin-left: -7.5px;
  margin-bottom: 0.4vw;
}

.strength-item_logo {
  position: absolute;
  font-family: "oswald";
  font-size: 2.8vw;
  color: #0e3169;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #0e3169;
  padding: 0 10vw 1.1vw 5vw;
  overflow: hidden;
}

.strength-item .logo01 {
  right: -5.1vw;
  bottom: 14.9vw;
}

.strength-item .logo02 {
  right: -5.1vw;
  bottom: 15vw;
}

.strength-item .logo03 {
  right: -5.1vw;
  bottom: 15vw;
}

.strength-tit {
  font-size: 5.333vw;
  font-weight: 500;
  color: #0e3169;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

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

.large_only {
  display: none;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .strength {
    padding-top: 3.25vw;
  }
  .strength h3 {
    padding-top: 0.08333vw;
    padding-bottom: 4.58333vw;
  }
  .strength-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5vw;
    width: calc(100% - 100px);
    margin: 0 auto 5.333vw;
    position: relative;
  }
  .strength-p {
    width: 52.583vw;
    margin: 0;
  }
  .strength-item {
    position: static;
    width: 31.666vw;
    height: 31.666vw;
    margin: 0;
    padding: 0;
  }
  .strength-item img {
    width: 100%;
    height: 100%;
  }
  .strength-item_num {
    position: absolute;
    font-family: "oswald";
    font-size: 8.333vw;
    letter-spacing: 0.06em;
    color: #0e3169;
    font-weight: 200;
    padding-bottom: 0;
    right: 6.946vw;
  }
  .strength-item_logo {
    position: absolute;
    font-family: "oswald";
    font-size: 1.6666vw;
    color: #0e3169;
    border-bottom: 0.08333vw solid #0e3169;
    padding: 0 4.75vw 0.666vw 3.0833vw;
  }
  .strength-item .num1,
  .strength-item .num2,
  .strength-item .num3 {
    margin-right: -1.33vw;
    margin-bottom: -1.33vw;
  }
  .strength-item .logo01 {
    right: -6.197vw;
    bottom: 3.583vw;
  }
  .strength-item .logo02 {
    right: -6.197vw;
    bottom: 3.583vw;
  }
  .strength-item .logo03 {
    right: -6.197vw;
    bottom: 3.583vw;
  }
  .strength-tit {
    font-size: 2vw;
    font-weight: 500;
    color: #0e3169;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .strength-txt {
    padding: 2.91666vw 0;
    font-size: 1.333vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}

@media screen and (min-width: 1200px) {
  .strength {
    padding-top: 39px;
    padding-bottom: 21px;
  }
  .strength h3 {
    padding-top: 1px;
    padding-bottom: 55px;
  }
  .strength-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto 64px;
    position: relative;
  }
  .strength-p {
    width: 631px;
    margin: 0;
  }
  .strength-item {
    position: static;
    width: 380px;
    height: 380px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .strength-item img {
    width: 100%;
    height: 100%;
  }
  .strength-item_num {
    position: absolute;
    font-family: "oswald";
    font-size: 100px;
    letter-spacing: 0.06em;
    color: #0e3169;
    font-weight: 200;
    padding-bottom: 0;
    right: calc((1500px - 100vw)/2);
  }
}

@media screen and (min-width: 1200px) and (min-width: 1500px) {
  .strength-item_num {
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .strength-item_logo {
    position: absolute;
    font-family: "oswald";
    font-size: 20px;
    color: #0e3169;
    border-bottom: 1px solid #0e3169;
    padding: 0px 57px 8px 37px;
  }
  .strength-item .num1,
  .strength-item .num2,
  .strength-item .num3 {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  .strength-item .logo01,
  .strength-item .logo02,
  .strength-item .logo03 {
    right: calc(-1*(100vw - 1200px)/2);
    bottom: 43px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1500px) {
  .strength-item .logo01,
  .strength-item .logo02,
  .strength-item .logo03 {
    right: -150px;
  }
}

@media screen and (min-width: 1200px) {
  .strength-tit {
    font-size: 24px;
    font-weight: 500;
    color: #0e3169;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .strength-txt {
    padding: 35px 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .strength .large_only {
    display: none;
  }
}

@media (min-width: 1501px) {
  .strength {
    position: relative;
  }
  .strength .large_none {
    display: none;
  }
  .strength .large_only {
    display: block;
  }
  .strength .logo01,
  .strength .logo02,
  .strength .logo03 {
    width: 1000px;
    left: calc(1327px + (100vw - 1500px) / 2);
  }
  .strength .logo01 {
    top: 480px;
  }
  .strength .logo02 {
    top: 930px;
  }
  .strength .logo03 {
    top: 1370px;
  }
}

.access {
  padding-top: 7.5vw;
  padding-bottom: 5.3vw;
}

.access h3 {
  padding-top: 0.533vw;
  padding-bottom: 10.3vw;
}

.access iframe {
  width: 100vw;
  height: 115vw;
}

.access-inner {
  width: calc(100% - 50px);
  margin: 0 auto;
}

.access-tit {
  font-size: 5.333vw;
  text-align: center;
  line-height: 1.55;
  margin: 9.1vw 0 4.8vw;
}

.access-post, .access-add, .access-time {
  font-size: 4vw;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.access-post {
  display: block;
}

.access-contents {
  margin-top: 10.1vw;
}

.access-content {
  position: relative;
  margin-bottom: 10.222vw;
}

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

.access-content_num {
  color: #fff;
  font-family: "oswald";
  font-size: 5.6vw;
  background-color: #0e3169;
  display: inline-block;
  position: absolute;
  text-align: center;
  width: 14.444vw;
  padding: 4.2vw 0;
  top: 2.2666vw;
  left: -2.6666vw;
}

.access-content_txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 1.9vw;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .access {
    padding-top: 4.75vw;
    padding-bottom: 6.75vw;
    margin: 0 auto;
  }
  .access h3 {
    padding-top: 0.1333vw;
    padding-bottom: 6.41666vw;
  }
  .access-inner {
    width: calc(100% - 100px);
  }
  .access-tit {
    font-size: 1.6666vw;
    text-align: center;
    line-height: 1.6;
    margin: 3.333vw 0 0.75vw;
  }
  .access-post, .access-add, .access-time {
    font-size: 1.333vw;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .access-post {
    display: none;
  }
  .access iframe {
    margin-left: 0;
    margin-top: -1.6666vw;
    height: 33.25vw;
    width: 100%;
  }
  .access-contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5vw 3.75vw;
    margin-top: 4.6666vw;
  }
  .access-content {
    margin-top: 0;
    margin-bottom: 0;
    width: 26.8333vw;
  }
  .access-content_num {
    font-size: 2.1666vw;
    width: 5vw;
    padding: 1.41666vw 0;
    top: 0.8333vw;
    left: -0.8333vw;
  }
  .access-content_txt {
    font-size: 1.3333vw;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin: 1.5vw 0.83vw;
  }
  .access-content img {
    width: 27vw;
    height: 18vw;
    text-align: right;
    margin-left: 0.83vw;
  }
}

@media screen and (min-width: 1200px) {
  .access {
    padding-top: 63px;
    padding-bottom: 81px;
    margin: auto;
    width: 1200px;
  }
  .access h3 {
    padding-top: 1px;
    padding-bottom: 77px;
  }
  .access-inner {
    width: 1200px;
  }
  .access iframe {
    max-width: 1200px;
    margin-top: -20px;
    height: 399px;
  }
  .access-tit {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
    margin: 40px 0 9px;
  }
  .access-post, .access-add, .access-time {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .access-post {
    display: none;
  }
  .access-contents {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 45px;
    margin-top: 56px;
  }
  .access-content {
    margin-top: 0;
    width: 370px;
    margin-bottom: 0;
  }
  .access-content_num {
    font-size: 26px;
    width: 60px;
    padding: 15px 0;
    top: 10px;
    left: 0;
  }
  .access-content_txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin: 18px 10px;
  }
  .access-content img {
    width: 360px;
    height: 240px;
    text-align: right;
    margin-left: 10px;
  }
}

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

.service h3 {
  padding-top: 1px;
  padding-bottom: 5vw;
}

@media (max-width: 835px) {
  .service-wrapper {
    margin-top: 5.3vw;
  }
}

.service-btn {
  width: 68vw;
  padding: 4.1vw 0;
  margin: 0 auto 5.2vw;
  border: 0.1333vw solid #0e3169;
  text-align: center;
}

.service-btn::before {
  display: inline-block;
  position: absolute;
  left: 8vw;
  margin-top: 2.2666vw;
  content: "";
  width: 12vw;
  height: 0.1333vw;
  background: #0e3169;
}

.service-btn a {
  font-size: 4vw;
  color: #0e3169;
  letter-spacing: 0.04em;
  padding: 4.1vw 0;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .service {
    background: #f0f2f2;
    padding-top: 8.1666vw;
    padding-bottom: 12.3333vw;
  }
  .service-wrapper {
    width: calc(100% - 100px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3.333vw 10vw;
  }
  .service-btn {
    position: relative;
    width: 38.5vw;
    padding: 2.29166vw 0;
    margin: 0;
    border: 0.08333vw solid #0e3169;
    text-align: center;
    color: #0e3169;
  }
  .service-btn:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .service-btn:hover a {
    color: #fff;
  }
  .service-btn:hover::after {
    display: inline-block;
    position: absolute;
    left: 0;
    margin-top: 0.8333vw;
    content: "";
    width: 2.5vw;
    height: 0.08333vw;
    background: #fff;
  }
  .service-btn::before {
    display: inline-block;
    position: absolute;
    left: -5vw;
    margin-top: 0.8333vw;
    content: "";
    width: 7.5vw;
    height: 0.08333vw;
    background: #0e3169;
  }
  .service-btn a {
    font-size: 1.6666vw;
    letter-spacing: 0.04em;
  }
  .service-contact {
    width: 100%;
    margin-top: 11.75vw;
    text-align: center;
    color: #fff;
    font-family: "oswald", "Noto Sans JP";
    font-weight: 400;
  }
  .service-contact_tel {
    font-size: 2.6666vw;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .service-contact_tel img {
    width: 2.333vw;
    margin-right: 1.25vw;
    margin-bottom: 1.08333vw;
  }
  .service-contact_mail {
    font-size: 2.4vw;
    letter-spacing: 0.08em;
    line-height: 1.333;
    vertical-align: middle;
  }
  .service-contact_mail img {
    width: 2.333vw;
    margin-right: 1.25vw;
    margin-bottom: 0.83vw;
  }
  .service-contact a {
    padding: 4.08333vw 18.5vw 4.75vw;
    background: #0e3169;
    margin: 0 auto;
    vertical-align: middle;
  }
  .service-contact a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #103496;
  }
}

@media screen and (min-width: 1200px) {
  .service {
    background: #f0f2f2;
    padding-top: 98px;
    padding-bottom: 148px;
  }
  .service h3 {
    padding-top: 1px;
    padding-bottom: 57px;
  }
  .service-wrapper {
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px 80px;
  }
}

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

@media screen and (min-width: 1200px) {
  .service-btn {
    position: relative;
    width: 509px;
    margin: 0;
    padding: 0;
    border: 1px solid #0e3169;
    text-align: center;
  }
  .service-btn:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #0e3169;
  }
  .service-btn:hover a {
    color: #fff;
  }
  .service-btn:hover::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    margin-top: 0;
    content: "";
    width: 28px;
    height: 1px;
    background: #fff;
  }
  .service-btn::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -60px;
    margin-top: 0;
    content: "";
    width: 90px;
    height: 1px;
    background: #0e3169;
  }
  .service-btn a {
    font-size: 20px;
    color: #0e3169;
    letter-spacing: 0.04em;
    padding: 27.5px 0;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .service-contact {
    width: 100%;
    margin-top: 141px;
    text-align: center;
    color: #fff;
    font-family: "oswald", "Noto Sans JP";
    font-weight: 400;
  }
  .service-contact_tel {
    font-size: 32px;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }
  .service-contact_tel img {
    width: 28px;
    margin-right: 15px;
    margin-bottom: 13px;
  }
  .service-contact_mail {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.333;
    vertical-align: middle;
  }
  .service-contact_mail img {
    width: 28px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .service-contact a {
    padding: 49px 222px 57px;
    background: #0e3169;
    margin: 0 auto;
    vertical-align: middle;
  }
  .service-contact a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #103496;
  }
}

.info {
  padding-top: 17.3vw;
  padding-bottom: 16.66vw;
  width: calc(100% - 95px);
  margin: 0 auto;
}

.info h3 {
  padding-top: 0.3vw;
  padding-bottom: 11vw;
}

.info-slick {
  position: relative;
}

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

.info-subtit {
  font-size: 4vw;
  font-weight: 500;
  line-height: 2.06;
  letter-spacing: 0.04em;
  margin-top: 5.333vw;
}

.info-tit {
  font-size: 5.333vw;
  max-width: 560px;
  margin: auto;
  line-height: 1.55;
  margin-bottom: 4vw;
  font-weight: 500;
  margin-top: 0;
}

.info-post, .info-add, .info-tel, .info-time {
  max-width: 560px;
  margin: auto;
  font-family: "Noto Sans JP";
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.info-link {
  font-family: "Poppins";
  color: #0e3169;
  font-size: 4vw;
  line-height: 1.333;
  letter-spacing: 0.02em;
  font-weight: 500;
  vertical-align: bottom;
  margin-top: 4.9vw;
}

.info-link::before {
  display: inline-block;
  content: "";
  width: 14vw;
  height: 0.2666vw;
  background: #103496;
  margin-bottom: 0.8vw;
  margin-right: 1vw;
}

.info .slider {
  position: relative;
}

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

.info .slick-prev {
  left: -37px;
}

.info .slick-next {
  right: -37px;
}

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

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

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

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

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .info {
    padding-top: 8.083vw;
    padding-bottom: 8.333vw;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .info h3 {
    padding-top: 0.08333vw;
    padding-bottom: 4.75vw;
  }
  .info-slick {
    position: relative;
  }
  .info-slick_item {
    width: calc((100vw - 200px) / 3);
    margin: auto;
  }
  .info-slick_item img {
    width: calc((100vw - 200px) / 3);
    height: 20.57333vw;
    margin: auto;
  }
  .info-text {
    width: 29.1666vw;
    margin: auto;
  }
  .info-subtit {
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 2.06;
    letter-spacing: 0.04em;
    margin-top: 1.25vw;
    margin-left: 2vw;
  }
  .info .nonsub {
    margin-top: 1.66vw;
    margin-left: 2vw;
  }
  .info-tit {
    font-size: 1.5vw;
    line-height: 1.55;
    margin-bottom: 0.8333vw;
    font-weight: 500;
    margin-top: 0;
    margin-left: 2vw;
  }
  .info-post, .info-add, .info-tel, .info-time {
    font-size: 1.333vw;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin-left: 2vw;
  }
  .info-link {
    font-family: "Poppins";
    color: #0e3169;
    font-size: 1.41666vw;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 1.91666vw;
    margin-left: 2vw;
  }
  .info-link::before {
    display: inline-block;
    content: "";
    width: 5.8333vw;
    height: 0.08333vw;
    background: #103496;
    margin-bottom: 0.416666vw;
    margin-right: 0.8333vw;
  }
  .info .slider {
    position: relative;
  }
  .info .slick-prev,
  .info .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 38%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 0.1666vw solid #0e3169;
    /*矢印の色*/
    border-right: 0.1666vw solid #0e3169;
    /*矢印の色*/
    height: 2.08333vw;
    width: 2.08333vw;
    background-color: white;
    padding: 0;
  }
  .info .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -3.5%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .info .slick-next {
    /*次へ矢印の位置と形状*/
    right: -3.5%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (min-width: 1300px) {
  .info {
    padding-top: 97px;
    padding-bottom: 100px;
    max-width: 1200px;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .info h3 {
    padding-top: 1px;
    padding-bottom: 57px;
  }
  .info-slick {
    position: relative;
  }
  .info-slick_item {
    width: 370px;
    margin: auto;
  }
  .info-slick_item img {
    width: 370px;
    height: 246.88px;
  }
  .info-text {
    width: 350px;
    margin: auto;
  }
  .info-subtit {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.06;
    letter-spacing: 0.04em;
    margin-top: 15px;
  }
  .info-tit {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
  }
  .info .nonsub {
    margin-top: 20px;
  }
  .info-post, .info-add, .info-tel, .info-time {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .info-link {
    font-family: "Poppins";
    color: #0e3169;
    font-size: 17px;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-weight: 500;
    vertical-align: bottom;
    margin-top: 23px;
  }
  .info-link::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 1px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 10px;
  }
  .info .slider {
    position: relative;
  }
  .info .slick-prev,
  .info .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 44%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #0e3169;
    /*矢印の色*/
    border-right: 3px solid #0e3169;
    /*矢印の色*/
    height: 31px;
    width: 31px;
    background-color: white;
    padding: 0;
  }
  .info .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -3.1%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .info .slick-next {
    /*次へ矢印の位置と形状*/
    right: -3.1%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .slider .slick-slide {
    margin: 0 10px;
  }
}
