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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0 auto;
}

.header {
  background: transparent;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header.active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header .logo {
  max-width: 270px;
  width: 35%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 35%;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .flex .btn {
  max-width: 280px;
}
@media screen and (max-width: 1000px) {
  .header .flex .btn {
    max-width: 200px;
  }
}
.header .flex .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .btn a:hover {
  opacity: 0.6;
}
.header .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header .flex .right {
    display: none;
  }
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec1 {
    padding-bottom: 0;
    padding-top: 0px;
  }
  .sec1 .inner {
    padding: 0 2%;
  }
}
.sec1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec1 .flex {
    display: block;
  }
}
.sec1 .flex .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .sec1 .flex .item {
    width: 100%;
    margin-bottom: 0px;
  }
  .sec1 .flex .item:last-child {
    margin-bottom: 0;
  }
}

.sec2 {
  padding-bottom: 0;
  position: relative;
}
.sec2 .bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec2 .bg {
    display: none;
  }
}
.sec2 .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec2 .inner {
    padding: 0;
  }
}

.sec3 .sec3-inner {
  padding: 0;
  max-width: 1500px;
}
.sec3 {
  background: #e5eeee;
}
.sec3 ul {
  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;
}
@media screen and (max-width: 767px) {
  .sec3 ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sec3 ul li {
    width: calc(33.3333% - 13.3333333333px);
    margin-right: 20px;
  }
  .sec3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sec3 ul li:nth-child(5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec3 ul li {
    margin-bottom: 30px;
    width: 100%;
  }
  .sec3 ul li:last-child {
    margin-bottom: 0;
  }
}

.mv {
  max-width: 1700px;
  margin: 0 auto;
}

.sec4 .title {
  max-width: 900px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .sec4 .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec4 .inner-sp {
    padding: 0;
  }
}
.sec4 ul {
  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;
}
@media screen and (min-width: 768px) {
  .sec4 ul li {
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }
  .sec4 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .sec4 ul li:nth-child(n+5) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec4 ul li {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .sec4 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sec4 ul li:nth-child(n+3) {
    margin-top: 0px;
  }
}

.large-section {
  background: url(../img/large-section.png) no-repeat top center/cover;
}

.sec6 {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec6 {
    padding-top: 10px;
  }
}
.sec6 .title {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec6 .title {
    margin-bottom: 30px;
  }
}

.pay {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .director {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .director .inner {
    padding: 0;
  }
}
.director .box {
  padding: 60px;
  background: url(../img/director-box-bg.webp) no-repeat top center/cover;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .director .box {
    background: url(../img/director-box-bg.webp) no-repeat top center/cover;
    border-radius: 20px;
    padding: 50px 20px;
  }
}
.director .box .title {
  max-width: 150px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .director .box .title {
    margin-bottom: 30px;
    max-width: 300px;
    width: 30%;
  }
}
.director .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .director .flex {
    display: block;
  }
}
.director .flex .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .director .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.director .flex .contents {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .director .flex .contents {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .access {
    padding-top: 0;
  }
}
.access .title {
  max-width: 220px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .access .title {
    margin-bottom: 30px;
    max-width: 250px;
    width: 45%;
  }
}

@media screen and (max-width: 1000px) {
  .footer .inner {
    max-width: 500px;
    margin: 0 auto;
  }
}
.footer .heading {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .heading {
    display: block;
  }
}
.footer .heading .left {
  width: 400px;
}
@media screen and (max-width: 1000px) {
  .footer .heading .left {
    width: 100%;
  }
}
.footer .heading .right {
  width: calc(100% - 600px);
}
@media screen and (max-width: 1000px) {
  .footer .heading .right {
    width: 100%;
  }
}
.footer .tel {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer .tel {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.footer .tel a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .footer .tel a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .tel a {
    font-size: 9vw;
  }
}
.footer .tel a span {
  font-weight: 700;
}
.footer .tel a:hover {
  opacity: 0.6;
}

.copyright {
  text-align: center;
  font-size: 14px;
  padding: 40px 0;
  border-top: 0.7px solid #6685A3;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 20px 0;
    font-size: 10px;
  }
}

.flow .inner {
  padding: 0;
}
.flow {
  background: url(../img/flow-bg.png) no-repeat center center/cover;
}
.flow .title {
  max-width: 200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .flow .title {
    margin-bottom: 30px;
    max-width: 250px;
    width: 40%;
  }
}

.qa .title {
  max-width: 270px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .qa .title {
    margin-bottom: 30px;
    max-width: 250px;
    width: 55%;
  }
}
.qa ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .qa ul {
    display: block;
    padding: 0 20px;
  }
}
.qa ul li.active .heading {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa ul li.active .heading::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 768px) {
  .qa ul li {
    width: calc(50% - 20px);
    margin-right: 30px;
  }
  .qa ul li:nth-child(2n) {
    margin-right: 0;
  }
  .qa ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .qa ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .qa ul li:last-child {
    margin-bottom: 0;
  }
}
.qa ul li {
  color: #003366;
  padding: 0 40px;
  -webkit-box-shadow: 1px 3px 6px 6px rgba(0, 153, 221, 0.2);
          box-shadow: 1px 3px 6px 6px rgba(0, 153, 221, 0.2);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .qa ul li {
    padding: 0 20px;
  }
}
.qa ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 40px;
  position: relative;
}
.qa ul li .heading::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  content: "";
  right: -30px;
  background: url(../img/arrow.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .qa ul li .heading::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .qa ul li .heading {
    padding: 20px 0 20px;
  }
}
.qa ul li .heading .icon {
  width: 40px;
  min-width: 40px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .qa ul li .heading .icon {
    padding-right: 10px;
  }
}
.qa ul li .heading .text {
  padding-left: 20px;
  border-left: 2px solid #0099DD;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .qa ul li .heading .text {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.qa ul li .bottom {
  font-size: 16px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .qa ul li .bottom {
    font-size: 14px;
    padding-bottom: 20px;
    display: none;
  }
}

.contact {
  background: url(../img/contact-bg.png) no-repeat center center/cover;
}
.contact .title {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .contact .title {
    margin-bottom: 30px;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.access .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access .tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access .tab .item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  background: #0099DD;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .access .tab .item {
    font-size: 12px;
    width: 70px;
    height: 70px;
    margin: 3px;
  }
}
@media screen and (min-width: 768px) {
  .access .tab .item:hover {
    opacity: 0.6;
  }
}
.access .tab .item.active {
  background: #ee56aa !important;
  z-index: 10;
}
.access .tab .item.active:hover {
  opacity: 1 !important;
  cursor: initial;
}
.access .tab .item:nth-child(2n) {
  background: #66c2eb;
}
.access .tab .item .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.access .contents {
  border-radius: 20px;
  background: #E5EEEE;
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .access .contents {
    margin-top: 10px;
  }
}
.access .contents.active {
  display: block;
}
.access .map {
  width: 100%;
}
.access .map .wrap {
  padding-top: 62%;
  position: relative;
}
.access .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .access .flex1 {
    display: block;
  }
}
.access .flex1 .heading {
  width: 55%;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .access .flex1 .heading {
    width: 100%;
    padding: 20px 15px;
  }
}
.access .flex1 .bottom {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .access .flex1 .bottom {
    width: 100%;
  }
}
.access .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .access .flex2 {
    display: block;
  }
}
.access .flex2 .heading {
  width: 45%;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .access .flex2 .heading {
    width: 100%;
    padding: 20px 15px;
  }
}
.access .flex2 .bottom {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .access .flex2 .bottom {
    width: 100%;
  }
}
.access {
  color: #003366;
}
.access .text1 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
.access .tel {
  margin-top: 20px;
}
.access .tel a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .access .tel a {
    font-size: 9vw;
  }
}
.access .tel a span {
  font-weight: 700;
}
.access .tel a:hover {
  opacity: 0.6;
}

.req_icon_container {
  display: none;
}

.contact-wrap2 {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffee;
  padding: 60px;
  color: #003366;
}
@media screen and (max-width: 767px) {
  .contact-wrap2 {
    padding: 20px;
  }
}
.contact-wrap2 input[type=submit] {
  border: none !important;
  background: url(../img/contat-btn-bg.png) no-repeat center center/cover !important;
  max-width: 300px;
  padding: 20px 0 !important;
  border-radius: 100px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
  font-weight: 700 !important;
}
.contact-wrap2 input[type=submit]:hover {
  opacity: 0.6;
}

.message-wrapper {
  text-align: center;
}

.ef-form-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ef-form-group {
    margin-bottom: 20px;
  }
}

.ef-form-label {
  font-weight: 700;
  margin-bottom: 4px !important;
}
.ef-form-label .sma {
  font-weight: 400;
  font-size: 90%;
}

textarea {
  resize: none !important;
  height: 150px !important;
}

.div-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .div-date {
    display: block;
  }
}
.div-date .div1 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .div-date .div1 {
    width: 100%;
    margin-bottom: 5px;
  }
}
.div-date .se1 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .div-date .se1 {
    width: 100%;
  }
}

.div2 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .div2 {
    width: 100%;
  }
}

.div2 select {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

@media screen and (max-width: 767px) {
  .access .tel a {
    font-size: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .heading .left {
    margin-bottom: 40px;
  }
}
.sec5 .title {
  max-width: 250px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .sec5 .title {
    margin-bottom: 30px;
    max-width: 300px;
    width: 50%;
  }
}
.sec5 .title2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec5 .title2 {
    margin-bottom: 30px;
  }
}

.sp-fixed1 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0px 0;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 20% !important;
  }
}

.sp-fixed2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-fixed2 .flex .item {
  width: 50%;
}
.sp-fixed2 .contents2 {
  padding: 0 16px;
  max-width: 500px;
  margin: 0 auto;
  display: none;
}
.sp-fixed2 .contents2 .text2 {
  margin-bottom: 20px;
  margin-top: 7px;
}
.sp-fixed2 ul {
  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;
  margin-bottom: 20px;
}
.sp-fixed2 ul li {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.sp-fixed2 ul li:nth-child(2n) {
  margin-right: 0;
}
.sp-fixed2 ul li:nth-child(n+3) {
  margin-top: 10px;
}
.sp-fixed2 ul li:last-child {
  margin-right: 0;
}
.sp-fixed2 ul li .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sp-fixed2 ul li .flex2 .icon {
  width: 25px;
}
.sp-fixed2 ul li .flex2 .right3 {
  width: calc(100% - 22px);
}
.sp-fixed2 ul li .flex2 .nmu3 {
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 370px) {
  .sp-fixed2 ul li .flex2 .nmu3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  .sp-fixed2 ul li .flex2 .nmu3 {
    font-size: 11px;
  }
}
.sp-fixed2 ul li a {
  color: #fff;
  text-align: center;
  background: url(../img/f-bg2.png) no-repeat center center/cover;
  border-radius: 4px;
  padding: 8px 10px;
  display: block;
  line-height: 1.3;
  white-space: nowrap;
}
.sp-fixed2 ul li a .name3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sp-fixed2 ul li:nth-child(1) a {
  background: url(../img/f-bg1.png) no-repeat center center/cover;
}
.sp-fixed2 ul li:nth-child(4) a {
  background: url(../img/f-bg1.png) no-repeat center center/cover;
}
.sp-fixed2 ul li:nth-child(5) a {
  background: url(../img/f-bg1.png) no-repeat center center/cover;
}

.sp-fixed2 ul li .flex2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-fixed2 ul li .flex2 .icon {
  width: 20px;
}

.sp-fixed2 ul li a .name3 {
  margin-bottom: 0;
}

.sp-fixed2 ul li a {
  height: 55px;
  position: relative;
}

.sp-fixed2 ul li .flex2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.sp-fixed2 ul li a .name3 {
  white-space: nowrap;
}
@media screen and (max-width: 370px) {
  .sp-fixed2 ul li a .name3 {
    font-size: 13px;
  }
}