@charset "UTF-8";
/* ----------------------------------------------------------

 Base Layout

---------------------------------------------------------- */

html {
	font-size: 62.5%;/* 10px */
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;

  overflow-x: hidden;

  letter-spacing: .4px;

  color: #212121;
  position: relative;

  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@-webkit-keyframes opening {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opening {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anime {
  opacity: 0;
}

.anime.open {
  opacity: 1;
-webkit-animation: 1.0s ease-in-out 0s normal opening both;
          animation: 1.0s ease-in-out 0s normal opening both;
}


.en {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: 1px;
}

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

em {
  font-style: inherit;
}


a {
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  text-decoration: none;

  color: inherit;
}

a:hover,
a:active {
  opacity: .8;
}

a:hover img {
  opacity: .8;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 100;
}

#MenuNavi {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

mark {
  background: rgba(255,231,105,.5);
  font-weight: 500;
}


@media screen and (max-width: 761px) {
  body {
    font-size: 1.3rem;
    background-size: 800px auto;
  }

}



/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::-moz-selection {
  background: #fff98e7a;
  /* Safari */
}
::selection {
  background: #fff98e7a;
  /* Safari */
}

::-moz-selection {
  background: #fff98e7a;
  /* Firefox */
}

/*  btn
---------------------------------------------------------- */
.btn_more {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: block;
  margin-top: 40px;
}

.btn_more a {
  display: inline-block;
  font-weight: 700;
  line-height: 50px;
  padding-right: 65px;
  text-decoration: underline;
  transition: .3s;
  position: relative;
}

.btn_more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-decoration: underline;
  background: #4A2087 url(../img_b/cmn/arrow_w.svg) center center no-repeat;
  background-size: 11px auto;
  transition: .3s;
  border-radius: 50%;
}

.btn_more.back a {
  padding-left: 65px;
  padding-right: 0;
}

.btn_more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-decoration: underline;
  background: #4A2087 url(../img_b/cmn/arrow_w.svg) center center no-repeat;
  background-size: 11px auto;
  transition: .3s;
  border-radius: 50%;
}

.btn_more.back a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.thema02 .btn_more a::after {
  background: #FFF url(../img_b/cmn/arrow.svg) center center no-repeat;
  background-size: 11px auto;
}

.btn_more a:hover{
  opacity: 1;
}

.btn_more a:hover::after {
  transform: translateY(-50%) scale(1.1);
  transform-origin: center;
}

.btn_more.down a::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.btn_sub {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.btn_sub span {
  line-height: 40px;
  background: #000;
  color: #FFF;
  font-size: 1.2rem;
  position: relative;
  border-radius: 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  transition: .3s;
}

a:hover .btn_sub span {
  background: #4A2087;
}

.btn_sub span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img_b/cmn/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  transform: rotate(45deg);
  transition: .3s;
}

a:hover .btn_sub span::before {
  width: 34px;
}

@media screen and (max-width: 761px) {
  .btn_more {
    margin-top: 8%;
  }

  .btn_more a {
    line-height: 40px;
    padding-right: 50px;
    background-size: 40px auto;
    font-size: 1.3rem;
  }

  .btn_more a::after {
    width: 40px;
    height: 40px;
  }
}

/*  wrapInner
---------------------------------------------------------- */
#wrapInner {
  width: 100%;
}

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 35px;
}

.popup_bnr {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 400px;
  z-index: 999;
  transition: .3s;
}

.popup_bnr .bnr {
  border: 8px solid rgba(255,231,105,.5);
  border-right: none;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  transition: .3s;
}

.popup_bnr .bnr:hover {
  transform: scale(1.04);
}

.popup_bnr a {
  background: #ffe900;
  line-height: 86px;
  display: block;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-right: 10px;
  font-size: 2rem;
}

.popup_bnr a::after {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #212121 url(../img_b/cmn/arrow_w.svg) center center no-repeat;
  background-size: 10px auto;
}

.popup_bnr a,
.popup_bnr a img {
  transition: .3s;
}

.popup_bnr a:hover,
.popup_bnr a:hover img {
  opacity: 1;
}

@media screen and (max-width: 761px) {

.popup_bnr {
  bottom: 0;
  width: 100%;
  padding: 0 3% 2%;
}

.popup_bnr .bnr {
  border: 6px solid rgba(255,231,105,.5);
  border-radius: 50px;
}

.popup_bnr a {
  line-height: 66px;
  padding-right: 10px;
  font-size: 1.6rem;
}

.popup_bnr a::after {
  bottom: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
}

}


/*  header
---------------------------------------------------------- */
/*  Header
 *---------------------------------------------------------- */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  height: 85px;
  background: #FFF;
}

header .inner {
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
}

header .inner .head_block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  max-width: 1400px;
  box-sizing: content-box;
  padding: 0 3%;
  margin: 0 auto;
}

header .inner .logo_box {
  line-height: 1;
  text-align: center;
}

header .inner h1 a {
  display: block;
  overflow: hidden;

  width: 175px;
  height: 50px;
  margin: 0 auto;

  white-space: nowrap;
  text-indent: 105%;

  background: url(../img_b/cmn/logo.png) no-repeat;
  background-size: 100% auto;
}

header .inner .link_box {
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
}

header .inner .cv_link {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

header .inner .cv_link li {
  width: 175px;
}

header .inner .cv_link a {
  display: block;
  background: #4A2087;
  color: #FFF;
  font-weight: 700;
  height: 46px;
  line-height: 44px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  transition: .3s;
  font-size: 1.6rem;
}

header .inner .cv_link .login a {
  color: #4A2087;
  background: #FFF;
  border: 1px solid #4A2087;
}

header .inner .cv_link a:hover {
  opacity: 1;
  background: rgba(74,32,135,.1);
}

header .inner .cv_link .cv a:hover {
  background: #212121;
}

header .gnav {
  position: relative;
  text-align: right;
  height: 40px;
  overflow: hidden;
}

header .gnav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

header .gnav li a {
  line-height: 40px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1050px) {
  header .gnav {
    display: none;
  }
}

@media screen and (max-width: 760px) {

  header {
    height: 60px;
  }

  header .inner {
    border-bottom: none;
    padding: 0;
  }

  header .inner .head_block {
    height: 60px;
    max-width: 100%;
    padding: 0 4%;
  }

  header .inner h1 a {
    width: 132px;
    height: 36px;
  }

  .menu_wrapper .menu_wrap {
    padding: 60px 0 15%;
  }

  .menu_wrapper .gnav {
    margin: 80px 0 8%;
    padding: 0 7%;
    font-weight: bold;
  }

  .menu_wrapper .gnav a {
    display: block;
    padding: 6px 0 6px 20px;
    position: relative;
  }

  .menu_wrapper .gnav a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1.6px solid #4A2087;
    border-right: 1.6px solid #4A2087;
    transform: rotate(45deg) translateY(-50%);
  }

  .menu_wrapper .cvlink_block {
    padding: 0 7%;
  }

  .menu_wrapper .cvlink_block .tel_box {
    text-align: center;
    border-bottom: none;
    padding: 6% 0;
  }

  header .inner .cv_link li {
    width: 125px;
  }

  header .inner .cv_link a {
    height: 40px;
    line-height: 38px;
    font-size: 1.3rem;
  }


}


/*  pan
 *---------------------------------------------------------- */

main {
  position: relative;
}

.navi_link_block {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
  max-width: 1200px;
  padding: 0 6%;
  text-align: left;
  box-sizing: border-box;
}

.navi_link_block p {
  font-size: 1.2rem;
  line-height: 1.0;
  display: inline-block;
  vertical-align: middle;
}

.navi_link_block p.home,
.navi_link_block p.index {
  padding-right: 12px;
  margin-right: 9px;
  position: relative;
}

.navi_link_block p.home::after,
.navi_link_block p.index:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
  transform: rotate(45deg) translateY(-50%);
}

.navi_link_block p.home a,
.navi_link_block p.index a {
  text-decoration: underline;
}

.navi_link_block p br {
  display: none;
}


@media screen and (max-width: 760px) {
  .navi_link_block {
    display: none;
  }
}



/*  h2
 *---------------------------------------------------------- */

.title_box {
  text-align: left;
  margin-bottom: 30px;
}

.article_h2 {
  text-align: left;
  margin-bottom: 60px;
  padding: 60px 0;
  background: #F9F9F9;
}

.article_h2 h2.tit {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 6%;
  font-size: 4.0rem;
  font-weight: 700;
  position: relative;
  z-index: 99;
  line-height: 1.3;
}

.title_box.sub {
  text-align: left;
  position: relative;
}

.title_box .tit {
  font-weight: 300;
  font-size: 8.0rem;
  position: relative;
  z-index: 99;
  line-height: 1.0;
  margin-bottom: 30px;
  color: rgba(33,33,33,.2);
}

.title_box .tit small {
  font-weight: 700;
  font-size: 1.4rem;
  color: #212121;
  padding-left: 8px;
}

.title_box .tit em, .article_h2 .tit em {
  font-size: 4.4rem;
  color: #4A2087;
}

.title_box .tit strong {
  font-size: 6.4rem;
}

.article_h2 .tit em {
  font-size: 5.4rem;
}

.article_h2 .title_txt {
  margin-top: 2vw;
  font-size: 1.6rem;
  line-height: 1.8;
}

.article_h2 .title_txt em {
  color: #4A2087;
}

.title_box .title_txt {
  margin-top: 20px;
}

.title_box.sub .stit {
  transform: translateY(4px);
}

.title_box.sub .btn_list {
  position: absolute;
  bottom: 4px;
  right: 0;
}

.title_box.sub .btn_list a {
  display: block;
  line-height: 17px;
  padding-left: 30px;
  background: url(../img_b/cmn/icon_list.svg) 0 2px no-repeat;
  background-size: 15px auto;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  transition: .3s;
}

.title_box.sub .btn_list a:hover {
  opacity: 1;
  color: #4A2087;
}

@media screen and (max-width: 760px) {
  .title_box, .article_h2 {
    margin-bottom: 5%;
  }

  .article_h2 {
    margin-bottom: 8%;
    padding: 8% 0;
  }

  .article_h2 h2.tit {
    padding: 0 6%;
    font-size: 2.2rem;
  }


  .title_box .stit, .article_h2 .stit {
    font-size: 1.1rem;
    margin-bottom: 1%;
  }

  .title_box .tit {
    font-size: 6.0rem;
    margin-bottom: 5%;
  }

  .title_box.sub .tit {
    margin-right: 3%;
  }

  .title_box .tit strong {
    font-size: 5.2rem;
  }

  .title_box .tit em, .article_h2 .tit em {
    font-size: 3.2rem;
  }

  .article_h2 .tit em {
    font-size: 3.2rem;
  }


  .article_h2 .title_txt {
    margin-top: 5%;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 7%;
    text-align: left;
  }

  .title_box .title_txt {
    margin-top: 5%;
  }

  .title_box.sub .stit {
    transform: translateY(4px);
  }

  .title_box.sub .btn_list {
    position: absolute;
    bottom: 4px;
    right: 0;
  }

  .title_box.sub .btn_list a {
    display: block;
    line-height: 16px;
    padding-left: 22px;
    background-size: 13px auto;
    font-size: 1.2rem;
  }

}


/*  .container
 *---------------------------------------------------------- */
.container {
  position: relative;
  z-index: 99;
  padding-bottom: 8.5vw;
}

.section .inner {
  padding: 0 6%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}

.section .inner_narrow {
  max-width: 1000px;
}

ul.category {
  line-height: 1.0;
}

ul.category li {
  display: inline-block;
  color: #4A2087;
  font-size: 1.3rem;
  margin-right: 15px;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 10px;
}

ul.category li::before {
  content: "# ";
}

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

.main_block404 .container {
  background-size: 100% 300px;
}

.section_cmn {
  text-align: center;
}

.section_sub {
  font-size: 1.4em;
  margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
  .container {
    padding-bottom: 15%;
  }

  .section .inner {
    padding: 0 7%;
  }

  .page_txt {
    margin-bottom: 5%;
  }

  .section_cmn {
    padding: 0 6%;
    text-align: left;
  }

  .section_sub {
    font-size: 1.1em;
    margin-bottom: 5%;
  }

  ul.category {
    margin-top: 1%;
  }

  ul.category li {
    font-size: 1.2rem;
    margin-right: 3%;
    margin-top: 3%;
  }

}


/*  footer
---------------------------------------------------------- */
.footer {
  width: 100%;
  padding: 100px 0 80px;

  text-align: center;
  border-top: 1px solid #dfdfdf;
}

.footer .inner {
  padding: 0 6%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}

.footer .footer_info_block {
  box-sizing: content-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 40px;
}

.footer .footer_info_block .info_txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer .footer_info_block .info_txt em {
  font-weight: 500;
}

.footer .flogo {
  width: 260px;
  margin: 0 0 20px;
  text-align: left;
}

.footer .flogo a {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
}

.footer .flogo img {
  width: 100%;
}

.cv_link li {
  width: 400px;
}

.footer .cv_link li.login {
  margin-top: 14px;
}

.cv_link li a {
  display: block;
  line-height: 64px;
  height: 66px;
  border-radius: 40px;
  background: #4A2087 url(../img_b/cmn/arrow_w.svg) 90% center no-repeat;
  background-size: 11px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.cv_link li a:hover {
  background-color: #212121;
  opacity: 1;
  background-position: 92% center;
}

.cv_link li.login a {
  background-color: #FFF;
  color: #4A2087;
  border: 1px solid #4A2087;
  background-image: url(../img_b/cmn/arrow.svg);
}

.cv_link li.login a:hover {
  background-color: rgba(74,32,135,.1);
}

footer .footer_link_block {
  text-align: left;
}

.sitemap_box {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemap_box .box {
  flex-basis: 22%;
}

.sitemap_box .box .tit_sub {
  position: relative;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}

.sitemap_box .box .tit_sub::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #4A2087;
}


.sitemap_box ul li {
  margin-bottom: 8px;
}

.sitemap_box ul li a {
  font-size: 1.4rem;
  display: block;
  position: relative;
  padding-left: 5px;
  line-height: 1.6;
}

.btn_cv a,
.btn_cv span {
  display: block;
  line-height: 66px;
  color: #FFF;
  font-weight: 700;
  border-radius: 40px;
  background: #4A2087;
  text-align: center;
  position: relative;
  transition: .3s;
  font-size: 1.8rem;
  transition: .3s;
}

.btn_cv a:hover {
  opacity: 1;
  background: #212121;
}

.btn_cv a::before,
.btn_cv span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 66px;
  background: url(../img_b/cmn/arrow_w.svg) center center no-repeat;
  background-size: 10px auto;
}

.footer .footer_sub_block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 75px auto 0;
  box-sizing: content-box;
  line-height: 1.0;
  column-gap: 3%;
}

.footer .footer_sub_block .box_l {
  background: #F9F9F9;
  padding: 20px;
  font-size: 1.2rem;
  text-align: left;
  width: 735px;
  display: flex;
}

.footer .footer_sub_block .company_info {
  width: 300px;
  line-height: 1.4;
}

.footer .footer_sub_block .company_info:first-child {
  width: 350px;
}

.footer .footer_sub_block .company_info dt {
  width: 85px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 8px;
}

.footer .footer_sub_block .company_info:last-child dt {
  width: auto;
  padding-right: 10px;
  margin-bottom: 5px;
}

.footer .footer_sub_block .company_info dt::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}

.footer .footer_sub_block .company_info dd {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  margin-bottom: 5px;
}

.footer .footer_sub_block .company_info dd.sub {
  opacity: .6;
  font-size: 1.1rem;
  width: 100%;
  line-height: 1.8;
}

.footer .footer_sub_block .company_info .sub span {
  width: 150px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
}

.footer .footer_sub_block .company_info .sub span::after {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}

.footer .footer_sub_block .box_r {
  width: 410px;
  text-align: left;
}

.footer .footer_sub_block .box_line {
  margin-bottom: 25px;
}

.footer .footer_sub_block .box_line .icon {
  width: 52px;
  display: inline-block;
  vertical-align: middle;
}

.footer .footer_sub_block .box_line .txt_box {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer .footer_sub_block .box_line .txt_box small {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}

.footer .footer_sub_block .notice {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

footer .copy {
  font-size: 1.0rem;
  opacity: .5;
  text-align: right;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (min-width: 760px) and (max-width: 1050px) {
  .footer .footer_sub_block {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .footer .footer_sub_block .box_r {
    margin-left: auto;
  }
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 12% 0 28%;
  }

  .footer .inner {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: content-box;
    padding: 0;
  }

  .footer .footer_info_block {
    display: block;
    margin-bottom: 8%;
    padding: 0 6%;
  }

  .footer .footer_info_block .info_txt {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 6%;
  }

  .footer .flogo {
    width: 200px;
    margin: 0 0 4%;
  }

  .footer .flogo a {
    width: 100%;
  }

  .cv_link li {
    width: 100%;
  }

  .menu_wrap .cv_link {
    background: rgba(74,32,135,.08);
    padding: 8% 6%;
  }

  .cv_link li.login {
    margin-top: 2%;
  }

  .cv_link li a {
    line-height: 58px;
    height: 60px;
    font-size: 1.6rem;
  }

  .sitemap_box {
    display: block;
    padding: 10% 6% 0;
  }

  .sitemap_box .box {
    margin-bottom: 8%;
  }

  .sitemap_box .box .tit_sub {
    margin-bottom: 4%;
    padding-bottom: 3%;
    font-size: 1.6rem;
  }

  .sitemap_box .box .tit_sub::after {
    width: 25px;
  }

  .sitemap_box ul li {
    margin-bottom: 2%;
  }

  .sitemap_box ul li a {
    font-size: 1.5rem;
    padding-left: 5px;
  }

  .btn_cv a,
  .btn_cv span {
    display: block;
    line-height: 66px;
    color: #FFF;
    font-weight: 700;
    border-radius: 40px;
    background: #4A2087;
    text-align: center;
    position: relative;
    transition: .3s;
    font-size: 1.8rem;
    transition: .3s;
  }

  .btn_cv a:hover {
    opacity: 1;
    background: #212121;
  }

  .btn_cv a::before,
  .btn_cv span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    background: url(../img_b/cmn/arrow_w.svg) center center no-repeat;
    background-size: 10px auto;
  }

  .footer .footer_sub_block {
    display: block;
    margin: 0 auto;
  }

  .footer .footer_sub_block .box_l {
    background: #F9F9F9;
    padding: 6%;
    font-size: 1.1rem;
    width: 100%;
    display: block;
  }

  .footer .footer_sub_block .company_info {
    width: 100%;
  }

  .footer .footer_sub_block .company_info:first-child {
    width: 100%;
  }

  .footer .footer_sub_block .company_info dt {
    width: 85px;
    margin-right: 8px;
  }

  .footer .footer_sub_block .company_info:last-child dt {
    padding-right: 10px;
    margin-bottom: 5px;
  }

  .footer .footer_sub_block .company_info dd {
    width: calc(100% - 110px);
    margin-bottom: 5px;
  }

  .footer .footer_sub_block .company_info dd.sub {
    font-size: 1.0rem;
  }

  .footer .footer_sub_block .company_info .sub span {
    width: 150px;
    margin-right: 8px;
  }

  .footer .footer_sub_block .box_r {
    width: 100%;
    padding: 0 6%;
    margin-top: 8%;
  }

  .footer .footer_sub_block .box_line {
    margin-bottom: 6%;
  }

  .footer .footer_sub_block .box_line .icon {
    width: 52px;
  }

  .footer .footer_sub_block .box_line .txt_box {
    width: calc(100% - 60px);
    padding-left: 10px;
    font-size: 1.6rem;
  }

  .footer .footer_sub_block .box_line .txt_box small {
    font-size: 1.1rem;
    margin-top: 5px;
  }

  .footer .footer_sub_block .notice {
    margin-bottom: 10%;
  }

  footer .copy {
    font-size: .9rem;
    padding-left: 5%;
  }

}

/*  Pan
 *---------------------------------------------------------- */
.pan .inner {
  font-size: 11px;

  position: relative;
  z-index: 2;

  width: 980px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.pan .inner a {
  text-decoration: underline;

  color: #000;
}

.pan a:hover {
  color: #ec0000;
}

/*  Main
---------------------------------------------------------- */

/*  scrolltop
---------------------------------------------------------- */
.pagetop {
  width: 65px;
  height: 66px;
  margin-right: 30px;
  margin-bottom: 30px;

  background: url(../img_b/cmn/motif.svg) top center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .pagetop {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/*  Table
---------------------------------------------------------- */
.tbl01 {
  font-size: 100%;

  width: 100%;

  text-align: left;

  background-size: cover;
}

.tbl01 th {
  font-weight: normal;

  width: 23%;
  padding: 20px;

  border-bottom: 1px solid #fff;
  background: #ebebf3;
}

.tbl01 td {
  line-height: 2.0;

  padding: 20px;

  word-break: break-all;

  border-bottom: 1px solid #fff;
  background: rgba(248, 248, 248, .8);
}

.tbl02 {
  width: 100%;
}

.tbl02 th {
  font-weight: normal;

  height: 40px;
  padding: 10px 15px;

  text-align: center;

  border-bottom: 1px dotted #ccc;
  background: #faf0d0;
}

.tbl02 td {
  padding: 10px 15px;

  word-break: break-all;

  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.tbl02 th.un,
.tbl02 td.un {
  border-bottom: none;
}

/*  tabulous
 *---------------------------------------------------------- */
/*  tabslet
 *---------------------------------------------------------- */
 .horizontal {
  text-align: center;
  margin-bottom: 40px;
}

.horizontal li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 26px;
}

.horizontal li:last-child {
  margin-right: 0;
}

.horizontal li strong,
.horizontal li a {
  display: block;
  border-radius: 30px;
  line-height: 50px;
  border: 1px solid rgba(80,120,204,.2);
  font-size: 1.6rem;
  color: #4A2087;
  box-sizing: border-box;
  padding: 0 30px;
}

.horizontal li strong:hover,
.horizontal li a:hover,
.horizontal li strong.active,
.horizontal li a.active {
  opacity: 1;
  background: #4A2087;
  color: #FFF;
  position: relative;
}

.horizontal li strong.active::after,
.horizontal li a.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
    left: 50%;
    border-right: 8px solid transparent;
    border-top: 10px solid #4A2087;
    border-left: 8px solid transparent;
}

@media screen and (max-width: 760px) {
  .horizontal {
    text-align: center;
    margin-bottom: 8%;
  }

  .horizontal li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }

  .horizontal li strong,
  .horizontal li a {
    line-height: 40px;
    font-size: 1.3rem;
    padding: 0 3%;
  }

  .horizontal li strong.active::after,
  .horizontal li a.active::after {
    bottom: -8px;
  }
}

table,
ul ul,
ol ol,
td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

/*  Main
 *---------------------------------------------------------- */
#main {
  float: left;

  width: 700px;
  margin: 0;
}

/*  Side
 *---------------------------------------------------------- */
#side {
  float: right;

  margin: 0;
}

/* ----------------------------------------------------------

 Clear Fix

---------------------------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: ".";
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

@media (min-width: 741px) and (max-width: 1050px) {

  /* html {
    height: 100%;
  }
  .wrapper {
    overflow-x: hidden;

    width: 165%;

    -webkit-transform: scale(.606);
        -ms-transform: scale(.606);
            transform: scale(.606);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #topcontrol {
    display: none;
  } */
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 760px) {
  /************************************************

	Font Style

************************************************/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.0;
  }
  a {
    text-decoration: none;
  }
  .txt_s {
    font-size: 9px;

    margin: 0 0 0 5px;

    color: #808080;
  }
  /* ---------------------------
	font size
--------------------------- */
  .pan {
    display: none;
  }
  /************************************************

	Layout

************************************************/
  body {
    position: relative;
  }
  #wrapper {
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
  }
  #wrapper #wrapInner {
    position: relative;
  }
  #wrapper.open {
    position: fixed;
  }
  #contents {
    background: url(../img_b/cmn/bg.jpg) repeat;
  }
  /************************************************

	Contents

************************************************/
  #container {
    width: 100%;
    padding: 0px;
  }
  .pc {
    display: none !important;
  }
  /************************************************

	Main

************************************************/
  .main,
  .index_contents {
    width: auto !important;
    padding: 15px 10px;
  }
  .main img {
    width: 100%;
  }
  .anchor,
  .anchor2,
  .anchor3 {
    margin-bottom: 20px;
  }
  .anchor li a,
  .anchor2 li a,
  .anchor3 li a {
    font-size: 1.1em;
    font-weight: bold;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto 5px;
    padding: 10px 0;

    text-align: center;
    text-decoration: none;

    color: #d987ad;
    border: 2px solid #d987ad;
    background: #fff none repeat scroll 0 0;
  }
  /************************************************

	Side

************************************************/
  /**************************************

Common Accordion

**************************************/
  dl.accordion {
    font-size: 100%;
  }
  dl.accordion dt {
    position: relative;

    padding: 8px 20px 8px 5px;

    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(top, #fff, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  }
  dl.accordion dt:after {
    position: absolute;
    top: 50%;
    right: 8px;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -5px;

    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 2px solid #b5a43a;
    border-right: 2px solid #b5a43a;
  }
  dl.accordion dt.open:after {
    position: absolute;
    top: 50%;
    right: 8px;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -3px;

    content: "";
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 2px solid #b5a43a;
    border-right: 2px solid #b5a43a;
  }
  dl.accordion dd {
    line-height: 1.5;

    display: none;

    padding: 10px;

    background: #fff;
  }
  dl.accordion dd p {
    padding: 10px 0px 0px 0px;
  }
  #topcontrol {
    z-index: 10000;
  }
  .gsc-result .gs-title {
    height: 1.4em !important;
  }

}

/************************************************

	cookie

************************************************/

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -300px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.5em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 999999999;
  transition: .5s;
}
.cookie-consent.is-show {
  visibility: visible;
  bottom: 0;
}
.cookie-consent a {
  color: #fff !important;
  text-decoration: underline;
}
.cookie-agree {
  color: #333333;
  background: #FFF;
  padding: .5em 2.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

