@charset "utf-8";

body {
  background: #fff;
  width: 100%;
  color: #000000;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url(../../images/src/common/sp/bg_mv.png);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 35.265% auto;
  }
}

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

/*PC用*/
@media print, screen {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .h_menu,
  #sp_global_nav {
    display: none;
  }
  /*header*/
  #header {
    margin: 0 auto;
    width: 100%;
    background-image: url(../../images/src/common/bg_header.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  #header .inner {
    align-items: center;
    margin: 0 auto;
    width: 95.83%;
    max-width: 1840px;
    height: 107px;
  }
  #header .inner .logo {
    width: 100%;
    max-width: 394px;
  }
  #header .inner .logo a {
    align-items: center;
    width: 100%;
  }
  #header .inner .logo a .logo__img {
    width: 33%;
    max-width: 143px;
  }
  #header .inner .logo a .logo__text {
    width: 64.5%;
    max-width: 280px;
    font-size: 12px;
    font-weight: 500;
  }
  #header .inner .header__menu {
    margin-left: auto;
    width: 52.2%;
    max-width: 860px;
  }
  #header .inner .header__menu li {
    line-height: 1;
  }
  #header .inner .header__menu li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  #header .inner .header__menu li a:hover {
    opacity: .6;
  }
  #header .inner .header__contact {
    margin-left: 95px;
    /* width: 7.82%;
    max-width: 144px; */
    width: auto;
  }
  #header .inner .header__contact a {
    line-height: 1;
  }
  #header .inner .header__contact a span {
    padding: 0 0 0 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.02em;
    background-image: url(../../images/src/common/ico_mail.svg);
    background-repeat: no-repeat;
    background-position: left center;
  }
}

@media screen and (max-width: 1300px) {
  #header {
    margin: 0 auto;
    width: 100%;
    background-image: url(../../images/src/common/bg_header_1300.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
  #header .inner {
    height: 8.23vw;
    box-sizing: border-box;
  }
  #header .inner .logo {
    max-width: 14.384vw;
  }
  #header .inner .logo a .logo__img {
    max-width: 11vw;
    width: 100%;
  }
  #header .inner .logo a .logo__text {
    /* font-size: 0.923vw; */
    display: none;
  }
  #header .inner .header__menu {
    max-width: 65.384vw;
    width: 61%;
    gap: 1vw;
  }
  #header .inner .header__menu li a {
    font-size: 1.23vw;
  }
  #header .inner .header__contact {
    margin-left: 7vw;
    width: 10vw;
  }
  #header .inner .header__contact a span {
    padding: 0 0 0 3vw;
    font-size: 1.153vw;
    background-size: 1.846vw auto;
  }
}
@media screen and (max-width: 768px) {
  #header {
    background: none;
  }
  #header .inner {
    align-items: center;
    margin: 0 auto;
    width: 90.338%;
    max-width: inherit;
    height: 24.15vw;
  }
  #header .inner .logo {
    width: 39.613%;
    max-width: inherit;
  }
  #header .inner .logo a .logo__img {
    margin-bottom: 1vw;
    width: 42.68%;
    max-width: inherit;
  }
  #header .inner .logo a .logo__text {
    display: block;
    width: 100%;
    max-width: inherit;
    font-size: 2.415vw;
  }
  #header .inner .header__menu,
  #header .inner .header__contact {
    display: none;
  }
  #header .inner .menu__btn {
    width: 8.937vw;
    cursor: pointer;
  }
}
/* navi */
@media print, screen {
  #gnav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #gnav {
    display: block;
    position: relative;
  }
  #gnav .drawer {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #2e3638;
    overflow-y: scroll;
    z-index: 10000;
    display: none;
  }
  #gnav .drawer .drawer__header {
    align-items: center;
    width: 100%;
  }
  #gnav .drawer .drawer__header .inner {
    align-items: center;
    margin: 0 auto;
    width: 90.338%;
    max-width: inherit;
    height: 24.15vw;
  }
  #gnav .drawer .drawer__header .inner .logo {
    width: 39.613%;
  }
  #gnav .drawer .drawer__header .inner .logo a .logo__img {
    margin-bottom: 1vw;
    width: 42.68%;
  }
  #gnav .drawer .drawer__header .inner .logo a .logo__text {
    display: block;
    width: 100%;
    color: var(--white);
    font-size: 2.415vw;
    font-weight: 500;
  }
  #gnav .drawer .drawer__header .inner .close__btn {
    width: 4.782vw;
  }
  #gnav .drawer .drawer__menu {
    margin: 0 auto;
    padding: 13.285vw 0 13vw;
    width: 94.2%;
    position: relative;
  }
  #gnav .drawer .drawer__menu .link__home {
    margin-bottom: 9.661vw;
    border-bottom: 1px solid #929292;
  }
  #gnav .drawer .drawer__menu .link__home a {
    display: block;
    padding: 4.83vw 6vw;
    color: var(--white);
    font-size: 4.83vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #gnav .drawer .drawer__menu .link__menu {
    margin: 0 auto;
    width: 87.692%;
  }
  #gnav .drawer .drawer__menu .link__menu .link__cate {
    margin-bottom: 4.347vw;
    color: #888888;
    font-family: "din-2014", sans-serif;
    font-size: 6.28vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  #gnav .drawer .drawer__menu .link__menu ul {
    margin: 0 auto 8.695vw;
    width: 100%;
  }
  #gnav .drawer .drawer__menu .link__menu ul li {
    width: 100%;
  }
  #gnav .drawer .drawer__menu .link__menu ul li a {
    display: block;
    padding: 2.898vw 0 2.898vw 6.763vw;
    width: 100%;
    color: var(--white);
    font-size: 4.347vw;
    font-weight: 500;
    line-height: 1.722;
    background-image: url(../../images/src/common/footer_arrow.svg);
    background-repeat: no-repeat;
    background-position: left top 5.5vw;
  }

  #gnav .drawer .drawerMenu {
    padding: 0 0 100px;
    width: 100%;
    position: relative;
  }
  #gnav .drawer .drawerMenu dl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 0;
    width: 100%;
    color: var(--white);
    background-color: rgb(255, 255, 255, 0.1);
  }
  #gnav .drawer .drawerMenu dl:nth-of-type(even) {
    background-color: rgb(255, 255, 255, 0);
  }
  #gnav .drawer .drawerMenu dl:nth-of-type(4) {
    align-items: flex-start;
  }
  #gnav .drawer .drawerMenu dl:last-of-type {
    margin-bottom: 37px;
  }
  #gnav .drawer .drawerMenu dl dt {
    width: 41.2%;
    font-size: 30px;
    font-weight: 700;
  }
  #gnav .drawer .drawerMenu dl dd {
    width: 48.8%;
    line-height: 2;
  }
  #gnav .drawer .drawerMenu dl dd a {
    display: block;
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
  }
  #gnav .drawer .drawerMenu .btn {
    margin: 0 auto 30px;
    width: 400px;
  }
  #gnav .drawer .drawerMenu .btn a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, #0f8c97 0%, #5011d1 40%, #144dd4 80%);
  }
  #gnav .drawer .drawerMenu .btn a:hover {
    color: #3709ba;
    background: var(--white);
  }
  #gnav .drawer .drawerMenu .boxFollow {
    margin: 0 auto;
    width: 400px;
  }
  #gnav .drawer .drawerMenu .boxFollow .textFollow {
    width: 50%;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(90deg, #0f8c97 0%, #5011d1 40%, #144dd4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  }
  #gnav .drawer .drawerMenu .boxFollow .snsFollow {
    align-items: center;
    width: 50%;
  }
  #gnav .drawer .drawerMenu .boxFollow .snsFollow li {
    width: 23.6%;
  }
  #gnav .drawer .drawerMenu .closeBtn {
    width: 70px;
    position: absolute;
    left: -70px;
    top: 68px;
    cursor: pointer;
  }
  #gnav .drawer .drawerHeader {
    display: none;
  }
}

@media print, screen {
  .container {
  }
  .breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    height: 72px;
    line-height: 1;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .breadcrumbs a {
    white-space: nowrap;
  }
  .under__menu {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .under__menu li {
    width: 46.666%;
  }
}
@media screen and (max-width: 1500px) {
  .under__menu {
    width: 80%;
  }
}
@media screen and (max-width: 1300px) {
  .breadcrumbs {
    margin: 0 auto;
    width: 92.307%;
    height: 5.538vw;
    overflow-x: auto; /*横にはみ出した要素をスクロールする*/
    white-space: nowrap; /*自動改行しないようにする*/
  }
}
@media screen and (max-width: 768px) {
  .container {
    overflow: hidden;
  }
  .breadcrumbs {
    width: 89.371%;
    max-width: inherit;
    height: 9vw;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  .under__menu {
    width: 89.371%;
    max-width: inherit;
  }
  .under__menu li {
    width: 100%;
  }
  .under__menu li + li {
    margin-top: 3.14vw;
  }
}

@media print, screen {
  /*footer*/
  #footer {
    margin: 0 auto;
    padding: 80px 0 0;
    width: 100%;
    background-color: #353f41;
  }
  #footer .inner {
    margin: 0 auto;
    padding: 0 0 108px;
    width: 100%;
    max-width: 1480px;
    color: var(--white);
  }
  #footer .inner .inner__left {
    width: 32.43%;
    max-width: 480px;
  }
  #footer .inner .inner__left .footer__logo {
    width: 100%;
    max-width: 144px;
  }
  #footer .inner .inner__left .footer__logo02 {
    width: 100%;
    max-width: 234px;
  }
  #footer .inner .inner__left .footer__company {
    margin: 40px 0 17px;
    font-size: 16px;
    font-weight: 700;
  }
  #footer .inner .inner__left .footer__add {
    margin-bottom: 39px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  #footer .inner .inner__left .footer__search {
    margin-bottom: 65px;
    width: 100%;
    max-width: 310px;
  }
  #footer .inner .inner__left .footer__search li {
    width: 48.38%;
    max-width: 150px;
  }
  #footer .inner .inner__left .footer__search li a {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0 0 0 47px;
    width: 100%;
    height: 40px;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-color: var(--main-color);
    background-repeat: no-repeat;
    background-position: 13px center;
    background-size: 23px auto;
    box-sizing: border-box;
  }
  #footer .inner .inner__left .footer__search li:first-of-type a {
    background-image: url(../../images/src/common/icon01.svg);
  }
  #footer .inner .inner__left .footer__search li:last-of-type a {
    background-color: var(--orange-color);
    background-image: url(../../images/src/common/icon02.svg);
  }
  #footer .inner .inner__left .footer__search li a:hover {
    opacity: 0.6;
  }
  #footer .inner .inner__right {
    width: 61.48%;
    max-width: 910px;
  }
  #footer .inner .inner__right .link__home {
    width: 100%;
  }
  #footer .inner .inner__right .link__home a {
    display: block;
    padding: 0 0 12px;
    font-family: "din-2014", sans-serif;
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #929292;
  }
  #footer .inner .inner__right .footer__menu {
    padding: 17px 0 0;
    width: 100%;
  }
  #footer .inner .inner__right .footer__menu .box {
    width: auto;
  }
  #footer .inner .inner__right .footer__menu .box .box__tit {
    font-family: "din-2014", sans-serif;
    color: #888888;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 25px 0 0;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu {
    padding: 25px 0 0;
    width: 100%;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu.mt20 {
    padding: 55px 0 0;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu li {
    width: 100%;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu li + li {
    margin-top: 18px;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu li a {
    padding: 0 0 0 22px;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-image: url(../../images/src/common/footer_arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu li a:hover {
    opacity: .6;
  }
  #footer .copyright {
    width: 100%;
    background-color: #ededed;
  }
  #footer .copyright .inner {
    align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 72px;
    max-width: 1480px;
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1300px) {
  #footer .inner .inner__left .footer__logo {
    max-width: 11vw;
  }
  #footer .inner .inner__left .footer__logo02 {
    max-width: 18vw;
  }
  #footer .inner .inner__left .footer__company {
    margin: 3vw 0 1.3vw;
    font-size: 1.23vw;
  }
  #footer .inner .inner__left .footer__add {
    margin-bottom: 3vw;
    font-size: 1.23vw;
  }
  #footer .inner .inner__left .footer__search {
    margin-bottom: 5vw;
    max-width: 23.846vw;
  }
  #footer .inner .inner__left .footer__search li {
    max-width: 11.538vw;
  }
  #footer .inner .inner__left .footer__search li a {
    padding: 0 0 0 3.615vw;
    height: 3vw;
    font-size: 1vw;
    background-position: 1vw center;
    background-size: 1.769vw auto;
  }
  #footer .inner .inner__right {
    max-width: 70vw;
  }
  #footer .inner .inner__right .link__home a {
    padding: 0 0 0.923vw;
    font-size: 1.692vw;
  }
  #footer .inner .inner__right .footer__menu {
    padding: 1.4vw 0 0;
  }
  #footer .inner .inner__right .footer__menu .box .box__tit {
    font-size: 1.692vw;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu {
    padding: 1.923vw 0 0;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu li + li {
    margin-top: 1.384vw;
  }
  #footer .inner .inner__right .footer__menu .box .box__menu li a {
    padding: 0 0 0 1.692vw;
    font-size: 1.23vw;
  }
}
@media screen and (max-width: 1500px) {
  #footer {
    padding: 5.333vw 0 0;
  }
  #footer .inner {
    padding: 0 0 7.2vw;
    width: 96%;
  }
  #footer .copyright .inner {
    width: 96%;
    height: 5.538vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 19vw 0 17.391vw;
  }
  #footer .inner {
    padding: 0 0 0;
    width: 82.6%;
    max-width: inherit;
  }
  #footer .inner .inner__left {
    padding: 0 0 19.323vw;
    width: 100%;
    max-width: inherit;
  }
  #footer .inner .inner__left .footer__logo {
    max-width: 34.541vw;
  }
  #footer .inner .inner__left .footer__logo02 {
    max-width: 34.782vw;
  }
  #footer .inner .inner__left .footer__company {
    margin: 9.661vw 0 5.797vw;
    font-size: 3.864vw;
  }
  #footer .inner .inner__left .footer__add {
    margin-bottom: 10.628vw;
    font-size: 3.864vw;
  }
  #footer .inner .inner__left .footer__search {
    display: none;
  }
  #footer .inner .inner__right {
    display: none;
  }
  #footer .copyright .inner {
    height: 17.149vw;
    max-width: inherit;
    font-size: 3.864vw;
    text-align: center;
  }
}

@media print, screen {
  /* fixed__menu */
  #fixed__menu {
    width: 100%;
    max-width: 100px;
    position: fixed;
    right: 0;
    top: 187px;
    z-index: 100;
  }
  #fixed__menu li {
    width: 100%;
  }
  #fixed__menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  #fixed__menu li:first-of-type a {
    background-color: #2e3638;
  }
  #fixed__menu li:nth-of-type(2) a {
    background-color: var(--main-color);
  }
  #fixed__menu li:nth-of-type(3) a {
    background-color: var(--orange-color);
  }
  #fixed__menu li a .icon {
    margin-bottom: 7px;
    width: 41px;
  }
  #fixed__menu li:nth-of-type(2) a .icon {
    width: 44px;
  }
  #fixed__menu li a span {
    display: block;
    width: 100%;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  #fixed__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: inherit;
    position: fixed;
    left: 0;
    right: inherit;
    top: inherit;
    bottom: 0;
  }
  #fixed__menu li {
    width: 33.3333%;
  }
  #fixed__menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 17.391vw;
    text-align: center;
    background-color: var(--main-color);
  }
  #fixed__menu li a .icon {
    margin-bottom: 7px;
    width: 41px;
  }
  #fixed__menu li:first-of-type a .icon {
    width: 5.797vw;
  }
  #fixed__menu li:nth-of-type(2) a .icon {
    width: 7vw;
  }
  #fixed__menu li:nth-of-type(3) a .icon {
    width: 6vw;
  }
  #fixed__menu li a span {
    font-size: 3.381vw;
  }
}

@media print, screen {
  .wp-pagenavi {
    display: flex;
    justify-content: flex-start;
    gap: 0 5px;
    margin-bottom: 20px;
    width: 100%;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 34px;
    font-size: 13px;
    border-radius: 6px;
  }
  .wp-pagenavi a {
    background-color: var(--white);
  }
  .wp-pagenavi span.current {
    color: var(--white);
    background-color: var(--main-color);
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    justify-content: center;
    gap: 0 1.2vw;
    margin-bottom: 4.83vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 9.661vw;
    height: 10.628vw;
    font-size: 3.14vw;
    font-weight: 600;
  }
}
/* common__btn */
@media print, screen {
  .common__btn {
    margin-top: 60px;
    width: 100%;
    max-width: 880px;
    margin-right:auto;
    margin-left:auto;
  }
  .common__btn.large {
    margin: 137px auto 0;
    max-width: 880px;
    margin-right:auto;
    margin-left:auto;
  }
  .common__btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 115px;
    background-color: var(--grayf1-color);
    border: 1px solid var(--grayf1-color);
    border-radius: 14px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  .common__btn a span {
    padding: 5px 0 5px 84px;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    background-image: url(../../images/src/growthcore/arrow02.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 54px auto;
  }
  .common__btn a:hover {
    background-color: var(--white);
  }
  .common__btn a:hover span {
    color: var(--grayf1-color);
    background-image: url(../../images/src/growthcore/arrow03.svg);
  }
}
@media screen and (max-width: 1400px) {
  .common__btn {
    margin-top: 4.285vw;
    max-width: 880px;
  }
  .common__btn.large {
    margin: 137px auto 0;
    max-width: 880px;
  }
  .common__btn a {
    height: 10.142vw;
  }
  .common__btn a span {
    padding: 0.357vw 0 0.357vw 6vw;
    font-size: 1.714vw;
    background-size: 3.857vw auto;
  }
}
@media screen and (max-width: 768px) {
  .common__btn {
    margin-top: 6vw;
    width: 96%;
  }
  .common__btn.large {
    margin: 19.565vw auto 0;
    max-width: inherit;
  }
  .common__btn a {
    height: 18.84vw;
  }
  .common__btn a span {
    padding: 1vw 0 1vw 13.526vw;
    font-size: 3.864vw;
    background-size: 8.937vw auto;
  }
  .common__btn a:hover {
    background-color: var(--white);
  }
  .common__btn a:hover span {
    color: var(--grayf1-color);
    background-image: url(../../images/src/growthcore/arrow03.svg);
  }
}

/* お知らせから固定ページへ変換したページ用CSS */
@media print, screen {
  #news_transfer {
    background-color: var(--grayf2-color);
  }
  #news_transfer section {
    /* padding-top: 30px; */
  }
  #news_transfer .tit__jp {
    margin-bottom: 50px;
    color: var(--main-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
  }
}
@media screen and (max-width: 1300px) {
  #news_transfer section {
    /* padding: 2.3vw 0 0; */
  }
  #news_transfer .tit__jp {
    margin-bottom: 3.846vw;
    font-size: 3.07vw;
  }
}
@media screen and (max-width: 768px) {
  #news_transfer section {
    /* padding: 5.434vw 0 0; */
  }
  #news_transfer .tit__jp {
    margin-bottom: 7.246vw;
    font-size: 6.28vw;
  }
}
@media print, screen {
  #news_transfer {
    margin: 0 auto;
    padding: 60px 0;
    width: 100%;
    background-color: var(--white);
  }
  #news_transfer .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  #news_transfer .inner p {
    line-height: 2;
  }
  #news_transfer .inner p strong {
  font-size: 20px;
  font-weight: bold;
  }
}
@media screen and (max-width: 1200px) {
  #news_transfer {
    padding: 4.615vw 0;
  }
  #news_transfer .inner {
    width: 83.333%;
    max-width: 1000px;
  }
  #news_transfer .inner p {
    font-size:3.5vw;
    line-height: 2;
    /* margin-bottom: 30px; */
  }
  #news_transfer .inner p strong {
    font-size:4.5vw;
  font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  #news_transfer {
    padding: 10.628vw 0;
  }
  #news_transfer .inner {
    width: 94.2%;
    max-width: inherit;
  }
}

/* 旧サイトモジュール用CSS */

/* module
----------------------------------------------------------- */
.m_block01 a, .m_block02 a, .m_block03 a, .m_block04 a, .m_block05 a, .m_block06 a, .m_block07 a, .m_block08 a, .m_block09 a, .m_parts01 a, .m_parts02 a, .m_parts03 a, .m_parts04 a, .m_parts05 a, .m_parts06 a, .m_parts07 a {
  color: #145b97;
  text-decoration: underline;
}

.m_block01 a:hover, .m_block02 a:hover, .m_block03 a:hover, .m_block04 a:hover, .m_block05 a:hover, .m_block06 a:hover, .m_block07 a:hover, .m_block08 a:hover, .m_block09 a:hover, .m_parts01 a:hover, .m_parts02 a:hover, .m_parts03 a:hover, .m_parts04 a:hover, .m_parts05 a:hover, .m_parts06 a:hover, .m_parts07 a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  text-decoration: none;
}

#module_area strong {
  font-weight: bold;
}

#module_area span, #module_area a {
  font-weight: inherit;
}

#module_area p span, #module_area p a {
  font-size: inherit !important;
}

/*pc専用*/
@media screen and (min-width: 641px) {
  .m_block01 p, .m_block02 p, .m_block03 p, .m_block04 p, .m_block05 p, .m_block06 p, .m_block07 p, .m_block08 p, .m_block09 p, .m_block10 p, .m_block11 p, .m_block12 p, .m_block13 p, .m_block14 p {
      font-feature-settings: "palt";
      letter-spacing: 1px;
  }

  /*m_block01*/
  .m_block01 {
      margin-bottom: 50px;
      overflow: hidden;
  }

  .m_block01 img {
      width: 100%;
  }

  .m_block01 .txtarea .ttl {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
  }

  .m_block01 .txtarea .ttl {
      border-bottom: solid 3px #26b3ab;
      position: relative;
  }

  .m_block01 .txtarea .ttl:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #ffc778;
      bottom: -3px;
      width: 30%;
  }

  .m_block01 .txtarea .s_ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px;
  }

  .m_block01 .txtarea p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 10px;
  }

  .m_block01 .txtarea a {
      font-size: 14px;
  }

  .m_block01 .txtarea small {
      font-size: 12px;
  }

  /*m_block02*/
  .m_block02 {
      margin-bottom: 20px;
      overflow: hidden;
  }

  .m_block02 img {
      width: 330px;
      float: left;
  }

  .m_block02 .txtarea {
      float: left;
      width: 690px;
      padding-left: 20px;
  }

  .m_block02 .txtarea .ttl {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 12px;
      position: relative;
  }

  .m_block02 .txtarea .ttl:before {
      content: '●';
      color: #0075c2;
      margin-right: 8px;
      font-size: 10px;
      position: relative;
      top: -3px;
  }

  .m_block02 .txtarea p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 10px;
  }

  .m_block02 .txtarea a {
      font-size: 14px;
  }

  .m_block02 .txtarea small {
      font-size: 12px;
  }

  .m_block02 .more_btn {
      font-size: 12px;
  }

  .m_block02 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
  }

  .m_block02 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*		.m_block03 { padding-top: 50px; border-top: 1px solid #999999; overflow: hidden; margin-bottom: 50px; }
.m_block03 span.category { font-size: 12px; border: 1px solid #999999; padding: 5px 10px; display: inline-block; margin-bottom: 10px; line-height: 100%; }
.m_block03 .ttl { font-size: 23px; font-weight: bold; line-height: 100%; }
.m_block03 .small { padding-bottom: 5px; }
.m_block03 .shop_detail_box { font-size: 14px; line-height: 25.2px; margin: 15px 0 0; width: -webkit-calc(100% - 435px); width: calc(100% - 435px); float: left; }
.m_block03 a { color: #145b97; text-decoration: underline; }
.m_block03 .bnr { margin-top: 25px; clear: both; }
.m_block03 .bnr img { width: auto; }
.m_block03 .gmap { float: right; width: -webkit-calc(100% - 389px); width: calc(100% - 389px); padding-top: 95px; height: 100px; }
.m_block03 .gmap iframe { width: 100%; height: 230px; }
*/
  /*m_block04*/
  .m_block04 {
      margin-bottom: 30px;
      border: 1px solid #cccccc;
      padding: 30px 30px 0;
      position: relative;
      margin-top: 50px;
      box-sizing: border-box;
  }

  .m_block04 .ttl {
      background: #fff;
      letter-spacing: 2px;
      z-index: 10;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      position: absolute;
      top: -22px;
      left: 10px;
      display: inline-block;
      padding: 0 10px;
  }

  .m_block04 .s_ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px;
  }

  .m_block04 figure {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 49%;
      padding: 0 2% 25px;
      box-sizing: border-box;
  }

  .m_block04 figure .img_ttl {
      font-size: 16px;
      font-weight: bold;
  }

  .m_block04 figure img {
      margin-bottom: 10px;
      height: 270px;
      object-fit: cover;
  }

  .m_block04 figure figcaption {
      font-size: 14px;
      line-height: 25.2px;
      margin-top: 5px;
      margin-bottom: 10px;
  }

  .m_block04 .more_btn a {
      font-size: 14px;
      border: 1px solid #26b3ab;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      margin: 0 auto;
      display: block;
      width: 100px;
      text-align: center;
      background: #26b3ab;
      color: #fff !important;
  }

  .m_block04 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block05*/
  .m_block05 {
      margin-bottom: 30px;
      border: 1px solid #cccccc;
      padding: 30px 19px 0;
      position: relative;
      margin-top: 50px;
  }

  .m_block05 .ttl {
      background: #fff;
      letter-spacing: 2px;
      z-index: 10;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      position: absolute;
      top: -22px;
      left: 10px;
      display: inline-block;
      padding: 0 10px;
  }

  .m_block05 .s_ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px;
  }

  .m_block05 figure {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 100%;
      padding: 0 0 25px;
      box-sizing: border-box;
  }

  .m_block05 figure .img_ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block05 figure .img {
      width: 280px;
      float: right;
      padding: 0 0px 0px 20px;
      box-sizing: border-box;
  }

  .m_block05 figure figcaption {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 10px;
      overflow: hidden;
  }

  .m_block05 figure figcaption p {
      margin-bottom: 10px;
  }

  .m_block05 figure figcaption p:last-child {
      margin-bottom: 0px;
  }

  .m_block05 .more_btn {
      font-size: 12px;
  }

  .m_block05 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      margin: 0 auto;
      display: block;
      width: 70px;
      text-align: center;
  }

  .m_block05 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block06*/
  .m_block06 .ttl {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      text-align: center;
  }

  .m_block06 .s_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 12px;
      text-align: center;
  }

  .m_block06 {
      margin-bottom: 30px;
  }

  .m_block06 .figure_box {
      display: flex;
      justify-content: space-around;
  }

  .m_block06 figure {
      width: 30%;
      vertical-align: top;
      letter-spacing: normal;
      margin-bottom: 20px;
  }

  .m_block06 figure:nth-child(2n) {
      margin-right: 0;
  }

  .m_block06 figure img {
      margin: 0 auto 20px;
      width: 100%;
      height: 230px;
      object-fit: contain;
  }

  .m_block06 figure .txtarea .ttl {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px;
  }

  .m_block06 figure .txtarea p {
      line-height: 25px;
      font-size: 14px;
  }

  .m_block06 .more_btn {
      font-size: 12px;
  }

  .m_block06 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      margin: 10px auto;
      display: block;
      width: 80px;
      text-align: center;
  }

  .m_block06 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block07*/
  .m_block07 {
      margin-bottom: 20px;
      overflow: hidden;
  }

  .m_block07 .ttl {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #26b3ab;
  }

  .m_block07 figure {
      font-size: 14px;
  }

  .m_block07 img {
      width: 280px;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
  }

  .m_block07 .txtarea {
      float: left;
      width: 476px;
  }

  .m_block07 .txtarea .ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px;
  }

  .m_block07 .txtarea p {
      font-size: 14px;
      line-height: 25.2px;
      margin-bottom: 10px;
  }

  .m_block07 .txtarea a {
      font-size: 14px;
  }

  .m_block07 .txtarea small {
      font-size: 12px;
  }

  .m_block07 .more_btn {
      font-size: 12px;
  }

  .m_block07 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 17px;
      display: inline-block;
      float: left;
      margin: 10px 10px 0 0;
  }

  .m_block07 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block08*/
  .m_block08 {
      border: 1px solid #cccccc;
      padding: 33px 33px 30px;
      position: relative;
      margin-bottom: 50px;
  }

  .m_block08 .ttl {
      position: absolute;
      top: -16px;
      left: 0;
      right: 0;
      text-align: center;
  }

  .m_block08 .ttl span {
      background: #fff;
      padding: 20px;
      font-size: 20px;
      font-weight: bold;
  }

  .m_block08 figure {
      overflow: hidden;
  }

  .m_block08 figure img {
      width: 280px;
      float: left;
  }

  .m_block08 figure .s_ttl {
      font-size: 20px;
      font-weight: bold;
      float: right;
      width: 410px;
  }

  .m_block08 figure figcaption {
      float: right;
      width: 410px;
  }

  .m_block08 figure figcaption .date_time {
      font-size: 12px;
      border: 1px solid #000;
      padding: 6px;
      text-align: center;
  }

  .m_block08 figure figcaption p {
      font-size: 14px;
      line-height: 25.2px;
      margin-top: 15px;
  }

  .m_block08 figure figcaption a {
      font-size: 14px;
  }

  /*m_block09*/
  .m_block09 {
      margin-bottom: 50px;
  }

  .m_block09 figure {
      width: 400px;
      margin: 0 auto 30px;
  }

  .m_block09 .download_btn a {
      display: inline-block;
      box-sizing: border-box;
      padding: 20px 40px;
      border: 1px solid #000;
      font-size: 16px;
      line-height: 100%;
      text-decoration: none !important;
      color: #000 !important;
  }

  .m_block09 .download_btn a span {
      display: block;
      margin: 0 auto;
      text-align: center;
      position: relative;
      padding-left: 22px;
  }

  .m_block09 .download_btn a span:before {
      content: url(../images/icon_article.png);
      top: 0px;
      position: absolute;
      margin-left: -21px;
  }

  .m_block09 .download_btn a:hover {
      background-color: #FCF503;
      border: 1px solid #FCF503;
      opacity: inherit !important;
  }

  .m_block09 .download_btn a:hover {
      background-color: #FCF503;
      border: 1px solid #FCF503;
      opacity: inherit !important;
  }

  /*m_block10*/
  .m_block10 {
      overflow: hidden;
      clear: both;
      margin-bottom: 50px;
  }

  .m_block10 figure:first-child {
      width: 380px;
      float: left;
  }

  .m_block10 figure:last-child {
      width: 380px;
      float: right;
  }

  .m_block10 figure figcaption {
      font-size: 14px;
      line-height: 25.2px;
      margin-top: 10px;
  }

  /*m_block11*/
  .m_block11>.ttl {
      font-size: 34px;
      font-weight: bold;
      color: #26b3ab;
      text-align: center;
      position: relative;
      top: -28px;
      padding: 0 11px;
      left: 0;
      right: 0;
  }

  .m_block11 .ttl span {
      font-size: 34px;
      font-weight: bold;
      color: #26b3ab;
      text-align: center;
      background: #fff;
      padding: 0 11px;
      display: inline-block;
      width: auto;
      line-height: 1.4;
  }

  .m_block11 .s_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 12px;
      text-align: center;
  }

  .m_block11 {
      margin-bottom: 30px;
      border: 3px solid #c3c3c3;
      position: relative;
      margin-top: 50px;
  }

  .m_block11 .figure_box {
      display: flex;
      justify-content: center;
  }

  .m_block11 figure {
      width: 30%;
      vertical-align: top;
      letter-spacing: normal;
      margin-bottom: 20px;
  }

  .m_block11 figure:nth-child(2n) {
      margin-right: 0;
  }

  .m_block11 figure img {
      margin: 0 auto 10px;
      width: 70%;
      height: 150px;
      object-fit: cover;
  }

  .m_block11 figure .txtarea .ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      color: #26b3ab;
      text-align: center;
  }

  .m_block11 figure .txtarea p {
      line-height: 25px;
      font-size: 14px;
  }

  .m_block11 .more_btn {
      font-size: 12px;
  }

  .m_block11 .more_btn a {
      font-size: 14px;
      border: 1px solid #26b3ab;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 0;
      margin: 0 auto;
      display: block;
      width: 210px;
      text-align: center;
      background: #26b3ab;
      color: #fff !important;
      box-sizing: border-box;
  }

  .m_block11 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block12*/
  .m_block12 .ttl {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      text-align: center;
  }

  .m_block12 .s_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 12px;
      text-align: center;
  }

  .m_block12 {
      margin-bottom: 30px;
  }

  .m_block12 .figure_box {
      display: flex;
      justify-content: center;
  }

  .m_block12 figure {
      width: 30%;
      vertical-align: top;
      letter-spacing: normal;
      margin-bottom: 20px;
  }

  .m_block12 figure:nth-child(2n) {
      margin-right: 0;
  }

  .m_block12 figure img {
      margin: 0 auto 20px;
      width: 70%;
      max-height: 150px;
  }

  .m_block12 figure .txtarea .ttl {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px;
  }

  .m_block12 figure .txtarea p {
      line-height: 25px;
      font-size: 14px;
  }

  .m_block12 .more_btn {
      font-size: 12px;
  }

  .m_block12 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      margin: 10px auto;
      display: block;
      width: 70px;
      text-align: center;
  }

  .m_block12 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block13*/
  .m_block13 .ttl {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      text-align: center;
  }

  .m_block13 .s_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 12px;
      text-align: center;
  }

  .m_block13 {
      margin-bottom: 30px;
  }

  .m_block13 .figure_box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .m_block13 figure {
      width: 239px;
      vertical-align: top;
      letter-spacing: normal;
      margin: 0 1% 40px;
  }

  .m_block13 figure img {
      margin: 0 auto 20px;
      width: 100%;
      min-height: 150px;
      max-height: 150px;
      object-fit: cover;
  }

  .m_block13 figure .txtarea .ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
  }

  .m_block13 figure .txtarea p {
      line-height: 25px;
      font-size: 14px;
  }

  .m_block13 .more_btn {
      font-size: 12px;
  }

  .m_block13 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 74px;
      margin: 10px auto;
      display: block;
      text-align: center;
      box-sizing: border-box;
  }

  .m_block13 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block14*/
  .m_block14 {
      margin-bottom: 30px;
      position: relative;
      margin-top: 50px;
  }

  .m_block14 .ttl {
      background: #fff;
      letter-spacing: 2px;
      z-index: 10;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      display: inline-block;
  }

  .m_block14 .s_ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 12px;
  }

  .m_block14 figure {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 100%;
      padding: 0 0 25px;
      box-sizing: border-box;
  }

  .m_block14 figure .img_ttl {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block14 figure .img {
      width: 280px;
      float: right;
  }

  .m_block14 figure figcaption {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 10px;
      overflow: hidden;
      padding: 0 20px 0 0;
  }

  .m_block14 figure figcaption p {
      margin-bottom: 10px;
  }

  .m_block14 .more_btn {
      font-size: 12px;
  }

  .m_block14 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      margin: 0 auto;
      display: block;
      width: 70px;
      text-align: center;
  }

  .m_block14 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  /*m_block15*/
  .m_block15 .ttl {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #26b3ab;
      text-align: center;
  }

  .m_block15 .s_ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 12px;
      text-align: center;
  }

  .m_block15 {
      margin-bottom: 30px;
  }

  .m_block15 .figure_box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .m_block15 figure {
      width: 20%;
      vertical-align: top;
      letter-spacing: normal;
      margin: 0 2.5% 40px;
  }

  .m_block15 figure img {
      margin: 0 auto 20px;
      width: 100%;
      height: 140px;
      object-fit: contain;
  }

  .m_block15 figure .txtarea .ttl {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
  }

  .m_block15 figure .txtarea p {
      line-height: 25px;
      font-size: 14px;
  }

  .m_block15 .more_btn {
      font-size: 12px;
  }

  .m_block15 .more_btn a {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 74px;
      margin: 10px auto;
      display: block;
      text-align: center;
      box-sizing: border-box;
  }

  .m_block15 .more_btn a:hover {
      font-size: 14px;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 6px 64px;
      background: #0075c2;
      color: #fff !important;
      opacity: 1 !important;
  }

  .m_parts01 {
      margin-bottom: 50px;
      text-align: center;
  }

  .m_parts01 img {
      width: inherit !important;
      display: inline-block;
  }

  .m_parts02 {
      margin-bottom: 50px;
      line-height: 1.8;
      font-size: 16px;
  }

  .m_parts02 p {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 10px;
  }

  .m_parts03 {
      text-align: center;
  }

  .m_parts03 p {
      font-size: 14px;
      font-weight: bold;
      color: #333;
  }

  .m_parts03 .ttl {
      font-size: 31px;
      font-weight: bold;
      margin-bottom: 40px;
      color: #000;
  }

  .m_parts04 {
      text-align: center;
      margin-bottom: 40px;
  }

  .m_parts04 p {
      color: #edb800;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px;
  }

  .m_parts04 h3 {
      font-size: 18px;
      font-weight: bold;
  }

  .m_parts04 h3:after {
      display: block;
      background: #999999;
      content: " ";
      height: 1px;
      width: 40px;
      margin: 13px auto;
  }

  .m_parts05 {
      margin-bottom: 50px;
      margin-top: 60px;
      border-bottom: 15px solid #0075c2;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      width: 150vw;
      margin-left: -50vw;
  }

  .m_parts06 {
      margin-bottom: 20px;
  }

  .m_parts06 h3 {
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 12px;
      color: #000000;
      position: relative;
      padding: 1px 15px;
      background: #daeaf5;
      border-bottom: solid 3px #0075c2;
      width: 100%;
      box-sizing: border-box;
  }

  .m_parts06 h3 span {
      font-size: 28px;
      font-weight: bold;
      /*文字周りの余白*/
      /*文字色*/
      /*背景色*/
      /*下線*/
  }

  .m_parts07 {
      text-align: center;
      margin-bottom: 30px;
  }

  .m_parts07 h3 span {
      font-size: 18px;
      font-weight: bold;
      position: relative;
      padding: 0 24px;
  }

  .m_parts07 h3 span:after {
      display: block;
      background: #999999;
      content: " ";
      height: 27px;
      width: 1px;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(25deg);
  }

  .m_parts07 h3 span:before {
      display: block;
      background: #999999;
      content: " ";
      height: 27px;
      width: 1px;
      position: absolute;
      left: 0;
      top: 0;
      transform: rotate(-25deg);
  }

  .m_parts08 {
      width: 50%;
      display: block;
      margin: 0 auto;
      text-align: center;
  }

  .m_parts08 a {
      display: block;
      color: #fff !important;
      background: #ca6127;
      text-decoration: none !important;
      padding: 20px 30px;
      font-size: 20px;
      font-weight: bold;
      border-radius: 50px;
  }
}

/*sp専用*/
@media screen and (max-width: 640px) {
  .m_block01 p, .m_block02 p, .m_block03 p, .m_block04 p, .m_block05 p, .m_block06 p, .m_block07 p, .m_block08 p, .m_block09 p, .m_block10 p, .m_block11 p, .m_block12 p, .m_block13 p, .m_block14 p {
      font-feature-settings: "palt";
      letter-spacing: 0.5vw;
  }

  .m_block01 {
      margin: 0 auto 40px;
      overflow: hidden;
      width: 93.75%;
  }

  .m_block01 img {
      width: 100%;
  }

  .m_block01 .txtarea {
      margin-top: 10px;
  }

  .m_block01 .txtarea .ttl {
      z-index: 10;
      font-size: 5.5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
      line-height: 10vw;
      position: relative;
      border-bottom: solid 3px #26b3ab;
  }

  .m_block01 .txtarea .ttl:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #ffc778;
      bottom: -3px;
      width: 30%;
  }

  .m_block01 .s_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .m_block01 .txtarea p {
      line-height: 1.6;
      margin-bottom: 10px;
  }

  .m_block01 .txtarea small {
      font-size: 10px;
  }

  .m_block02 {
      margin: 0 auto 7vw;
      overflow: hidden;
      width: 93.75%;
  }

  .m_block02 img {
      width: 100%;
  }

  .m_block02 .txtarea {
      margin-top: 15px;
  }

  .m_block02 .txtarea .ttl {
      font-size: 4.5vw;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block02 .txtarea .ttl:before {
      content: '●';
      color: #0075c2;
      margin-right: 8px;
      font-size: 10px;
      position: relative;
      top: -3px;
  }

  .m_block02 .txtarea p {
      line-height: 1.6;
      margin-bottom: 10px;
  }

  .m_block02 .txtarea small {
      font-size: 10px;
      line-height: 1.4;
      display: block;
  }

  .m_block02 .more_btn {
      font-size: 3.5vw;
      clear: both;
      margin-top: 1vw;
  }

  .m_block02 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 10vw;
      margin: 4vw auto 0;
      display: block;
      width: 70%;
      text-align: center;
      color: #fff !important;
      background: #0075c2;
      border-bottom: solid 4px #10334a;
  }

  .m_block03 {
      padding-top: 50px;
      border-top: 1px solid #999999;
      margin: 0 auto 50px;
      overflow: hidden;
      width: 93.75%;
  }

  .m_block03 span.category {
      font-size: 10px;
      border: 1px solid #999999;
      padding: 5px 10px;
      display: inline-block;
      margin-bottom: 10px;
      line-height: 100%;
  }

  .m_block03 .ttl {
      font-size: 14px;
      font-weight: bold;
      line-height: 100%;
      margin-bottom: 5px;
  }

  .m_block03 .small {
      padding-bottom: 5px;
      font-size: 10px;
  }

  .m_block03 .shop_detail_box {
      line-height: 1.6;
  }

  .m_block03 a {
      color: #145b97;
      text-decoration: underline;
  }

  .m_block03 .bnr {
      margin-top: 25px;
      clear: both;
  }

  .m_block03 .bnr img {
      width: auto;
  }

  .m_block03 .gmap {
      height: 170px;
  }

  .m_block03 .gmap iframe {
      width: 100%;
      height: 230px;
  }

  .m_block04 {
      margin-bottom: 30px;
      margin: 0 auto 50px;
      overflow: hidden;
      width: 93.75%;
  }

  .m_block04 .s_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block04>.ttl {
      z-index: 10;
      font-size: 5.5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
  }

  .m_block04 figure {
      vertical-align: top;
      letter-spacing: normal;
      width: 100%;
      margin-bottom: 40px;
  }

  .m_block04 figure img {
      height: 55vw;
      width: 100%;
      object-fit: cover;
  }

  .m_block04 figure .img_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin: 3vw 0 2vw;
  }

  .m_block04 figure figcaption {
      font-size: 3.5vw;
      line-height: 1.6;
      margin-top: 5px;
  }

  .m_block04 .more_btn {
      font-size: 3.5vw;
  }

  .m_block04 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 10vw;
      margin: 4vw auto 0;
      display: block;
      width: 70%;
      text-align: center;
  }

  .m_block05 {
      margin: 0 auto 30px;
      width: 93.75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border: 1px solid #dadada;
      padding: 3vw;
      box-sizing: border-box;
  }

  .m_block05>.ttl {
      z-index: 10;
      font-size: 5vw;
      font-weight: bold;
      margin-bottom: 1vw;
      color: #26b3ab;
      padding: 0 1vw;
      background: #fff;
      margin-top: -7vw;
  }

  .m_block05 .s_ttl {
      font-size: 4.5vw;
      font-weight: bold;
      margin-bottom: 10px;
      width: 100%;
  }

  .m_block05 .img_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .m_block05 figure {
      vertical-align: top;
      letter-spacing: normal;
      margin-bottom: 10px;
  }

  .m_block05 figure img {
      margin-bottom: 15px;
  }

  .m_block05 figure figcaption {
      line-height: 1.6;
      margin-top: 5px;
      font-size: 3.5vw;
  }

  .m_block05 figure figcaption p {
      margin-bottom: 10px;
  }

  .m_block05 figure figcaption p:last-child {
      margin-bottom: 0px;
  }

  .m_block06 {
      margin: 0 auto 50px;
      width: 93.75%;
  }

  .m_block06>.ttl {
      z-index: 10;
      font-size: 5.5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
      line-height: 10vw;
      position: relative;
      border-bottom: solid 3px #26b3ab;
  }

  .m_block06>.ttl:after {
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #ffc778;
      bottom: -3px;
      width: 30%;
  }

  .m_block06 .s_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-bottom: 4vw;
  }

  .m_block06 figure {
      width: 100%;
      overflow: hidden;
      margin-bottom: 10vw;
      margin-right: 70px;
  }

  .m_block06 figure:nth-child(2n) {
      margin-right: 0;
  }

  .m_block06 figure img {
      width: 30%;
      float: left;
      margin-bottom: 3vw;
  }

  .m_block06 figure .txtarea {
      width: 65%;
      font-size: 3.5vw;
      overflow: hidden;
      float: right;
      margin-bottom: 2vw;
  }

  .m_block06 figure .txtarea .ttl {
      font-weight: bold;
      margin-bottom: 5px;
      background-color: white;
      font-size: 3.5vw;
  }

  .m_block06 figure .txtarea p {
      line-height: 1.6;
  }

  .m_block06 .more_btn {
      font-size: 3.5vw;
      clear: both;
      margin-top: 1vw;
  }

  .m_block06 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 10vw;
      margin: 4vw auto 0;
      display: block;
      width: 70%;
      text-align: center;
      color: #fff !important;
      background: #0075c2;
      border-bottom: solid 4px #10334a;
  }

  .m_block07 {
      overflow: hidden;
      margin: 0 auto 50px;
      width: 93.75%;
  }

  .m_block07 .ttl {
      font-size: 4vw;
      font-weight: bold;
      margin: 3vw 0 2vw;
  }

  .m_block07 figure figcaption {
      font-size: 3.5vw;
      line-height: 1.6;
      margin: 5px 0 10px;
      clear: both;
  }

  .m_block07 figure .ph01 {
      width: 46%;
      float: left;
      margin-bottom: 10px;
  }

  .m_block07 figure .ph02 {
      width: 46%;
      float: right;
      margin-bottom: 10px;
  }

  .m_block07 .txtarea {
      width: 100%;
  }

  .m_block07 .txtarea .ttl {
      font-size: 14px;
      line-height: 1.4;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block07 .txtarea p {
      line-height: 1.4;
  }

  .m_block04 .more_btn {
      font-size: 3.5vw;
  }

  .m_block07 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 7vw;
      margin: 4vw auto 0;
      display: block;
      width: 80%;
      text-align: center;
      color: #fff !important;
      background: #0075c2;
      border-bottom: solid 4px #10334a;
  }

  .m_block08 {
      border: 1px solid #cccccc;
      padding: 15px 5% 15px;
      margin: 0 auto 50px;
      width: 93.75%;
      box-sizing: border-box;
  }

  .m_block08 .ttl {
      text-align: center;
      width: 100%;
      margin: -30px auto 0;
  }

  .m_block08 .ttl span {
      background: #fff;
      padding: 5px 20px;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
  }

  .m_block08 figure {
      overflow: hidden;
  }

  .m_block08 figure .s_ttl {
      font-size: 14px;
      font-weight: bold;
      margin-top: 10px;
  }

  .m_block08 figure figcaption .date_time {
      font-size: 10px;
      border: 1px solid #000;
      padding: 6px;
      text-align: center;
  }

  .m_block08 figure figcaption p {
      line-height: 1.4;
      margin-top: 10px;
  }

  .m_block09 {
      margin-bottom: 50px;
  }

  .m_block09 figure {
      width: 80%;
      margin: 0 auto 30px;
  }

  .m_block09 .download_btn {
      clear: both;
      text-align: center;
      margin: 0 auto 50px;
      width: 93.75%;
  }

  .m_block09 .download_btn a {
      display: inline-block;
      box-sizing: border-box;
      padding: 20px 3%;
      border: 1px solid #000;
      font-size: 12px;
      line-height: 100%;
      width: 100%;
  }

  .m_block09 .download_btn a span {
      background: url(../images/icon_article.png) no-repeat;
      background-size: contain;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      position: relative;
      padding-left: 7%;
  }

  .m_block09 .download_btn a:hover {
      background-color: #FCF503;
      border: 1px solid #FCF503;
  }

  .m_block10 {
      margin: 0 auto 50px;
      overflow: hidden;
      width: 93.75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .m_block10 figure {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 47%;
      margin-bottom: 20px;
  }

  .m_block10 figure figcaption {
      line-height: 1.6;
      margin-top: 5px;
  }

  .m_block11 {
      margin: 10vw auto 10vw;
      width: 93.75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border: 1px solid #c3c3c3;
      padding: 3vw;
      box-sizing: border-box;
  }

  .m_block11>.ttl {
      z-index: 10;
      font-size: 5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
      background: #fff;
      margin-top: -7vw;
      padding: 0 2vw;
  }

  .m_block11>.ttl span {
      z-index: 10;
      font-size: 5.5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
      background: #fff;
      margin-top: -8vw;
      line-height: 1.2;
  }

  .m_block11 .s_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block11 .img_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .m_block11 .figure_box {
      width: 100%;
  }

  .m_block11 figure {
      vertical-align: top;
      letter-spacing: normal;
      margin-bottom: 20px;
      display: block;
      width: 100%;
  }

  .m_block11 figure img {
      margin-bottom: 15px;
  }

  .m_block11 figure figcaption {
      line-height: 1.6;
      margin-top: 5px;
      font-size: 3.5vw;
  }

  .m_block11 .txtarea {
      width: 100%;
  }

  .m_block11 .txtarea .ttl {
      font-size: 4.5vw;
      line-height: 1.4;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .m_block11 .txtarea p {
      line-height: 1.4;
  }

  .m_block11 .more_btn {
      font-size: 3.5vw;
      clear: both;
      margin-top: 1vw;
  }

  .m_block11 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #26b3ab;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 10vw;
      margin: 4vw auto 0;
      display: block;
      width: 70%;
      text-align: center;
      background: #26b3ab;
      color: #fff !important;
      border-bottom: solid 4px #138e87;
  }

  .m_block13 {
      margin-bottom: 30px;
      margin: 0 auto 50px;
      overflow: hidden;
      width: 93.75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .m_block13>.ttl {
      z-index: 10;
      font-size: 5.5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
  }

  .m_block13>.s_ttl {
      z-index: 10;
      font-size: 4vw;
      font-weight: bold;
      margin-bottom: 3vw;
  }

  .m_block13 figure {
      vertical-align: top;
      letter-spacing: normal;
      width: 100%;
      margin-bottom: 40px;
  }

  .m_block13 figure img {
      display: block;
      margin: 0 auto;
  }

  .m_block13 figure .ttl {
      font-size: 4vw;
      font-weight: bold;
      margin: 3vw 0 2vw;
  }

  .m_block13 figure p {
      font-size: 3.5vw;
  }

  .m_block13 figure figcaption {
      font-size: 3.5vw;
      line-height: 1.6;
      margin-top: 5px;
  }

  .m_block13 .more_btn {
      font-size: 3.5vw;
  }

  .m_block13 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 7vw;
      margin: 4vw auto 0;
      display: block;
      width: 80%;
      text-align: center;
      color: #fff !important;
      background: #0075c2;
      border-bottom: solid 4px #10334a;
  }

  .m_block14 {
      margin: 0 auto 30px;
      width: 93.75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      box-sizing: border-box;
  }

  .m_block14>.ttl {
      z-index: 10;
      font-size: 5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
      background: #fff;
  }

  .m_block14 .s_ttl {
      font-size: 4.5vw;
      font-weight: bold;
      margin-bottom: 10px;
      width: 100%;
  }

  .m_block14 .img_ttl {
      font-size: 4vw;
      font-weight: bold;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .m_block14 figure {
      vertical-align: top;
      letter-spacing: normal;
      margin-bottom: 20px;
  }

  .m_block14 figure img {
      margin-bottom: 15px;
  }

  .m_block14 figure figcaption {
      line-height: 1.6;
      margin-top: 5px;
      font-size: 3.5vw;
  }

  .m_block15 {
      margin-bottom: 30px;
      margin: 0 auto 50px;
      overflow: hidden;
      width: 93.75%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .m_block15>.ttl {
      z-index: 10;
      font-size: 5.5vw;
      font-weight: bold;
      margin-bottom: 3vw;
      color: #26b3ab;
  }

  .m_block15 .figure_box {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
  }

  .m_block15 figure {
      vertical-align: top;
      letter-spacing: normal;
      width: 44%;
      margin-bottom: 40px;
  }

  .m_block15 figure img {
      display: block;
      margin: 0 auto;
      height: 12vw;
      object-fit: contain;
  }

  .m_block15 figure .ttl {
      font-size: 4vw;
      font-weight: bold;
      margin: 3vw 0 2vw;
  }

  .m_block15 figure p {
      font-size: 3.5vw;
  }

  .m_block15 figure figcaption {
      font-size: 3.5vw;
      line-height: 1.6;
      margin-top: 5px;
  }

  .m_block15 .more_btn {
      font-size: 3.5vw;
  }

  .m_block15 .more_btn a {
      font-size: 3.5vw;
      border: 1px solid #0075c2;
      border-radius: 25px;
      text-decoration: none !important;
      padding: 2vw 10vw;
      margin: 4vw auto 0;
      display: block;
      width: 70%;
      text-align: center;
  }

  .m_parts01 {
      margin: 0 auto 50px;
      width: 93.75%;
  }

  .m_parts02 {
      font-size: 3.5vw;
      line-height: 1.6;
      margin: 0 auto 5vw;
      width: 93.75%;
  }

  .m_parts03 {
      text-align: center;
      width: 93.75%;
      margin: 0 auto;
  }

  .m_parts03 p {
      font-size: 10px;
      font-weight: bold;
      color: #333;
  }

  .m_parts03 .ttl {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 40px;
      line-height: 1.4;
      color: #000;
  }

  .m_parts04 {
      text-align: center;
      width: 93.75%;
      margin: 0 auto 40px;
  }

  .m_parts04 p {
      color: #edb800;
      font-size: 10px;
      font-weight: bold;
      margin-bottom: 5px;
  }

  .m_parts04 h3 {
      font-size: 14px;
      font-weight: bold;
  }

  .m_parts04 h3:after {
      display: block;
      background: #999999;
      content: " ";
      height: 1px;
      width: 40px;
      margin: 10px auto;
  }

  .m_parts05 {
      width: 100vw;
      margin: 8vw 0 7vw;
      border: none;
      border-top: 5px solid #0075c2;
  }

  .m_parts06 {
      width: 93.75%;
      margin: 0 auto;
  }

  .m_parts06 h3 {
      margin: 5vw 0 5vw;
      color: #000000;
      position: relative;
      padding: 2vw 4vw 1vw;
      box-sizing: border-box;
      background: #daeaf5;
      border-bottom: solid 3px #0075c2;
      width: 100%;
  }

  .m_parts06 h3 span {
      z-index: 10;
      font-size: 5vw;
      font-weight: bold !important;
      margin-bottom: 3vw;
  }

  .m_parts07 {
      text-align: center;
      width: 93.75%;
      margin: 0 auto 30px;
  }

  .m_parts07 h3 span {
      font-size: 14px;
      font-weight: bold;
      position: relative;
      padding: 0 5%;
  }

  .m_parts07 h3 span:after {
      display: block;
      background: #999999;
      content: " ";
      height: 20px;
      width: 1px;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(25deg);
  }

  .m_parts07 h3 span:before {
      display: block;
      background: #999999;
      content: " ";
      height: 20px;
      width: 1px;
      position: absolute;
      left: 0;
      top: 0;
      transform: rotate(-25deg);
  }

  .m_parts08 {
      width: 90%;
      display: block;
      margin: 0 auto;
      text-align: center;
  }

  .m_parts08 a {
      display: block;
      color: #fff !important;
      background: #ca6127;
      text-decoration: none !important;
      padding: 2vw 1vw;
      font-size: 5vw;
      font-weight: bold;
      border-radius: 50vw;
      border-bottom: solid 4px #462310;
  }
}
/*SP用*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  body {
    min-width: auto !important;
    overflow: inherit !important;
  }
  .sp_tac {
    text-align: center !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  div,
  p,
  dd,
  dl,
  dt,
  th,
  td,
  span,
  li {
    box-sizing: border-box;
  }
}

/* 印刷用 */
@media print {
  body {
    zoom: 0.6;
    -webkit-print-color-adjust: exact;
  }
}

/* 印刷用 IE10以上 */
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
