html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media print, screen and (min-width: 751px) {
  .only_sp {
    display: none !important;
  }
}

.only_pc {
  display: none;
}
@media print, screen and (min-width: 751px) {
  .only_pc {
    display: block !important;
  }
}

/***********************************************/
/*BASE*/
/***********************************************/
img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}
html.backfixed {
  overflow: hidden;
}
html.backfixed body {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  width: 100vw;
  min-height: 100%;
  font-size: 4.26667vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  color: #3c3c3c;
}
@media print, screen and (min-width: 751px) {
  body {
    font-size: 1.6rem;
    width: 100%;
    min-width: 1100px;
  }
}

#wrapper {
  width: 100vw;
  position: relative;
  background: url("../img/bg_texture-sp.png") repeat-y, url("../img/bg_dot-sp.png");
  background-size: contain, 2.4vw 2.4vw;
}
@media print, screen and (min-width: 751px) {
  #wrapper {
    width: 100%;
    background: url("../img/bg_texture-pc.png") repeat-y, url("../img/bg_dot-pc.png");
    background-size: 100%, auto;
  }
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
@media print, screen and (min-width: 751px) {
  .img_alpha:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

a {
  color: #3c3c3c;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  a:hover {
    color: #3c3c3c;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/***********************************************/
/* HEADER */
/***********************************************/
#header {
  position: relative;
  width: 100vw;
}
@media print, screen and (min-width: 751px) {
  #header {
    width: 100%;
  }
}
#header .header {
  background: #ffffff;
  width: 100vw;
  height: 13.33333vw;
  position: fixed;
  z-index: 5;
}
@media print, screen and (min-width: 751px) {
  #header .header {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
}
#header .header .logo {
  width: 42.66667vw;
  height: 9.06667vw;
  margin: 2.13333vw 0 0 4.4vw;
}
@media print, screen and (min-width: 751px) {
  #header .header .logo {
    width: 245px;
    height: 51px;
    margin: 24px 0 0 65px;
  }
}
#header .header .logo a {
  display: block;
}
#header .navi_btn {
  width: 5.06667vw;
  height: 4.93333vw;
  background: url("../img/header/btn_menu.png");
  background-size: cover;
  position: fixed;
  top: 4.13333vw;
  right: 4.26667vw;
  z-index: 20;
}
#header .navi_btn.active {
  background: url("../img/header/btn_menu-close.png");
  background-size: cover;
}
#header #navimenu {
  display: none;
}
@media print, screen and (min-width: 751px) {
  #header #navimenu {
    display: block;
    width: 600px;
    height: 100px;
    margin-top: -100px;
    margin-left: auto;
    padding-right: 50px;
  }
}
#header .navimenu {
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: flex;
  padding: 13.33333vw 5.33333vw 0;
  justify-content: space-between;
  transform: translateY(-100%);
  transition: all 0.6s;
}
@media print, screen and (min-width: 751px) {
  #header .navimenu {
    transform: translateY(0%);
    background-color: inherit;
    position: inherit;
    justify-content: flex-end;
    overflow: inherit;
    padding: 0;
    align-items: center;
  }
}
#header .navimenu.active {
  transform: translateY(0%);
}
#header .navimenu ul {
  flex: 0 0 48%;
  border-top: solid 0.26667vw #aaaaaa;
}
@media print, screen and (min-width: 751px) {
  #header .navimenu ul {
    border-top: none;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
  }
}
#header .navimenu ul li {
  border-bottom: solid 0.26667vw #aaaaaa;
  padding: 1em 0 1em 0.2em;
}
@media print, screen and (min-width: 751px) {
  #header .navimenu ul li {
    border-bottom: none;
    flex: 0 1 auto;
    padding: 0 1em;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 751px) {
  #header .navimenu ul li a {
    text-decoration: none;
  }
  #header .navimenu ul li a:hover {
    color: #046e6e;
  }
}
@media print, screen and (min-width: 751px) {
  #header .navimenu ul li.active {
    background-color: #e5e9f0;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  #header .navimenu ul li.contact {
    width: 135px;
    height: 45px;
    background-image: url("../img/header/btn_contact-bg.png");
    margin-left: 1em;
  }
  #header .navimenu ul li.contact a {
    color: #ffffff;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
#header .navimenu ul ul {
  font-size: 3.2vw;
  border: none;
  padding-top: 0.5em;
}
#header .navimenu ul ul li {
  border: none;
  padding: 0.5em 0;
}

/***********************************************/
/* FOOTER */
/***********************************************/
#footer_contact {
  margin: 20vw 0;
}
@media print, screen and (min-width: 751px) {
  #footer_contact {
    margin: 80px 0;
  }
}
#footer_contact a {
  display: block;
  width: 86.66667vw;
  height: 19.2vw;
  background-image: url("../img/footer/btn_contact-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 5.86667vw;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  #footer_contact a {
    font-size: 2.2rem;
    width: 520px;
    height: 90px;
    background-image: url("../img/footer/btn_contact-pc.png");
  }
}

#footer {
  position: relative;
  margin-top: 20vw;
}
@media print, screen and (min-width: 751px) {
  #footer {
    margin-top: 80px;
  }
}
#footer .footer {
  font-size: 3.73333vw;
  background: #393939;
  padding: 9.33333vw 5.33333vw 8.26667vw;
}
@media print, screen and (min-width: 751px) {
  #footer .footer {
    font-size: 1.4rem;
    padding: 56px 0 40px;
  }
}
#footer .footer .logo {
  width: 44.93333vw;
  height: 9.46667vw;
  margin: 0 auto 2vw;
}
@media print, screen and (min-width: 751px) {
  #footer .footer .logo {
    width: 172px;
    height: 36px;
    margin: 0 auto 10px;
  }
}
#footer .footer nav {
  font-weight: bold;
  color: #bcbcbc;
  display: flex;
  justify-content: center;
}
#footer .footer nav ul {
  flex: 0 0 auto;
  margin: 1.5em;
}
@media print, screen and (min-width: 751px) {
  #footer .footer nav ul {
    display: flex;
    margin: 0;
  }
}
#footer .footer nav ul li {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 751px) {
  #footer .footer nav ul li {
    margin: 2em;
  }
}
#footer .footer nav ul li a {
  color: #bcbcbc;
}
#footer .footer dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 3.33333vw;
}
@media print, screen and (min-width: 751px) {
  #footer .footer dl {
    justify-content: center;
    font-size: 1.4rem;
    width: 900px;
    margin: 0 auto;
  }
}
#footer .footer dl a {
  color: #bdbdbd;
}
#footer .footer dl dt {
  flex: 1 0 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  #footer .footer dl dt {
    font-weight: bold;
  }
}
#footer .footer dl dt::before {
  content: "";
  height: 0.26667vw;
  flex-grow: 1;
  background-color: #888888;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #footer .footer dl dt::before {
    height: 1px;
  }
}
#footer .footer dl dt::after {
  content: "";
  height: 0.26667vw;
  flex-grow: 1;
  background-color: #888888;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #footer .footer dl dt::after {
    height: 1px;
  }
}
#footer .footer dl dd {
  flex: 0 0 33.3%;
  text-align: center;
  line-height: 1.2;
  margin-top: 1.4em;
}
@media print, screen and (min-width: 751px) {
  #footer .footer dl dd {
    flex: 1 1 20%;
    font-size: 1.3rem;
    margin: 1.4em 0 0 0;
  }
}
#footer .footer dl dd img {
  display: inline-block;
  margin-bottom: 0.5em;
  width: 10.93333vw;
  height: auto;
}
@media print, screen and (min-width: 751px) {
  #footer .footer dl dd img {
    width: auto;
    height: 40px;
  }
}
#footer .copyright {
  background: #626262;
  text-align: center;
  font-size: 3.2vw;
  color: #dddddd;
  padding: 1.4em 0;
}
@media print, screen and (min-width: 751px) {
  #footer .copyright {
    font-size: 1.2rem;
    padding: 1.5em;
  }
}

#pagetop {
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  width: 14.66667vw;
  height: 21.06667vw;
  right: 6.66667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  #pagetop {
    width: 70px;
    height: 100px;
    right: 5%;
  }
}
#pagetop img {
  width: 7.73333vw;
  height: auto;
}
@media print, screen and (min-width: 751px) {
  #pagetop img {
    width: 36px;
  }
}

/***********************************************/
/* TOP */
/***********************************************/
#home #wrapper {
  background: url("../img/bg_texture-sp.png") repeat-y, url("../img/top/bg_dot-sp.png");
  background-size: contain, 2.4vw 2.4vw;
}
@media print, screen and (min-width: 751px) {
  #home #wrapper {
    background: url("../img/top/home-bg.png") repeat-x, url("../img/top/bg_texture-pc.png") repeat-y, url("../img/top/bg_dot-pc.png");
    background-size: auto, 100%, auto;
  }
}
#home #main #service_link {
  font-size: 3.2vw;
  line-height: 1.3;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 1100px;
    margin: -31px auto 0;
    background-color: #ffffff;
    position: relative;
    z-index: 100;
  }
}
#home #main #service_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.33333vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul {
    flex-wrap: nowrap;
    padding: 31px 10px 12px;
    justify-content: space-between;
    margin-top: 0;
  }
}
#home #main #service_link ul li {
  flex: 0 0 33.33%;
  margin-top: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li {
    flex: 1 1 20%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li:not(:last-child) {
    border-right: solid 2px #efefef;
  }
}
#home #main #service_link ul li:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li:nth-child(2) {
    display: inherit;
  }
}
#home #main #service_link ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 0.26667vw;
  height: 20.93333vw;
  background-color: #e0e0e0;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li:nth-child(2)::before {
    content: none;
  }
}
#home #main #service_link ul li:nth-child(2)::after {
  content: "";
  display: block;
  width: 0.26667vw;
  height: 20.93333vw;
  background-color: #e0e0e0;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li:nth-child(2)::after {
    content: none;
  }
}
#home #main #service_link ul li:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li:nth-child(5) {
    display: inherit;
  }
}
#home #main #service_link ul li:nth-child(5)::before {
  content: "";
  display: block;
  width: 0.26667vw;
  height: 20.93333vw;
  background-color: #dfdfdf;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li:nth-child(5)::before {
    content: none;
  }
}
#home #main #service_link ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li div {
    padding-bottom: 8px;
  }
}
#home #main #service_link ul li div > img {
  width: 12vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li div > img {
    width: 67px;
  }
}
#home #main #service_link ul li div p {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li div p {
    margin: 1em 0;
  }
}
#home #main #service_link ul li div a img {
  width: 18.26667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #service_link ul li div a img {
    width: 75px;
  }
}
#home #main #top_menu {
  margin-top: 14.66667vw;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu {
    min-width: 1100px;
    margin: 100px auto 0;
  }
}
#home #main #top_menu .top_menu-box {
  padding: 8.53333vw 6.66667vw;
  background-color: #ffffff;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-box {
    background-color: transparent;
    padding: 64px 50px;
    margin-bottom: 80px;
  }
}
#home #main #top_menu .top_menu-box dt {
  border-bottom: solid 0.26667vw #2f60a9;
}
#home #main #top_menu .top_menu-box dt img {
  height: 5.86667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-box dt {
    border-bottom: solid 1px #2f60a9;
  }
  #home #main #top_menu .top_menu-box dt img {
    height: 30px;
  }
}
#home #main #top_menu .top_menu-box dt p {
  font-size: 3.46667vw;
  margin: 2.13333vw 0;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-box dt p {
    font-size: 1.8rem;
    margin: 16px 0;
  }
}
#home #main #top_menu .top_menu-box dd.text {
  font-size: 4vw;
  padding: 1em 0;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-box dd.text {
    font-size: 1.5rem;
    line-height: 2.2em;
    padding: 1.5em 0 2em;
  }
}
#home #main #top_menu .top_menu-box dd a.moredetail_btn {
  display: block;
  width: 41.33333vw;
  height: 8.66667vw;
  background-image: url("../img/top/moredetail_btn-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-box dd a.moredetail_btn {
    width: 210px;
    height: 44px;
    background-image: url("../img/top/moredetail_btn-pc.png");
  }
}
#home #main #top_menu .top_menu-businesssuccession {
  background-image: url("../img/top/tax_photo-sp.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 76.66667vw 60vw;
  padding-top: 49.06667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-businesssuccession {
    background-image: url("../img/top/tax_photo-pc.png");
    background-position: calc(50% + 350px) top;
    background-size: auto;
    padding: 0;
    height: 450px;
    margin-bottom: 100px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1400px) {
  #home #main #top_menu .top_menu-businesssuccession {
    background-position: right top;
  }
}
#home #main #top_menu .top_menu-businesssuccession dl {
  margin-right: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-businesssuccession dl {
    width: 1100px;
    margin: 92px auto 0;
    padding: 0;
  }
  #home #main #top_menu .top_menu-businesssuccession dl dt {
    margin-left: 72px;
    width: 60%;
  }
  #home #main #top_menu .top_menu-businesssuccession dl dd {
    margin-left: 72px;
    min-width: 27em;
    width: 30vw;
  }
}
@media print, screen and (min-width: 1100px) {
  #home #main #top_menu .top_menu-businesssuccession dl dt {
    width: 62%;
  }
}
@media print, screen and (min-width: 1400px) {
  #home #main #top_menu .top_menu-businesssuccession dl dt {
    width: 80%;
  }
}
#home #main #top_menu .top_menu-inheritancetax {
  background-image: url("../img/top/consulting_photo-sp.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76.66667vw 60vw;
  padding-top: 48.8vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-inheritancetax {
    background-image: url("../img/top/consulting_photo-pc.png");
    background-position: calc(50% - 350px) top;
    background-size: auto;
    padding: 0;
    height: 450px;
    margin-bottom: 100px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1400px) {
  #home #main #top_menu .top_menu-inheritancetax {
    background-position: left top;
  }
}
#home #main #top_menu .top_menu-inheritancetax dl {
  margin-left: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-inheritancetax dl {
    margin: 150px auto 0;
    padding: 0;
    width: 1100px;
  }
  #home #main #top_menu .top_menu-inheritancetax dl dt, #home #main #top_menu .top_menu-inheritancetax dl dd, #home #main #top_menu .top_menu-inheritancetax dl dd.text {
    padding-left: 37%;
    margin-left: 20%;
  }
}
#home #main #top_menu .top_menu-about {
  background-image: url("../img/top/about_photo-sp.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 76.4vw 98.53333vw;
  padding-top: 85.86667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-about {
    background-image: url("../img/top/about_photo-pc.png");
    background-position: calc(50% + 460px) top;
    background-size: auto;
    padding: 0;
    height: 640px;
    margin-bottom: 100px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1400px) {
  #home #main #top_menu .top_menu-about {
    background-position: right top;
  }
}
#home #main #top_menu .top_menu-about dl {
  margin-right: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_menu .top_menu-about dl {
    margin: 175px auto 0;
    padding: 0;
    width: 1100px;
  }
  #home #main #top_menu .top_menu-about dl dt {
    margin-left: 72px;
    width: 75%;
  }
  #home #main #top_menu .top_menu-about dl dd {
    width: 31em;
    margin-left: 72px;
  }
}
@media print, screen and (min-width: 1400px) {
  #home #main #top_menu .top_menu-about dl dt {
    width: 90%;
  }
}
#home #main #top_news {
  background: #7ad2ce;
  background: linear-gradient(22deg, #7ad2ce 0%, #99a9e1 100%);
  margin: 14vw 6.66667vw 0;
  padding: 2.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news {
    padding: 10px;
    width: 1100px;
    margin: 0 auto;
    display: flex;
  }
}
#home #main #top_news .news_header {
  background-color: #ffffff;
  padding: 8vw 0;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_header {
    padding: 45px 50px 40px;
  }
}
#home #main #top_news .news_header img {
  height: 6vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_header img {
    height: 25px;
  }
}
#home #main #top_news .news_header .more_btn {
  position: absolute;
  top: 7.73333vw;
  left: 55.06667vw;
  font-size: 2.66667vw;
  width: 22.66667vw;
  height: 6.66667vw;
  border: solid 0.26667vw #f3f3f3;
  border-radius: 3.33333vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_header .more_btn {
    font-size: 1.2rem;
    width: 96px;
    height: 28px;
    position: static;
    margin: 16px auto 0;
    border-radius: 25px;
    border: solid 1px #f3f3f3;
  }
}
#home #main #top_news .news_header .more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#home #main #top_news .news_list {
  font-size: 4vw;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 0 4vw 4vw;
  margin-top: -0.26667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_list {
    font-size: 1.8rem;
    padding: 0;
    margin: 0;
    overflow: hidden;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#home #main #top_news .news_list li {
  padding-bottom: 4vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_list li {
    padding: 0;
    margin: 0.25em 0;
  }
}
#home #main #top_news .news_list li .title {
  font-weight: bold;
  display: block;
  margin: 0 0 0.25em;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_list li .title {
    display: inline;
    margin: 0 1em;
  }
}
#home #main #top_news .news_list li img {
  width: 15.46667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_news .news_list li img {
    width: 67px;
    height: auto;
    display: inline;
    margin-bottom: 0.2em;
  }
}
#home #main #top_point {
  margin-top: 21.33333vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 72px auto 0;
  }
}
#home #main #top_point dt {
  font-size: 5.33333vw;
  text-align: center;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_point dt {
    font-size: 2.8rem;
    width: 100%;
    margin-bottom: 40px;
  }
}
#home #main #top_point dd {
  display: flex;
  align-items: center;
  counter-increment: point;
  font-size: 3.2vw;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  margin: 5.33333vw 6.66667vw;
  padding: 2.66667vw 4vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_point dd {
    font-size: 1.6rem;
    margin: 0;
    padding: 20px;
    width: 355px;
  }
}
#home #main #top_point dd.point01 {
  background-color: #07948e;
}
#home #main #top_point dd.point01::before {
  background-color: #36afaa;
}
#home #main #top_point dd.point02 {
  background-color: #246ca3;
}
#home #main #top_point dd.point02::before {
  background-color: #4387bb;
}
#home #main #top_point dd.point03 {
  background-color: #3751b1;
}
#home #main #top_point dd.point03::before {
  background-color: #6076c3;
}
#home #main #top_point dd::before {
  content: counter(point);
  font-size: 6.66667vw;
  font-weight: normal;
  line-height: 1;
  margin-right: 4vw;
  padding: 0.45em 0.3em;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_point dd::before {
    font-size: 7.0rem;
    margin-right: 25px;
    padding: 0.2em;
  }
}
#home #main #top_flow {
  background-color: rgba(97, 136, 141, 0.1);
  margin-top: 14.66667vw;
  padding: 13.33333vw 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow {
    margin: 100px 0;
    padding: 72px 0 64px;
  }
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow .flow_steps {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
  }
}
#home #main #top_flow h2 {
  font-size: 5.33333vw;
  text-align: center;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow h2 {
    font-size: 2.8rem;
    width: 100%;
    margin-bottom: 32px;
  }
}
#home #main #top_flow dl {
  background-size: 18.66667vw;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0 0 0 22vw;
  min-height: 21.86667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow dl {
    position: relative;
    flex: 0 0 140px;
    background-size: 140px;
    background-position: 10px top;
    padding: 150px 0 0 0;
    min-height: inherit;
  }
}
#home #main #top_flow dl.step01 {
  background-image: url("../img/top/flow_step01-icon.png");
}
#home #main #top_flow dl.step02 {
  background-image: url("../img/top/flow_step02-icon.png");
}
#home #main #top_flow dl.step03 {
  background-image: url("../img/top/flow_step03-icon.png");
}
#home #main #top_flow dl.step04 {
  background-image: url("../img/top/flow_step04-icon.png");
}
#home #main #top_flow dl.step05 {
  background-image: url("../img/top/flow_step05-icon.png");
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow dl:not(:last-child) {
    flex: 0 0 230px;
  }
}
#home #main #top_flow dl:not(:last-child)::after {
  display: block;
  content: '';
  width: 4.93333vw;
  height: 3.2vw;
  background-image: url("../img/top/flow-arrow-sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5.33333vw auto 4.53333vw;
  padding: 0 22vw 0 0;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow dl:not(:last-child)::after {
    position: absolute;
    top: 57px;
    right: 21px;
    width: 19px;
    height: 29px;
    background-image: url("../img/top/flow-arrow-pc.png");
    margin: 0;
    padding: 0;
  }
}
#home #main #top_flow dl dt {
  font-size: 2.93333vw;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow dl dt {
    font-size: 1.6rem;
    width: 160px;
    text-align: center;
  }
}
#home #main #top_flow dl dt span {
  font-size: 4vw;
  margin-right: 0.8em;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow dl dt span {
    font-size: 1.6rem;
    line-height: 3em;
    margin: 0;
    padding: 0 0 0.5em;
    border-bottom: solid 2px #cdcdcd;
  }
}
#home #main #top_flow dl dd {
  font-size: 2.66667vw;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #home #main #top_flow dl dd {
    font-size: 1.3rem;
    line-height: 1.7;
    width: 160px;
    margin-top: 1em;
  }
}
#home #main #top_flow a {
  text-decoration: underline;
}
#home #main .other_menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 5.06667vw;
  margin-top: 2.66667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main .other_menu ul {
    font-size: 2.2rem;
    flex-direction: row;
    justify-content: space-between;
    width: 1100px;
    margin: 70px auto 0;
    padding-right: 8px;
  }
}
#home #main .other_menu ul li {
  display: block;
  width: 86.66667vw;
  height: 26.66667vw;
  box-shadow: 0px 0px 0.8vw 0.13333vw rgba(0, 0, 0, 0.3);
  margin-top: 10.66667vw;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #home #main .other_menu ul li {
    width: 530px;
    height: 200px;
    margin-top: 0;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.08);
  }
}
#home #main .other_menu ul li::after {
  content: "";
  display: block;
  width: 9.33333vw;
  height: 0.26667vw;
  background-color: #cccccc;
  position: absolute;
  top: 13.33333vw;
  right: 0;
}
@media print, screen and (min-width: 751px) {
  #home #main .other_menu ul li::after {
    width: 70px;
    height: 1px;
    top: 100px;
  }
}
#home #main .other_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86.66667vw;
  height: 26.66667vw;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  #home #main .other_menu ul li a {
    width: 530px;
    height: 200px;
  }
}
#home #main .other_menu ul li a img {
  margin-right: 1em;
}
#home #main .other_menu-01 img {
  width: 13.06667vw;
}
@media print, screen and (min-width: 751px) {
  #home #main .other_menu-01 img {
    width: 98px;
  }
}
#home #main .other_menu-02 img {
  width: 16.53333vw;
}
@media print, screen and (min-width: 751px) {
  #home #main .other_menu-02 img {
    width: 124px;
  }
}

.swiper-slide {
  width: 100vw;
  height: 80vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  .swiper-slide {
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
}
@media print, screen and (min-width: 751px) {
  .swiper-slide::before {
    content: "";
    width: 100%;
    height: 600px;
    border: solid 13px rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.swiper-slide.slide-01 {
  background-image: url("../img/top/main_sp-01.jpg");
}
@media print, screen and (min-width: 751px) {
  .swiper-slide.slide-01 {
    background-image: url("../img/top/main_pc-01.jpg");
  }
}
.swiper-slide.slide-02 {
  background-image: url("../img/top/main_sp-02.jpg");
}
@media print, screen and (min-width: 751px) {
  .swiper-slide.slide-02 {
    background-image: url("../img/top/main_pc-02.jpg");
  }
}
.swiper-slide.slide-03 {
  background-image: url("../img/top/main_sp-03.jpg");
}
@media print, screen and (min-width: 751px) {
  .swiper-slide.slide-03 {
    background-image: url("../img/top/main_pc-03.jpg");
  }
}
.swiper-slide.slide-04 {
  background-image: url("../img/top/main_sp-04.jpg");
}
@media print, screen and (min-width: 751px) {
  .swiper-slide.slide-04 {
    background-image: url("../img/top/main_pc-04.jpg");
  }
}
.swiper-slide.slide-05 {
  background-image: url("../img/top/main_sp-05.jpg");
}
@media print, screen and (min-width: 751px) {
  .swiper-slide.slide-05 {
    background-image: url("../img/top/main_pc-05.jpg");
  }
}
.swiper-pagination-bullets {
  bottom: 3.2vw !important;
}
@media print, screen and (min-width: 751px) {
  .swiper-pagination-bullets {
    bottom: 72px !important;
    left: auto !important;
    right: 45px;
    width: auto !important;
  }
}
.swiper-pagination-bullet {
  width: 1.33333vw;
  height: 1.33333vw;
  border-radius: 0;
  background-color: #ffffff;
  margin: 0 0.66667vw !important;
}
@media print, screen and (min-width: 751px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
}

/***********************************************/
/* MAIN */
/***********************************************/
#main {
  padding-top: 13.33333vw;
}
@media print, screen and (min-width: 751px) {
  #main {
    min-width: 1100px;
    margin: 0 auto;
    padding-top: 0;
  }
}
#main .page-navi {
  padding: 4.8vw 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #main .page-navi {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 10px;
  }
}
#main .page-navi ul {
  font-size: 0;
  display: flex;
  align-items: center;
}
#main .page-navi ul li {
  font-size: 3.46667vw;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  #main .page-navi ul li {
    font-size: 1.2rem;
  }
}
#main .page-navi ul li::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 1.33333vw;
  height: 1.73333vw;
  margin: 0.13333vw 1.06667vw 0;
  background-image: url("../img/pagenavi_icon-step.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
@media print, screen and (min-width: 751px) {
  #main .page-navi ul li::after {
    width: 4px;
    height: 6px;
    background-size: contain;
    margin: 1px 6px 0;
  }
}
#main .page-navi ul li:last-child::after {
  content: none;
}
#main .page-navi ul li a.home {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  width: 3.06667vw;
  height: 3.6vw;
  background-image: url("../img/pagenavi_icon-home.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 751px) {
  #main .page-navi ul li a.home {
    width: 10px;
    height: 12px;
    background-size: contain;
  }
}
#main .page-title {
  width: 100vw;
  height: 30.66667vw;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #main .page-title {
    width: 100%;
    height: 190px;
    background-size: cover;
  }
}
#main .page-title img {
  position: absolute;
  top: 12.8vw;
  left: 8vw;
  height: 5.06667vw;
}
@media print, screen and (min-width: 751px) {
  #main .page-title img {
    height: 31px;
    width: auto;
    top: 80px;
    left: 85px;
  }
}
#main .page-title::before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 3.2vw rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  #main .page-title::before {
    border: solid 27px rgba(255, 255, 255, 0.3);
  }
}
#main .page-cont {
  padding: 0 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #main .page-cont {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}
#main .page-cont:not(:last-child) {
  margin-bottom: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #main .page-cont:not(:last-child) {
    margin-bottom: 20px;
  }
}
#main .page-copy {
  margin: 2.66667vw auto 4.53333vw;
}
@media print, screen and (min-width: 751px) {
  #main .page-copy {
    margin: 30px auto 64px;
  }
}

/***********************************************/
/* NEWS */
/***********************************************/
#news .news_list {
  background: #ffffff;
  padding: 6.4vw 5.33333vw;
  position: relative;
  margin-top: 5.33333vw;
}
@media print, screen and (min-width: 751px) {
  #news .news_list {
    margin-top: 20px;
    padding: 32px 54px;
    display: flex;
    align-items: center;
  }
}
#news .news_list:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 751px) {
  #news .news_list:first-child {
    margin-top: 40px;
  }
}
#news .news_list dt {
  margin-bottom: 1em;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  #news .news_list dt {
    margin-bottom: 0;
    line-height: 1.6;
    flex: 0 0 7em;
  }
}
#news .news_list dd {
  width: 12.5em;
}
@media print, screen and (min-width: 751px) {
  #news .news_list dd {
    width: auto;
  }
}
#news .news_list dd.pdf {
  position: absolute;
  top: 0;
  right: 5.33333vw;
  width: 14vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news_list dd.pdf a {
  display: block;
}
@media print, screen and (min-width: 751px) {
  #news .news_list dd.pdf {
    position: static;
    display: block;
    width: 56px;
    height: 14px;
    right: 0;
    margin-left: auto;
  }
}

#news #main .page-title {
  background-image: url("../news/img/title_bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #news #main .page-title {
    background-image: url("../news/img/title_bg-pc.jpg");
    background-position: center;
  }
}

/***********************************************/
/* SERVICE */
/***********************************************/
#service .service_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service .service_menu-box {
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6.4vw 3.2vw;
  flex: 0 0 41.33333vw;
  margin-top: 4vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_menu-box {
    flex: 0 0 32.6%;
    max-width: 32.6%;
    margin-top: 10px;
    padding: 50px 40px 40px;
  }
}
#service .service_menu-box2 {
  background: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 22vw;
  flex: 0 0 41.33333vw;
  margin-top: 4vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_menu-box2 {
    padding: 9vw 0;
    flex: 0 0 32.6%;
    max-width: 32.6%;
    margin-top: 10px;
  }
}
#service .service_menu-title {
  font-size: 3.73333vw;
  line-height: 1.36;
  margin: 1em 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_menu-title {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
#service .service_menu-icon {
  width: 17.6vw;
  height: 15.73333vw;
  order: -1;
}
@media print, screen and (min-width: 751px) {
  #service .service_menu-icon {
    width: 100px;
    height: 89px;
  }
}
#service .service_menu-text {
  font-size: 3.33333vw;
  line-height: 1.6;
  margin: 0 0 1em;
  flex: 1 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  #service .service_menu-text {
    font-size: 1.5rem;
    margin: 0 0 2em;
    width: 100%;
  }
}
#service .service_menu-more a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  display: block;
  width: 28vw;
  height: 6.53333vw;
  background-image: url("../img/more_btn-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  #service .service_menu-more a {
    background-image: url("../img/more_btn-pc.png");
    width: 210px;
    height: 44px;
  }
}
#service .service_cont {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 1.73333vw 0.4vw rgba(0, 0, 0, 0.1);
  padding: 9.06667vw 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 70px 80px;
  }
}
#service .service_cont-title {
  font-size: 5.33333vw;
  font-weight: bold;
  text-align: center;
  margin: 6.4vw 0 8.53333vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-title {
    font-size: 3.4rem;
    margin: 48px 0 64px;
  }
}
#service .service_cont-title-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.86667vw;
  color: #454545;
  margin: 12.8vw 0 6.4vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-title-02 {
    font-size: 3.0rem;
    margin: 100px 0 50px 0;
  }
}
#service .service_cont-title-02::before {
  content: "";
  height: 0.26667vw;
  flex-grow: 0;
  background-color: #c8c8c8;
  margin-right: 0.8em;
  width: 7.46667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-title-02::before {
    width: 56px;
    height: 2px;
  }
}
#service .service_cont-title-02::after {
  content: "";
  height: 0.26667vw;
  flex-grow: 0;
  background-color: #c8c8c8;
  margin-left: 0.8em;
  width: 7.46667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-title-02::after {
    width: 56px;
    height: 2px;
  }
}
#service .service_cont-copy {
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 1.2em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-copy {
    font-size: 2.0rem;
  }
}
#service .service_cont-checklist {
  border: solid 4px #0c235a;
  margin-top: 19.33333vw;
  margin-bottom: 14.66667vw;
  padding: 0 0 4vw;
  background-color: #f1f3f5;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-checklist {
    margin: 72px 100px 40px;
    padding: 0 0 20px;
  }
}
#service .service_cont-checklist dt {
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background-color: #0c235a;
  margin: -2.25em auto 1.75em;
  padding: 0.8em 1em;
  border-radius: 2em;
  width: 88%;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-checklist dt {
    font-size: 1.6rem;
    margin: -1.5em auto 1.75em;
    padding: 0.5em 0;
    width: 80%;
  }
}
#service .service_cont-checklist dd {
  display: flex;
  align-items: center;
  line-height: 1.4;
  font-size: 3.2vw;
  color: #3c3c3c;
  margin: 3.33333vw 5.33333vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-checklist dd {
    font-size: 1.6rem;
    margin: 5px 100px;
  }
}
#service .service_cont-checklist dd::before {
  flex: 0 0 7.6vw;
  display: inline-block;
  content: '';
  width: 7.6vw;
  height: 7.6vw;
  margin-right: 0.8em;
  background-image: url("../service/img/mark-checklist.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-checklist dd::before {
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
  }
}
#service .service_cont-lead {
  margin: 1em 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-lead {
    line-height: 1.85;
    margin-bottom: 2em;
  }
}
#service .service_cont-lead b {
  font-weight: bold;
}
#service .service_cont-text {
  margin-bottom: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont-text {
    margin-bottom: 50px;
  }
}
#service .service_cont-text-no_title {
  padding: 1.5em 0;
}
#service .service_cont-text-no_title p {
  margin: 1em 0;
}
#service .service_cont-text p {
  margin: 1em 0;
}
#service .service_cont-text p b {
  font-weight: bold;
}
#service .service_cont-image {
  margin: 2em 0;
  text-align: center;
}
#service .service_cont-image img {
  margin: 0 auto;
}
#service .service_cont nav.tab {
  background: #ffffff;
  padding: 5.33333vw;
  margin: 0 0 12vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont nav.tab {
    padding: 30px;
    width: 664px;
    margin: 80px auto 60px;
  }
}
#service .service_cont nav.tab ul {
  display: flex;
  justify-content: space-between;
}
#service .service_cont nav.tab ul li {
  flex: 0 0 36.66667vw;
  height: 4em;
  font-size: 3.46667vw;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  background: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont nav.tab ul li {
    flex: 0 0 292px;
    height: 3em;
    font-size: 2.0rem;
  }
}
#service .service_cont nav.tab ul li.active {
  background: #0c235a;
}
#service .service_cont nav.tab ul li::before {
  content: "";
  display: block;
  background-image: url("../service/img/tab_mark.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 4.26667vw;
  height: 4.26667vw;
  margin-right: 1.33333vw;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont nav.tab ul li::before {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .square-list-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px;
  }
  #service .service_cont .square-list-wrap .page-cont {
    flex: 0 0 470px;
    max-width: 470px;
    margin: 30px 0 0 0;
    padding: 0;
  }
  #service .service_cont .square-list-wrap .page-cont:not(:last-child) {
    margin: 30px 0 0 0;
  }
}
#service .service_cont .page-cont {
  background: #ffffff;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont {
    width: 100%;
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont:not(:last-child) {
    margin-bottom: 50px;
  }
}
#service .service_cont .page-cont h3 {
  text-align: center;
  margin: 6.66667vw 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont h3 {
    margin: 50px 0 32px;
  }
}
#service .service_cont .page-cont h3 span {
  font-size: 4.8vw;
  font-weight: bold;
  border-bottom: solid 0.53333vw #0c235a;
  padding: 0.4em 0.2em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont h3 span {
    font-size: 2.2rem;
    border-bottom: solid 3px #0c235a;
  }
}
#service .service_cont .page-cont dl {
  background: #f7f7f7;
  padding: 1em;
  margin: 6.66667vw 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl {
    padding: 32px 38px;
    margin: 10px 20px;
  }
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl:last-child {
    margin-bottom: 50px;
  }
}
#service .service_cont .page-cont dl dt {
  color: #0c235a;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl dt {
    font-size: 1.8rem;
  }
}
#service .service_cont .page-cont dl dt img {
  margin-right: 0.5em;
  width: 7.06667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl dt img {
    width: 38px;
    height: auto;
  }
}
#service .service_cont .page-cont dl dd {
  margin-top: 0.4em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl dd {
    font-size: 1.5rem;
  }
}
#service .service_cont .page-cont dl dd a {
  color: #bc7c00;
  text-decoration: underline;
}
#service .service_cont .page-cont dl.square-list {
  background-color: transparent;
  padding: 0;
  margin-top: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.square-list {
    margin: 27px 35px;
  }
}
#service .service_cont .page-cont dl.square-list dt {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.333;
  color: #454545;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.square-list dt {
    font-size: 2.0rem;
  }
}
#service .service_cont .page-cont dl.square-list dt img {
  margin-right: 0.7em;
}
#service .service_cont .page-cont dl.square-list dd {
  margin-top: 4.66667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.square-list dd {
    margin: 25px 10px;
  }
}
#service .service_cont .page-cont dl.square-list dd p.caption {
  font-size: 3.46667vw;
  margin-top: 1em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.square-list dd p.caption {
    font-size: 1.2rem;
  }
}
#service .service_cont .page-cont dl.price-list {
  background-color: transparent;
  padding: 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.price-list {
    margin: 0;
    display: flex;
  }
}
#service .service_cont .page-cont dl.price-list dt {
  font-size: 4.8vw;
  font-weight: bold;
  color: #454545;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.price-list dt {
    font-size: 2.0rem;
    flex: 0 0 32%;
  }
}
#service .service_cont .page-cont dl.price-list dd {
  margin-top: 1em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.price-list dd {
    font-size: 1.8rem;
    margin: 0;
  }
}
#service .service_cont .page-cont dl.price-list dd .price {
  font-weight: bold;
  color: #008f87;
}
#service .service_cont .page-cont dl.price-list dd .caption {
  font-size: 3.46667vw;
  line-height: 1.385;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont dl.price-list dd .caption {
    font-size: 1.4rem;
  }
}
#service .service_cont .page-cont .service_support {
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .service_support {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
#service .service_cont .page-cont .service_support-title {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  background: #345b89;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 2em;
  width: 14em;
  margin: 16vw auto 8vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .service_support-title {
    font-size: 1.6rem;
    margin: 100px auto 30px;
  }
}
#service .service_cont .page-cont .service_support li {
  border: solid 0.26667vw #e0e0e0;
  margin-top: -0.26667vw;
  padding: 1em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .service_support li {
    border: solid 1px #e0e0e0;
    margin: -1px 0 0 -1px;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 32px;
  }
}
#service .service_cont .page-cont .service_support li strong {
  display: block;
  font-size: 3.73333vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .service_support li strong {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 1em;
  }
}
#service .service_cont .page-cont .service_support li strong img {
  display: inline-block !important;
  vertical-align: baseline;
  width: 5.6vw;
  height: 4.8vw;
  margin-right: 0.2em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .service_support li strong img {
    width: 28px;
    height: auto;
    vertical-align: bottom;
  }
}
#service .service_cont .page-cont .service_support li p {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .service_support li p {
    font-size: 1.6rem;
  }
}
#service .service_cont .page-cont .price-cont {
  padding: 8.53333vw 0 4.26667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-cont {
    padding: 50px 0;
  }
}
#service .service_cont .page-cont .price-table {
  font-size: 3.06667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table {
    font-size: 1.4rem;
  }
}
#service .service_cont .page-cont .price-table thead td {
  text-align: center;
  padding: 0 0 0.5em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table thead td {
    padding: 0 0 0.8em;
  }
}
#service .service_cont .page-cont .price-table tbody {
  border-top: solid 0.53333vw #eaeaea;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table tbody {
    border-width: 2px;
  }
}
#service .service_cont .page-cont .price-table tr {
  border-bottom: solid 0.53333vw #eaeaea;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table tr {
    border-width: 2px;
  }
}
#service .service_cont .page-cont .price-table th {
  font-weight: bold;
  width: 35%;
  border-right: solid 0.53333vw #eaeaea;
  padding: 1em 0.5em 1em 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table th {
    font-size: 1.6rem;
    border-width: 2px;
    width: 28%;
  }
}
#service .service_cont .page-cont .price-table td.price {
  text-align: right;
  width: 28%;
  border-right: solid 0.53333vw #eaeaea;
  padding: 1em 0.8em 1em 0;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table td.price {
    border-width: 2px;
    width: 12%;
  }
}
#service .service_cont .page-cont .price-table td.text {
  width: 37%;
  padding: 1em 0 1em 1em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-table td.text {
    width: 60%;
  }
}
#service .service_cont .page-cont .price-kome {
  font-size: 3.06667vw;
  margin-top: 1em;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .page-cont .price-kome {
    font-size: 1.3rem;
    margin-top: 1.5em;
  }
}
#service .service_cont .service_support {
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .service_support {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
#service .service_cont .service_support-title {
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  background: #345b89;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 2em;
  width: 14em;
  margin: 16vw auto 8vw;
}
@media print, screen and (min-width: 751px) {
  #service .service_cont .service_support-title {
    font-size: 1.6rem;
    margin: 60px auto 30px;
  }
}

#tab_cont-box .tab_cont-02 {
  display: none;
}

#service #main .page-title {
  background-image: url("../service/img/title_bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #service #main .page-title {
    background-image: url("../service/img/title_bg-pc.jpg");
    background-position: center;
  }
}
#service #main .page-copy {
  width: 70.13333vw;
  height: 34vw;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url("../service/img/copy-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 751px) {
  #service #main .page-copy {
    width: 811px;
    height: 69px;
    background-image: url("../service/img/copy-pc.png");
  }
}

/***********************************************/
/* COMPANY */
/***********************************************/
#company article {
  overflow: hidden;
}
#company .page-link ul {
  display: flex;
  justify-content: center;
  font-size: 3.33333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #company .page-link ul {
    font-size: 1.8rem;
  }
}
#company .page-link ul li {
  border-right: solid 0.26667vw #bebebe;
  padding: 0 0.8em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company .page-link ul li {
    border-right: solid 1px #bebebe;
    padding: 0 3em;
  }
}
#company .page-link ul li:first-child {
  border-left: solid 0.26667vw #bebebe;
}
@media print, screen and (min-width: 751px) {
  #company .page-link ul li:first-child {
    border-left: solid 1px #bebebe;
  }
}
#company .page-link ul li:nth-of-type(4) {
  border-left: solid 0.26667vw #bebebe;
}
@media print, screen and (min-width: 751px) {
  #company .page-link ul li:nth-of-type(4) {
    border-left: none;
  }
}
#company .page-cont {
  padding-top: 13.33333vw;
  margin-top: -13.33333vw;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  #company .page-cont {
    padding-top: 0;
    margin-top: 0;
  }
}
#company .page-cont h2.title {
  font-size: 5.33333vw;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0;
}
@media print, screen and (min-width: 751px) {
  #company .page-cont h2.title {
    font-size: 3.4rem;
  }
}
#company #greeting .profile {
  background: #ffffff;
  padding: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile {
    padding: 80px;
  }
}
#company #greeting .profile-head {
  margin: 0 0 16vw;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-head {
    margin: 0 0 80px;
  }
}
#company #greeting .profile-head p {
  font-size: 4vw;
  margin: 1em 0;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-head p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 1.5em 0;
  }
}
#company #greeting .profile-head-name {
  font-size: 3.73333vw;
  text-align: right;
  margin-top: 2em;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-head-name {
    font-size: 1.6rem;
    margin-top: 3em;
  }
}
#company #greeting .profile-head-name img {
  display: inline-block;
  width: 24.93333vw;
  height: auto;
  margin-left: 0.5em;
  vertical-align: baseline;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-head-name img {
    width: 118px;
  }
}
#company #greeting .profile-box section {
  margin: 6.66667vw 0;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box section {
    margin: 15px 0;
  }
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-wide .profile-data .row {
    display: flex;
    justify-content: space-between;
  }
  #company #greeting .profile-box-wide .profile-data .row dl {
    width: 425px;
  }
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #company #greeting .profile-box-flex section {
    flex: 0 0 455px;
  }
}
#company #greeting .profile-box-group {
  margin-top: 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-group {
    margin-top: 50px;
  }
}
#company #greeting .profile-box-group .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.73333vw;
  font-weight: bold;
  color: #0c235a;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-group .title {
    font-size: 2.0rem;
    flex: 1 0 100%;
  }
}
#company #greeting .profile-box-group .title::before {
  content: "";
  width: 2.53333vw;
  height: 0.53333vw;
  background-color: #0c235a;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-group .title::before {
    height: 1px;
  }
}
#company #greeting .profile-box-group .title::after {
  content: "";
  width: 2.53333vw;
  height: 0.53333vw;
  background-color: #0c235a;
  margin-left: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-group .title::after {
    height: 1px;
  }
}
#company #greeting .profile-box-group section {
  margin: 4vw 0 0;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-box-group section {
    margin: 30px 0 0;
  }
}
#company #greeting .profile-data {
  border: solid 1.6vw #efefef;
  padding: 3.2vw 2.8vw;
  letter-spacing: 0;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-data {
    border-width: 7px;
    padding: 28px 23px;
    height: 100%;
    letter-spacing: 0.1em;
  }
}
#company #greeting .profile-data h3.name {
  font-size: 4vw;
  text-align: center;
  margin: 2.66667vw 0 5.33333vw;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-data h3.name {
    font-size: 1.8rem;
    margin: 0px 0 20px;
  }
}
#company #greeting .profile-data h3.name span {
  display: block;
  font-size: 2.66667vw;
  font-weight: bold;
  color: #b2b2b2;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-data h3.name span {
    font-size: 1.2rem;
  }
}
#company #greeting .profile-data dl {
  font-size: 2.13333vw;
  line-height: 1.5;
  border-top: solid 1px #dddddd;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-data dl {
    font-size: 1.3rem;
  }
}
#company #greeting .profile-data dl dt {
  float: left;
  padding: 0.8em 0.5em;
}
#company #greeting .profile-data dl dd {
  padding: 0.8em 0 0.8em 3.5em;
  border-bottom: solid 1px #dddddd;
}
#company #greeting .profile-data dl dd ul li {
  margin-bottom: 0.3em;
}
#company #greeting .profile-book {
  font-size: 2.13333vw;
  letter-spacing: 0;
  background-image: url("../company/img/profile-book-bg.png");
  background-size: cover;
  margin-top: 6.66667vw;
  padding: 4vw 4vw;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-book {
    font-size: 1.3rem;
    margin-top: 0;
    padding: 25px 40px;
    width: 425px;
  }
}
#company #greeting .profile-book p.title {
  background-color: #ffffff;
  text-align: center;
  padding: 0.25em;
  width: 10em;
  margin: 0 auto 2.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-book p.title {
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-book ul li {
    margin-bottom: 0.25em;
  }
}
#company #greeting .profile-bio li span {
  display: block;
  float: left;
}
#company #greeting .profile-bio li p {
  margin-left: 4.5em;
  letter-spacing: 0;
}
#company #greeting .profile-bio.type2 li p {
  margin-left: 7.8em;
}
@media print, screen and (min-width: 751px) {
  #company #greeting .profile-bio.type2 li p {
    margin-left: 8em;
  }
}
#company #about .aboutus {
  font-size: 4vw;
  background: #ffffff;
  padding: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #about .aboutus {
    font-size: 1.4rem;
    padding: 50px;
  }
}
#company #about .aboutus-data dt {
  font-weight: bold;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company #about .aboutus-data dt {
    float: left;
    padding: 2em 0 2em 0.5em;
  }
}
#company #about .aboutus-data dd {
  border-bottom: solid 2px #dddddd;
  padding: 0 0.5em 0.5em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company #about .aboutus-data dd {
    border-bottom: solid 1px #dddddd;
    padding: 2em 0.5em 2em 9em;
    margin-bottom: 0;
  }
}
#company #about .pdf_btn {
  margin-top: 13.33333vw;
}
@media print, screen and (min-width: 751px) {
  #company #about .pdf_btn {
    margin-top: 40px;
  }
}
#company #about .pdf_btn .link-btn-01 {
  display: flex;
  width: 56.8vw;
  height: 12vw;
  background-image: url("../company/img/btn_bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 3.73333vw;
  font-weight: bold;
  margin: 6.66667vw auto;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  #company #about .pdf_btn .link-btn-01 {
    width: 210px;
    height: 44px;
    font-size: 1.4rem;
    margin: 20px auto 10px;
  }
}
#company #access .access {
  background-color: #ffffff;
  padding: 10vw 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #access .access {
    padding: 50px;
  }
}
#company #access .access-map {
  width: 100%;
  height: 73.33333vw;
  background: #eeeeee;
  margin: 1em 0;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-map {
    height: 500px;
  }
}
#company #access .access-map iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area-text {
    text-align: center;
  }
}
#company #access .access-area dl {
  border: solid 1.6vw #f4f4f4;
  padding: 6.4vw;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area dl {
    border: solid 6px #f4f4f4;
    padding: 20px 40px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
  }
}
#company #access .access-area dt {
  font-size: 4vw;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area dt {
    font-size: 1.6rem;
    line-height: 1.8;
    flex: 1 0 auto;
  }
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area dd {
    flex: 0 0 176px;
  }
}
#company #access .access-area dd.illust {
  text-align: center;
  margin-top: 8vw;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area dd.illust {
    flex: 0 0 145px;
    margin: 0;
  }
}
#company #access .access-area dd.illust img {
  display: inline;
}
#company #access .access-area-01 .strong {
  font-size: 5.33333vw;
  text-align: center;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area-01 .strong {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
  }
}
#company #access .access-area-01 .caption {
  font-size: 3.46667vw;
  color: #5e5e5e;
}
@media print, screen and (min-width: 751px) {
  #company #access .access-area-01 .caption {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
#company #access .access h3 {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #company #access .access h3 {
    font-size: 2.4rem;
  }
}
#company #access .access h3:not(:first-child) {
  margin: 3em 0 1em;
}
#company #recruit .recruit {
  background: #ffffff;
  padding: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #recruit .recruit {
    padding: 50px;
    font-size: 1.4rem;
  }
}
#company #recruit .recruit-lead {
  font-size: 3.73333vw;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 6.66667vw;
}
@media print, screen and (min-width: 751px) {
  #company #recruit .recruit-lead {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#company #recruit .recruit_color-01 {
  color: #00827c;
  font-weight: bold;
}
#company #recruit .recruit_color-02 {
  color: #485690;
  font-weight: bold;
}
#company #recruit .recruit dl {
  font-size: 4vw;
}
@media print, screen and (min-width: 751px) {
  #company #recruit .recruit dl {
    font-size: 1.4rem;
    border-top: solid 1px #dddddd;
  }
}
#company #recruit .recruit dl dt {
  font-weight: bold;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 751px) {
  #company #recruit .recruit dl dt {
    float: left;
    padding: 2em 0 2em 0.5em;
  }
}
#company #recruit .recruit dl dd {
  border-bottom: solid 0.26667vw #dddddd;
  padding: 0 0.5em 0.6em;
  margin-bottom: 0.6em;
}
@media print, screen and (min-width: 751px) {
  #company #recruit .recruit dl dd {
    border-bottom: solid 1px #dddddd;
    padding: 2em 0.5em 2em 9em;
    margin-bottom: 0;
  }
}
#company #recruit .recruit dl dd:last-child {
  border: none;
}
@media print, screen and (min-width: 751px) {
  #company #recruit .recruit dl dd:last-child {
    border-bottom: solid 1px #dddddd;
  }
}
#company #recruit .recruit dl dd a {
  color: #bc7c00;
  text-decoration: underline;
}
#company #recruit .recruit ul.indent {
  margin-left: 1em;
}
#company #recruit .recruit .mb {
  margin-bottom: 1em;
}

#company #main .page-title {
  background-image: url("../company/img/title_bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #company #main .page-title {
    background-image: url("../company/img/title_bg-pc.jpg");
    background-position: center;
  }
}

/***********************************************/
/* FAQ */
/***********************************************/
#faq .page-link ul {
  display: flex;
  justify-content: center;
  font-size: 3.33333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #faq .page-link ul {
    font-size: 1.8rem;
  }
}
#faq .page-link ul li {
  border-right: solid 0.26667vw #bebebe;
  padding: 0 0.8em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #faq .page-link ul li {
    border-right: solid 1px #bebebe;
    padding: 0 3em;
  }
}
#faq .page-link ul li:first-child {
  border-left: solid 0.26667vw #bebebe;
}
@media print, screen and (min-width: 751px) {
  #faq .page-link ul li:first-child {
    border-left: solid 1px #bebebe;
  }
}
#faq .page-link ul li:nth-of-type(4) {
  border-left: solid 0.26667vw #bebebe;
}
@media print, screen and (min-width: 751px) {
  #faq .page-link ul li:nth-of-type(4) {
    border-left: none;
  }
}

#faq .page-title img {
  top: 10.66667vw;
  height: 9.6vw;
}
@media print, screen and (min-width: 751px) {
  #faq .page-title img {
    height: 57px;
    top: 64px;
  }
}
#faq .page-cont h2.title {
  font-size: 5.33333vw;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0;
}
@media print, screen and (min-width: 751px) {
  #faq .page-cont h2.title {
    font-size: 3.4rem;
  }
}
#faq .faq-cont {
  overflow: hidden;
}
#faq .faq-cont dl {
  background: #ffffff;
  margin-bottom: 4vw;
  font-size: 3.73333vw;
}
@media print, screen and (min-width: 751px) {
  #faq .faq-cont dl {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
#faq .faq-cont dl dt {
  display: flex;
  padding: 6.4vw 5.86667vw;
  font-weight: bold;
}
@media print, screen and (min-width: 751px) {
  #faq .faq-cont dl dt {
    padding: 34px 50px;
    cursor: pointer;
  }
}
#faq .faq-cont dl dt span {
  margin: 0.3em 0.5em;
}
@media print, screen and (min-width: 751px) {
  #faq .faq-cont dl dt span {
    margin: 0.5em 0.8em;
  }
}
#faq .faq-cont dl dt::before {
  content: "Q";
  font-size: 8vw;
  font-weight: normal;
  color: #0a8ab8;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  #faq .faq-cont dl dt::before {
    font-size: 3.8rem;
  }
}
#faq .faq-cont dl dt::after {
  content: "";
  display: block;
  width: 5.86667vw;
  height: 5.86667vw;
  background-image: url("../faq/img/faq_toggle.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.34em;
  margin-left: auto;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 751px) {
  #faq .faq-cont dl dt::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
#faq .faq-cont dl dt.active::after {
  transform: scale(1, -1);
}
#faq .faq-cont dl dd {
  padding: 0 6.4vw 6.4vw;
  letter-spacing: 0.025em;
  display: none;
}
@media print, screen and (min-width: 751px) {
  #faq .faq-cont dl dd {
    font-size: 1.4rem;
    padding: 0 56px 34px;
  }
}

#faq #main .page-title {
  background-image: url("../faq/img/title_bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #faq #main .page-title {
    background-image: url("../faq/img/title_bg-pc.jpg");
    background-position: center;
  }
}

#faq dl dd a {
  color: #bc7c00;
  text-decoration: underline;
}

/***********************************************/
/* CONTACT */
/***********************************************/
#contact #main {
  overflow: visible;
  position: relative;
}
#contact .contact-cont {
  overflow: hidden;
  background: #ffffff;
  padding: 2.66667vw 6.66667vw;
  font-size: 4vw;
  margin-top: 5.33333vw;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 85px 160px;
    margin-top: 40px;
  }
}
#contact .contact-cont .red {
  color: #c10000;
}
#contact .contact-cont .red.cap {
  font-size: 3.2vw;
  text-align: right;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont .red.cap {
    font-size: 1.2rem;
  }
}
#contact .contact-cont sup {
  font-size: 0.6em;
  vertical-align: top;
  color: #c10000;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
#contact .contact-cont dl.reply {
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl.reply {
    flex-wrap: wrap;
  }
}
#contact .contact-cont dl dt {
  margin: 6.4vw 0 2.13333vw;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dt {
    margin: 0;
    flex: 0 0 10em;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dt.top_set {
    align-self: stretch;
  }
}
#contact .contact-cont dl dd {
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd {
    flex: 1 0 auto;
  }
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd.w370 {
    flex: 0 0 370px;
  }
}
#contact .contact-cont dl dd.radio_area {
  font-size: 3.73333vw;
  display: flex;
  justify-content: flex-start;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd.radio_area {
    font-size: 1.6rem;
  }
}
#contact .contact-cont dl dd.radio_area label {
  margin-right: 1em;
}
#contact .contact-cont dl dd.radio_area input[type="radio"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
#contact .contact-cont dl dd.radio_area span {
  display: flex;
  align-items: center;
}
#contact .contact-cont dl dd.radio_area span::before {
  content: "";
  display: block;
  width: 4.8vw;
  height: 4.66667vw;
  background-image: url("../contact/img/radio_off-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd.radio_area span::before {
    width: 25px;
    height: 25px;
    background-image: url("../contact/img/radio_off-pc.png");
  }
}
#contact .contact-cont dl dd.radio_area input[type="radio"]:checked + span::before {
  background-image: url("../contact/img/radio_on-sp.png");
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd.radio_area input[type="radio"]:checked + span::before {
    background-image: url("../contact/img/radio_on-pc.png");
  }
}
#contact .contact-cont dl dd.cap {
  font-size: 3.2vw;
  margin-top: 2.13333vw;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd.cap {
    font-size: 1.2rem;
    margin: 16px 0 0 180px;
  }
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd dl.adress {
    display: block;
    margin-top: 0;
  }
}
#contact .contact-cont dl dd dl.adress dt {
  font-size: 3.73333vw;
  font-weight: bold;
  margin: 4.26667vw 0 1.06667vw;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd dl.adress dt {
    font-size: 1.6rem;
    margin: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd dl.adress dd {
    margin-bottom: 20px;
  }
}
#contact .contact-cont dl dd dl.adress dd.zip_code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd dl.adress dd.zip_code {
    width: 370px;
  }
}
#contact .contact-cont dl dd dl.adress .zip_btn {
  font-size: 3.73333vw;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  background-color: #eeeeee;
  width: 26.66667vw;
}
@media print, screen and (min-width: 751px) {
  #contact .contact-cont dl dd dl.adress .zip_btn {
    font-size: 1.6rem;
    width: 150px;
    height: 42px;
    cursor: pointer;
  }
}
#contact .contact_faq-btn {
  background-color: #2399a8;
  width: 11.2vw;
  height: 46vw;
  position: fixed;
  position: sticky;
  float: right;
  top: 58.66667vw;
  right: 0;
  z-index: 4;
}
@media print, screen and (min-width: 751px) {
  #contact .contact_faq-btn {
    top: 400px;
    width: 60px;
    height: 220px;
    margin-bottom: 60px;
  }
}
#contact .contact_faq-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#contact .contact_faq-btn img {
  width: 6.4vw;
  height: auto;
}
@media print, screen and (min-width: 751px) {
  #contact .contact_faq-btn img {
    width: 30px;
  }
}
#contact form input, #contact form button, #contact form select, #contact form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#contact form textarea {
  resize: vertical;
}
#contact form input, #contact form select, #contact form option, #contact form textarea, #contact form button {
  font-size: 4vw;
}
@media print, screen and (min-width: 751px) {
  #contact form input, #contact form select, #contact form option, #contact form textarea, #contact form button {
    font-size: 1.6rem;
  }
}
#contact form input[type="text"] {
  width: 100%;
  border: solid 1.06667vw #eeeeee;
  padding: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #contact form input[type="text"] {
    border: solid 4px #eeeeee;
  }
}
#contact form input.harf {
  width: 44vw;
}
@media print, screen and (min-width: 751px) {
  #contact form input.harf {
    width: 205px;
  }
}
#contact form select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5em 1em 0.5em 0.5em;
}
#contact form select::-ms-expand {
  display: none;
}
#contact form .select_box {
  position: relative;
  border: solid 1.06667vw #eeeeee;
}
@media print, screen and (min-width: 751px) {
  #contact form .select_box {
    border: solid 4px #eeeeee;
  }
}
#contact form .select_box::before {
  position: absolute;
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  pointer-events: none;
  border-left: 2.13333vw solid transparent;
  border-right: 2.13333vw solid transparent;
  border-top: 2.66667vw solid #eeeeee;
}
@media print, screen and (min-width: 751px) {
  #contact form .select_box::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #eeeeee;
  }
}
#contact form .select_box.harf {
  width: 44vw;
}
@media print, screen and (min-width: 751px) {
  #contact form .select_box.harf {
    width: 205px;
  }
}
#contact form textarea {
  width: 100%;
  height: 20em;
  border: solid 1.06667vw #eeeeee;
  padding: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #contact form textarea {
    border: solid 4px #eeeeee;
  }
}
#contact .button {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #contact .button.abreast {
    display: flex;
  }
}
#contact .button button {
  width: 56.8vw;
  height: 11.86667vw;
  border: 0;
  background-color: #ffffff;
  background-image: url("../contact/img/btn_bg-sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  font-size: 3.73333vw;
  font-weight: bold;
  margin: 8.53333vw auto 10.66667vw;
}
@media print, screen and (min-width: 751px) {
  #contact .button button {
    background-image: url("../contact/img/btn_bg-pc.png");
    width: 302px;
    height: 61px;
    font-size: 1.8rem;
    margin: 64px auto 15px;
    cursor: pointer;
  }
}
#contact .button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .button-next::after {
  content: '';
  display: block;
  width: 4.4vw;
  height: 4.13333vw;
  background-image: url("../contact/img/btn_arrow.png");
  background-repeat: no-repeat;
  margin-left: 0.5em;
  background-size: cover;
}
@media print, screen and (min-width: 751px) {
  #contact .button-next::after {
    width: 21px;
    height: 20px;
  }
}
#contact .button-back {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .button-back::before {
  content: '';
  display: block;
  width: 4.4vw;
  height: 4.13333vw;
  background-image: url("../contact/img/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0.5em;
  transform: scale(-1, 1);
}
@media print, screen and (min-width: 751px) {
  #contact .button-back::before {
    width: 21px;
    height: 20px;
  }
}
#contact .error_list {
  margin: 6.4vw 0 9.6vw;
}
#contact .error_messe {
  margin: 0.5em 0;
  color: #c10000;
}
@media print, screen and (min-width: 751px) {
  #contact .formTable {
    width: 100%;
  }
}
#contact .formTable tr {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  #contact .formTable tr {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
#contact .formTable tr th {
  margin: 6.4vw 0 2.13333vw;
}
@media print, screen and (min-width: 751px) {
  #contact .formTable tr th {
    flex: 0 0 11em;
    width: 11em;
    margin: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #contact .formTable tr td {
    flex: 1;
  }
}
#contact .thanks {
  text-align: center;
}
#contact .thanks p {
  margin: 1em 0;
  font-weight: normal;
}
@media print, screen and (min-width: 751px) {
  #contact .thanks p {
    margin: 0.5em 0;
  }
}
#contact .thanks_title {
  font-size: 5.6vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 9.6vw 0;
}
@media print, screen and (min-width: 751px) {
  #contact .thanks_title {
    font-size: 2.4rem;
    margin: 72px 0 32px;
  }
}

#contact #main .page-title {
  background-image: url("../contact/img/title_bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #contact #main .page-title {
    background-image: url("../contact/img/title_bg-pc.jpg");
    background-position: center;
  }
}

/***********************************************/
/* PRIVACY */
/***********************************************/
#privacy article {
  overflow: hidden;
}
#privacy .privacy-cont {
  background: #ffffff;
  padding: 10.66667vw 6.66667vw;
  font-size: 4vw;
  margin-top: 5.33333vw;
}
@media print, screen and (min-width: 751px) {
  #privacy .privacy-cont {
    font-size: 1.6rem;
    padding: 95px 100px;
    margin-top: 40px;
  }
}
#privacy .privacy-cont dl dt {
  font-weight: bold;
  text-align: center;
  margin-top: 2.5em;
}
@media print, screen and (min-width: 751px) {
  #privacy .privacy-cont dl dt {
    font-size: 1.8rem;
  }
}
#privacy .privacy-cont dl dd {
  margin: 1em 0;
}
@media print, screen and (min-width: 751px) {
  #privacy .privacy-cont dl dd.center {
    text-align: center;
  }
}
#privacy .privacy-cont .contact {
  text-align: center;
  font-size: 3.46667vw;
  border: solid 0.26667vw #e2e2e2;
  padding: 6.4vw 0;
}
@media print, screen and (min-width: 751px) {
  #privacy .privacy-cont .contact {
    display: flex;
    font-size: 1.6rem;
    align-items: baseline;
    justify-content: center;
    padding: 1em;
    margin: 0 50px;
  }
}
#privacy .privacy-cont .contact .tel {
  font-size: 5.33333vw;
  font-weight: bold;
  color: #00918a;
  margin: 0.2em 0;
}
@media print, screen and (min-width: 751px) {
  #privacy .privacy-cont .contact .tel {
    font-size: 2.4rem;
    margin: 0 1em;
  }
}

#privacy #main .page-title {
  background-image: url("../privacy/img/title_bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #privacy #main .page-title {
    background-image: url("../privacy/img/title-bg.jpg");
    background-position: center;
  }
}

/***********************************************/
/* SITEMAP */
/***********************************************/
#sitemap .sitemap-cont {
  overflow: hidden;
  background: #ffffff;
  padding: 2.66667vw 6.66667vw;
  font-size: 3.46667vw;
  margin-top: 5.33333vw;
}
@media print, screen and (min-width: 751px) {
  #sitemap .sitemap-cont {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 100px 0;
    margin-top: 40px;
  }
}
#sitemap .sitemap-cont a {
  text-decoration: underline;
}
#sitemap .sitemap-cont a:hover {
  text-decoration: none;
}
#sitemap .sitemap-cont ul li ul.sub {
  margin-top: 1.5em;
  margin-bottom: .75em;
  margin-left: 0px;
}
#sitemap .sitemap-cont ul li ul.sub li {
  margin-bottom: 1em;
  position: relative;
}
#sitemap .sitemap-cont ul li ul.sub li::before {
  content: "";
  position: absolute;
  top: -1em;
  left: -5.2vw;
  width: 1.33333vw;
  height: calc(100% + 2.75em);
  border-left: 0.26667vw solid #d0d0d0;
}
@media print, screen and (min-width: 751px) {
  #sitemap .sitemap-cont ul li ul.sub li::before {
    left: -23px;
    border-left: 1px solid #d0d0d0;
    width: 10px;
  }
}
#sitemap .sitemap-cont ul li ul.sub li:last-child::before {
  height: calc(1em + .25em);
}
#sitemap .sitemap-cont ul li ul.sub li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -5.2vw;
  width: 4vw;
  border-bottom: 0.26667vw solid #d0d0d0;
}
@media print, screen and (min-width: 751px) {
  #sitemap .sitemap-cont ul li ul.sub li::after {
    border-bottom: 1px solid #d0d0d0;
    left: -22px;
    width: 16px;
  }
}
#sitemap .sitemap-cont ul li ul.anker {
  font-size: 3.2vw;
  margin-top: .5em;
  margin-bottom: .75em;
}
@media print, screen and (min-width: 751px) {
  #sitemap .sitemap-cont ul li ul.anker {
    font-size: 1.4rem;
  }
}
#sitemap .sitemap-cont ul li ul.anker li {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 751px) {
  #sitemap .sitemap-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 31em;
    width: 720px;
    margin: 0 auto;
    align-items: flex-end;
  }
}
#sitemap .sitemap-list > li {
  background-image: url("../sitemap/img/mark_list.png");
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-size: 2.4vw 2.4vw;
  padding-left: 1.8em;
  margin: 2em 0;
}
@media print, screen and (min-width: 751px) {
  #sitemap .sitemap-list > li {
    background-size: 11px 11px;
    width: 250px;
    margin: 1.5em 0;
  }
}

#sitemap #main .page-title {
  background-image: url("../sitemap/img/title-bg-sp.png");
}
@media print, screen and (min-width: 751px) {
  #sitemap #main .page-title {
    background-image: url("../sitemap/img/title-bg.jpg");
    background-position: center;
  }
}
