@charset "UTF-8";
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;
}

/* ======================================================================
 common
====================================================================== */
html {
  /* font-size: 0.6666666666666667vw; */
  /* font-size: 12.5px; */
  font-size: 0.72vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333333335vw;
  }
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', serif;
  color: #000;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

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

.inner {
  width: calc(100% - 36rem);
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.trans {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .trans {
    -webkit-transition: none;
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: .6;
}

@media screen and (max-width: 768px) {
  .trans:hover,
  .trans:hover img {
    opacity: 1;
  }
}

/* .link_color {
  color: #1a0dab;
  text-decoration: underline;
}
.link_color:hover {
  text-decoration: none;
} */

/* ======================================================================
 header
====================================================================== */
header {
  background: url(../img/header_bg.png) #FFF no-repeat 0 0;
  height: 17rem;
}

@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    background-size: 20rem;
  }
}

@media screen and (max-width: 768px) {
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 9rem;
  }
}

header .logo {
  margin: 0 auto;
  padding: 3rem 0;
  width: 32.7rem;
}

@media screen and (max-width: 768px) {
  header .logo {
    width: 40rem;
    padding: 0;
  }
}

header .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  header .menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 9rem;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 4% 4%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

header .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.2rem;
  width: 18rem;
  font-size: 1.4rem;
  letter-spacing: .1rem;
}

@media screen and (max-width: 768px) {
  header .menu a {
    display: block;
    font-size: 3rem;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 3rem 0;
  }
}

header .menu .btn:not(:last-child) {
  border-right: 1px solid;
}

@media screen and (max-width: 768px) {
  header .menu .btn:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 768px) {
  header .menu .sub_btn {
    pointer-events: none;
  }
}

header .menu .sub_menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  left: 0;
  bottom: -4.5rem;
}

@media screen and (max-width: 768px) {
  header .menu .sub_menu {
    position: static;
    display: block;
  }
}

header .menu .sub_menu a {
  background-color: rgba(0, 0, 0, 0.4);
  height: 3.8rem;
}

@media screen and (max-width: 768px) {
  header .menu .sub_menu a {
    height: auto;
    padding: 3rem 0;
    border-top: 1px solid #FFF;
  }
}

header .menu .sub_menu a:not(.none) {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #FFF;
}

header .menu .sub_menu a:not(.none):hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  header .menu .sub_menu a.none {
    display: none;
  }
}

.hamburger {
  position: relative;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  margin-top: 1rem;
}

.hamburger.active span:nth-child(1) {
  top: 1.6rem;
  left: .6rem;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 1.6rem;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: .4rem;
  left: .6rem;
  background: #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 1.5rem;
}

.hamburger span:nth-child(3) {
  top: 2.8rem;
}

/* ======================================================================
 footer
====================================================================== */
footer {
  background: url(../img/footer_bg.png) no-repeat 100% 100%;
}

@media screen and (max-width: 768px) {
  footer {
    background-size: 20rem;
  }
}

footer .top {
  border-bottom: 1px solid #ec881e;
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  footer .top {
    padding: 5rem 0 0;
  }
}

footer .top .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .top .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .top .menu li {
  width: 19.2rem;
}

@media screen and (max-width: 768px) {
  footer .top .menu li {
    width: 48%;
    margin-bottom: 5rem;
  }
}

footer .top .menu li:nth-child(1) .sub {
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  footer .top .menu li:nth-child(1) .sub {
    padding: 4rem 0 0;
  }
}

footer .top .menu li:nth-child(2) .sub {
  margin-left: 7rem;
}

@media screen and (max-width: 768px) {
  footer .top .menu li:nth-child(2) .sub {
    padding: 4rem 0 0;
  }
}

footer .top .menu li:not(:last-child) .btn {
  border-right: 1px solid;
}

@media screen and (max-width: 768px) {
  footer .top .menu li:not(:last-child) .btn {
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  footer .top .menu li:not(:nth-child(2n)) .btn {
    border-right: 1px solid;
  }
}

@media screen and (max-width: 768px) {
  footer .top .menu li .tgl .btn {
    pointer-events: none;
  }
}

footer .top .menu li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 1.7rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  footer .top .menu li .btn {
    height: auto;
    font-size: 2.8rem;
  }
}

footer .top .menu li .sub {
  text-align: left;
  padding: 2rem 0 0;
}

@media screen and (max-width: 768px) {
  footer .top .menu li .sub {
    padding: 4rem 0 0 2rem;
  }
}

footer .top .menu li .sub > a {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer .top .menu li .sub > a {
    font-size: 2.4rem;
  }
}

footer .top .menu li .sub > a:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  footer .top .menu li .sub > a:not(:last-child) {
    margin-bottom: 2rem;
  }
}

footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0 5rem;
}

@media screen and (max-width: 768px) {
  footer .btm {
    display: block;
    padding: 2rem 0;
  }
}

footer .btm .link {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  footer .btm .link {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .btm .link a {
  font-size: 1.1rem;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  footer .btm .link a {
    text-align: center;
    font-size: 2.4rem;
    margin-left: 0;
    padding: 2% 0;
  }
  footer .btm .link a:first-child {
    width: 100%;
  }
  footer .btm .link a:last-child {
    margin-left: 3rem;
  }
}

footer .btm .logo {
  width: 32.6rem;
}

@media screen and (max-width: 768px) {
  footer .btm .logo {
    display: block;
    width: 60%;
    margin: 4% auto;
  }
}

footer .copy {
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 2rem;
  }
}

#page_top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}
#page_top._contact{
  bottom: 8rem;
}

@media screen and (max-width: 768px) {
  #page_top {
    bottom: 0;
    right: 0;
  }
  #page_top._contact {
    bottom: 15rem;
    right: 1.8rem;
  }
}

#page_top img {
  width: 44px;
}

/* ======================================================================
 main
====================================================================== */
.breadcrumb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb .inner {
    font-size: 2.2rem;
    padding-top: 2rem;
  }
}

.breadcrumb .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .inner a:not(:last-child):after {
  content: ">";
  margin: 0 .5rem;
}

@media screen and (max-width: 768px) {
  .under_kv {
    overflow: hidden;
    padding-top: 9rem;
  }
  .under_kv img {
    width: 200%;
    margin-left: -50%;
  }
}

.cv {
  background: #ec881e;
  padding: 7rem 0;
}

.cv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .cv .inner {
    display: block;
  }
}

.cv .inner .ttl {
  font-family: 'Noto Serif JP', serif;
  color: #FFF;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .cv .inner .ttl {
    text-align: center;
    font-size: 3.4rem;
    margin-bottom: 5%;
  }
}

.cv .inner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .cv .inner .btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cv .inner .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  color: #ec881e;
  width: 26rem;
  height: 6rem;
  border-radius: 3rem;
  font-size: 1.5rem;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .cv .inner .btn a {
    width: 48%;
    height: 9rem;
    border-radius: 4.5rem;
    margin-left: 0;
    font-size: 2.4rem;
  }
}

.cv .inner .btn a:after {
  content: ">";
  margin-left: 1rem;
}

.sec_ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: .8rem solid;
}

.sec_ttl01 .en {
  font-size: 3rem;
  letter-spacing: .1rem;
  padding-left: .5rem;
}

@media screen and (max-width: 768px) {
  .sec_ttl01 .en {
    font-size: 4rem;
  }
}

.sec_ttl01 .ja {
  font-size: 1.3rem;
  letter-spacing: .05rem;
  padding-left: .5rem;
}

@media screen and (max-width: 768px) {
  .sec_ttl01 .ja {
    font-size: 2.2rem;
  }
}

.toppage {
  background: url(../img/top_bg.png) no-repeat 0 0;
  background-size: 100%;
}

.toppage_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .toppage_header {
    background: #FFF;
    position: fixed;
  }
}

.toppage_kv {
  position: relative;
}

@media screen and (max-width: 768px) {
  .toppage_kv {
    overflow: hidden;
    padding-top: 9rem;
  }
  .toppage_kv > img {
    width: 200%;
    margin-left: -50%;
  }
}

.toppage_kv .ttl {
  position: absolute;
  top: 20.5rem;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 36.9rem;
}

@media screen and (max-width: 768px) {
  .toppage_kv .ttl {
    width: 80%;
    top: 29rem;
  }
}

.toppage_kv .txt {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  text-shadow: 0 0 0.5rem white, 0 0 0.5rem white, 0 0 0.5rem white;
  width: 100%;
  top: 26.3rem;
  left: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .toppage_kv .txt {
    top: 38rem;
    font-size: 2.8rem;
  }
}

.toppage_box01 {
  padding: 7rem 0;
}

.toppage_box01 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .toppage_box01 .list {
    display: block;
  }
}

.toppage_box01 .list li {
  width: 42.8rem;
}

@media screen and (max-width: 768px) {
  .toppage_box01 .list li {
    width: 100%;
  }
}

.toppage_box01 .list li:not(:nth-child(2n)) {
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .toppage_box01 .list li:not(:nth-child(2n)) {
    margin: 0 0 7%;
  }
}

.toppage_box01 .list li .sec_ttl01 {
  margin-bottom: 2rem;
}

.toppage_box01 .list li .btn {
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  .toppage_box01 .list li .btn {
    margin: 0 auto;
    width: 80%;
  }
}

.toppage_box01 .list li .btn:hover {
  opacity: 1;
}

.toppage_box01 .list li .btn:hover:after {
  opacity: 1;
}

.toppage_box01 .list li .btn:after {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: -1.06rem;
  z-index: 1;
  width: 42.8rem;
  height: 23.5rem;
}

@media screen and (max-width: 768px) {
  .toppage_box01 .list li .btn:after {
    display: none;
  }
}

.toppage_box01 .list li .btn img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  z-index: 2;
}

.toppage_box02 {
  background: url(../img/bg_tl.png) no-repeat 0 0;
  padding: 15rem 0 0;
}

@media screen and (max-width: 768px) {
  .toppage_box02 {
    background-size: 20rem;
    padding: 9rem 0 7rem;
  }
}

.toppage_box02 .inner {
  width: 100.8rem;
}

@media screen and (max-width: 768px) {
  .toppage_box02 .inner {
    width: 92%;
  }
}

.toppage_box02 .sec_ttl01 {
  position: absolute;
  top: -8rem;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .toppage_box02 .sec_ttl01 {
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
    position: static;
  }
}

.toppage_box02 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .toppage_box02 .list {
    display: block;
  }
}

.toppage_box02 .list li {
  width: 32rem;
}

.pmark li a img {
  width: 24rem;
}


@media screen and (max-width: 768px) {
  .toppage_box02 .list li {
    display: block;
    margin: 7% auto 0;
    width: 80%;
  }
}

.toppage_box02 .list li .ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .toppage_box02 .list li .ttl {
    font-size: 3rem;
  }
}

.toppage_box02 .list li .more {
  position: relative;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  border-style: solid;
  border-width: 1px;
  height: 7.8rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .toppage_box02 .list li .more {
    font-size: 3rem;
    height: 12rem;
  }
}

.toppage_box02 .list li .more:after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -1.5rem;
}

@media screen and (max-width: 768px) {
  .toppage_box02 .list li .more:after {
    right: 5rem;
  }
}

.toppage_box02 .list li .more.c01 {
  color: #ec881e;
  border-color: #ec881e;
}

.toppage_box02 .list li .more.c01:after {
  border-top: 1px solid #ec881e;
  border-right: 1px solid #ec881e;
}

.toppage_box02 .list li .more.c02 {
  color: #264571;
  border-color: #264571;
}

.toppage_box02 .list li .more.c02:after {
  border-top: 1px solid #264571;
  border-right: 1px solid #264571;
}

.toppage_box03 {
  padding: 14rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .toppage_box03 {
    padding: 5rem 0 10rem;
  }
}

.toppage_box03 .sec_ttl01 {
  position: absolute;
  top: -5rem;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .toppage_box03 .sec_ttl01 {
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
    position: static;
  }
}

.toppage_box03 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .toppage_box03 .list {
    display: block;
  }
}

.toppage_box03 .list .btn {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  width: 35.3rem;
}

@media screen and (max-width: 768px) {
  .toppage_box03 .list .btn {
    display: block;
    width: 100%;
    margin: 7% auto 0;
  }
}

.toppage_box03 .list .btn .ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .toppage_box03 .list .btn .ttl {
    font-size: 3.4rem;
    left: 4rem;
  }
}

.toppage_box03 .list .btn .name {
  font-size: 1.2rem;
  line-height: 1.4;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .toppage_box03 .list .btn .name {
    font-size: 2.8rem;
    left: 4rem;
    bottom: 3rem;
  }
}

.toppage_box03 .list .btn .name span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .toppage_box03 .list .btn .name span {
    font-size: 3.4rem;
  }
}

#corporate {
  padding: 4rem 0 7rem;
}

@media screen and (max-width: 768px) {
  #corporate {
    padding: 7rem 0;
  }
}

#history {
  background: url(../img/bg_tr.png) no-repeat 100% 0;
  padding: 6rem 0 13rem;
}

@media screen and (max-width: 768px) {
  #history {
    background-size: 20rem;
  }
}

#message {
  position: relative;
  padding: 8.5rem 0 10rem;
}

@media screen and (max-width: 768px) {
  #message {
    padding: 7rem 0;
  }
}

#message .sec_ttl01 {
  position: absolute;
  top: -4.7rem;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  #message .sec_ttl01 {
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
    position: static;
  }
}

#vision {
  position: relative;
  background: url(../img/bg_tl.png) no-repeat 0 0;
  padding: 2.5rem 0 10rem;
}

@media screen and (max-width: 768px) {
  #vision {
    background-size: 20rem;
    padding: 9rem 0 7rem;
  }
}

#vision .inner {
  width: 92rem;
}

@media screen and (max-width: 768px) {
  #vision .inner {
    width: 92%;
  }
}

#staff {
  padding: 6rem 0 10rem;
}

#staff .sec_ttl01 {
  position: absolute;
  top: -3rem;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  #staff .sec_ttl01 {
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
    position: static;
  }
}

#staff .inner {
  width: 92rem;
}

@media screen and (max-width: 768px) {
  #staff .inner {
    width: 92%;
  }
}

.about {
  background: url(../img/about_bg.png) no-repeat 0 0;
  background-size: 100%;
}

.about_box01 {
  text-align: center;
  background: #FFF;
  width: 92rem;
  margin: 0 auto 1.5rem;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .about_box01 {
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 7% 4% 4%;
  }
}

.about_box01 .txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  line-height: 1.92;
}

@media screen and (max-width: 768px) {
  .about_box01 .txt {
    font-size: 2.4rem;
  }
}

.about_box01 .txt:not(:last-child) {
  margin-bottom: 2rem;
}

.about_box02 {
  margin: 0 auto;
  width: 50.6rem;
}

@media screen and (max-width: 768px) {
  .about_box02 {
    width: 80%;
  }
}

.about_box03 {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .about_box03 {
    position: static;
  }
}

.about_box03 .txt {
  font-size: 1.2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .about_box03 .txt {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.about_box04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.2rem 0 0;
}

@media screen and (max-width: 768px) {
  .about_box04 {
    display: block;
    padding: 4rem 0 0;
  }
}

.about_box04 .img {
  width: 42.8rem;
}

@media screen and (max-width: 768px) {
  .about_box04 .img {
    width: 80%;
    margin: 0 auto;
  }
}

.about_box04 .desc {
  position: relative;
  width: 40rem;
  padding-top: 10.5rem;
}

@media screen and (max-width: 768px) {
  .about_box04 .desc {
    width: 100%;
    padding-top: 4rem;
  }
}

.about_box04 .desc .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  position: absolute;
  z-index: 1;
  top: 5rem;
  left: -6.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 4rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .about_box04 .desc .ttl {
    padding: 1rem 0;
    font-size: 2.6rem;
    border-radius: 1rem;
    position: static;
    width: auto;
    height: auto;
  }
}

.about_box04 .desc .list {
  background: #f9f9f9;
  position: relative;
  z-index: 2;
  margin-left: -2rem;
}

@media screen and (max-width: 768px) {
  .about_box04 .desc .list {
    background: none;
    margin: 2rem 0 0;
  }
}

.about_box04 .desc .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_box04 .desc .list li:not(:last-child) .txt {
  border-bottom: 1px solid;
}

.about_box04 .desc .list li .num {
  color: #f9f9f9;
  text-shadow: 1px 1px 1px #ec881e, -1px 1px 1px #ec881e, 1px -1px 1px #ec881e, -1px -1px 1px #ec881e, 1px 0px 1px #ec881e, 0px 1px 1px #ec881e, -1px 0px 1px #ec881e, 0px -1px 1px #ec881e;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .about_box04 .desc .list li .num {
    font-size: 3rem;
  }
}

.about_box04 .desc .list li .txt {
  padding: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.28;
  width: 39rem;
}

@media screen and (max-width: 768px) {
  .about_box04 .desc .list li .txt {
    width: 92%;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.about_box05 .list {
  overflow-y: hidden;
}

.about_box05 .list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li {
    display: block;
    margin-top: 4rem;
  }
}

.about_box05 .list li:nth-child(1):after, .about_box05 .list li:nth-child(3):after {
  right: 8rem;
}

.about_box05 .list li:nth-child(1) .desc .txt, .about_box05 .list li:nth-child(3) .desc .txt {
  width: 42rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li:nth-child(1) .desc .txt, .about_box05 .list li:nth-child(3) .desc .txt {
    width: 100%;
  }
}

.about_box05 .list li:nth-child(2):after {
  left: 8rem;
}

.about_box05 .list li:nth-child(2) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_box05 .list li:nth-child(2) .desc .txt {
  padding-left: 9rem;
}

.about_box05 .list li:nth-child(4):after {
  left: 8rem;
}

.about_box05 .list li:nth-child(4) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about_box05 .list li:nth-child(4) .desc .txt {
  padding-left: 9rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li:nth-child(2) .desc .txt {
    padding-left: 0;
  }
}

.about_box05 .list li:after {
  content: "";
  display: block;
  width: 1px;
  height: 110%;
  background: #000;
  position: absolute;
  bottom: -3rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li:after {
    display: none;
  }
}

.about_box05 .list li .img {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  width: 35.3rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li .img {
    width: 100%;
    margin: 0 auto;
  }
}

.about_box05 .list li .img .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  position: absolute;
  top: 4rem;
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li .img .ttl {
    font-size: 3.4rem;
    left: 4rem;
  }
}

.about_box05 .list li .img .name {
  font-size: 1.2rem;
  line-height: 1.4;
  position: absolute;
  bottom: 1rem;
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li .img .name {
    font-size: 2.8rem;
    left: 4rem;
    bottom: 3rem;
  }
}

.about_box05 .list li .img .name span {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li .img .name span {
    font-size: 3.4rem;
  }
}

.about_box05 .list li .desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56.7rem;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li .desc {
    width: 100%;
    padding: 4% 0;
  }
}

.about_box05 .list li .desc .txt {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .about_box05 .list li .desc .txt {
    font-size: 2.4rem;
  }
}

.corporate {
  background: url(../img/under_bg.png) no-repeat 0 0;
  background-size: 100%;
}

.corporate_box {
  background: #FFF;
  margin-top: 2rem;
  padding: 1rem 9rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 #bebebe;
          box-shadow: 0.4rem 0.4rem 0 0 #bebebe;
}

@media screen and (max-width: 768px) {
  .corporate_box {
    padding: 0 4%;
  }
}

.corporate_box table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .corporate_box table {
    font-size: 2.4rem;
  }
}

.corporate_box table tr:not(:last-child) th, .corporate_box table tr:not(:last-child) td {
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .corporate_box table tr:not(:last-child) th, .corporate_box table tr:not(:last-child) td {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .corporate_box table tr:not(:last-child) td {
    border-bottom: 1px solid;
  }
}

.corporate_box table th, .corporate_box table td {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}

@media screen and (max-width: 768px) {
  .corporate_box table th, .corporate_box table td {
    display: block;
    padding: 0;
  }
}

.corporate_box table th {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .corporate_box table th {
    width: 100%;
    padding-top: 4%;
    margin-bottom: 3%;
  }
}

.corporate_box table td {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .corporate_box table td {
    width: 100%;
    padding-bottom: 4%;
  }
}

.corporate_box table td .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: .5rem;
  border: 1px solid #bebebe;
  width: 21.9rem;
  height: 7.9rem;
  margin-top: 1.5rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 0 #bebebe;
          box-shadow: 0.3rem 0.3rem 0 0 #bebebe;
}

@media screen and (max-width: 768px) {
  .corporate_box table td .map {
    width: 70%;
    margin: 1.5rem auto 0;
  }
}

.corporate_box table td .map .ico {
  width: 2.76rem;
  margin-right: .5rem;
}
.corporate_link {
background: url(../img/ico_win.svg) no-repeat 100% 50%;
padding-right: 1.5em;
background-size: 1em;
}
.corporate_link_bl {
color: #0000ff;
}
#faq {
  padding: 4rem 0 15rem;
}

@media screen and (max-width: 768px) {
  #faq {
    padding: 7rem 0;
  }
}

.faq {
  background: url(../img/under_bg.png) no-repeat 0 0;
  background-size: 100%;
}

.faq_list {
  background: #FFF;
  padding: 2rem;
  margin-top: 2rem;
}

.faq_list li {
  -webkit-box-shadow: 0.3rem 0.3rem 0 0 #bebebe;
          box-shadow: 0.3rem 0.3rem 0 0 #bebebe;
}

.faq_list li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.faq_list li .top, .faq_list li .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .faq_list li .top, .faq_list li .btm {
    padding: 2rem 5rem 2rem 2rem;
  }
}

.faq_list li .top {
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .faq_list li .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.faq_list li .top.active:after {
  border-width: 0 1rem 1.8rem 1rem;
  border-color: transparent transparent #f7c183 transparent;
}

.faq_list li .top:before, .faq_list li .top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.faq_list li .top:before {
  top: 0;
  left: 0;
  border-width: 1.6rem 1.6rem 0 0;
  border-color: #ec881e transparent transparent transparent;
}

.faq_list li .top:after {
  border-width: 1.8rem 1rem 0 1rem;
  border-color: #f7c183 transparent transparent transparent;
  right: 2rem;
  top: 2rem;
}

.faq_list li .ttl, .faq_list li .txt {
  line-height: 1.375;
  width: 92%;
}

@media screen and (max-width: 768px) {
  .faq_list li .ttl, .faq_list li .txt {
    width: 85%;
  }
}

.faq_list li .ico {
  width: 8%;
  font-size: 2.7rem;
}

@media screen and (max-width: 768px) {
  .faq_list li .ico {
    width: 15%;
    padding-top: .25rem;
  }
}

.faq_list li .ttl {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .faq_list li .ttl {
    font-size: 2.4rem;
  }
}

.faq_list li .txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .faq_list li .txt {
    font-size: 2.2rem;
  }
}

.faq_list li table {
  margin: 2rem auto 0;
  width: 70rem;
}

@media screen and (max-width: 768px) {
  .faq_list li table {
    width: 100%;
  }
}

.faq_list li table caption {
  text-align: center;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .faq_list li table caption {
    font-size: 2.4rem;
  }
}

.faq_list li table th, .faq_list li table td {
  border: 1px solid;
  text-align: center;
  width: 50%;
  padding: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .faq_list li table th, .faq_list li table td {
    width: auto;
  }
}

.faq_list li table th {
  background: #f7c183;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .faq_list li table th {
    font-size: 2.4rem;
  }
}

.faq_list li table td {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .faq_list li table td {
    font-size: 2.2rem;
  }
}

#contact {
  padding: 4rem 0 15rem;
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 7rem 0;
  }
}

.contact {
  background: url(../img/under_bg.png) no-repeat 0 0;
  background-size: 100%;
}

.contact_box {
  background: #FFF;
  padding: 7.7rem 0;
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {
  .contact_box {
    padding: 2rem;
    font-size: 2.4rem;
  }
}

.contact_box > .txt {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact_box > .txt {
    text-align: left;
  }
}

.contact_box .form {
  margin: 0 auto;
  width: 74rem;
}

@media screen and (max-width: 768px) {
  .contact_box .form {
    width: 100%;
  }
}

.contact_box .form li {
  margin-top: 3.5rem;
}

.contact_box .form li .ttl {
  margin-bottom: .5rem;
}

.contact_box .form li .input input, .contact_box .form li .input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid;
  border-radius: .5rem;
  padding: .75rem;
}

@media screen and (max-width: 768px) {
  .contact_box .form li .input input, .contact_box .form li .input textarea {
    padding: 1.5rem;
  }
}

.contact_box .form li .input textarea {
  height: 33rem;
}

.contact_box .form li .agree {
  margin-top: 3rem;
}

.contact_box .form li .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          position: relative;
}

@media screen and (max-width: 768px) {
  .contact_box .form li .agree label {
    font-size: 3rem;
  }
}

.contact_box .form li .agree label input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .contact_box .form li .agree label input[type=checkbox] {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}

.contact_box .form li .agree label input[type=checkbox]:checked + span {
  background-image: url(../img/checkbox_on.png);
}

.contact_box .form li .agree label input[type=checkbox] + span {
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/checkbox_off.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: .5rem;
}

@media screen and (max-width: 768px) {
  .contact_box .form li .agree label input[type=checkbox] + span {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}

.contact_box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7rem;
}

.contact_box .btn input {
  cursor: pointer;
  border: none;
}

.contact_box .btn .submit {
  background: #ec881e;
  color: #FFF;
  -webkit-box-shadow: 0.3rem 0.3rem 0 0 #bebebe;
          box-shadow: 0.3rem 0.3rem 0 0 #bebebe;
  width: 20.2rem;
  height: 9rem;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .contact_box .btn .submit {
    width: 48%;
    height: 12rem;
    font-size: 3rem;
  }
}

#service {
  padding: 4rem 0 8rem;
}

@media screen and (max-width: 768px) {
  #service {
    padding: 7rem 0;
  }
}

#strength {
  padding: 8rem 0 8rem;
  background: url(../img/bg_tl.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
  #strength {
    padding: 4rem 0;
    background-size: 20rem;
  }
}

#manda {
  padding: 2rem 0 0;
  background: url(../img/bg_tr.png) no-repeat 100% 0;
}

@media screen and (max-width: 768px) {
  #manda {
    padding: 7rem 0 0;
    background-size: 20rem;
  }
}

#manda .inner {
  background: #f5f5f5;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 5rem 5rem;
  width: 91.7rem;
}

@media screen and (max-width: 768px) {
  #manda .inner {
    width: 92%;
    padding: 7% 4%;
  }
}

#assignment {
  padding: 5rem 0 0;
}

@media screen and (max-width: 768px) {
  #assignment {
    padding: 7rem 0 0;
  }
}

#assignment .inner {
  background: #f5f5f5;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 10rem 5rem;
  width: 91.7rem;
}

@media screen and (max-width: 768px) {
  #assignment .inner {
    width: 92%;
    padding: 7% 4%;
  }
}

#acquisition {
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  #acquisition {
    padding: 7rem 0;
  }
}

#acquisition .inner {
  background: #f5f5f5;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem 10rem 5rem;
  width: 91.7rem;
}

@media screen and (max-width: 768px) {
  #acquisition .inner {
    width: 92%;
    padding: 7% 4%;
  }
}

.service {
  background: url(../img/service_bg02.png) no-repeat 0 0;
  background-size: 100%;
}

.service_ttl01 {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 4.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}

.service_ttl02 {
  text-align: center;
  border: 1px solid #f7c183;
  color: #ec881e;
  font-size: 2rem;
  padding: 1rem 0;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .service_ttl02 {
    font-size: 3rem;
    padding: 1.5rem 0;
  }
}

.service_ttl03 {
  display: table;
  margin: 0 auto;
  font-size: 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .service_ttl03 {
    font-size: 3rem;
  }
}

.service_box01 {
  margin: 2rem auto 0;
  width: 73.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .service_box01 {
    display: block;
    width: 100%;
    margin: 4rem auto 0;
  }
}

.service_box01 .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 51.2rem;
  margin-right: -14rem;
}

@media screen and (max-width: 768px) {
  .service_box01 .img {
    width: 80%;
    margin: 0 auto 4rem;
  }
}

.service_box01 .desc {
  border-bottom: 1px solid #bebebe;
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .service_box01 .desc {
    border-bottom: none;
    width: 100%;
  }
}

.service_box01 .desc .ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.1rem;
}

.service_box01 .desc .ttl span {
  font-size: 3rem;
}

.service_box01 .desc .txt {
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 1.5rem 4rem 1rem 0;
}

@media screen and (max-width: 768px) {
  .service_box01 .desc .txt {
    padding: 2rem 0 0;
    font-size: 2.4rem;
  }
}

.service_box02 {
  margin: 4.5rem auto 0;
  width: 73.7rem;
}

@media screen and (max-width: 768px) {
  .service_box02 {
    width: 100%;
  }
}

.service_box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 91.7rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .service_box03 {
    width: 100%;
    display: block;
  }
}

.service_box03 li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  width: 30.5%;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .service_box03 li {
    width: 100%;
    padding: 7% 4% 4%;
  }
}

.service_box03 li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  background: #000;
  position: absolute;
  z-index: 1;
  right: -2rem;
  top: 5%;
}

@media screen and (max-width: 768px) {
  .service_box03 li:not(:last-child):after {
    width: 90%;
    height: 1px;
    top: auto;
    bottom: -2rem;
    right: 5%;
  }
}

.service_box03 li .img {
  margin: 0 auto;
  width: 8.8rem;
}

.service_box03 li .ttl {
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0;
}

@media screen and (max-width: 768px) {
  .service_box03 li .ttl {
    font-size: 3rem;
  }
}

.service_box03 li .txt {
  font-size: 1.3rem;
  line-height: 1.38;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .service_box03 li .txt {
    font-size: 2.4rem;
  }
}

.service_box04 {
  margin-top: 4rem;
}

.service_box05 .service_ttl01 {
  margin-bottom: 3rem;
}

.service_box05 .txt {
  font-size: 1.4rem;
  line-height: 1.92;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .service_box05 .txt {
    font-size: 2.4rem;
  }
}

.service_box05 > .txt {
  margin-bottom: 4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .service_box05 > .txt {
    margin-bottom: 7rem;
  }
}

.service .merit .list01 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list01 {
    margin-bottom: 7rem;
  }
}

.service .merit .list01.demerit {
  margin-top: 5rem;
}

.service .merit .list01.demerit li .ttl {
  color: #ec881e;
  background: none;
  border: 1px solid;
}

.service .merit .list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list01 li {
    display: block;
    margin-top: 4rem;
  }
}

.service .merit .list01 li .ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f7c183;
  border-radius: 4.75rem;
  width: 9.5rem;
  height: 9.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list01 li .ttl {
    width: auto;
    height: auto;
    border-radius: 1rem;
    margin: 0 0 1rem;
    font-size: 2.8rem;
    padding: 1rem 0;
  }
}

.service .merit .list01 li .ttl sup {
  font-size: 1rem;
}

.service .merit .list01 li .txt {
  width: 47.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .service .merit .list01 li .txt {
    width: auto;
  }
}

.service .merit .list01 li .txt span {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list01 li .txt span {
    font-size: 2rem;
  }
}

.service .merit .list02 {
  margin: 5rem auto 0 -5rem;
  width: 81.5rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 {
    width: 100%;
    margin: 0 auto;
  }
}

.service .merit .list02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li {
    display: block;
    margin-top: 4rem;
  }
}

.service .merit .list02 > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.service .merit .list02 > li > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ec881e;
  color: #FFF;
  font-size: 1.5rem;
  width: 3rem;
  border-radius: .5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li > .ttl {
    width: 100%;
    font-size: 2.8rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
}

.service .merit .list02 > li .sub {
  width: 77rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li .sub {
    width: auto;
  }
}

.service .merit .list02 > li .sub li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.3rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li .sub li {
    height: auto;
  }
}

.service .merit .list02 > li .sub li:not(:last-child) {
  margin-bottom: .5rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li .sub li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.service .merit .list02 > li .sub li .ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  border-radius: .5rem;
  border: 1px solid #ec881e;
  font-size: 1.3rem;
  line-height: 1.23;
  width: 19.5rem;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li .sub li .ttl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
    font-size: 2.6rem;
    padding: 1rem;
  }
}

.service .merit .list02 > li .sub li .txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7c183;
  border-radius: .5rem;
  padding: 0 .5rem;
  width: 56.5rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .service .merit .list02 > li .sub li .txt {
    width: 58%;
    font-size: 2.4rem;
    padding: 1rem;
  }
}

.service .merit table {
  width: 70rem;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 768px) {
  .service .merit table {
    width: 100%;
  }
}

.service .merit table th, .service .merit table td {
  border: 1px solid;
}

.service .merit table th {
  text-align: center;
  font-size: 1.6rem;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .service .merit table th {
    font-size: 2.8rem;
  }
}

.service .merit table th:first-child {
  width: 8.57%;
}

.service .merit table td {
  vertical-align: top;
  width: 45.715%;
  height: 8rem;
  font-size: 1.1rem;
  line-height: 1.27;
  padding: .75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .service .merit table td {
    font-size: 2.4rem;
    height: auto;
    padding: 1rem;
  }
}

.service .merit .txt {
  font-size: 1.4rem;
  line-height: 1.92;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .service .merit .txt {
    font-size: 2.4rem;
  }
}
#privacy {
  padding: 4rem 0 15rem;
}

@media screen and (max-width: 768px) {
  #privacy {
    padding: 7rem 0;
  }
}
.privacy .privacy_box{
  font-size: 1.6rem;
  line-height: 1.5625;
}
.privacy .privacy_box .tit{
  font-size: 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid;
  margin: 20px 0 5px;
}
@media screen and (max-width: 768px) {
    .privacy .privacy_box{
      padding: 2rem;
      font-size: 2.4rem;
  }
  .privacy .privacy_box .tit{
    font-size: 3rem;
  }
}

.link_color {
color: #1a0dab;
}
.link_color:hover {
  text-decoration: underline;
}
