@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: #1C1C1C;
  background: #FFF url(../img/cmn/bg_note.png) top center repeat;
  background-size: 14px auto;
  position: relative;
  word-break: break-all;


  -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: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: keep-all;
}

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;
}

*: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: 12px auto;
  }

}



/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::-moz-selection {
  background: rgba(255,231,105,.5);
  /* Safari */
}
::selection {
  background: rgba(255,231,105,.5);
  /* Safari */
}

::-moz-selection {
  background: rgba(255,231,105,.5);
  /* Firefox */
}

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

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

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

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

.btn_more a:hover
a:hover .btn_more span {
  opacity: 1;
}

.btn_more a:hover::after,
a:hover .btn_more span::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_list a {
  display: block;
  line-height: 17px;
  padding-left: 30px;
  background: url(../img/cmn/icon_list.svg) 0 2px no-repeat;
  background-size: 15px auto;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  transition: .3s;
}

.btn_list a:hover {
  opacity: 1;
  color: #1B254D;
}

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

.btn_sub span {
  line-height: 40px;
  background: #1C1C1C;
  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: #FF810D;
}

.btn_sub span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../img/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,
  .btn_more span {
    line-height: 40px;
    padding-right: 50px;
    background-size: 40px auto;
    font-size: 1.3rem;
  }

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

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

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

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

.popup_bnr.on {
  right: -20%;
}

.popup_bnr.on:hover {
  right: 0;
}

.popup_bnr a {
  display: block;
}

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

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

.popup_bnr:not(.on) a:hover img {
  transform: scale(1.04);
}

.popup_bnr .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.popup_bnr .close img {
  vertical-align: top;
}

@media screen and (max-width: 761px) {
  .popup_bnr {
    bottom: 5px;
    width: 50%;
    max-width: none;
  }

  .popup_bnr.on {
    right: -42%;
  }

}


/*  header
---------------------------------------------------------- */
/*  Header
 *---------------------------------------------------------- */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  height: 80px;
  transition: .5s;
}

header.display {
  background: #ffffffe1;
}

header .inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-sizing: content-box;
  padding: 0 4%;
  overflow: hidden;
}

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

header .inner h1 {
  display: flex;
  align-items: center;
}

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

  width: 218px;
  height: 40px;
  margin: 0 auto;

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

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

header .inner .nav_link,
footer .inner .nav_link {
  display: flex;
  column-gap: 4%;
  flex-basis: calc(100% - 300px);
  min-width: 620px;
  justify-content: flex-end;
  align-items: center;
}

footer .inner .nav_link {
  flex-wrap: wrap;
  row-gap: 20px;
  min-width: none;
}


header .inner .nav_link a {
  word-break: keep-all;
}

header .inner .nav_link .cv {
  flex-basis: 180px;
}

header .inner .nav_link .cv a,
footer .inner .nav_link .cv a {
  display: block;
  background: #1C1C1C;
  color: #FFF;
  font-weight: 700;
  height: 46px;
  line-height: 46px;
  position: relative;
  text-align: center;
  transition: .3s;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 25px;
  padding: 0 20px;
}

header .inner .nav_link .cv a:hover,
footer .inner .nav_link .cv a:hover {
  opacity: 1;
  background: #FADC00;
  color: #1C1C1C;
}


@media screen and (max-width: 760px) {
  header {
    height: 60px;
  }

  header .inner {
    height: 60px;
    padding: 0 4%;
  }

  header .inner h1 a {
    width: 178px;
    height: 30px;
  }

  header .inner h1 span {
    font-size: 1.0rem;
  }

}


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

main {
  position: relative;
}

.navi_link_block {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: calc(1200px + 12%);
  padding: 0 6%;
  text-align: left;
}

.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 {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/cmn/icon_home.svg) top center no-repeat;
  background-size: 100% auto;
}

.navi_link_block .current {
  opacity: .6;
}

.navi_link_block 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, .article_h2 {
  text-align: left;
  margin-bottom: 50px;
}

.article_h2 {
  padding: 5vw 6% 0;
  max-width: 1200px;
  margin: 0 auto 5vw;
  box-sizing: content-box;
}

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

.title_box .stit, .article_h2 .stit {
  font-size: 1.8rem;
  z-index: 9;
  color: #FFF;
  background: #1C1C1C;
  line-height: 42px;
  padding: 0 20px;
  border-radius: 21px 21px 21px 0 ;
  font-weight: 700;
  display: inline-block;
}

.title_box .tit, .article_h2 .tit {
  font-weight: 900;
  font-size: min(6.6vw, 7.2rem);
  position: relative;
  z-index: 99;
  line-height: 1.0;
  margin: 8px 0 20px;
}

.article_h2 .tit {
  font-size: 8.2rem;
  margin: 12px 0 20px;
}

.thema02 .title_box .tit, .thema02 .article_h2 .tit {
  color: #FFF;
}

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

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

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

.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/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: #1B254D;
}

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

  .title_box.sub {
    margin-bottom: 5%;
  }

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

  .title_box .stit, .article_h2 .stit {
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 15px;
  }

  .title_box .tit, .article_h2 .tit {
    font-size: 4.8rem;
    margin: 2% 0 4%;
  }

  .article_h2 .tit {
    font-size: 5.0rem;
    line-height: 1.0;
    word-break: break-all;
  }

  .title_box.sub .tit {
    margin-right: 3%;
    font-size: 2.4rem;
  }

  .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);
    font-size: 1.1rem;
    margin-bottom: 3%;
    padding-left: 16px;
  }

  .title_box.sub .stit::before, .article_h2.sub .stit::before {
    top: 0;
  }

  .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: 8vw;
}

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

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

.bg_note {
  background: #FFF url(../img/cmn/bg_note.png) top center repeat;
  background-size: 14px auto;
}

ul.category {
  line-height: 1.0;
}

ul.category li {
  display: inline-block;
  color: #187DBD;
  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: left;
  margin-top: 40px;
}

.section_cmn {
  background: #FFF;
  border-radius: 20px;
  padding: 60px 6%;
  position: relative;
}

.section_cmn .btn_more {
  margin-top: 50px;
}

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

.anc_box {
  padding-top: 80px;
  margin-top: -80px;
}

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

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

  .page_txt {
    margin-top: 6%;
  }

  .bg_note {
    background-size: 12px auto;
  }

  .note_box {
    padding: 8% 8%;
  }

  .note_box::before {
    border-right: 50px solid transparent;
    border-top: 50px solid rgba(255,231,105,.6);
  }

  .note_box .num {
    top: 6px;
    left: 12px;
    font-size: .9rem;
  }

  .section_cmn .btn_more {
    margin-top: 10%;
  }

  .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%;
  }

  .anc_box {
    padding-top: 60px;
    margin-top: -60px;
  }
}


/* cv_link */
.cv_link.fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  z-index: 999;
  display: flex;
}

.cv_link.fix .btn_cv {
  flex-basis: 50%;
}

.cv_link.fix .btn_cv a {
  height: 52px;
  padding: 9px 5px;
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}

.cv_link.fix .btn_cv.contact a {
  border: 1px solid rgba(255,255,255,.4);
}

.cv_link.fix .btn_cv small {
  font-size: 2.8vw;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

.cv_link.fix .btn_cv a::before {
  display: none;
}


/*  menu
---------------------------------------------------------- */
.menu_wrapper {
  padding: 80px 8% 12%;
}

.menu_wrapper .nav_link li a {
  font-size: 2.8rem;
  font-weight: 700;
  padding: 7% 3%;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: url(../img/cmn/arrow.svg) 95% center no-repeat;
  background-size: 14px auto;
}

.menu_wrapper .nav_link li small {
  font-size: 1.3rem;
  opacity: .5;
  display: block;
  margin-top: 3%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}


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

}


/*  section_cv
---------------------------------------------------------- */
.section_cv {
  position: relative;
  z-index: 99;
  width: 100%;
}

.section_cv .inner {
  position: relative;
  z-index: 99;
  max-width: 1340px;
  padding: 0 3%;
}

.section_cv .box_inner {
  border-radius: 10px;
  overflow: hidden;
  background: rgba(250,220,0,.7) url(../img/cmn/mark_cv.svg) right center no-repeat;
  background-size: auto 102%;
  position: relative;
}

.section_cv .box_inner a {
  display: block;
  height: 360px;
  padding: 70px 6%;
  position: relative;
  z-index: 99;
}

.section_cv .box_inner a:hover {
  opacity: 1;
}

.section_cv .title_box_cv {
  column-gap: 36px;
  line-height: 1.8;
  opacity: 1;
}

.section_cv .box_inner .btn_more {
  position: absolute;
  bottom: 70px;
  right: 6%;
}

@keyframes flowing {
  0% { transform:translateX(0); }
}

@keyframes flowing02 {
  0% { transform:translateX(-100%); }
}

.section_cv .bg_text_box {
  position: absolute;
  z-index: 9;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  color: rgba(255,255,255,.2);
  height: 80px;
  left: 0;
  bottom: 0;
}

.section_cv .bg_text {
  z-index: 9;
  transform:translateX(0%);
  animation: flowing02 20s linear infinite;
}

.section_cv .text02 .bg_text {
  transform:translateX(-100%);
  animation: flowing 20s linear infinite;
}

.section_cv .bg_text span {
  font-size: 11rem;
  font-weight: 300;
  line-height: 80px;
  padding: 0 15px;
}


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

  .section_cv .inner {
    padding: 0 2%;
  }

  .section_cv .box_inner {
    border-radius: 8px;
    background: rgba(250,220,0,.7) url(../img/cmn/mark_cv.svg) right bottom no-repeat;
    background-size: 65% auto;
  }

  .section_cv .box_inner a {
    height: auto;
    padding: 12% 7% 8%;
  }

  .section_cv .title_box_cv {
    column-gap: 36px;
  }

  .section_cv .box_inner .btn_more {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .section_cv .bg_text_box {
    height: 50px;
  }

  .section_cv .bg_text span {
    font-size: 7rem;
    line-height: 50px;
    padding: 0 10px;
  }

}



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

  text-align: center;
  position: relative;
  z-index: 9;
}

.footer_form {
  padding: 0 4% 100px;
  text-align: center;
  background: none;
}

.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.footer .footer_link_block {
  display: flex;
  justify-content: space-between;
}

.footer .footer_link_block .box_l {
  text-align: left;
  font-size: 1.4rem;
}

.footer .footer_link_block .company {
  font-weight: 700;
  font-size: 1.8rem;
}

.footer .footer_link_block .notice {
  opacity: .5;
  font-size: 1.2rem;
  margin-top: 30px;
  line-height: 1.6;
}

.footer .footer_link_block .box_r {
  flex-basis: calc(100% - 300px);
  font-size: 1.8rem;
}

footer .inner .nav_link .cv {
  flex-basis: 220px;
}

footer .inner .nav_link .cv a {
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  font-size: 2.0rem;
}

.footer .flogo {
  width: 265px;
  margin: 8px 0 18px;
  text-align: left;
}

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

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


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

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

.btn_cv a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background: url(../img/cmn/arrow_w.svg) center center no-repeat;
  background-size: 11px auto;
  transition: .3s;
}

.btn_cv a:hover::before {
  right: -4px;
  transition: .3s;
}

.btn_cv.inquiry a::before {
  background-image: url(../img/cmn/arrow.svg);
}

.footer .footer_sub_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1200px;
  margin: 80px auto 0;
  box-sizing: content-box;
  line-height: 1.0;
}

.footer .footer_sub_block .other_link {
  text-align: left;
}

.footer .footer_sub_block .other_link li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.footer .footer_sub_block .other_link li img {
  height: 50px;
}

.footer .footer_sub_block .sub_link li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footer .footer_sub_block .sub_link li a {
  text-decoration: underline;
  opacity: .6;
  font-size: 1.2rem;
}

footer .copy {
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 60px;
}

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

  .footer .footer_link_block {
    display: block;
  }

  .footer .footer_link_block .box_l {
    font-size: 1.3rem;
  }

  .footer .footer_link_block .company {
    font-size: 1.5rem;
  }

  .footer .footer_link_block .notice {
    font-size: 1.1rem;
    margin-top: 8%;
  }

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

  footer .copy {
    font-size: 1.0rem;
    margin-top: 10%;
  }

}

/*  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: #1C1C1C;
}

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

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


/*  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: #FF810D;
  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: #FF810D;
  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 #FF810D;
    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;
  }
  #topcontrol {
    display: none;
  }
  body.top {
    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/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 2em;
  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;
  border-radius: 20px;
}
.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;
  }
}

